From: JohnTalintyre Date: Thu, 6 Sep 2001 07:51:19 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=e43660e8b2c477b74b22e2c1bea3c79094ced808 none --- diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn index d2e1208..d1308e4 100644 --- a/TWiki/TWikiHistory.mdwn +++ b/TWiki/TWikiHistory.mdwn @@ -12,12 +12,14 @@ ## 2001 +- **Apr-Aug 2001** - [[JohnTalintyre]] + - Easier install for Windows, including auto detection in `TWiki.cfg` - **30 Aug 2001** - [[JohnTalintyre]] - Ability to move attachments between topics, see [[FileAttachments]] - **21 Aug 2001** - [[PeterThoeny]] - Convert to XHTML 1.0 function: first step to XHTML-ifying TWiki - **26 Jun 2001** - [[JohnTalintyre]] - - Category information to form using the [[TWikiMetaData]] format + - Category information to forms using the [[TWikiMetaData]] format, see [[TWikiFormTemplate]] - **07 Jun 2001** - [[PeterThoeny]] - New topic templates as topics instead of templates. Customize by editing the topic. Retired `notedited.tmpl`, `notext.tmpl` and `notwiki.tmpl` templates. More in [[TWikiTemplateSystem]]. - **07 Jun 2001** - [[PeterThoeny]] diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 48c67d0..e51a9db 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -17,82 +17,85 @@ It is easy to collaborate: just type in your text. You don't need to know HTML a ## Editing - +
- - - - - - -
Formatting Command:Example: You write:You get:
Paragraphs:
Blank lines will create new paragraphs.
+    
+ + + + + + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - + + +
Formatting Command:Example: You write:You get:
Paragraphs:
Blank lines will create new paragraphs.
 1st paragraph
 
 2nd paragraph
 
1st paragraph

2nd paragraph

-
Headings:
At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. Note: A Table of Content can be created automatically with the %TOC% variable, see [[Main/TWikiVariables]].
+          
1st paragraph

2nd paragraph

+
Headings:
At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. Note: A Table of Content can be created automatically with the %TOC% variable, see [[Main/TWikiVariables]].
 ---++ Sushi
 
 ---+++ Maguro
 
-

Sushi

-

-

-

Maguro

-
Bold Text:
Words get bold by enclosing them in * asterisks.
+          
+

Sushi

+

+

+

Maguro

+
Bold Text:
Words get bold by enclosing them in * asterisks.
 *Bold*
 
Bold
Italic Text:
Words get italic by enclosing them in _ underscores.
+          
Bold
Italic Text:
Words get italic by enclosing them in _ underscores.
 _Italic_
 
Italic
Bold Italic:
Words get _bold italic by enclosing them in _ double-underscores.
+          
Italic
Bold Italic:
Words get _bold italic by enclosing them in _ double-underscores.
 __Bold italic__
 
Bold italic
Fixed Font:
Words get shown in fixed font by enclosing them in = equal signs.
+          
Bold italic
Fixed Font:
Words get shown in fixed font by enclosing them in = equal signs.
 =Fixed font=
 
Fixed font
Bold Fixed Font:
Words get shown in bold fixed font by enclosing them in double equal signs.
+          
Fixed font
Bold Fixed Font:
Words get shown in bold fixed font by enclosing them in double equal signs.
 ==Bold fixed==
 
Bold fixed
Note: Make sure to "stick" the * _ = == signs to the words, e.g. take away spaces.
+          
Bold fixed
Note: Make sure to "stick" the * _ = == signs to the words, e.g. take away spaces.
 _This works_,
 _this not _
 
