b r a y d e n . o r g / TWiki

/ WebHome / WebRss

This Web


WebHome  
Topic List  
Web Statistics 

All Webs


Books
Main
Random
Software
TWiki  

brayden.org


Home
Monthly Digest
Today's Links
Resumé
Reading List
Books RSS
Random RSS
Software RSS

Other


Dale's Blog

currently-reading
TextDrive
brayden.TWiki http://software.brayden.org/twiki/bin/view/TWiki The TWiki.TWiki web at brayden.org - documentation about TWiki. en-us Copyright 2012, Dale Brayden and contributing authors. Dale Brayden [rss@braydenNOSPAM.org] Dale Brayden [rss@braydenNOSPAM.org] TWiki brayden.TWiki brayden.TWiki http://software.brayden.org/twiki/bin/view/TWiki http://software.brayden.org/twiki/pub/twikilogo88x31.gif TWikiPreferences http://software.brayden.org/twiki/bin/view/TWiki/TWikiPreferences *TWiki Site-Level Preferences*

The following settings are site-level preferences , e.g. affecting all users in all TWiki webs. These preferences can be overwritten by web preferences (topic WebPreferences in each TWiki web) and user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web)

Preferences:

... more ...

rss_response@brayden.org 2011-05-28T16:53:00Z DaleBrayden 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/TWikiPreferences http://software.brayden.org/twiki/bin/rdiff/TWiki/TWikiPreferences AmazonAutoLinks http://software.brayden.org/twiki/bin/view/TWiki/AmazonAutoLinks rss_response@brayden.org 2009-05-03T05:15:00Z DaleBrayden 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/AmazonAutoLinks http://software.brayden.org/twiki/bin/rdiff/TWiki/AmazonAutoLinks StylePlugin http://software.brayden.org/twiki/bin/view/TWiki/StylePlugin ---++ Style Plugin

This plugin lets you add CSS style attributes to your pages.

See StylePluginDetails for the detailed description and actual examples.



WebRss Settings

Plugin settings are stored as preferences variables. To reference a plugin setting write %plugin_setting%, i.e. %EMPTYPLUGIN_SHORTDESCRIPTION%

... more ...

rss_response@brayden.org 2008-01-27T02:30:00Z DaleBrayden 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/StylePlugin http://software.brayden.org/twiki/bin/rdiff/TWiki/StylePlugin AmazonProductPreviewScript http://software.brayden.org/twiki/bin/view/TWiki/AmazonProductPreviewScript rss_response@brayden.org 2007-12-28T19:53:00Z DaleBrayden 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/AmazonProductPreviewScript http://software.brayden.org/twiki/bin/rdiff/TWiki/AmazonProductPreviewScript InterWikis http://software.brayden.org/twiki/bin/view/TWiki/InterWikis ---++ Inter-Wiki Link Rules (or Links to other Sites)

This topic lists all aliases needed to map Inter-Site links to external wikis/sites.

Whenever you write ExternalSite:Page it will be linked automatically to the page on the external site. The link points to the URL corresponding to the ExternalSite alias below, concatenated to the Page you choose. Example: Type Wiki:RecentChanges to get Wiki:RecentChanges, the RecentChanges page at the original Wiki site.

How to define Inter-Site links

... more ...

rss_response@brayden.org 2005-10-08T14:26:00Z DaleBrayden 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/InterWikis http://software.brayden.org/twiki/bin/rdiff/TWiki/InterWikis BookView http://software.brayden.org/twiki/bin/view/TWiki/BookView *BookView* is part of search. It allows you to display the result in book view, e.g. the whole content of topcis is shown instead of a topic summary. This allows you to easily see a whole set of pages, which is useful for printing. rss_response@brayden.org 2005-09-16T00:45:00Z guest 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/BookView http://software.brayden.org/twiki/bin/rdiff/TWiki/BookView BumpyWord http://software.brayden.org/twiki/bin/view/TWiki/BumpyWord See WikiWord rss_response@brayden.org 2005-09-16T00:45:00Z guest 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/BumpyWord http://software.brayden.org/twiki/bin/rdiff/TWiki/BumpyWord IncludeTopicsAndWebPages http://software.brayden.org/twiki/bin/view/TWiki/IncludeTopicsAndWebPages *Include Topics and Web Pages Using %INCLUDE{...}% Variable*

Use the %INCLUDE{...}% variable to embed the content of another topic or web page inside a TWiki topic. The whole content or only parts of a page can be included.

