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

TWiki.WebHome

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


Joanne's Blog
Dale's Blog

Bloglines
currently-reading
Jetable email
TextDrive
Progressive Magazine
out campaign

Search: ^s

Topics in TWiki web: Changed: now 07:02 GMT Changed by:

SearchDoesNotWork 01 Sep 2001 - 00:21 - r1.2 PeterThoeny?
  SearchDoesNotWork :

I've problems with the WebSearch. There is no Search Result on any inquiry. By clicking the Index topic it's the same problem.

That is an indication that TWiki can't find the egrep and fgrep commands on your system. Check the $egrepCmd and $fgrepCmd variables in twiki/lib/TWiki.cfg.

Back to: TWikiFAQ

-- Main.PeterThoeny - 26 Jan 2001

SelectSkin 19 Jul 2003 - 22:19 - r1.2 TedPavlic?
  SelectSkin : Allows you to select a new skin.

... form elided ...

Notes:

this will only persist for your session and this will only work if the SessionPlugin in installed

this assumes that %SKINS% has a comma-separated list of available skins in it

this page will not work correctly if you came to it directly. Call it with CGI parameters fromweb and fromtopic. Clicking Go above will then refresh to that web and that topic with your desired skin stuck to your session until you clear it with the default skin. see %TWIKIWEB%.SessionPlugin for an example of how to use this page

SessionPlugin 03 Sep 2003 - 16:11 - r1.16 TedPavlic?
  SessionPlugin :

_ Development discussions in TWiki:Plugins/SessionPluginDev _

Traditionally, TWiki modes of operation that did not require authentication like viewing did not "remember" if a user had already authenticated in a different mode that did require authentication. In other words, if a user logged in, his or her settings would not persist in non-authenticated modes like the viewing mode.

This plugin provides one strong solution to this problem while also adding a number of other interesting features. This plugin adds the ability to use sessions within TWiki to store information persistently throughout a web browser's visit to a TWiki website. This information will be forgotten after the web browser has been closed, but during the visit it will persist in all modes of operation. This plugin uses cookies primarily to accomplish this, but also is configured by default to allow for a purely CGI way of doing this as well that does not require cookies.

SimultaneousEdits 01 Sep 2001 - 00:22 - r1.2 PeterThoeny?
  SimultaneousEdits :

What happens if two of us try to edit the same topic simultaneously?

The second person gets a warning that the topic is currently being edited by another user. A topic gets locked automatically for some time default is one hour when you edit, preview or save the topic. If you get the lock warning you should wait until the lock is gone or contact the other person to ask if you can go ahead and break the lock. See also UnlockTopic.

Back to: TWikiFAQ

-- Main.PeterThoeny - 27 Nov 2000

SiteUsageStatistics 01 Sep 2001 - 07:27 - NEW MikeMannix?
  SiteUsageStatistics :

You can automatically generate usage statistics for all webs. To enable this: Make sure variable $doLogTopicView, $doLogTopicSave and $doLogTopicUpload in wikicfg.pm are set. This will generate log entries in file twiki/data/logdate.txt . Topic WebStatistics must be present in all webs where you want to have statistics. You can use the topic in the Main web as a template. Call the twiki/bin/statistics script from a cron job, once a day is recommended. This will update the WebStatistics topics in all webs. Attention: The script must run as the same user as the CGI scripts are running, which is user nobody on most systems. Example crontab entry: =0 0 cd /path/to/TWiki/bin; ./statistics /dev/null 21 = There is a workaround in case you can't run the script as user nobody : Run the utility twiki/bin/geturl in your cron job and specify the URL of the twiki/bin/statistics script as a parameter. Example: =0 0 cd /path/to/TWiki/bin; ./geturl mydomain.com /urlpath/to/TWiki/bin/statistics /dev/null 21 = The twiki/bin/statistics script can also be executed as a CGI script, just enter the URL in your browser. Examples: Update current month for all webs: http://mydomain.com/twiki/bin/statistics Update current month for Main web only: http://mydomain.com/twiki/bin/statistics/Main Update January 2000 for Main web: http://mydomain.com/twiki/bin/statistics/Main?logdate=200001

SlideShowPlugin 20 Feb 2004 - 04:16 - r1.7 DaleBrayden
  SlideShowPlugin :

