From: PeterThoeny Date: Fri, 18 Aug 2000 06:50:00 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=691dc79ed897c258c2111aad9abbce34710d4f72;hp=b1c822a662a8cc643e9e7009a202937473311b8d none --- diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 1ce9790..6941040 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -17,7 +17,7 @@ External links: **EDITING** -- [[CapitalizedWordsStickedTogether]] will produce a link automatically. +- CapitalizedWordsStuckTogether will produce a link automatically. - Blank lines will create new paragraphs. - Words get **bold** by enclosing them in **\*** asterisks - Words get _italic_ by enclosing them in **\_** underscores @@ -31,25 +31,26 @@ External links: - Writing \*bold text\* , \_italic text\_ and =fixed== monospaced text - Example text gets rendered as: - Writing **bold text** , _italic text_ and `fixed=` monospaced text -- Separator: -------- (at the beginning of a line) -- List Item: <3spaces>\* -- Nested Item: <6spaces>\* -- Ordered List: <3spaces><number>. -- Definition: <3spaces><term>:<definition>. -- Table: <optional spaces>| cell 1 | cell 2 | cell 3 | ... | +- Separator: at least four dashes at the beginning of a line: <--------> +- List Item: 3 spaces and an asterisk: <   \*> +- Nested Item: 6 spaces and an asterisk: <      \*> +- Ordered List: 3 spaces and a number: <   1> +- Definition: 3 spaces, the term, a colon, followed by the definition. +- Table: Optional spaces followed by the cells enclosed in vertical bars: <   | cell 1 | cell 2 | cell 3 | ... |> -**EXTRAS** +**HTML** -- Most HTML tags will work. - - Overview of all HTML elements at - - HTML 3.2 Reference Specification at +Most HTML tags will work, but it's almost always preferable not to use HTML, so that the markup remains easy for everyone to edit. + +- Overview of all HTML elements at +- HTML 3.2 Reference Specification at **WIKI VARIABLES** -Variables are names enclosed in percent signs that gets expanded on the fly. +Variables are names that are enclosed in percent signs; they get expanded on the fly. - `%WEB%` : The current web, is **%WEB%** . - `%TOPIC%` : The current topic name, is **%TOPIC%** . - `%ATTACHURL%` : The attachment URL of the current topic. Example usage: If you attach a file to a topic you can refer to it as **%ATTACHURL%/image.gif** to show the URL of the file or the image in your text. -- `%INCLUDE{"file.ext"}%` : Server side include, includes the text of a file. The default directory is the current Wiki web. Example: **%INCLUDE\{"Know/TopicName.txt"\}%** +- `%INCLUDE{"SomeTopic"}%` : Server side include, includes another topic. The current %WIKITOOLNAME% web is the default web. Example: **%INCLUDE\{"TWiki.TWikiWebsTable"\}%** - There are many more variables, see [[TWikiVariables]]. diff --git a/TWiki/WebChanges.mdwn b/TWiki/WebChanges.mdwn new file mode 100644 index 0000000..386d7e3 --- /dev/null +++ b/TWiki/WebChanges.mdwn @@ -0,0 +1 @@ +%SEARCH\{".\*" scope="topic" regex="on" nosearch="on" nototal="on" order="date" reverse="on" limit="50"\}% diff --git a/TWiki/WebHome.mdwn b/TWiki/WebHome.mdwn index bf2de0c..8d89cf5 100644 --- a/TWiki/WebHome.mdwn +++ b/TWiki/WebHome.mdwn @@ -9,8 +9,8 @@ **Starting points** at the %WIKITOOLNAME%.%WEB% web: - [[WelcomeGuest]]: Look here first to get you rolling on %WIKITOOLNAME%. -- [[TWikiWeb]]: Explains what is. -- [[TWikiRegistration]]: Create a %WIKITOOLNAME% account in order to edit topics. +- [[TWikiWeb]]: Explains what %WIKITOOLNAME% is. +- [[TWikiRegistration]]: Create your %WIKITOOLNAME% account in order to edit topics. - [[TWikiTutorial]]: Get a jump start on %WIKITOOLNAME%. - [[GoodStyle]]: Things to consider when changing text. - [[WikiSyntax]], [[TextFormattingRules]]: Easy to learn rules when editing text. diff --git a/TWiki/WebNotify.mdwn b/TWiki/WebNotify.mdwn new file mode 100644 index 0000000..a8930fe --- /dev/null +++ b/TWiki/WebNotify.mdwn @@ -0,0 +1,5 @@ +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` + +- [[PeterThoeny]] - + +Related topics: [[TWikiUsers]], [[TWikiRegistration]] diff --git a/TWiki/WebPreferences.mdwn b/TWiki/WebPreferences.mdwn new file mode 100644 index 0000000..f095afc --- /dev/null +++ b/TWiki/WebPreferences.mdwn @@ -0,0 +1,30 @@ +**%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 = %WEB% . \{ [Home](WebHome) | [Welcome](WelcomeGuest) | [Register](TWikiRegistration) | [Changes](WebChanges) | [Index](WebIndex) | [Search](WebSearch) | Go + \} + +- Web specific background color: + - Set WEBBGCOLOR = #FFE0B0 + +- Exclude web from a `web="all"` search: (Set to `on` for hidden webs) + - Set NOSEARCHALL = + +**_Notes:_** + +- A preference is defined as:
`6 spaces * Set NAME = value`
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%` . diff --git a/TWiki/WebSearch.mdwn b/TWiki/WebSearch.mdwn new file mode 100644 index 0000000..876b244 --- /dev/null +++ b/TWiki/WebSearch.mdwn @@ -0,0 +1,22 @@ +
+
    +
  • Full text search: Search the TWiki.%WEB% web.
    Case sensitive     [[TWiki/RegularExpression]] search     [[TWiki/BookView]]
  • +
+
+ +
+
    +
  • Search topic: If you know part of a topic name in TWiki.%WEB%.
    Case sensitive     [[TWiki/RegularExpression]] search     [[TWiki/BookView]]
  • +
+
+ +- **[Topic index](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=\.*)**: List of TWiki.%WEB% topics in alphabetical order.
**|[All](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=\.*)|[A](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ea)|[B](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Eb)|[C](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ec)|[D](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ed)|[E](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ee)|[F](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ef)|[G](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Eg)|[H](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Eh)|[I](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ei)|[J](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ej)|[K](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ek)|[L](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5El)|[M](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Em)|[N](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5En)|[O](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Eo)|[P](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ep)|[Q](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Eq)|[R](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Er)|[S](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Es)|[T](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Et)|[U](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Eu)|[V](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ev)|[W](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ew)|[X](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ex)|[Y](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ey)|[Z](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&search=%5Ez)|
| [All](http://www.dementia.org/twiki//search/%WEB%/?scope=topic®ex=on&bookview=on&search=\.*)** topics in [[BookView]] **|** + +- **Jump to topic**: If you already know the name of the topic, enter the name of the topic at the second line of this page. + +- **[Recent changes](http://www.dementia.org/twiki//changes/%WEB%)**: Find out what topics in TWiki.%WEB% recently changed. + +- **[How to edit text](http://www.dementia.org/twiki//view/TWiki/GoodStyle)**: + - Make changes to topics in [[GoodStyle]], + - Learn the [[TextFormattingRules]], and + - Have a look at the [[TextFormattingFAQ]]. diff --git a/TWiki/WebStatistics.mdwn b/TWiki/WebStatistics.mdwn new file mode 100644 index 0000000..8a7bc7d --- /dev/null +++ b/TWiki/WebStatistics.mdwn @@ -0,0 +1,32 @@ +**Statistics for %WIKITOOLNAME%.%WEB% Web** + + + + + + + + + + + + + + + + + + +
Month: Topic
views:
Topic
saves:
File
uploads:
Most popular
topic views:
Top contributors for
topic save and uploads:
+ + + + + +
+ +**_Notes:_** + +- Do not edit this topic, it is updated automatically. (You can also [force](http://www.dementia.org/twiki//statistics/%WEB%) an update) +- [[TWikiDocumentation]] tells you how to enable the automatic updates of the statistics. +- Suggestion: You could archive this topic once a year and delete the previous year's statistics from the table.