Syntax

%INCLUDE{"page" pattern="reg-exp"}%

... more ...

rss_response@brayden.org 2005-09-16T00:45:00Z guest 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/IncludeTopicsAndWebPages http://software.brayden.org/twiki/bin/rdiff/TWiki/IncludeTopicsAndWebPages PreviewBackground http://software.brayden.org/twiki/bin/view/TWiki/PreviewBackground *Background Image for Preview*

Preview looks like the real page, but the links leed to an oops dialog warning users of not yet saved topics. In addition, a background with a "PREVIEW" watermark is shown to have visual clue that you are previewing a topic. You can change the background image by specifying the name of an attached background image file in the PREVIEWBGIMAGE variable in the TWikiPreferences.

Remarks:

-- PeterThoeny? - 02 Oct 2000

... more ...

rss_response@brayden.org 2005-09-16T00:45:00Z guest 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/PreviewBackground http://software.brayden.org/twiki/bin/rdiff/TWiki/PreviewBackground RegularExpression http://software.brayden.org/twiki/bin/view/TWiki/RegularExpression Regular expressions (REs), unlike simple queries, allow you to search for text which matches a particular pattern.

REs are similar to (but more poweful than) the "wildcards" used in the command-line interfaces found in operating systems such as Unix and MS-DOS. REs are used by sophisticated search engines, as well as by many Unix-based languages and tools ( e.g., awk, grep, lex, perl, and sed ).

Examples

compan(y|ies) Search for company , companies
(peter|paul) Search for peter , paul
bug* Search for bug , bugs , bugfix
[Bb]ag Search for Bag , bag
b[aiueo]g Second letter is a vowel. Matches bag , bug , big
b.g Second letter is any letter. Matches also b and g
[a-zA-Z] Matches any one letter (not a number and a symbol)
[^0-9a-zA-Z] Matches any symbol (not a number or a letter)
[A-Z][A-Z]* Matches one or more uppercase letters
[0-9][0-9][0-9]-[0-9][0-9]-
[0-9][0-9][0-9][0-9]
US social security number, e.g. 123-45-6789

... more ...

rss_response@brayden.org 2005-09-16T00:45:00Z guest 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/RegularExpression http://software.brayden.org/twiki/bin/rdiff/TWiki/RegularExpression StandardColors http://software.brayden.org/twiki/bin/view/TWiki/StandardColors *The 256 Standard Colors*

This table can be used to choose a color in WebPreferences of each web.

000000 000033 000066 000099 0000CC 0000FF
003300 003333 003366 003399 0033CC 0033FF
006600 006633 006666 006699 0066CC 0066FF
009900 009933 009966 009999 0099CC 0099FF
00CC00 00CC33 00CC66 00CC99 00CCCC 00CCFF
00FF00 00FF33 00FF66 00FF99 00FFCC 00FFFF
330000 330033 330066 330099 3300CC 3300FF
333300 333333 333366 333399 3333CC 3333FF
336600 336633 336666 336699 3366CC 3366FF
339900 339933 339966 339999 3399CC 3399FF
33CC00 33CC33 33CC66 33CC99 33CCCC 33CCFF
33FF00 33FF33 33FF66 33FF99 33FFCC 33FFFF
660000 660033 660066 660099 6600CC 6600FF
663300 663333 663366 663399 6633CC 6633FF
666600 666633 666666 666699 6666CC 6666FF
669900 669933 669966 669999 6699CC 6699FF
66CC00 66CC33 66CC66 66CC99 66CCCC 66CCFF
66FF00 66FF33 66FF66 66FF99 66FFCC 66FFFF
990000 990033 990066 990099 9900CC 9900FF
993300 993333 993366 993399 9933CC 9933FF
996600 996633 996666 996699 9966CC 9966FF
999900 999933 999966 999999 9999CC 9999FF
99CC00 99CC33 99CC66 99CC99 99CCCC 99CCFF
99FF00 99FF33 99FF66 99FF99 99FFCC 99FFFF
CC0000 CC0033 CC0066 CC0099 CC00CC CC00FF
CC3300 CC3333 CC3366 CC3399 CC33CC CC33FF
CC6600 CC6633 CC6666 CC6699 CC66CC CC66FF
CC9900 CC9933 CC9966 CC9999 CC99CC CC99FF
CCCC00 CCCC33 CCCC66 CCCC99 CCCCCC CCCCFF
CCFF00 CCFF33 CCFF66 CCFF99 CCFFCC CCFFFF
FF0000 FF0033 FF0066 FF0099 FF00CC FF00FF
FF3300 FF3333 FF3366 FF3399 FF33CC FF33FF
FF6600 FF6633 FF6666 FF6699 FF66CC FF66FF
FF9900 FF9933 FF9966 FF9999 FF99CC FF99FF
FFCC00 FFCC33 FFCC66 FFCC99 FFCCCC FFCCFF
FFFF00 FFFF33 FFFF66 FFFF99 FFFFCC FFFFFF