This Plugin converts a topic with headings into a slide show.

There is already a defacto standard for presentations, why this Plugin? This Plugin makes sense for organizations that do already have lots of content in TWiki: It is easy to create a web based presentation that contains many links to related content. The Plugin does not try to compete with the bells and whistles of the other presentation program, but the markup of TWiki and other Plugins like TWiki:Plugins/ChartPlugin, TWiki:Plugins/GaugePlugin, TWiki:Plugins/SpreadSheetPlugin, TWiki:Plugins/TWikiDrawPlugin can be used to create an appealing presentation.

StandardColors 16 Sep 2005 - 00:45 - NEW TWikiGuest
  StandardColors : The 256 Standard Colors

This table can be used to choose a color in %WEBPREFSTOPIC% 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

StylePlugin 27 Jan 2008 - 02:30 - NEW DaleBrayden
  StylePlugin :

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

See Main.StylePluginDetails for the detailed description and actual examples.

Plugin settings are stored as preferences variables. To reference a plugin setting write %plugin_setting%, i.e. %EMPTYPLUGIN_SHORTDESCRIPTION% Security Set ALLOWTOPICCHANGE = Main.DaleBrayden, Main.TWikiAdminGroup Set ALLOWTOPICRENAME = Main.DaleBrayden, Main.TWikiAdminGroup One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic: Set SHORTDESCRIPTION = A TWiki notation for adding css style class references with span and div tags Debug plugin: See output in data/debug.txt Set DEBUG = 0 Disable styles for non-rendering skins Set SKIPSKIN = rss, cdf site styles Set SITESTYLES = .minilink { font-size:smaller; } .webref { font-size:larger; font-weight:bold; } .author, .BAuthor {font-weight:bold; font-style:normal;} .booktitle, .BTitle {font-style:normal; text-decoration:none;font-weight:bold;} .publisher, .BPublisher { font-style:italic; } .note {color:green; font-style:italic; } .note:before {display:inline; content: "Note: "; } .new {font-weight:bold; color:red; } .deprecated {text-decoration:line-through; color:gray; } .comment {font-style:italic; background-color: #CCFFCC; } .ebook {width:6in; text-align:justify;} .super {vertical-align:super; font-size:smaller;} .sub {vertical-align:sub; font-size:smaller;} .article { padding-left:10px;padding-right:10px; width:6in; text-align:justify; } .pullquote { border-left:1px;border-right:1px;border-color:black;border-style:solid; border-top:0px;border-bottom:0px; padding-left:10px;padding-right:10px; margin-left:10px; font-style:italic; } .sidebar { background-color:white; border-width:2px; margin-left:4px; border-color:black;border-style:solid; padding:3px; padding-right:5px; position:relative;float:right; width:230px; font-size:smaller;} .leftsidebar { background-color:white; border-width:2px; margin-right:4px; border-color:black;border-style:solid; padding:3px; padding-right:5px; position:relative;float:left; width:260px; font-size:smaller;} .question {font-weight:bold; } .answer {font-style:italic; } abbr, acronym, .help { border-bottom: 1px dotted #333; cursor: help; } DT {font-weight:bold;text-decoration:underline;margin-left:10px; } .intro {font-weight:bold;font-style:italic;margin-left:30px;} TH {text-align: center; font-weight: bold; background-color:#eeeeee; vertical-align: top; } TD {vertical-align: top; } TABLE { border-width: 1; } {position:absolute; width:1px;visibility:hidden; height:1px;} .TOC { border-width:2px; border-color:black;border-style:outset; -moz-border-radius: 5px 5px 5px 5px;} .TOC:before {content:"Table of Contents";font-weight:bold;} .submitButton {-moz-border-radius: 10px 10px 10px 10px;} .widget {-moz-border-radius: 10px 10px 10px 10px; } .slidetitle {font-size:x-large; font-weight: bold; color:white;} .slidetext, .slidetext LI {font-size:large; font-weight:bold; } .slidecopyright {font-size: smaller; } .slideindex {font-size:smaller;} .blogrollfolder {font-weight: bold;} .blogrollitem {font-size:smaller;}

Number of topics : 8


 
 
© 2003-2006 by the contributing authors.© 2003-2006 by the contributing authors.