Changeset 8548
- Timestamp:
- 08/18/10 15:08:46 (22 months ago)
- Location:
- trunk/TipsContrib/data/System
- Files:
-
- 20 edited
-
TipTopic001.txt (modified) (1 diff)
-
TipTopic002.txt (modified) (1 diff)
-
TipTopic003.txt (modified) (1 diff)
-
TipTopic004.txt (modified) (1 diff)
-
TipTopic005.txt (modified) (1 diff)
-
TipTopic006.txt (modified) (1 diff)
-
TipTopic007.txt (modified) (1 diff)
-
TipTopic008.txt (modified) (1 diff)
-
TipTopic011.txt (modified) (1 diff)
-
TipTopic013.txt (modified) (1 diff)
-
TipTopic014.txt (modified) (1 diff)
-
TipTopic015.txt (modified) (1 diff)
-
TipTopic016.txt (modified) (1 diff)
-
TipTopic017.txt (modified) (1 diff)
-
TipTopic019.txt (modified) (2 diffs)
-
TipTopic020.txt (modified) (1 diff)
-
TipTopic022.txt (modified) (1 diff)
-
TipTopic025.txt (modified) (2 diffs)
-
TipTopic026.txt (modified) (1 diff)
-
TipTopic027.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TipsContrib/data/System/TipTopic001.txt
r8471 r8548 3 3 ---+ The Go Box as a browser 4 4 5 The go box (also called jump box) is not only a tool to allow you to jump from page to page, you can use the Go Box to search for documents. If you do not know the entire name of the Foswiki topic you are looking, partially putting in the topic name in the GoBox will result in a literal search in the Foswiki topics.5 The go box (also called jump box) allows you to jump from page to page and search for documents. If you do not know the entire name of the topic you are looking for, a partial name in the GoBox will perform a literal search. 6 6 7 7 [[TipsOfTheDay][See More Tips...]] -
trunk/TipsContrib/data/System/TipTopic002.txt
r8471 r8548 3 3 ---+ <nop>WebChanges to see recent activity 4 4 5 Each Foswiki web has a WebChanges topic that lists recent activity from all editors of the web. This page can be useful when looking for recently contributed content of a colleague.5 Each Foswiki web has a WebChanges topic that lists recent activity from all editors of the web. This can be useful when looking for a colleague's recently contributed content, for example. Recent changes may also be viewed with your favourite news feed reader using the WebRss or WebAtom topics. Additionally, WebNotify may be used to subscribe to changes via E-mail. 6 6 7 7 [[TipsOfTheDay][See More Tips...]] -
trunk/TipsContrib/data/System/TipTopic003.txt
r8471 r8548 3 3 ---+ Raw Text link 4 4 5 At the bottom of the page next to *Edit* and *Attach*, there is a *Raw Text* link that allows one to easily see how the Foswiki topic looks in its raw form. This allows you to see and copy raw text without the need to edit and lock a topic.5 At the bottom of each page among the action links (assuming use of the default PatternSkin), there is a *View wiki text* link which shows how a topic looks in its raw WikiSyntax form. This allows you to view and copy raw text without having to edit. 6 6 7 7 [[TipsOfTheDay][See More Tips...]] -
trunk/TipsContrib/data/System/TipTopic004.txt
r8471 r8548 3 3 ---+ E-mail alert of topic changes 4 4 5 Subscribing to WebNotify will enable Foswiki to send you details of changes made on topics in a certain web. You can choose to be notified of changes in an entire web or just a subset of topics in a web. Each web has its own WebNotify subscription.5 Subscribing to WebNotify will enable Foswiki to send you details of changes made on topics in a certain web. You can choose to be notified of changes in an entire web or just a subset of topics in a web. Each web has its own WebNotify topic to manage subscriptions. Alternatively, Foswiki:Extensions.SubscribePlugin provides one-click subscription from any viewed topic. 6 6 7 7 [[TipsOfTheDay][See More Tips...]] -
trunk/TipsContrib/data/System/TipTopic005.txt
r8471 r8548 3 3 ---+ Re-parenting a topic 4 4 5 The breadcrumb displayed with a particular Foswiki topic is constructed with a topic's *Parent*. On the footer to each page there is a link called *More*. Within this page there is a topic action that will allow you to select a new parent for the page.5 The breadcrumbs ([[Contribs]] > [[TipsContrib]] > [[TipsOfTheDay]], for example) of any topic is constructed automatically in Foswiki by following the set topic parent. In the footer of a topic viewed with the default PatternSkin is a *More topic actions* link which will allow you to select a new parent for the page. 6 6 7 7 To re-parent a page: 8 1 Select a new topic from the list of topics to be the topic's parent 9 1 Click on the *Edit* button below the list of topics 10 1 Click on the *Save* button 8 To re-parent a topic: 9 1 Click *More topic actions* on the topic you wish to re-parent 10 1 Navigate to *Set new topic parent* 11 1 Click *Pick from a list* 12 1 Select a new parent from the list 13 1 Click on the *Set new parent* button 11 14 12 15 You will notice that the breadcrumb will now reflect the new parent. -
trunk/TipsContrib/data/System/TipTopic006.txt
r8471 r8548 3 3 ---+ Creating a Table of Contents 4 4 5 =%<nop>TOC%= will automatically create a table of contents for a topic based on the headers of the topic. To exclude a heading from a =%<nop>TOC%= add =!!= to the end of the syntax for a header, e.g. write =---+!!= for a =---+= heading.5 =%<nop>TOC%= automatically creates a table of contents based on the headings present in the topic. To exclude a heading from a =%<nop>TOC%= add =!!= to the end of the heading markup, e.g. write =---+!!= for a =---+= heading. 6 6 7 7 [[TipsOfTheDay][See More Tips...]] -
trunk/TipsContrib/data/System/TipTopic007.txt
r8471 r8548 3 3 ---+ Linking to a file attachment 4 4 5 One can create a link to a file attachment using one of the =%<nop>ATTACHURL%= or =%<nop>PUBURL%= macros. 6 7 =%<nop>ATTACHURL%= is the full URL for attachments in the current topic. For example: 8 9 =%<nop>ATTACHURL%/image.gif= 10 11 To link to a file attachment in another topic, use the =%<nop>PUBURL%= macro. For example: 12 13 =%<nop>PUBURL%/%<nop>WEB%/OtherTopic/image.gif= 5 A link to a file attachment may be created in a few different ways: 6 1 If using the WYSIWYG editor (TinyMCEPlugin), use the attach (paperclip) toolbar button to select an attachment on the "Insert link to attachment" tab and then press the "Insert link" button 7 1 Use the =%<nop>ATTACHURL%= macro (see [[VarATTACHURL]]). This is the full URL for attachments in the current topic. For example: 8 <!-- %JQREQUIRE{"chili"}% --><verbatim class="tml">%ATTACHURL%/image.gif</verbatim> 9 1 To link to a file attachment in another topic, use the =%<nop>PUBURL%= macro (see [[VarPUBURL]]). For example: 10 <verbatim class="tml">%PUBURL%/%WEB%/OtherTopic/image.gif</verbatim> 14 11 15 12 [[TipsOfTheDay][See More Tips...]] -
trunk/TipsContrib/data/System/TipTopic008.txt
r8471 r8548 7 7 For Example: 8 8 9 < pre>9 <!-- %JQREQUIRE{"chili"}% --><pre class="tml"> 10 10 <verbatim> 11 11 | *Header1* | *Header1* | -
trunk/TipsContrib/data/System/TipTopic011.txt
r8471 r8548 6 6 7 7 Examples: 8 * =%<nop>INCLUDE{"http://www.google.com/"}%= 9 * =%<nop>INCLUDE{"%SYSTEMWEB%.WebHome"}%= 10 * =%<nop>INCLUDE{"WebHome"}%= 8 <!-- %JQREQUIRE{"chili"}% --><verbatim class="tml">%INCLUDE{"%SYSTEMWEB%.WebHome"}% 9 %INCLUDE{"WebHome"}%</verbatim> 10 This example requires ={INCLUDE}{AllowURLs}= enabled in [[%SCRIPTURLPATH{"configure"}%][configure]] (disabled by default for security reasons): 11 <verbatim class="tml">%INCLUDE{"http://www.google.com/"}%</verbatim> 11 12 12 13 [[TipsOfTheDay][See More Tips...]] -
trunk/TipsContrib/data/System/TipTopic013.txt
r8471 r8548 3 3 ---+ Preference settings 4 4 5 Foswiki has four levels of preferences settings:5 Foswiki has several levels of preferences settings. See PreferenceSettings for a full list and more information: 6 6 1 Site-level settings: %WIKIPREFSTOPIC% 7 7 * Site name, proxy settings, access control, skin -
trunk/TipsContrib/data/System/TipTopic014.txt
r8471 r8548 3 3 ---+ File attachments 4 4 5 One can attach files to any topic. The action of attaching a file to a topic is similar to attaching a file to an e-mail. The link to attach a file is located at the end of the topic. 5 Files can be attached to any topic. The action of attaching a file to a topic is similar to attaching a file to an e-mail - use the *Attach* link in the footer of any topic viewed with the default PatternSkin. 6 6 7 7 Features: -
trunk/TipsContrib/data/System/TipTopic015.txt
r8471 r8548 3 3 ---+ Breadcrumb 4 4 5 The breadcrumb of a topic shows you page hierarchy. It is constructed using a topic's parent setting .5 The breadcrumb of a topic shows you page hierarchy. It is constructed using a topic's parent setting; for example, the breadcrumb on this page looks like %META{"parent"}% 6 6 7 7 [[TipsOfTheDay][See More Tips...]] -
trunk/TipsContrib/data/System/TipTopic016.txt
r8471 r8548 3 3 ---+ Foswiki Skins 4 4 5 Skins overlay regular templates with alternate header/footer layouts. You can use Skins to change the look of a Foswiki topic, for example, the layout of the header and footer. Rendered text between header and footer does not change. You can also use Skins to define an alternate view, like a view optimized for printing.5 Skins overlay regular templates with alternate layouts (and styles). You can use Skins to change the look of a Foswiki topic, for example, the layout of the header and footer. Rendered text between header and footer does not change. You can also use Skins to define an alternate view, like a view optimized for printing. 6 6 7 7 To see the installed [[Skins]], see SkinBrowser. -
trunk/TipsContrib/data/System/TipTopic017.txt
r8471 r8548 3 3 ---+ Revision control 4 4 5 Foswiki has "Soft security" - anyone can change anything, but changes are logged. There is a complete audit trail:5 In Foswiki, assuming appropriate AccessControls, anyone can change anything but those changes are logged. There is a complete audit trail with record of: 6 6 * Version 7 7 * Date of last revision 8 8 * Person who made change 9 is recorded. At the footer of each topic one can click on previous versions. One can also see the differences between revisions by clicking on the <u>></u> sign located between revisions of a topic.9 The default PatternSkin offers access to previous versions using the *History* link in the footer of any viewed topic. Differences between revisions can also be reviewed by clicking on the ==>== symbols located between the revision numbers depicting the versions available. 10 10 11 11 -
trunk/TipsContrib/data/System/TipTopic019.txt
r8471 r8548 10 10 11 11 Example spanning multiple lines: 12 <verbatim >12 <verbatim class="tml"> 13 13 <!-- 14 14 * Useful to hide settings: … … 16 16 --> 17 17 </verbatim> 18 18 <!-- %JQREQUIRE{"chili"}% --> 19 19 20 20 [[TipsOfTheDay][See More Tips...]] -
trunk/TipsContrib/data/System/TipTopic020.txt
r8471 r8548 3 3 ---+ !InterwikiPlugin links 4 4 5 The InterwikiPlugin automatically links =ExternalSite:Page= text to external sites based on aliases defined in the InterWikis topic. This enables people to "shortcut"long URLs.5 The InterwikiPlugin automatically links =ExternalSite:Page= text to external sites based on aliases defined in the InterWikis topic. This enables flexible shortcuts to long URLs. 6 6 7 7 [[InterwikiPlugin][More information...]] -
trunk/TipsContrib/data/System/TipTopic022.txt
r8471 r8548 3 3 ---+ Edit tables with !EditTablePlugin 4 4 5 The EditTablePlugin allows you to edit tables using edit fields and drop down boxes. Tables have an [ Edit table ]button if preceeded by an =%<nop>EDITTABLE{...}%= macro. Each column can be a text field, a drop down box, a date field, etc. Multiple tables per topic are editable, but only one at a time can be edited.5 EditTablePlugin allows you to edit tables using edit fields and drop down boxes. Tables have an <input type="image" alt="Edit this table" src="%PUBURLPATH%/%SYSTEMWEB%/EditTablePlugin/edittable.gif" class="editTableEditImageButton"> button if preceeded by an =%<nop>EDITTABLE{...}%= macro. Each column can be a text field, a drop down box, a date field, etc. Multiple tables per topic are editable, but only one at a time can be edited. 6 6 7 7 Example: -
trunk/TipsContrib/data/System/TipTopic025.txt
r8471 r8548 3 3 ---+ !SpreadSheetPlugin for dynamic content 4 4 5 Over 60 formulae are available through the SpreadSheetPlugin.5 Over 80 formulae are available through the SpreadSheetPlugin. 6 6 7 7 For Example: … … 17 17 To space out WikiWords, write: 18 18 19 =%<nop>CALC{"$PROPERSPACE(<nop>WikiGuest)"}%= 19 <!-- %JQREQUIRE{"chili"}% --><verbatim class="tml">%CALC{"$PROPERSPACE(WikiGuest)"}%</verbatim> 20 20 21 21 to get: -
trunk/TipsContrib/data/System/TipTopic026.txt
r8471 r8548 3 3 ---+ !SlideShowPlugin for presentations 4 4 5 Use theSlideShowPlugin to convert a topic with headings and bullets into a slideshow presentation.5 Use SlideShowPlugin to convert a topic with headings and bullets into a slideshow presentation. 6 6 7 This Plugin is useful for organizations that already have lots of content in Foswiki: It is easy to create a web based presentation that contains many links to related content and to show live data of Foswiki applications. The Plugin does not try to compete with the bells and whistles of the other presentation program, but the markup of Foswiki and other Plugins like Foswiki:Extensions/ChartPlugin, Foswiki:Extensions.GaugePlugin, Foswiki:Extensions.SpreadSheetPlugin, Foswiki:Extensions.JHotDrawPlugin can be used to create an appealing presentation.7 This plugin is useful when content is already available in Foswiki - it allows easy creation of web-based presentations which may contain links to related content and live data from Foswiki applications. SlideShowPlugin does not try to compete with the bells and whistles of purpose-built presentation software, however some extra features can be enabled by plugins such as [[Foswiki:Extensions.ChartPlugin][ChartPlugin]], [[Foswiki:Extensions.GaugePlugin][GaugePlugin]], [[SpreadSheetPlugin]], [[Foswiki:Extensions.JHotDrawPlugin][JHotDrawPlugin]] etc. 8 8 9 9 [[SlideShowPlugin][More Information...]] -
trunk/TipsContrib/data/System/TipTopic027.txt
r8471 r8548 3 3 ---+ Custom rendered bullets 4 4 5 TheRenderListPlugin can render bulleted lists in a variety of different ways.5 RenderListPlugin can render bulleted lists in a variety of different ways. 6 6 7 7 Use =%<nop>RENDERLIST{ parameters }%= before any bulleted list.
Note: See TracChangeset
for help on using the changeset viewer.
