TWiki
>
IVOA Web
>
TWikiPreferences
(revision 2) (raw view)
Edit
Attach
The site-level preferences are located in [[%TWIKIWEB%.%TOPIC%]] __Preferences:__ * List of %WIKITOOLNAME% webs: (the first line of a topic; to add a web see TWikiDocumentation and TWikiWebsTable) * Set WIKIWEBLIST = [[%MAINWEB%.%HOMETOPIC%][IVOA]] %SEP% [[%TWIKIWEB%.%HOMETOPIC%][TWiki]] %SEP% [[Know.%HOMETOPIC%][Know]] %SEP% [[Sandbox.%HOMETOPIC%][Sandbox]] %SEP% * __Note:__ To automatically list all non-hidden webs in alphabetical order you can use this variable instead: Set WIKIWEBLIST = %WEBLIST{"[[$name.%HOMETOPIC%][$name]]" separator=" %SEP% "}% * List of topics of a web: (the second line of a topic, is overwritten by web preferences) * Set WEBTOPICLIST = [[%HOMETOPIC%][Home]] %SEP% [[WebChanges][Changes]] %SEP% [[WebIndex][Index]] %SEP% [[WebSearch][Search]] %SEP% * Copyright notice: * Set WEBCOPYRIGHT = <font size="-2">Copyright © 2003-2007 by the contributing authors. All material on this collaboration tool is the property of the contributing authors. Ideas, requests, problems regarding %WIKITOOLNAME% ? <a href="mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME% Feedback"> Send</a> feedback. </font> * Exclude web from a =web="all"= search: (Set to =on= for hidden webs; is overwritten by web preferences) * Set NOSEARCHALL = * Web specific background color: (is overwritten by web preferences) * Set WEBBGCOLOR = #000000 * %TWIKIWEB%.PreviewBackground image: * Set PREVIEWBGIMAGE = %PUBURLPATH%/%TWIKIWEB%/PreviewBackground/previewbg.gif * Background color of non existing topic: ( default =cornsilk= or =#FFFFCE= ) * Set NEWTOPICBGCOLOR = #3300ff * Font color of non existing topic: ( default =#0000FF= ) * Set NEWTOPICFONTCOLOR = #ffff00 * Horizontal size of text edit box: (can be overwritten by user preferences) * Set EDITBOXWIDTH = 70 * Vertical size of text edit box: (can be overwritten by user preferences) * Set EDITBOXHEIGHT = 15 * Default state of the __Release edit lock__ (UnlockTopic) check box in preview. Checkbox is initially checked if =Set RELEASEEDITLOCKCHECKBOX = checked="checked"=, or unchecked if empty. If checked, make sure to click on <u>Edit</u> to do more changes; do *not* go back in your browser to the edit page, or you risk that someone else will edit the topic at the same time: (can be overwritten by user preferences) * Set RELEASEEDITLOCKCHECKBOX = checked * Default state of the __Minor Changes, Don't Notify__ (DontNotify) check box in preview. Check box is initially checked if =Set DONTNOTIFYCHECKBOX = checked="checked"=, or unchecked if empty: (can be overwritten by user preferences) * Set DONTNOTIFYCHECKBOX = * Default state of the __link__ check box in the attach file page. Checkbox is initially checked if =Set ATTACHLINKBOX = checked="checked"=, or unchecked if empty (=Set ATTACHLINKBOX ==). If checked, a link is created to the attached file at the end of the topic: (can be overwritten by user preferences) * Set ATTACHLINKBOX = * Format of file link when the __link__ check box is checked: (can be overwritten by user preferences) * Set ATTACHEDFILELINKFORMAT = \t* [[%ATTACHURL%/$name][$name]]: $comment * __Note:__ Keyword =$name= gets expanded to filename; =$comment= to comment; =\t= to tab (3 spaces for bullets). * Format of images when the __link__ check box is checked: (can be overwritten by user preferences) * Set ATTACHEDIMAGEFORMAT = \t* $comment: <br /> <img src="%ATTACHURLPATH%/$name" alt="$name" $size /> * __Note:__ Above image is shown as broken, it gets expanded correctly when you attach an image. * __Note:__ Keyword =$name= gets expanded to filename; =$comment= to comment; =$size= to =width="..." height="..."= attribute of =img= tag; =\t= to tab (3 spaces for bullets). * Wiki webmaster email address: * Set WIKIWEBMASTER = listadmin@ivoa.net * Set WIKIWEBMASTERNAME = ivoa-twiki * Mail host for outgoing mail. This is used for WebChangesAlert if Perl module ==Net::SMTP== is installed. If not, or if =SMTPMAILHOST= is empty, the external sendmail program is used instead (defined by ==$mailProgram== in ==TWiki.cfg==). Examples: =mail.your.company= or =localhost= * Set SMTPMAILHOST = * Mail domain sending mail. SMTP requires that you identify the TWiki server sending mail. If not set, ==Net::SMTP== will guess it for you. Examples: =twiki.your.company= * Set SMTPSENDERHOST = * TWikiPlugins configuration: All plugin modules that exist in the =lib/TWiki/Plugins= directory are activated automatically unless disabled by DISABLEDPLUGINS. You can optionally list the installed plugins in INSTALLEDPLUGINS. This is useful to define the sequence of plugin execution, or to specify other webs then the %TWIKIWEB% web for the plugin topics. Specify plugins as a comma separated list of topics. * Set INSTALLEDPLUGINS = TWiki.DefaultPlugin * Set DISABLEDPLUGINS = EmptyPlugin, TWiki.StylePlugin, TWiki.NavPlugin * Currently activated plugins: %ACTIVATEDPLUGINS% * __Note:__ In case you have a rough plugin you can disable all plugins with the ==$disableAllPlugins== flag in the =TWiki.cfg= file. * http-equiv meta tags for __view__, __rdiff__, __attach__, __search*__ scripts: <verbatim> * Set HTTP_EQUIV_ON_VIEW = <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/WebRss?skin=rss&contenttype=text/xml" /> </verbatim> * http-equiv meta tags for __edit__ script. Example to expire immediately: <br> =Set HTTP_EQUIV_ON_EDIT = <meta http-equiv="Expires" content="%<nop>GMTIME{"$day $month, $year - $hour:$min:$sec"}% GMT">= <verbatim> * Set HTTP_EQUIV_ON_EDIT = </verbatim> * http-equiv meta tags for __preview__ script: <verbatim> * Set HTTP_EQUIV_ON_PREVIEW = </verbatim> * Users or groups allowed to change or rename this <nop>%TOPIC% topic: (I.e. %MAINWEB%.TWikiAdminGroup) * Set DENYWEBVIEW = * Set DENYWEBCHANGE = %MAINWEB%.GuestUserGroup * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup * Set ALLOWTOPICRENAME = %MAINWEB%.TWikiAdminGroup * Allow topic level preferences, on or off: If set to =on=, topic preferences will be read, and will override any web- or site-level preferences not set as =FINALPREFERENCES=. By default, user preferences will override topic preferences. * Set READTOPICPREFS = on * Topic level overrides user level preferences, on or off: If set to =on=, topic preferences will override user preferences. The user can in turn override this behavior by setting further =FINALPREFERENCES= in his or her user topic. * Set TOPICOVERRIDESUSER = off * Site-level preferences that are *not* allowed to be overridden by %WEBPREFSTOPIC% and user preferences: * Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WIKIWEBMASTERNAME, WEBCOPYRIGHT, PREVIEWBGIMAGE, WIKIWEBMASTER, SMTPMAILHOST , SMTPSENDERHOST, ALLOWWEBMANAGE, ALLOWWEBRENAME, DENYWEBVIEW, DENYWEBCHANGE, WEBTOPICLIST, READTOPICPREFS, TOPICOVERRIDESUSER * Set ALLOWWEBMANAGE = %MAINWEB%.TWikiAdminGroup * Site-level Skin: * Set SKIN = void * Managing multiple skin: * Set SKINHANDLER = ---++++ TWiki.SeeSkin preferences * Set SITENAME = ivoa.net * Set MASTLOGO = %PUBURLPATH%/wikiHome.png * Mastlogo: <img src="%MASTLOGO%"> * See TWiki:Codev.AutomaticSizingOfEditWindow * Set EDITBOXSTYLE = width: 99% * root URL for the entire site. e.g. same as $defaultUrlHost in TWiki.cfg * Set SITEHOME = http://www.ivoa.net/intranet/ * Generate an embedded stylesheet for each page. Keep it as simple as possible. This overrides the linked stylesheets. * Set BASICSTYLE = body {background: %WEBBGCOLOR%; font-family: Georgia, serif; font-size: small;} a {text-decoration:none; color:blue;} a:visited {color: purple;} a:hover {background-color: lightyellow;} * Set EXTERNALLINKS = <a href="/">www.ivoa.net</a><br /> <a href="/Documents/latest/">Documents</a><br /> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaEvents">Events</a><br /> <a href="/pub/members">Members</a><br /> <a href="/xml/">XML Schema</a><br /> * Set LOCALLINKS = <a href="%SCRIPTURLPATH%/view/IVOA/IvoaDAL">Data Access</a><br/> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaDataModel">Data Model</a><br/> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaGridAndWebServices">GWS</a><br /> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaVOQL">Query Language</a><br/> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaResReg">Registry</a><br /> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaStdsDocsProc">Stds&Procs</a><br/> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaSemantics">Semantics</a><br/> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaVOEvent">VOEvent</a><br/> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaVOTable">VOTable</a><br/><hr/> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaApplications">Applications</a><br/> <a href="%SCRIPTURLPATH%/view/IVOA/AstroRG">Astro-RG</a><br/> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaCP">Data Curation</a><br/> <a href="%SCRIPTURLPATH%/view/IVOA/IvoaTheory">Theory</a><br/> * Set WEBNAVLINKS = <a href="%SCRIPTURLPATH%/view/%WEB%/WebHome">Wiki Home</a> <br /> <a href="%SCRIPTURLPATH%/view/%WEB%/WebChanges">WebChanges</a> <br /> <a href="%SCRIPTURLPATH%/view/%WEB%/WebTopicList">WebTopicList</a> <br /> <a href="%SCRIPTURLPATH%/view/%WEB%/WebStatistics">WebStatistics</a> * Set OTHERWEBS = <br/><hr/><small><a href="/twiki/bin/view/TWiki/WelcomeGuest">TWiki intro</a><br /> <a href="/twiki/bin/view/TWiki/TWikiTutorial">TWiki tutorial</a><br /> <a href="/twiki/bin/view/TWiki/TWikiRegistrationInstructions">User registration</a><br /> <a href="/twiki/bin/view/%WEB%/WebNotify">Notify me</a></small> * Set TWIKIMETA = <br/><hr/><small><a href="/twiki/bin/view/TWiki/WelcomeGuest">TWiki intro</a><br /> <a href="/twiki/bin/view/TWiki/TWikiTutorial">TWiki tutorial</a><br /> <a href="/twiki/bin/view/TWiki/TWikiRegistrationInstructions">User registration</a><br /> <a href="/twiki/bin/view/%WEB%/WebNotify">Notify me</a></small> <!-- <a href="http://www.w3.org">W3C</a><br /> <a href="http://www.xml.org">XML</a><br /> <a href="http://www.twiki.org">twiki.org</a> --> Mix settings * Line break: * Set BR = <br /> * Bullet sign: * Set BULLET = • ---++++ %MAINWEB%.VoidSkin preferences * Customizations for the void skin * Set SKIN = void * Set SITETITLE = i v o a . n e t * Set NAVTITLEFIRST = IVOA.net * Set NAVTITLESECOND = Twiki Meta & Help * Set NAVTITLETHIRD = Working Groups * Set NAVTITLEFOURTH = Interest Groups * Set NAVTITLEFIFTH = Other Committees * Set NAVTITLESIXTH = Inactive WGs * Set SITECOPYRIGHT = © 2003-2011 by the contributing authors. * size can be sizefixed or sizable * Set VOIDSKINSIZE = sizefixed * color can be grey, blue, green, red, or black * Set VOIDSKINCOLOR = blue * Colored text: (see more StandardColors) | You type: | =%<nop>RED% red text %<nop>ENDCOLOR% and %<nop>GREEN% green text %<nop>ENDCOLOR%= | | You get: | %RED% red text %ENDCOLOR% and %GREEN% green text %ENDCOLOR% | * __Note:__ =%<color>%= text must end with =%<nop>ENDCOLOR%= . If you want to switch from one color to another one you first need to end the active color with =%<nop>ENDCOLOR%=, e.g. write =%<nop>RED% some text %<nop>ENDCOLOR% %<nop>GREEN% more text %<nop>ENDCOLOR%=. * Set YELLOW = <font color="#ffff00"> * *YELLOW looks like this* </font> * Set ORANGE = <font color="#ff6600"> * *ORANGE looks like this* </font> * Set RED = <font color="#ff0000"> * *RED looks like this* </font> * Set PINK = <font color="#ff00ff"> * *PINK looks like this* </font> * Set PURPLE = <font color="#800080"> * *PURPLE looks like this* </font> * Set TEAL = <font color="#008080"> * *TEAL looks like this* </font> * Set NAVY = <font color="#000080"> * *NAVY looks like this* </font> * Set BLUE = <font color="#0000ff"> * *BLUE looks like this* </font> * Set AQUA = <font color="#00ffff"> * *AQUA looks like this* </font> * Set LIME = <font color="#00ff00"> * *LIME looks like this* </font> * Set GREEN = <font color="#008000"> * *GREEN looks like this* </font> * Set OLIVE = <font color="#808000"> * *OLIVE looks like this* </font> * Set MAROON = <font color="#800000"> * *MAROON looks like this* </font> * Set BLACK = <font color="#000000"> * *BLACK looks like this* </font> * Set GRAY = <font color="#808080"> * *GRAY looks like this* </font> * Set SILVER = <font color="#c0c0c0"> * *SILVER looks like this* </font> * Set WHITE = <font color="#ffffff"> * *WHITE looks like this* </font> * And finally:<font> * Set ENDCOLOR = </font> * To finish colored text * New variables: * Set WIKILOGOIMG = %PUBURLPATH%/%TWIKIWEB%/TWikiPreferences/ivoa_logo137x77.jpg * Set WIKILOGOALT = International Virtual Observatory Alliance * Set WIKILOGOURL = / * Set ATTACHFILESIZELIMIT = 50000 --- __Related Topics:__ * %WEBPREFSTOPIC% has preferences of the %WIKITOOLNAME%.%WEB% web. * %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences. * %TWIKIWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%= . * %TWIKIWEB%.TWikiAccessControl explains how to restrict access by users or groups. <!-- keep this as a security measure: * Set ALLOWTOPICCHANGE = TWikiAdminGroup * Set ALLOWTOPICRENAME = TWikiAdminGroup --> -- TWIKI:Main.PeterThoeny - 20 Dec 2003
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r2 - 2012-04-03
-
AvalonJohnson
IVOA
Log in
or
Register
IVOA.net
Wiki Home
WebChanges
WebTopicList
WebStatistics
Twiki Meta & Help
IVOA
Know
Main
Sandbox
TWiki
TWiki intro
TWiki tutorial
User registration
Notify me
Working Groups
Applications
Data Access Layer
Data Model
Distributed Services & Protocols
Registry
Semantics
Interest Groups
Data Curation
Education
Knowledge Discovery
High Energy
Operations
Radio Astronomy
Solar System
Time Domain
Committees
Stds&Procs
www.ivoa.net
Documents
Events
Members
XML Schema
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback