Skip to content

Commit

Permalink
Item1156: Create Release01x00 branch
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@2733 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Feb 26, 2009
1 parent 2a8d013 commit b542def
Show file tree
Hide file tree
Showing 40 changed files with 585 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TipsContrib/data/System/TipTopic001.txt
@@ -0,0 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1107568372" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ The Go Box as a browser

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.

[[TipsOfTheDay][See More Tips...]]
7 changes: 7 additions & 0 deletions TipsContrib/data/System/TipTopic002.txt
@@ -0,0 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1107568431" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ <nop>WebChanges to see recent activity

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.

[[TipsOfTheDay][See More Tips...]]
7 changes: 7 additions & 0 deletions TipsContrib/data/System/TipTopic003.txt
@@ -0,0 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1107568683" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Raw Text link

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.

[[TipsOfTheDay][See More Tips...]]
7 changes: 7 additions & 0 deletions TipsContrib/data/System/TipTopic004.txt
@@ -0,0 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1107568818" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ E-mail alert of topic changes

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.

[[TipsOfTheDay][See More Tips...]]
14 changes: 14 additions & 0 deletions TipsContrib/data/System/TipTopic005.txt
@@ -0,0 +1,14 @@
%META:TOPICINFO{author="ProjectContributor" date="1107569013" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Re-parenting a topic

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.

To re-parent a page:
1 Select a new topic from the list of topics to be the topic's parent
1 Click on the *Edit* button below the list of topics
1 Click on the *Save* button

You will notice that the breadcrumb will now reflect the new parent.

[[TipsOfTheDay][See More Tips...]]
7 changes: 7 additions & 0 deletions TipsContrib/data/System/TipTopic006.txt
@@ -0,0 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1107569130" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Creating a Table of Contents

=%<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.

[[TipsOfTheDay][See More Tips...]]
15 changes: 15 additions & 0 deletions TipsContrib/data/System/TipTopic007.txt
@@ -0,0 +1,15 @@
%META:TOPICINFO{author="ProjectContributor" date="1107569291" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Linking to a file attachment

One can create a link to a file attachment using one of the =%<nop>ATTACHURL%= or =%<nop>PUBURL%= macros.

=%<nop>ATTACHURL%= is the full URL for attachments in the current topic. For example:

=%<nop>ATTACHURL%/image.gif=

To link to a file attachment in another topic, use the =%<nop>PUBURL%= macro. For example:

=%<nop>PUBURL%/%<nop>WEB%/OtherTopic/image.gif=

[[TipsOfTheDay][See More Tips...]]
16 changes: 16 additions & 0 deletions TipsContrib/data/System/TipTopic008.txt
@@ -0,0 +1,16 @@
%META:TOPICINFO{author="ProjectContributor" date="1107569481" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Escaping Foswiki rendering

Use the verbatim tag to surround code excerpts and other formatted text with =&lt;verbatim&gt;= and =&lt;/verbatim&gt;= tags. Each tag must be on a line by itself.

For Example:

<pre>
&lt;verbatim&gt;
| *Header1* | *Header1* |
| Data1 | Data2 |
&lt;/verbatim&gt;
</pre>

[[TipsOfTheDay][See More Tips...]]
8 changes: 8 additions & 0 deletions TipsContrib/data/System/TipTopic009.txt
@@ -0,0 +1,8 @@
%META:TOPICINFO{author="ProjectContributor" date="1107569541" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Disabling links in large blocks of text

You can disable automatic linking of WikiWords by surrounding the text with =&lt;noautolink&gt;= and =&lt;/noautolink&gt;= tags.
Each tag must be on a line by itself.

[[TipsOfTheDay][See More Tips...]]
9 changes: 9 additions & 0 deletions TipsContrib/data/System/TipTopic010.txt
@@ -0,0 +1,9 @@
%META:TOPICINFO{author="ProjectContributor" date="1107569750" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Disabling individual !WikiWords

Prevent a WikiWord from being linked by prefixing it with an exclamation point.

Example: To escape =SunOs= write =!SunOs= to get !SunOs.

[[TipsOfTheDay][See More Tips...]]
12 changes: 12 additions & 0 deletions TipsContrib/data/System/TipTopic011.txt
@@ -0,0 +1,12 @@
%META:TOPICINFO{author="ProjectContributor" date="1107569826" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Server side include

To include the contents of a web page or Foswiki topic, use =%<nop>INCLUDE{"page"}%=.

Examples:
* =%<nop>INCLUDE{"http://www.google.com/"}%=
* =%<nop>INCLUDE{"%SYSTEMWEB%.WebHome"}%=
* =%<nop>INCLUDE{"WebHome"}%=

[[TipsOfTheDay][See More Tips...]]
7 changes: 7 additions & 0 deletions TipsContrib/data/System/TipTopic012.txt
@@ -0,0 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1107570220" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ <nop>WikiWords for linking

<nop>WikiWords are capitalized words, run together, such as <b>WebPreferences</b> and <b>CollaborationPlatform</b>. Using a lot of !WikiWords creates a good browsing experience for the reader. %WIKITOOLNAME% links <nop>WikiWords automatically to topics of that name.

[[TipsOfTheDay][See More Tips...]]
16 changes: 16 additions & 0 deletions TipsContrib/data/System/TipTopic013.txt
@@ -0,0 +1,16 @@
%META:TOPICINFO{author="ProjectContributor" date="1167690020" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Preference settings

Foswiki has four levels of preferences settings:
1 Site-level settings: %WIKIPREFSTOPIC%
* Site name, proxy settings, access control, skin
1 Web-level settings: located in each Web, e.g. %WEBPREFSTOPIC% topic
* Web specific access control, navigation links, colors
1 User-level settings: In each user's home page, e.g. %WIKIUSERNAME% topic
* Settings that are only in effect when this user is logged in, such as LINKTOOLTIPINFO
1 Topic-level settings: Affecting current topic, for web applications

Preferences can be overridden by the next level down.

[[TipsOfTheDay][See More Tips...]]
16 changes: 16 additions & 0 deletions TipsContrib/data/System/TipTopic014.txt
@@ -0,0 +1,16 @@
%META:TOPICINFO{author="ProjectContributor" date="1107570696" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ File attachments

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.

Features:
* Browse file to upload
* "Link" checkbox - to inline images
* "Hide file" checkbox
* Version control
* "manage" link to see older revisions and to change properties

[[FileAttachment][More Information...]]

[[TipsOfTheDay][See More Tips...]]
7 changes: 7 additions & 0 deletions TipsContrib/data/System/TipTopic015.txt
@@ -0,0 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1107570760" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Breadcrumb

The breadcrumb of a topic shows you page hierarchy. It is constructed using a topic's parent setting.

[[TipsOfTheDay][See More Tips...]]
9 changes: 9 additions & 0 deletions TipsContrib/data/System/TipTopic016.txt
@@ -0,0 +1,9 @@
%META:TOPICINFO{author="ProjectContributor" date="1107570894" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Foswiki Skins

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.

To see the installed [[Skins]], see SkinBrowser.

[[TipsOfTheDay][See More Tips...]]
12 changes: 12 additions & 0 deletions TipsContrib/data/System/TipTopic017.txt
@@ -0,0 +1,12 @@
%META:TOPICINFO{author="ProjectContributor" date="1107571037" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Revision control

Foswiki has "Soft security" - anyone can change anything, but changes are logged. There is a complete audit trail:
* Version
* Date of last revision
* Person who made change
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>&gt;</u> sign located between revisions of a topic.


[[TipsOfTheDay][See More Tips...]]
9 changes: 9 additions & 0 deletions TipsContrib/data/System/TipTopic018.txt
@@ -0,0 +1,9 @@
%META:TOPICINFO{author="ProjectContributor" date="1107571155" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Inline search

To embed a search in a topic, use the =%<nop>SEARCH{ &lt;parameters&gt; }%= macro. The search macro is used by many Foswiki based applications.

[[Macros#VarSEARCH][More Information...]]

[[TipsOfTheDay][See More Tips...]]
20 changes: 20 additions & 0 deletions TipsContrib/data/System/TipTopic019.txt
@@ -0,0 +1,20 @@
%META:TOPICINFO{author="ProjectContributor" date="1107571231" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Commenting with hidden text

To hide sections of a Foswiki topic, use HTML comments.

Example comment within a sentence:

=Visible &lt;!--- and hidden ---&gt; text=

Example spanning multiple lines:
<verbatim>
<!--
* Useful to hide settings:
* Set EXAMPLE = This is hidden
-->
</verbatim>


[[TipsOfTheDay][See More Tips...]]
9 changes: 9 additions & 0 deletions TipsContrib/data/System/TipTopic020.txt
@@ -0,0 +1,9 @@
%META:TOPICINFO{author="ProjectContributor" date="1107571474" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ !InterwikiPlugin links

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.

[[InterwikiPlugin][More information...]]

[[TipsOfTheDay][See More Tips...]]
9 changes: 9 additions & 0 deletions TipsContrib/data/System/TipTopic021.txt
@@ -0,0 +1,9 @@
%META:TOPICINFO{author="ProjectContributor" date="1107571621" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ !SmiliesPlugin emoticons

Smilies are common in e-mail messages and bulletin board posts. They are used to convey an emotion, such as a smile =&#058;-)= :-) or a frown =&#058;-(= :-( . This plugin automatically converts certain smilies to a nice small icon.

[[SmiliesPlugin][More smilies...]]

[[TipsOfTheDay][See More Tips...]]
18 changes: 18 additions & 0 deletions TipsContrib/data/System/TipTopic022.txt
@@ -0,0 +1,18 @@
%META:TOPICINFO{author="ProjectContributor" date="1107571795" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Edit tables with !EditTablePlugin

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.

Example:

Syntax: =%<nop>EDITTABLE{ format="| row, -1 | text, 20, init | select, 1, one, two, three, four | radio, 3,:-),:-I,:-( | label, 0, %<nop>SERVERTIME{"$day $mon $year $hour:$min"}% |" changerows="on" }%=
%EDITTABLE{ format="| row, -1 | text, 20, init | select, 1, one, two, three, four | radio, 3,:-),:-I,:-( | label, 0, %SERVERTIME{"$day $mon $year $hour:$min"}% |" changerows="on" }%
|*Nr*|*Text field*|*Drop down*|*Mood*|*Timestamp*|
| 1 | hello table | one | :-) | 26 Jun 2002 12:30 |
| 2 | | two | :-( | 27 Jun 2002 12:40 |


[[EditTablePlugin][More Information...]]

[[TipsOfTheDay][See More Tips...]]
19 changes: 19 additions & 0 deletions TipsContrib/data/System/TipTopic023.txt
@@ -0,0 +1,19 @@
%META:TOPICINFO{author="ProjectContributor" date="1107572730" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Control table attributes with !TablePlugin

The TablePlugin gives extra control of table display:
* Allows sorting
* Changing table properties like border width, cell spacing and cell padding
* Changing background color and text color for header cells
* Changing background color and text color for data cells - colors can _alternate_
* Table attributes can be set and overridden in this order:
* Default =TABLEATTRIBUTES= Plugin setting in this topic
* A =TABLEATTRIBUTES= preferences setting on site-level (%USERSWEB%.SitePreferences), web-level (any WebPreferences), or topic level. For example:
* =Set TABLEATTRIBUTES = tableborder="0" cellpadding="1" ...=

To change table characteristics place =%<nop>TABLE{...}%= before the table.

[[TablePlugin][More Information...]]

[[TipsOfTheDay][See More Tips...]]
16 changes: 16 additions & 0 deletions TipsContrib/data/System/TipTopic024.txt
@@ -0,0 +1,16 @@
%META:TOPICINFO{author="ProjectContributor" date="1107572800" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Comment box with !CommentPlugin

The CommentPlugin allows users to quickly post comments to a page without an edit/preview/save cycle.

Write =%<nop>COMMENT{ attributes }%= or simply =%<nop>COMMENT%= anywhere in a Foswiki topic.

Example:
<form name="disabled">
<table><tr valign="middle"><td><textarea rows="3" cols="40" name="comment" wrap="soft" onfocus="if(this.value=='')this.value=''" onblur="if(this.value=='')this.value=''">This non-working example is for demonstration purposes only</textarea></td><td><input type="submit" value="Add comment" disabled="disabled" /></td></tr></table>
</form>

[[CommentPlugin][More Information...]]

[[TipsOfTheDay][See More Tips...]]
27 changes: 27 additions & 0 deletions TipsContrib/data/System/TipTopic025.txt
@@ -0,0 +1,27 @@
%META:TOPICINFO{author="ProjectContributor" date="1107572937" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ !SpreadSheetPlugin for dynamic content

Over 60 formulae are available through the SpreadSheetPlugin.

For Example:
* =$AVERAGE()=
* =$IF()=
* =$REPLACE()=
* =$TIME()=

A formula can be placed anywhere in a topic. not just in a Foswiki table.

Example:

To space out WikiWords, write:

=%<nop>CALC{"$PROPERSPACE(<nop>WikiGuest)"}%=

to get:

=%CALC{"$PROPERSPACE(WikiGuest)"}%=

[[SpreadSheetPlugin][More Information...]]

[[TipsOfTheDay][See More Tips...]]
11 changes: 11 additions & 0 deletions TipsContrib/data/System/TipTopic026.txt
@@ -0,0 +1,11 @@
%META:TOPICINFO{author="ProjectContributor" date="1107573206" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ !SlideShowPlugin for presentations

Use the SlideShowPlugin to convert a topic with headings and bullets into a slideshow presentation.

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.FoswikiDrawPlugin can be used to create an appealing presentation.

[[SlideShowPlugin][More Information...]]

[[TipsOfTheDay][See More Tips...]]
12 changes: 12 additions & 0 deletions TipsContrib/data/System/TipTopic027.txt
@@ -0,0 +1,12 @@
%META:TOPICINFO{author="ProjectContributor" date="1107573410" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Custom rendered bullets

The RenderListPlugin can render bulleted lists in a variety of different ways.

Use =%<nop>RENDERLIST{ parameters }%= before any bulleted list.

[[RenderListPlugin][More Information...]]

[[TipsOfTheDay][See More Tips...]]

11 changes: 11 additions & 0 deletions TipsContrib/data/System/TipTopic028.txt
@@ -0,0 +1,11 @@
%META:TOPICINFO{author="ProjectContributor" date="1107726758" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Keyword search

Interactive [[WebSearch][search]] is a keyword search by default. For example, to search for all topics that contain "SOAP", "WSDL", a literal "web service", but not "shampoo", enter this:

=soap +wsdl "web service" -shampoo=

More [[SearchHelp][search help]]

[[%SYSTEMWEB%.TipsOfTheDay][See More Tips...]]
19 changes: 19 additions & 0 deletions TipsContrib/data/System/TipTopic029.txt
@@ -0,0 +1,19 @@
%META:TOPICINFO{author="ProjectContributor" date="1107727656" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ <nop>RSS news feed of topic changes

You can use an RSS news reader to find out what is new in a Foswiki web. This complements WebChanges that shows recent changes in a web, and WebNotify where people can subscribe to get notified of recent changes by e-mail.

For the <nop>%MAINWEB% web, point your RSS news reader to:

<code> %SCRIPTURL%/view%SCRIPTSUFFIX%/%MAINWEB%/WebRss </code>

For other Foswiki webs, replace =/%MAINWEB%/= with the name of the web:

%WEBLIST{ format=" * <code> %SCRIPTURL%/view%SCRIPTSUFFIX%/$name/WebRss </code>" }%

---
*See also:*
* %SYSTEMWEB%.WebRssBase - help on Foswiki RSS news feeds

[[%SYSTEMWEB%.TipsOfTheDay][See More Tips...]]

0 comments on commit b542def

Please sign in to comment.