From: MikeMannix Date: Sun, 12 May 2002 11:07:14 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=8ce4628e735f67b31ee5c4359633c7e4690bba47 none --- diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index edf679b..08613d5 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -267,7 +267,7 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the 2 digit year 99 - Variables can be shortened to 3 characters. Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% is
29 Jun, 2010 - 15:35:09 + Variables can be shortened to 3 characters. Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% is
29 Jun, 2010 - 15:35:52 %SERVERTIME% @@ -302,7 +302,7 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the "Web.Topic" - A topic in another web, i.e. %INCLUDE{"TWiki.SiteMap"}% + A topic in another web, i.e. %INCLUDE{"TWiki.TWikiSiteMap"}% "http://..." @@ -358,7 +358,7 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the "text" - Search term. (Is a regular expression or literal, depending on the regex parameter) + Search term. (Is a regular expression or literal, depending on the regex parameter) [TWikiAlphaRelease - for regular expressions ";" can be used to mean and e.g. "search;agrep" will find all topic containing search and agrep ] required @@ -458,7 +458,7 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the title="Title" - Text the is prepended to any search results + Text that is prepended to any search results required Example: %METASEARCH{type="topicmoved" web="%WEB%" topic="%TOPIC%" title="This topic used to exist and was moved to: "}%, you may want to use this in [[Main/WebTopicViewTemplate]] and [[Main/WebTopicNonWikiTemplate]]
%METASEARCH{type="parent" web="%WEB%" topic="%TOPIC%" title="Children: "}% @@ -618,21 +618,23 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in + + ## Setting Preferences -- The syntax for Preferences variables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets):
[3 spaces] \* [space] Set [space] VARIABLENAME [space] = [value]
**_Examples:_** +- The syntax for Preferences Bariables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets):
[3 spaces] \* [space] Set [space] VARIABLENAME [space] = [value]
**_Examples:_** - **Set VARIABLENAME = =value=** - **Set VARIABLENAME = =value=** ## Creating Custom Variables -- You can add your own preference variables for an entire site, a single web, or a single topic, using the standard syntax. Whatever you include in your variable will be expanded on display, and treated exactly as if it had been written out. So you can place formatted text, page links, image paths. +- You can add your own Preference Variables for us across an entire site or a single web, using the standard [[Preferences syntax|Main/WebHome#SettingPrefs]]. Whatever you include in your Variable will be expanded on display, exactly as if it had been entered directly. You can place formatted text, page links, image paths. -> **Example: Create a custom logo variable** +> **Example: Create a custom logo variable the %WEB% web** > >
> -> - To place a logo anywhere in a web by typing **%MYLOGO%**, simply define the variable on the web's [[WebPreferences]] page. You also have to upload `logo.gif` - this can be done by [[attaching a file|Main/FileAttachment]] to `LogoTopic` (any topic name you choose): -> - **Set MYLOGO = %PUBURL%/%MAINWEB%/LogoTopic/logo.gif** +> - To place a logo anywhere in a web by typing **%MYLOGO%**, define the Variable on the web's [[WebPreferences]] page, and upload a logo file, ex: `mylogo.gif`. You can upload by [[attaching the file|Main/FileAttachment]] to [[WebPreferences]], or, to avoid clutter, to any other topic in the same web, ex: `LogoTopic`: +> - **Set MYLOGO = %PUBURL%/TWiki/LogoTopic/mylogo.gif** --- [[PeterThoeny]] - 13 Sep 2001
-- [[MikeMannix]] - 07 Mar 2002 +-- [[PeterThoeny]] - 13 Sep 2001
-- [[MikeMannix]] - 12 May 2002 diff --git a/TWiki/WebHome.mdwn b/TWiki/WebHome.mdwn index eab41bb..e6f8013 100644 --- a/TWiki/WebHome.mdwn +++ b/TWiki/WebHome.mdwn @@ -41,14 +41,14 @@
  • TWiki Help FAQs
  • -
  • Frequent users should also browse the full [[Main/WebHome#ReferenceManual]]!
  •   @@ -60,44 +60,39 @@ -## TWiki Reference Manual +## TWiki Configuration Manual -Documentation for webmasters, system administrators, project managers, team leaders,
    and all other users of the TWiki advanced online collaboration tool. +Documentation for webmasters, system administrators, project managers, team
    leaders, and all other users of the TWiki advanced online collaboration tool. -- **[[TWikiDocumentation]]**: Complete current reference... - - [[System Requirements|Main/TWikiImplementationNotes]] - - [[Installation Guide|Main/TWikiInstallationGuide]] - - [[Upgrade Guide|Main/TWikiUpgradeGuide]] - - [[User Authentication|Main/TWikiUserAuthentication]] - - [[Access Control|Main/TWikiAccessControl]] - - [[TWiki Text Formatting|Main/TextFormattingRules]] - - [[TWikiVariables]] - - [[TWikiAttachments|Main/FileAttachment]] - - [[TWikiForms]] - - [[TWikiTemplates]] - - [[TWikiSkins]] - - [[TWiki Search Formatting|Main/FormattedSearch]] - - [[TWikiMetaData]] - - [[TWikiPlugins]] - - [[TWikiSiteTools]] - - [[Managing Topics|Main/ManagingTopics]] - - [[Managing Webs|Main/ManagingWebs]]
    **Appendices**
    [[A. TWiki File System|Main/AppendixFileSystem]]
    [[B. TWiki Development Timeline|Main/TWikiHistory]] +- **[[TWikiDocumentation]]**: All manual sections in one file... + 1. [[System Requirements|Main/TWikiImplementationNotes]] + 2. [[Installation Guide|Main/TWikiInstallationGuide]] + 3. [[Upgrade Guide|Main/TWikiUpgradeGuide]] + 4. [[User Authentication|Main/TWikiUserAuthentication]] + 5. [[Access Control|Main/TWikiAccessControl]] + 6. [[TWiki Text Formatting|Main/TextFormattingRules]] + 7. [[TWikiVariables]] + 8. [[TWikiAttachments|Main/FileAttachment]] + 9. [[TWikiForms]] + 10. [[TWikiTemplates]] + 11. [[TWikiSkins]] + 12. [[TWiki Search Formatting|Main/FormattedSearch]] + 13. [[TWikiMetaData]] + 14. [[TWikiPlugins]] + 15. [[TWikiSiteTools]] + 16. [[Managing Topics|Main/ManagingTopics]] + 17. [[Managing Webs|Main/ManagingWebs]]
    **Appendices**
    [[A. TWiki File System|Main/AppendixFileSystem]]
    [[B. TWiki Development Timeline|Main/TWikiHistory]] + +## TWiki Reference + +- [[Demonstrating TWiki|Main/TWikiCourseOutlineExample]] ## TWikiSiteTools -[[TWikiSiteTools]] include utilities for navigation and for monitoring web and site-wide activity. +[[TWikiSiteTools]] include utilities for navigation and for monitoring TWiki web and site-wide activity. - [[TWikiPreferences]]: %WIKITOOLNAME% site-wide preferences -- **Installed Plugins** extending the functionality of TWiki - - [[SpreadSheetPlugin]] (any TWiki, 10197): - - [[CommentPlugin]] (Dakar, 11359): Allows users to quickly post comments to a page without an edit/preview/save cycle - - [[EditTablePlugin]] (any TWiki, 11646): - - [[InterwikiPlugin]] (Dakar, $Rev: 11935$): - - [[PreferencesPlugin]] (Dakar, 9839): - - [[SlideShowPlugin]] (Any TWiki, $Rev: 12847$): - - [[SmiliesPlugin]] (Dakar, 8154): - - [[TablePlugin]] (1.020, 12339): - - [[TwistyPlugin]] (1.2.0, $Rev: 12154$): +- [[InstalledPlugins]]: currently available TWiki add-on features - The [[SiteMap]]: A color-coded directory of available webs that can be easily included on any page _(below)_