Changeset 495


Ignore:
Timestamp:
11/09/08 17:49:46 (3 years ago)
Author:
CrawfordCurrie
Message:

Item109: TWikiTopics to TopicsAndWebs

Location:
trunk/core/data/TWiki
Files:
7 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/core/data/TWiki/MainFeatures.txt

    r490 r495  
    1616   * *TWiki plugins:* Easily install program enhancements using external [[TWikiPlugins][plug-in modules]]. Developers can create plug-ins in Perl using the TWiki Plugin API. 
    1717   * *Templates and skins:* A flexible [[PresentationTemplates][templating system]] separates program logic and presentation. [[Skins]] overwrite template headers and footers; page content is unaffected. 
    18    * *Managing pages:* Individual [[TWikiTopics][pages]] can be renamed, moved and deleted through the browser. 
     18   * *Managing pages:* Individual pages can be renamed, moved and deleted through the browser. 
    1919   * *Managing users:* Web-based [[TWikiRegistration][user registration]] and [[ChangePassword][change of password]]. 
    2020   * *Statistics:* Create statistics of TWiki webs. Find out most popular pages and top contributors. 
  • trunk/core/data/TWiki/StartingPoints.txt

    r482 r495  
    1111   * TWikiFAQ: Common questions about TWiki use 
    1212 
    13    * TWikiTopics: Customize, rename, move, or delete TWiki topics 
    1413   * GoodStyle: Things to consider when changing text 
    1514   * TWikiShorthand: Easy to learn rules for editing text 
  • trunk/core/data/TWiki/TWikiGlossary.txt

    r490 r495  
    1616| Skin: | Skins overlay regular _templates_ with alternate header/footer layout of _pages_; topic text is not affected. Skins are typically enabled site-wide or per _web_. [[TWikiSkins][Details...]] | 
    1717| Templates: | (1) Regular templates define header/footer layout of _pages_; topic text is not affected. (2) Template topics set the default content for new _topics_. [[PresentationTemplates][Details...]] | 
    18 | Topic: | The content of a TWiki _page_, consisting of text, an optional _form_ and optional _attachments_. It has a WikiName that's unique within its _web_. [[TWikiTopics][Details...]] | 
     18| Topic: | The content of a TWiki _page_, consisting of text, an optional _form_ and optional _attachments_. It has a WikiName that's unique within its _web_. [[TopicsAndWebs][Details...]] | 
    1919| TWiki: | A web-based collaboration platform targeting the corporate world. Contraction of "TakeFive Wiki". By chance, also happens to be the name of the AI robot star of the Buck Rogers 1979 movie and TV series. Features include browser based editing, automatic linking of text (based on ideas of the original <nop>WikiWikiWeb), revision control, file _attachments_, _form_ handling, _preferences_ settings, access control and more. [[http://TWiki.org/][Details...]] | 
    2020| TWiki.org: |Official home site, center of all development. [[http://TWiki.org/][Details...]] | 
  • trunk/core/data/TWiki/TWikiSite.txt

    r490 r495  
    3131   * WelcomeGuest is a fast track guide to TWiki 
    3232   * TWikiSite provides a basic big picture overview of the TWiki platform 
    33    * TWikiTopics is a quick and concentrated look at the TWiki core 
    34    * TWikiPlannedFeatures lists approved additions to future TWiki versions. 
    35    * TWikiEnhancementRequests is the place to add your new feature requests. 
    3633   * [[%HOMETOPIC%][TWiki Documentation]]: a compact User's Guide and an in-depth Reference Manual. 
    3734   * TWikiHistory puts TWiki development on a timeline 
  • trunk/core/data/TWiki/TWikiUsersGuide.txt

    r482 r495  
    1313      * TWikiSite: Ultra-compact, 2-minute TWiki primer 
    1414      * TWikiTutorial: A compact, 20-minute TWiki primer<p /> 
    15       * TWikiTopics: Customize, rename, move, or delete TWiki topics 
    1615      * SearchHelp: Tips and help on search 
    1716      * GoodStyle: Working tips for an open collaboration environment 
  • trunk/core/data/TWiki/VarMAKETEXT.txt

    r482 r495  
    1717      * =%<nop>MAKETEXT{"Did you want to [<nop>[<nop>[<nop>_1]<nop>]<nop>[reset [_2]'s password]<nop>]<nop>?" args="%<nop>SYSTEMWEB%.ResetPassword,%<nop>WIKIUSERNAME%"}%= 
    1818        %BR% expands to %BR% 
    19         <em> %MAKETEXT{"Did you want to [[[_1]][reset [_2]'s password]]?" args="TWiki.ResetPassword,%WIKIUSERNAME%"}% </em> 
     19        <em> %MAKETEXT{"Did you want to [[[_1]][reset [_2]'s password]]?" args="%SYSTEMWEB%.ResetPassword,%WIKIUSERNAME%"}% </em> 
    2020   * __Notes:__ 
    2121      * TWiki will translate the =string= to the current user's language _only_ 
  • trunk/core/data/TWiki/WelcomeGuest.txt

    r482 r495  
    1010---++ What's in a TWiki? 
    1111 
    12    * *Webs:* A TWikiSite is divided into webs, each one represents an area for collaboration. This site has the following webs: %WEBLIST{ format="[[$name.%HOMETOPIC%][$name]]" separator=", " }% 
    13    * *Topics:* Each web is made up of hyperlinked [[TWikiTopics][topics]] that appear in your browser. 
     12   * See TopicsAndWebs for a concentrated introduction 
     13 
    1414 
    1515---++ Some things to do 
Note: See TracChangeset for help on using the changeset viewer.