scrub twiki metadata in the top directory
authorMichael Meffie <mmeffie@sinenomine.net>
Tue, 20 Nov 2012 22:08:30 +0000 (17:08 -0500)
committerMichael Meffie <mmeffie@sinenomine.net>
Tue, 20 Nov 2012 22:08:30 +0000 (17:08 -0500)
Remove the no longer used twiki meta files in the
top level directory.

WebIndex.mdwn [deleted file]
WebLeftBar.mdwn [deleted file]
WebNotify.mdwn [deleted file]
WebPreferences.mdwn [deleted file]
WebTopicList.mdwn [deleted file]

diff --git a/WebIndex.mdwn b/WebIndex.mdwn
deleted file mode 100644 (file)
index 47dcbaa..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# <a name="TWiki Installation Error"></a> TWiki Installation Error
-
-Incorrect format of search template (missing sections? There should be 4 %SPLIT% tags)
-
-See also the faster [[WebTopicList]]
diff --git a/WebLeftBar.mdwn b/WebLeftBar.mdwn
deleted file mode 100644 (file)
index 9c42d2e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-- **%INCLUDINGWEB% Web**
-- [[%INCLUDINGWEB% Web Home|WebHome]]
-- [[Changes|WebChanges]]
-- [[Index|WebIndex]]
-- [[Search|WebSearch]]
-
-----
-
-- **Webs**
-
-<div><a href="http://www.dementia.org/twiki//edit/Main/adminLeftBar?templatetopic=TWiki.WebLeftBarPersonalTemplate">Create</a> personal sidebar </div>
diff --git a/WebNotify.mdwn b/WebNotify.mdwn
deleted file mode 100644 (file)
index 599d039..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-WebNotify is a subscription service to be automatically notified by email when topics change in the **%WIKITOOLNAME%.%WEB%** web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe to the service, please put yourself on the list below. The format is: `3 spaces * Main.yourWikiName - yourEmailAddress`
-
-- Ted Anderson - <ota@transarc.com>
-- Joseph H Vilas - <jhvilas@gmail.com>
-- [[KimKimball]] - <afs@ccre.com>
-- [[LeoShyhWeiLuan]] - <luan@almaden.ibm.com>
-- [[NicholasHenke]] - <henken@seas.upenn.edu>
-- [[NorbertGruener]] - <nog@MPA-Garching.MPG.de>
-- Daniel Clark - <dclark@pobox.com>
-
-**_Note:_** It is helpful to insert your name in alphabetical order (by first name -- ignore the "Main.") -- then you can find your name (or not) more easily if you wish to remove it or confirm that you are on the list.
-
-- _I assume this page used to work, but stopped notifying folks at some point. I doubt the minor change I just made will help; if someone can fix it for real, that would be nice._ -- Joseph H Vilas - 10 Aug 2005
-
-**_Related topics:_** [[TWikiUsers]], [[TWikiRegistration]]
diff --git a/WebPreferences.mdwn b/WebPreferences.mdwn
deleted file mode 100644 (file)
index 06d5470..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-## <a name="%WIKITOOLNAME%.%WEB% Web Prefere"></a> %WIKITOOLNAME%.%WEB% Web Preferences
-
-The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web. These preferences overwrite the **_site-level preferences_** in [[TWikiPreferences]], and can be overwritten by **_user preferences_** (your personal topic, i.e. [[TWikiGuest]] in the %WIKITOOLNAME%.Main web)
-
-**_Preferences:_**
-
-- List of topics of the %WIKITOOLNAME%.%WEB% web:
-  - Set WEBTOPICLIST = [[Home|WebHome]] | [[Changes|WebChanges]] | [[Index|WebIndex]] | [[Search|WebSearch]] | Go <input name="topic" size="16" type="text" />
-
-- Web specific background color: (Pick a lighter one of the [[StandardColors]])
-  - Set WEBBGCOLOR = #99CCFF
-
-- List this web in the [[SiteMap]]:
-  - set SITEMAPLIST = on
-  - set SITEMAPWHAT = [[Getting Started|GettingStarted]], [[Protocol Info|ProtocolInfo]], [[History|AncientHistory]]
-  - set SITEMAPUSETO = Learn about the AFS distributed filesystem.
-
-- Exclude web from a `web="all"` search: (Set to `on` for hidden webs)
-  - Set NOSEARCHALL =
-
-- Default template for new topics and form(s) for this web:
-  - [[WebTopicEditTemplate]]: Default template for new topics in this web. (Site-level is used if topic does not exist)
-  - [[TWiki.WebTopicEditTemplate|TWiki/WebTopicEditTemplate]]: Site-level default template
-  - [[TWikiForms]]: How to enable form(s)
-  - Set WEBFORMS =
-
-- Users or groups who **_are not_** / **_are_** allowed to **_view_** / **_change_** / **_rename_** topics in the %WEB% web: (See [[TWikiAccessControl]])
-  - Set DENYWEBVIEW =
-  - Set ALLOWWEBVIEW =
-  - Set DENYWEBCHANGE = [[TWikiGuest]]
-  - Set ALLOWWEBCHANGE = [[AFSLoreGroup]]
-  - Set DENYWEBRENAME = [[TWikiGuest]]
-  - Set ALLOWWEBRENAME = [[AFSLoreGroup]]
-
-- Users or groups allowed to change or rename this %TOPIC% topic: (I.e. [[TWikiAdminGroup]])
-  - Set ALLOWTOPICCHANGE = [[TWikiAdminGroup]]
-  - Set ALLOWTOPICRENAME = [[TWikiAdminGroup]]
-
-- Web preferences that are **not** allowed to be overridden by user preferences:
-  - Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
-
-**_Notes:_**
-
-- A preference is defined as: <br />`6 spaces * Set NAME = value`<br /> Example:
-  - Set WEBBGCOLOR = #FFFFC0
-- Preferences are used as [[TWikiVariables]] by enclosing the name in percent signs. Example:
-  - When you write variable `%WEBBGCOLOR%` , it gets expanded to `%WEBBGCOLOR%` .
-- The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set `WEBCOPYRIGHT` before `WIKIWEBMASTER` since `%WEBCOPYRIGHT%` uses the `%WIKIWEBMASTER%` variable.
-- You can introduce new preferences variables and use them in your topics and templates. There is no need to change the %WIKITOOLNAME% engine (Perl scripts).
-
-**_Related Topics:_**
-
-- [[TWikiPreferences]] has site-level preferences.
-- [[TWikiUsers]] has a list of user topics. User topics can have optional user preferences.
-- [[TWikiVariables]] has a list of common `%VARIABLES%`.
-- [[TWikiAccessControl]] explains how to restrict access by users or groups.
diff --git a/WebTopicList.mdwn b/WebTopicList.mdwn
deleted file mode 100644 (file)
index 2b61d16..0000000
+++ /dev/null
@@ -1 +0,0 @@
-See also the verbose [[WebIndex]].