Changeset 727
- Timestamp:
- 11/16/08 14:23:40 (4 years ago)
- Location:
- branches/Release04x02
- Files:
-
- 11 edited
- 1 moved
-
data/TWiki/DefaultPreferences.txt (modified) (1 diff)
-
data/TWiki/GoodStyle.txt (modified) (2 diffs)
-
data/TWiki/InstantEnhancements.txt (modified) (1 diff)
-
data/TWiki/ShortHand.txt (moved) (moved from branches/Release04x02/data/TWiki/TWikiShorthand.txt)
-
data/TWiki/ShortcutMacros.txt (modified) (1 diff)
-
data/TWiki/StartingPoints.txt (modified) (1 diff)
-
data/TWiki/TwentyMinuteTutorial.txt (modified) (1 diff)
-
data/TWiki/UsersGuide.txt (modified) (1 diff)
-
data/TWiki/UsingHTML.txt (modified) (2 diffs)
-
data/TWiki/WelcomeGuest.txt (modified) (1 diff)
-
lib/MANIFEST (modified) (2 diffs)
-
tools/TWikiKernel/MANIFEST (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/data/TWiki/DefaultPreferences.txt
r713 r727 336 336 337 337 You can introduce new [[%SYSTEMWEB%.PreferenceSettings][preference settings]] and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts). 338 * A preference is defined in a TWikiShorthand bullet item: ==[3 spaces] * [space] Set NAME = value== <br /> Example (as a nested bullet item, indented 6 spaces):338 * A preference is defined in a ShortHand bullet item: ==[3 spaces] * [space] Set NAME = value== <br /> Example (as a nested bullet item, indented 6 spaces): 339 339 * S<nop>et WEBBGCOLOR = #FFFFC0 340 340 * Preferences are used as [[%SYSTEMWEB%.Macros][Macros]] by enclosing the name in percent signs: ==%==. Example: -
branches/Release04x02/data/TWiki/GoodStyle.txt
r491 r727 2 2 ---+ <nop>GoodStyle Collaboration Tips 3 3 4 * TWiki has a very simple *[[ TWikiShorthand][text formatting shorthand]]*. In any case, you won't go wrong if you simply:4 * TWiki has a very simple *[[ShortHand][text formatting shorthand]]*. In any case, you won't go wrong if you simply: 5 5 * start each line without spaces 6 6 * separate paragraphs with a blank line … … 35 35 * TWiki is intended for world-wide use, and an internationally understood date format like ==01 Sep %SERVERTIME{$year}%== or ==%SERVERTIME{$year}%-09-01== is preferred. It's clearer than the xx/xx/xx format, where a date like 9/1/01 can mean either Jan or Sep, depending on the local conventions of the readers. For months, use the first three letters: Jan, Feb, Mar, Apr,... 36 36 37 * *TIP:* Check the source when you want to find out how something is formatted: click ==Edit== on the lower toolbar. To see earlier versions, click ==More==, then check ==Raw text format== and click ==View revision==. A bit of HTML experience can't hurt, but you'll soon see with TWikiShorthand how far that is from necessary.37 * *TIP:* Check the source when you want to find out how something is formatted: click ==Edit== on the lower toolbar. To see earlier versions, click ==More==, then check ==Raw text format== and click ==View revision==. A bit of HTML experience can't hurt, but you'll soon see with ShortHand how far that is from necessary. 38 38 39 39 __Related Topics:__ UserDocumentationCategory -
branches/Release04x02/data/TWiki/InstantEnhancements.txt
r707 r727 78 78 ---+++ Use TOC macro to create table of content 79 79 80 TOC is Table-Of-Content, generated automagically from headers (defined like that: ==---++== , see TWikiShorthand).80 TOC is Table-Of-Content, generated automagically from headers (defined like that: ==---++== , see ShortHand). 81 81 82 82 For example, you may want to put all your custom settings in [[%LOCALSITEPREFS%]] right on top of the page, and generate table of contents, like: -
branches/Release04x02/data/TWiki/ShortcutMacros.txt
r713 r727 14 14 * [[%SYSTEMWEB%.Macros][Macros]] - an alphabetical list of all macros 15 15 * DefaultPreferences#RenderingShortcuts - where shortcuts are defined 16 * TWikiShorthand - summary of the TWikimarkup language16 * ShortHand - summary of the topic markup language 17 17 * [[StandardColors#ShortCuts]] - shortcuts for some standard colours -
branches/Release04x02/data/TWiki/StartingPoints.txt
r697 r727 12 12 13 13 * GoodStyle: Things to consider when changing text 14 * TWikiShorthand: Easy to learn rules for editing text14 * ShortHand: Easy to learn rules for editing text 15 15 * TextFormattingRules: The complete set of text formatting rules 16 16 * TextFormattingFAQ: Common how-to questions about posting in TWiki -
branches/Release04x02/data/TWiki/TwentyMinuteTutorial.txt
r713 r727 52 52 1. A signature with your name is already entered by default. __NOTE:__ The =%USERSWEB%.= in front of your name means that you have a link from the current web to your personal topic located in the %USERSWEB% web. 53 53 1. Preview and save the topic... 54 * Learn about text formatting. You can enter text in ! TWikiShorthand, a very simple markup language. Follow the TWikiShorthand link to see how, then:54 * Learn about text formatting. You can enter text in !ShortHand, a very simple markup language. Follow the ShortHand link to see how, then: 55 55 1. Go back to your sandbox topic end edit it. 56 2. Enter some text in TWikiShorthand: *bold* text, _italic_ text, __bold italic__ text, a bullet list, tables, paragraphs, etc. __Hint:__ If you need help, click on the TextFormattingRules link located below the text box in edit mode.56 2. Enter some text in ShortHand: *bold* text, _italic_ text, __bold italic__ text, a bullet list, tables, paragraphs, etc. __Hint:__ If you need help, click on the TextFormattingRules link located below the text box in edit mode. 57 57 3. Preview and save the topic. 58 58 -
branches/Release04x02/data/TWiki/UsersGuide.txt
r713 r727 15 15 * SearchHelp: Tips and help on search 16 16 * GoodStyle: Working tips for an open collaboration environment 17 * TWikiShorthand: All of the TWikishorthand basics17 * ShortHand: All of the shorthand basics 18 18 * TextFormattingRules: Scan all TWiki text formatting rules on one page 19 19 * [[%SYSTEMWEB%.Macros][Macros]]: How to easily embed text, graphics, dynamic content -
branches/Release04x02/data/TWiki/UsingHTML.txt
r671 r727 4 4 %STARTINCLUDE% 5 5 You can use most HTML tags in TWiki topics without a problem. This is useful where you want to 6 add some content that is formatted in a way that is not supported using [[ #TWikiShorthand][TWikishorthand]], for example,6 add some content that is formatted in a way that is not supported using [[ShortHand][shorthand]], for example, 7 7 you can write =<strike>deleted text</strike>= to get <strike>deleted text</strike>. 8 8 9 9 There are a few usability and technical considerations to keep in mind: 10 * On collaboration pages, it's better *not* to use HTML, but to use [[ #TWikiShorthand][TWikishorthand]] instead -10 * On collaboration pages, it's better *not* to use HTML, but to use [[ShortHand][shorthand]] instead - 11 11 this keeps the text uncluttered and easy to edit using the plaintext editor. 12 12 * If you _must_ use HTML, use [[http://www.w3.org/TR/xhtml1/][XHTML 1.0 Transitional]] syntax. 13 13 * Use =<literal>..</literal>= tags around blocks of HTML to avoid accidental interpretation of 14 [[ #TWikiShorthand][TWikishorthand]] within the HTML.14 [[ShortHand][shorthand]] within the HTML. 15 15 * %X% Script tags may be filtered out, at the discretion of your Wiki administrator. 16 16 … … 23 23 24 24 When using a WYSIWYG editor, you can just copy-paste directly into the editor, and the content will 25 be converted to [[ #TWikiShorthand][TWikishorthand]] automatically when you save.25 be converted to [[ShortHand][shorthand]] automatically when you save. 26 26 27 27 %STOPINCLUDE% -
branches/Release04x02/data/TWiki/WelcomeGuest.txt
r621 r727 16 16 17 17 * *Browse.* This is a site like other sites. Read and follow interesting links. 18 * *Write.* Speak your mind! From your browser you can change or add to anything you see in a TWiki topic. Use regular text or TWikiShorthand.18 * *Write.* Speak your mind! From your browser you can change or add to anything you see in a TWiki topic. Use regular text or ShortHand. 19 19 * *Experiment.* Edit your personal page or visit the Sandbox.%HOMETOPIC% web. 20 20 * *Organize.* You can learn to use DataForms and [[FormattedSearch]]es to include topic information - for example, classify pages by subject, status, or date. -
branches/Release04x02/lib/MANIFEST
r723 r727 156 156 data/TWiki/SearchHelp.txt 0644 157 157 data/TWiki/SearchPatternCookbook.txt 0644 158 data/TWiki/ShortHand.txt 0644 158 159 data/TWiki/SimultaneousEdits.txt 0644 159 160 data/TWiki/SiteChanges.txt 0644 … … 171 172 data/TWiki/TWikiReferenceManual.txt 0644 172 173 data/TWiki/TWikiScripts.txt 0644 173 data/TWiki/TWikiShorthand.txt 0644174 174 data/TWiki/TWikiSite.txt 0644 175 175 data/TWiki/TWikiSiteTools.txt 0644 -
branches/Release04x02/tools/TWikiKernel/MANIFEST
r723 r727 144 144 data/TWiki/SearchPatternCookbook.txt 0660 145 145 data/TWiki/SearchHelp.txt 0660 146 data/TWiki/ShortHand.txt 0660 146 147 data/TWiki/SimultaneousEdits.txt 0660 147 148 data/TWiki/SiteChanges.txt 0660 … … 159 160 data/TWiki/TWikiRegistration.txt 0660 160 161 data/TWiki/TWikiScripts.txt 0660 161 data/TWiki/TWikiShorthand.txt 0660162 162 data/TWiki/TWikiSite.txt 0660 163 163 data/TWiki/TWikiSiteTools.txt 0660
Note: See TracChangeset
for help on using the changeset viewer.
