Changeset 727


Ignore:
Timestamp:
11/16/08 14:23:40 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: TWikiShortHand to ShortHand.
Doing the rest of the job

Location:
branches/Release04x02
Files:
11 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/data/TWiki/DefaultPreferences.txt

    r713 r727  
    336336  
    337337You 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): 
    339339      * S<nop>et WEBBGCOLOR = #FFFFC0 
    340340   * Preferences are used as [[%SYSTEMWEB%.Macros][Macros]] by enclosing the name in percent signs: ==%==. Example: 
  • branches/Release04x02/data/TWiki/GoodStyle.txt

    r491 r727  
    22---+ <nop>GoodStyle Collaboration Tips 
    33 
    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: 
    55      * start each line without spaces 
    66      * separate paragraphs with a blank line  
     
    3535   * 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,... 
    3636 
    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.  
    3838 
    3939__Related Topics:__ UserDocumentationCategory 
  • branches/Release04x02/data/TWiki/InstantEnhancements.txt

    r707 r727  
    7878---+++ Use TOC macro to create table of content 
    7979 
    80 TOC is Table-Of-Content, generated automagically from headers (defined like that: ==---++== , see TWikiShorthand). 
     80TOC is Table-Of-Content, generated automagically from headers (defined like that: ==---++== , see ShortHand). 
    8181 
    8282For 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  
    1414   * [[%SYSTEMWEB%.Macros][Macros]] - an alphabetical list of all macros 
    1515   * DefaultPreferences#RenderingShortcuts - where shortcuts are defined  
    16    * TWikiShorthand - summary of the TWiki markup language 
     16   * ShortHand - summary of the topic markup language 
    1717   * [[StandardColors#ShortCuts]] - shortcuts for some standard colours 
  • branches/Release04x02/data/TWiki/StartingPoints.txt

    r697 r727  
    1212 
    1313   * GoodStyle: Things to consider when changing text 
    14    * TWikiShorthand: Easy to learn rules for editing text 
     14   * ShortHand: Easy to learn rules for editing text 
    1515   * TextFormattingRules: The complete set of text formatting rules  
    1616   * TextFormattingFAQ: Common how-to questions about posting in TWiki 
  • branches/Release04x02/data/TWiki/TwentyMinuteTutorial.txt

    r713 r727  
    5252      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. 
    5353      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: 
    5555      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. 
    5757      3. Preview and save the topic. 
    5858 
  • branches/Release04x02/data/TWiki/UsersGuide.txt

    r713 r727  
    1515      * SearchHelp: Tips and help on search 
    1616      * GoodStyle: Working tips for an open collaboration environment 
    17       * TWikiShorthand: All of the TWiki shorthand basics 
     17      * ShortHand: All of the shorthand basics 
    1818      * TextFormattingRules: Scan all TWiki text formatting rules on one page 
    1919      * [[%SYSTEMWEB%.Macros][Macros]]: How to easily embed text, graphics, dynamic content 
  • branches/Release04x02/data/TWiki/UsingHTML.txt

    r671 r727  
    44%STARTINCLUDE% 
    55You 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][TWiki shorthand]], for example, 
     6add some content that is formatted in a way that is not supported using [[ShortHand][shorthand]], for example, 
    77you can write =&lt;strike&gt;deleted text&lt;/strike&gt;= to get <strike>deleted text</strike>. 
    88 
    99There 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][TWiki shorthand]] instead - 
     10   * On collaboration pages, it's better *not* to use HTML, but to use [[ShortHand][shorthand]] instead - 
    1111     this keeps the text uncluttered and easy to edit using the plaintext editor. 
    1212   * If you _must_ use HTML, use [[http://www.w3.org/TR/xhtml1/][XHTML 1.0 Transitional]] syntax. 
    1313   * Use =&lt;literal&gt;..&lt;/literal&gt;= tags around blocks of HTML to avoid accidental interpretation of 
    14      [[#TWikiShorthand][TWiki shorthand]] within the HTML. 
     14     [[ShortHand][shorthand]] within the HTML. 
    1515   * %X% Script tags may be filtered out, at the discretion of your Wiki administrator. 
    1616 
     
    2323 
    2424When using a WYSIWYG editor, you can just copy-paste directly into the editor, and the content will 
    25 be converted to [[#TWikiShorthand][TWiki shorthand]] automatically when you save. 
     25be converted to [[ShortHand][shorthand]] automatically when you save. 
    2626 
    2727%STOPINCLUDE% 
  • branches/Release04x02/data/TWiki/WelcomeGuest.txt

    r621 r727  
    1616 
    1717   * *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. 
    1919   * *Experiment.*  Edit your personal page or visit the Sandbox.%HOMETOPIC% web. 
    2020   * *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  
    156156data/TWiki/SearchHelp.txt 0644 
    157157data/TWiki/SearchPatternCookbook.txt 0644 
     158data/TWiki/ShortHand.txt 0644 
    158159data/TWiki/SimultaneousEdits.txt 0644 
    159160data/TWiki/SiteChanges.txt 0644 
     
    171172data/TWiki/TWikiReferenceManual.txt 0644 
    172173data/TWiki/TWikiScripts.txt 0644 
    173 data/TWiki/TWikiShorthand.txt 0644 
    174174data/TWiki/TWikiSite.txt 0644 
    175175data/TWiki/TWikiSiteTools.txt 0644 
  • branches/Release04x02/tools/TWikiKernel/MANIFEST

    r723 r727  
    144144data/TWiki/SearchPatternCookbook.txt 0660 
    145145data/TWiki/SearchHelp.txt 0660 
     146data/TWiki/ShortHand.txt 0660 
    146147data/TWiki/SimultaneousEdits.txt 0660 
    147148data/TWiki/SiteChanges.txt 0660 
     
    159160data/TWiki/TWikiRegistration.txt 0660 
    160161data/TWiki/TWikiScripts.txt 0660 
    161 data/TWiki/TWikiShorthand.txt 0660 
    162162data/TWiki/TWikiSite.txt 0660 
    163163data/TWiki/TWikiSiteTools.txt 0660 
Note: See TracChangeset for help on using the changeset viewer.