From 15a30137ef46a0154cfa89fbc903b56ba8e26cf9 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Sat, 21 Aug 2004 22:16:56 +0000 Subject: [PATCH] none --- TWiki/ManagingWebs.mdwn | 8 ++++---- TWiki/SmiliesPlugin.mdwn | 53 +++++++++++++++++++++++++++++++++++++++++------- TWiki/TWikiTutorial.mdwn | 4 ++-- 3 files changed, 52 insertions(+), 13 deletions(-) diff --git a/TWiki/ManagingWebs.mdwn b/TWiki/ManagingWebs.mdwn index 6fe2d18..f46dfc6 100644 --- a/TWiki/ManagingWebs.mdwn +++ b/TWiki/ManagingWebs.mdwn @@ -81,10 +81,6 @@ In either case you will want to be sure to verify that your new web has all the Renaming or deleting a web requires direct access to the installation files on the host server. There are currently no browser-based equivalents of the Rename/move/delete topic tools for working with webs. -### Renaming the MAINWEB - -If you plan to rename the Main web, remember that TWiki stores user and group topics in `%MAINWEB%`, default named `Main`. That means, every [[WikiName]] signature - `Main.SomeUserName` - points to it and would need updating (unless the variable, `%MAINWEB%.SomeUserName`, is used throughout). - 1. Prepare your site: Search each web for links to the target web, searching topic text for `Oldwebname.`, including the dot so you'll find references like `Oldwebname.SomeTopic` - Make changes as required, to `Newwebname.SomeTopic` or better yet, to `%MAINWEB%.SomeTopic` 2. Edit the [[TWikiPreferences]] topic: Rename or delete the web from the `WIKIWEBLIST` variable @@ -94,4 +90,8 @@ If you plan to rename the Main web, remember that TWiki stores user and group to - **_Note:_** See TWiki:Codev.RenameWebs for some complications 6. Go to `twiki/pub` and rename or remove the web directory if present +### Renaming the MAINWEB + +If you plan to rename the Main web, remember that TWiki stores user and group topics in `%MAINWEB%`, default named `Main`. That means, every [[WikiName]] signature - `Main.SomeUserName` - points to it and would need updating (unless the variable, `%MAINWEB%.SomeUserName`, is used throughout). + -- TWiki:Main.MikeMannix - 14 Sep 2001 %BR% -- TWiki:Main.PeterThoeny - 07 Apr 2002 %BR% -- TWiki:Main.GrantBow - 16 Jan 2003 diff --git a/TWiki/SmiliesPlugin.mdwn b/TWiki/SmiliesPlugin.mdwn index 5f20841..2f1263e 100644 --- a/TWiki/SmiliesPlugin.mdwn +++ b/TWiki/SmiliesPlugin.mdwn @@ -73,7 +73,12 @@ Here is the list of smilies supported by this plugin. To add others, attach new :p tongue.gif - "razz (stick out tongue)" + "stick out tongue" + + + :-p + tongue.gif + "stick out tongue" :rolleyes: @@ -115,6 +120,36 @@ Here is the list of smilies supported by this plugin. To add others, attach new devilwink.gif "hehe! (friendly)" + + :-X + sealed.gif + "sealed lips" + + + :ok: + thumbs.gif + "thumbs up" + + + :yes: + yes.gif + "yes" + + + :no: + no.gif + "no" + + + :love: + love.gif + "in love" + + + :scull: + scull.gif + "scull" + ## %TOPIC% Global Settings @@ -130,9 +165,9 @@ Plugin settings are stored as preferences variables. To reference a plugin setti - The name of the topic containig your Smilies. Default: **%WEB%.SmiliesPlugin** - #Set TOPIC = [[SmiliesPlugin]] -- The way the _emoticon_ is displayed. You can use **$emoticon** (e.g. `:D`), **$url** (e.g. `%ATTACHURL%/biggrin.gif`) and **$tooltip** (e.g. `"big grin"`). Default: **<img src="$url" alt="$tooltip" />** +- The way the _emoticon_ is displayed. You can use **$emoticon** (e.g. `:D`), **$url** (e.g. `%ATTACHURL%/biggrin.gif`) and **$tooltip** (e.g. `"big grin"`). Default: **<img src="$url" alt="$tooltip" title="$tooltip" border="0" />** - * #Set FORMAT = $emoticon + * #Set FORMAT = $emoticon ## Plugin Installation Instructions @@ -160,24 +195,28 @@ Plugin settings are stored as preferences variables. To reference a plugin setti - Test if the plugin is correctly installed: - - You will see a series of icons on next line:
:-) :) :cool: :( :o :D ;) :p :rolleyes: :mad: :eek: :confused: >:-) >;-) + - You will see a series of icons on next line:
:-) :) :cool: :( :o :D ;) :p :rolleyes: :mad: :eek: :confused: >:-) >;-) :-X :ok: :yes: :no: :love: :scull: ## Plugin Info - + - + + + + + @@ -229,4 +268,4 @@ Plugin settings are stored as preferences variables. To reference a plugin setti **_Related Topics:_** [[TWikiPreferences]], [[TWikiPlugins]] --- TWiki:Main.AndreaSterbini - 28 Dec 2000
-- TWiki:Main.PeterThoeny - 16 Feb 2004 +-- TWiki:Main.AndreaSterbini - 28 Dec 2000
-- TWiki:Main.PeterThoeny - 21 Aug 2004 diff --git a/TWiki/TWikiTutorial.mdwn b/TWiki/TWikiTutorial.mdwn index ce77614..124ede8 100644 --- a/TWiki/TWikiTutorial.mdwn +++ b/TWiki/TWikiTutorial.mdwn @@ -1,6 +1,6 @@
-# 20-Minute TWiki +# 20-Minute TWiki Tutorial This step-by-step, hands-on tutorial gets you up to speed with all the [[TWikiSite]] basics, in _mere minutes_... -- 1.9.4
Plugin Author: TWiki:Main.AndreaSterbini TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
Plugin Version: 16 Feb 2004 (v1.002) 21 Aug 2004 (v1.003)
Change History:  
21 Aug 2004: Fixed tooltip for Netscape; added "sealed lips", "thumbs up", "yes" "no", "in love", "scull"
16 Feb 2004: Added "devil" and "devilwink" smilies (by TWiki:Main.CrawfordCurrie)