%META:TOPICINFO{author="guest" date="1072079640" format="1.0" version="1.6"}%
This is the beginning of Matt's attempt to create a minimal barebones twiki. So far this is proving easier than I expected, which is really nice for a change. 

It looks like there are only two pages necessary to get up and running: FrontPage - aka "Web Home" and TWikiPreferences. After that it's all gravy. TWikiPlugins is a good one to create next, followed by DefaultPlugin, EmptyPlugin, InterwikiPlugin  which are complained about in =$twiki/data/warning.txt= if they don't exist. 

You'll probably want to enable attachments, so create =pub/Main= too.

Simultaneously I'm building yet another skin (OhmSkin). I find myself repeating many of the things I've done already with TWiki:Plugins.SeeSkin. I can't make up my mind whether I'm being smart or silly by recreating instead of just copying. A do-over allows minor rough edges to be smoothed out, making for a nicer experience but it also takes time which might be better spend on new stuff. 

I've been paring down the "as distributed" docs to be as small as possible as most of it is not relevant here. Tip: It's better to install the original topic and then edit rather than to simply create a new empty topic and fill it. This way the original info is always still available in the revision history. This technique has been used on InterWikiPlugin.

<!-- don't need this while it's still only me here... remove space from % SEARCH% to re-enable.
<div class="deflist">
---++++ Recently changed topics
_Time now is: %SERVERTIME{"$day $month $year - $hour:$min"}%_
<dl>
% SEARCH{ ".*" regex="on" nosearch="on" nototal="on" order="modified" reverse="on" limit="7" format="<dt>[[$topic]] _$date_ <dd>$summary" }%
<dd>&nbsp;
<dl>
_See RecentChanges for a more extensive list._
</div>
-->