This works, _this not _
Verbatim Mode:
Surround code excerpts and other formatted text with <verbatim> and </verbatim> tags.
Note: Use <pre> and </pre> tags instead if you want that HTML code is interpreted.
Note: Each tag must be on a line by itself.
+          
This works, _this not _
Verbatim Mode:
Surround code excerpts and other formatted text with <verbatim> and </verbatim> tags.
Note: Use <pre> and </pre> tags instead if you want that HTML code is interpreted.
Note: Each tag must be on a line by itself.
 <verbatim>
 class CatAnimal {
   void purr() {
@@ -101,164 +104,167 @@ class CatAnimal {
 }
 </verbatim>
 
+          
 class CatAnimal {
   void purr() {
     <code here>
   }
 }
 
Separator:
At least three dashes at the beginning of a line.
+        
Separator:
At least three dashes at the beginning of a line.
 -------
 
-
-
List Item:
Three spaces and an asterisk.
+          
+
+
List Item:
Three spaces and an asterisk.
 	* bullet item
 
-
    -
  • bullet item
  • -
-
Nested List Item:
Six, nine, ... spaces and an asterisk.
+          
+
    +
  • bullet item
  • +
+
Nested List Item:
Six, nine, ... spaces and an asterisk.
 		* nested stuff
 
-
    -
  • -
      -
    • nested stuff
    • -
    -
  • -
-
Ordered List:
Three spaces and a number.
+          
+
    +
  • +
      +
    • nested stuff
    • +
    +
  • +
+
Ordered List:
Three spaces and a number.
 	1 Sushi
 	1 Dim Sum
 
-
    -
  1. Sushi
  2. -
  3. Dim Sum
  4. -
-
Definition List:
Three spaces, the term, a colon, a space, followed by the definition.
Note: Terms with spaces are not supported. In case you do have a term with more then one word, separate the words with dashes or with the &nbsp; non-breaking-space entity.
+          
+
    +
  1. Sushi
  2. +
  3. Dim Sum
  4. +
+
Definition List:
Three spaces, the term, a colon, a space, followed by the definition.
Note: Terms with spaces are not supported. In case you do have a term with more then one word, separate the words with dashes or with the &nbsp; non-breaking-space entity.
 	Sushi: Japan
 	Dim&nbsp;Sum: S.F.
 
-
-
Sushi
-
Japan
-
Dim Sum
-
S.F.
-
-
Table:
Optional spaces followed by the cells enclosed in vertical bars.
Note: | *bold* | cells are rendered as table headers.
Note: |   spaced   | cells are rendered center aligned.
Note: |     spaced | cells are rendered right aligned.
Note: | 2 colspan || cells are rendered as multi-span columns.
Note: In case you have a long row and you want it to be more readable when you edit the table you can split the row into lines that end with a '\' backslash character.
-
+          
+
+
Sushi
+
Japan
+
Dim Sum
+
S.F.
+
+
Table:
Optional spaces followed by the cells enclosed in vertical bars.
Note: | *bold* | cells are rendered as table headers.
Note: |   spaced   | cells are rendered center aligned.
Note: |     spaced | cells are rendered right aligned.
Note: | 2 colspan || cells are rendered as multi-span columns.
Note: In case you have a long row and you want it to be more readable when you edit the table you can split the row into lines that end with a '\' backslash character.
+
 | *L* | *C* | *R* |
 | A2 |  2  |  2 |
 | A3 |  3  |  3 |
 | multi span |||
 | A4 \  | next \  | next |
 
- - - - - - - - - - + - - - - - - - - - - - - -
L C R
A2 2 2 + + + + + + + + + + + + + + + + + + + + + + + + +
L C R
A2 2 2
A3 3 3
multi span
A4 next next
+
A3 3 3
multi span
A4 next next
-
WikiWord Links:
CapitalizedWordsStuckTogether (or [[Main/WikiWords]]) will produce a link automatically.
Note: In case you want to link to a topic in a different %WIKITOOLNAME% web write Webname.TopicName.
+          
WikiWord Links:
CapitalizedWordsStuckTogether (or [[Main/WikiWords]]) will produce a link automatically.
Note: In case you want to link to a topic in a different %WIKITOOLNAME% web write Webname.TopicName.
 WebNotify
 
 Know.ReadmeFirst
 
[[Main/WebNotify]]

[[Know/ReadmeFirst]]

-
Forced Links:
You can create a forced internal link by enclosing words in double square brackets.
Note: Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. [[text formatting FAQ]] links to topic [[Main/TextFormattingFAQ]]. You can also refer to a different web and use anchors.
+          
[[Main/WebNotify]]

[[Know/ReadmeFirst]]

+
Forced Links:
You can create a forced internal link by enclosing words in double square brackets.
Note: Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. [[text formatting FAQ]] links to topic [[Main/TextFormattingFAQ]]. You can also refer to a different web and use anchors.
 [[wiki syntax]]
 
 [[Main.TWiki users]]
 
[[Main/WikiSyntax]]

[[Main/TWikiUsers]]

-
Specific Links:
Create a link where you can specify the link text and the link reference separately, using nested square brackets like [[reference][text]]. Internal link references (i.e. [[Main/WikiSyntax]]) and external link references (i.e. http://TWiki.org/) are supported. The same Forced Links rules apply for internal link references. Anchor names can be added as well, like [[WebHome#MyAnchor][go home]] and [[http://www.yahoo.com/#somewhere][Yahoo!]].
+          
[[Main/WikiSyntax]]

[[Main/TWikiUsers]]

+
Specific Links:
Create a link where you can specify the link text and the link reference separately, using nested square brackets like [[reference][text]]. Internal link references (i.e. [[Main/WikiSyntax]]) and external link references (i.e. http://TWiki.org/) are supported. The same Forced Links rules apply for internal link references. Anchor names can be added as well, like [[WebHome#MyAnchor][go home]] and [[http://www.yahoo.com/#somewhere][Yahoo!]].
 [[WikiSyntax][syntax]]
 
 [[http://gnu.org][GNU]]
 
[[Main/WikiSyntax]]

GNU

-
Anchors:
You can define a link reference inside a %WIKITOOLNAME% topic (called an anchor name) and link to that. To define an anchor write #AnchorName at the beginning of a line. The anchor name must be a [[Main/WikiWord]]. To link to an anchor name use the [[MyTopic#MyAnchor]] syntax. You can omit the topic name if you want to link within the same topic.
+          
[[Main/WikiSyntax]]

GNU

+
Anchors:
You can define a link reference inside a %WIKITOOLNAME% topic (called an anchor name) and link to that. To define an anchor write #AnchorName at the beginning of a line. The anchor name must be a [[Main/WikiWord]]. To link to an anchor name use the [[MyTopic#MyAnchor]] syntax. You can omit the topic name if you want to link within the same topic.
 [[WebHome#NotThere]]
 
 [[#MyAnchor][Jump]]
 
 #MyAnchor To here
 
[[Main/WebHome#NotThere]]

[[Main/WebHome#MyAnchor]]

-

To here

-
Prevent a Link:
Prevent a [[Main/WikiWord]] from being linked by prepending it with the <nop> tag.
+          
[[Main/WebHome#NotThere]]

[[Main/WebHome#MyAnchor]]

+

To here

+
Prevent a Link:
Prevent a [[Main/WikiWord]] from being linked by prepending it with the <nop> tag.
 <nop>SunOS
 
SunOS SunOS
+
diff --git a/TWiki/WelcomeGuest.mdwn b/TWiki/WelcomeGuest.mdwn index ff9d036..30099d9 100644 --- a/TWiki/WelcomeGuest.mdwn +++ b/TWiki/WelcomeGuest.mdwn @@ -24,7 +24,8 @@ You have reached a [[TWikiSite]] (pronounced twee-kee site). %WIKITOOLNAME% is a - To create a free-floating topic, e.g. a topic that is not linked from anywhere, type its [[WikiWord]] in the entry field at the top of any page. If the topic already exists you'll then be taken to it. If it doesn't exist, you'll then have the option to create it. 8. **See the History of a Topic:** Check out the the various "Diff" entries at the bottom of page. 9. **Attach Files:** Upload and attach any file to a topic by following the "Attach" link at the bottom of page. -10. **Learn More**: The [[TWikiTutorial]] gives you some more details on the %WIKITOOLNAME%. [[WikiReferences]] has links to articles and books around collaboration and the Wiki technology in particular. +10. **Forms:** Use forms in topics to capture specific information e.g. for use in FAQs or bug tracking - see [[TWikiFormTemplate]] +11. **Learn More**: The [[TWikiTutorial]] gives you some more details on the %WIKITOOLNAME%. [[WikiReferences]] has links to articles and books around collaboration and the Wiki technology in particular. **Main Features of %WIKITOOLNAME%** @@ -32,7 +33,7 @@ You have reached a [[TWikiSite]] (pronounced twee-kee site). %WIKITOOLNAME% is a - Web pages are automatically linked. You do not need to learn HTML commands to link pages. - Very simple text formatting. Basically, you write a web page like you would write an email. - Full text search with/without regular expressions. -- All changes to pages are under revision control. Find out who changed what and when. +- All changes to pages and attachments are under revision control. Find out who changed what and when. - Fine grained access control based on groups. - Automatic email notification when web pages change. - File attachments: Upload and download any file as an attachment to a page by using your browser. This is similar to email file attachments, but it happens on web pages.