... more ...

rss_response@brayden.org 2005-09-16T00:45:00Z guest 1.1 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/StandardColors http://software.brayden.org/twiki/bin/rdiff/TWiki/StandardColors TWikiSiteTools http://software.brayden.org/twiki/bin/view/TWiki/TWikiSiteTools

TWikiSiteTools

Utilities for searching, navigation, and monitoring site activity

Overview

TWikiSiteTools include utilities for navigating, searching and keeping up with site activity. Preferences can be configured by web or site-wide. You are currently in the TWiki web. In particular, TWiki provides two highly configurable, automated site monitoring tools, WebNotify, to email alerts when topics are edited, and WebStats, to generate detailed activity reports.

WebNotify Recent Changes Alert

Each TWiki web has an automatic email alert service that sends a list of recent changes on a preset schedule, like once a day. Users can subscribe and unsubscribe using WebNotify in each web. The Perl script mailnotify is called by a deamon in regular intervals. The script sends an automated email to subscribed users if topics were changed in a web within last interval.

... more ...

rss_response@brayden.org 2005-07-02T14:40:00Z DaleBrayden 1.2 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/TWikiSiteTools http://software.brayden.org/twiki/bin/rdiff/TWiki/TWikiSiteTools OriginalSlideShowTemplate http://software.brayden.org/twiki/bin/view/TWiki/OriginalSlideShowTemplate

... table elided ...

... table elided ...

... table elided ...

rss_response@brayden.org 2004-05-21T12:41:00Z DaleBrayden 1.2 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/OriginalSlideShowTemplate http://software.brayden.org/twiki/bin/rdiff/TWiki/OriginalSlideShowTemplate FlexibleSkinRightBar http://software.brayden.org/twiki/bin/view/TWiki/FlexibleSkinRightBar

... table elided ...

Print this topic

powweb logo

Powered by TWiki

... table elided ...

rss_response@brayden.org 2004-03-13T22:22:00Z DaleBrayden 1.9 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/FlexibleSkinRightBar http://software.brayden.org/twiki/bin/rdiff/TWiki/FlexibleSkinRightBar SlideShowPlugin http://software.brayden.org/twiki/bin/view/TWiki/SlideShowPlugin

... table elided ...

... table elided ...

... table elided ...

rss_response@brayden.org 2004-02-20T04:16:00Z DaleBrayden 1.7 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/SlideShowPlugin http://software.brayden.org/twiki/bin/rdiff/TWiki/SlideShowPlugin
DocStyleSheet http://software.brayden.org/twiki/bin/view/TWiki/DocStyleSheet body, td { margin: 0em; font-family: verdana, helvetica, sans-serif; font-size: 1.0em; font-size: 80%; } body { text-align:justify; }

h1 { font-family: georgia, palatino, "Times New Roman", times, serif; font-weight: bold; font-size: 2.2em; }

h2 { font-size: 1.8em; }

h3 { font-family: georgia, palatino, "Times New Roman", times, serif; font-size: 1.6em; } h4 { font-family: georgia, palatino, "Times New Roman", times, serif; font-size:1.5em;font-weight:bold; } h5 { font-family: georgia, palatino, "Times New Roman", times, serif; font-size:1.5em;font-weight:bold;font-style:italic; }

p { line-height: 1.1em; } strong { font-weight: bold;} em { font-weight: normal; font-style: italic;}

... more ...

rss_response@brayden.org 2003-09-20T03:34:00Z DaleBrayden 1.2 updated major http://software.brayden.org/twiki/bin/rdiff/TWiki/DocStyleSheet http://software.brayden.org/twiki/bin/rdiff/TWiki/DocStyleSheet

 
 
Current Rev: r1.2 - 21 May 2004 - 12:34 GMT - DaleBrayden, Revision History:Diffs | r1.2 | > | r1.1
© 2003-2011 by the contributing authors.