netfrag.org > TWiki > TWikiPreferences (r1.1 vs. r1.21)
TWiki . { Home? | Welcome | Register | Changes | Index | Search | Go }

 <<O>>  Difference Topic TWikiPreferences (r1.21 - 03 Dec 2001 - PeterThoeny?)
Line: 1 60 to 1 60
Changed:
<
<
  • Mail host for outgoing mail. This is used for WebChangesAlert if Perl module Net::SMTP is installed. If not, sendmail is used instead (defined by $mailProgram in TWiki.cfg). Examples: mail.your.company or localhost
>
>
  • 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
Line: 62 to 63
Added:
>
>
  • 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 =
Line: 89 to 92
Changed:
<
<
    • Set FINALPREFERENCES = PREVIEWBGIMAGE, WIKIWEBMASTER, MAILHOST
>
>
    • Set FINALPREFERENCES = PREVIEWBGIMAGE, WIKIWEBMASTER, SMTPMAILHOST , SMTPSENDERHOST

 <<O>>  Difference Topic TWikiPreferences (r1.20 - 20 Nov 2001 - PeterThoeny?)
Line: 1 16 to 1 16
Changed:
<
<
    • Set WEBCOPYRIGHT = Copyright © 2000 by the contributing authors. \nAll material on this collaboration tool is the property of the contributing authors.
      \nIdeas, requests, problems regarding netfrag.org? Send feedback.
>
>
    • Set WEBCOPYRIGHT = Copyright © 2001 by the contributing authors. \nAll material on this collaboration tool is the property of the contributing authors.
      \nIdeas, requests, problems regarding netfrag.org? Send feedback.

 <<O>>  Difference Topic TWikiPreferences (r1.19 - 14 Sep 2001 - PeterThoeny?)
Line: 1 60 to 1 60
Changed:
<
<
  • Mail host for outgoing mail. This is used for WebNotification? if Perl module Net::SMTP is installed. If not, sendmail is used instead (defined by $mailProgram in TWiki.cfg). Examples: mail.your.company or localhost
>
>
  • Mail host for outgoing mail. This is used for WebChangesAlert if Perl module Net::SMTP is installed. If not, sendmail is used instead (defined by $mailProgram in TWiki.cfg). Examples: mail.your.company or localhost

 <<O>>  Difference Topic TWikiPreferences (r1.18 - 09 Sep 2001 - PeterThoeny?)
Line: 1 84 to 1 84
Changed:
<
<
  • Users or groups allowed to change this TWikiPreferences topic: (I.e. TWikiAdminGroup)
>
>
  • Users or groups allowed to change or rename this TWikiPreferences topic: (I.e. TWikiAdminGroup)
Line: 86 to 86
Changed:
<
<

  • Users or groups allow to rename this TWikiPreferences topic:
>
>
    • Set ALLOWTOPICRENAME =

 <<O>>  Difference Topic TWikiPreferences (r1.17 - 01 Sep 2001 - MikeMannix?)
Line: 1 60 to 1 60
Changed:
<
<
  • Mail host for outgoing mail. This is used for TWikiNotificationOfChanges? if Perl module Net::SMTP is installed. If not, sendmail is used instead (defined by $mailProgram in TWiki.cfg). Examples: mail.your.company or localhost
>
>
  • Mail host for outgoing mail. This is used for WebNotification? if Perl module Net::SMTP is installed. If not, sendmail is used instead (defined by $mailProgram in TWiki.cfg). Examples: mail.your.company or localhost

 <<O>>  Difference Topic TWikiPreferences (r1.16 - 17 Aug 2001 - PeterThoeny?)
Line: 1 46 to 1 47
Added:
>
>

  • Format of file link when the link check box is checked: (can be overwritten by user preferences)
    • Set ATTACHEDFILELINKFORMAT = \t* $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:
      $name
    • 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).

 <<O>>  Difference Topic TWikiPreferences (r1.15 - 08 Aug 2001 - JohnTalintyre?)
Line: 1 79 to 1 79
Changed:
<
<
    • Set ALLOWTOPICRENAME = NobodyGroup?
>
>

 <<O>>  Difference Topic TWikiPreferences (r1.14 - 07 Aug 2001 - JohnTalintyre?)
Line: 1 76 to 1 77
Added:
>
>

  • Users or groups allow to rename this TWikiPreferences topic:
    • Set ALLOWTOPICRENAME = NobodyGroup?

 <<O>>  Difference Topic TWikiPreferences (r1.13 - 23 Jul 2001 - PeterThoeny?)
Line: 1 9 to 1 9
Changed:
<
<
>
>
    • Set WIKIWEBLIST = Main | TWiki? | Know? | Test?
    • Note: To automatically list all non-hidden webs in alphabetical order you can use this variable instead: Set WIKIWEBLIST = Main| Original? | Pad | Plugins? | TWiki? |
Line: 17 to 13
Changed:
<
<
>
>
Line: 26 to 16
Changed:
<
<
    • Set WEBCOPYRIGHT = Copyright © 2000 by the contributing authors. \nAll material on this collaboration tool is the property of the contributing authors.
      \nIdeas, requests, problems regarding netfrag.org? Send feedback.
>
>
    • Set WEBCOPYRIGHT = Copyright © 2000 by the contributing authors. \nAll material on this collaboration tool is the property of the contributing authors.
      \nIdeas, requests, problems regarding netfrag.org? Send feedback.

 <<O>>  Difference Topic TWikiPreferences (r1.12 - 14 Jul 2001 - PeterThoeny?)
Line: 1 63 to 1 64
Added:
>
>
  • 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 TWiki web for the plugin topics. Specify plugins as a comma separated list of topics.
Line: 85 to 90
Deleted:
<
<

Plugin Preferences:

  • Installed TWikiPlugins: To enable/disable plugins, move them between ACTIVEPLUGINS and INACTIVEPLUGINS. Specify a comma separated list of plugin topics; the name of the web must be specified (i.e. TWiki.DefaultPlugin, TWiki.AnOtherPlugin)

  • Preferences of DefaultPlugin:
    • Allow depreciated %INCLUDE:"topic"% syntax: (0 or 1)
      • Set DEFAULTPLUGIN_OLDINCLUDE = 1

 <<O>>  Difference Topic TWikiPreferences (r1.11 - 13 Jul 2001 - PeterThoeny?)
Line: 0 48 to 1 49
Changed:
<
<
  • Default state of the Release edit lock check box in preview. Checkbox is initially checked if Set RELEASEEDITLOCKCHECKBOX = checked="checked", or unchecked if empty. If checked, make sure to click on Edit 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)
>
>
  • 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 Edit 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)
Line: 49 to 51
Added:
>
>

  • 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 =

 <<O>>  Difference Topic TWikiPreferences (r1.10 - 26 Jun 2001 - PeterThoeny?)
Line: 48 to 48
Changed:
<
<
  • Default state of the link check box in the attach file page. Check box is initially checked if Set ATTACHLINKBOX = CHECKED , 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)
>
>
  • Default state of the Release edit lock check box in preview. Checkbox is initially checked if Set RELEASEEDITLOCKCHECKBOX = checked="checked", or unchecked if empty. If checked, make sure to click on Edit 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 =

  • 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)
Line: 54 to 57
Changed:
<
<
  • Mail host for outgoing mail. This is used for TWikiNotificationOfChanges? if Perl module Net::SMTP is installed. If not, sendmail is used instead (defined by $mailProgram in TWiki.cfg). Examples: mail.your.company, localhost
>
>
  • Mail host for outgoing mail. This is used for TWikiNotificationOfChanges? if Perl module Net::SMTP is installed. If not, sendmail is used instead (defined by $mailProgram in TWiki.cfg). Examples: mail.your.company or localhost
Line: 57 to 61
Added:
>
>

Line: 58 to 63
Added:
>
>
Line: 60 to 66
Added:
>
>

Line: 61 to 68
Added:
>
>
Line: 63 to 71
Added:
>
>

Line: 64 to 73
Added:
>
>

 <<O>>  Difference Topic TWikiPreferences (r1.9 - 17 Mar 2001 - PeterThoeny?)
Line: 27 to 26
Deleted:
<
<
Line: 53 to 51
Added:
>
>

  • Mail host for outgoing mail. This is used for TWikiNotificationOfChanges? if Perl module Net::SMTP is installed. If not, sendmail is used instead (defined by $mailProgram in TWiki.cfg). Examples: mail.your.company, localhost
    • Set SMTPMAILHOST = mail
Line: 67 to 70
Changed:
<
<
    • Set FINALPREFERENCES = WIKIWEBMASTER, PREVIEWBGIMAGE
>
>
    • Set FINALPREFERENCES = PREVIEWBGIMAGE, WIKIWEBMASTER, MAILHOST

 <<O>>  Difference Topic TWikiPreferences (r1.8 - 14 Mar 2001 - PeterThoeny?)
Line: 68 to 69
Added:
>
>
Plugin Preferences:

  • Installed TWikiPlugins: To enable/disable plugins, move them between ACTIVEPLUGINS and INACTIVEPLUGINS. Specify a comma separated list of plugin topics; the name of the web must be specified (i.e. TWiki.DefaultPlugin, TWiki.AnOtherPlugin)

  • Preferences of DefaultPlugin:
    • Allow depreciated %INCLUDE:"topic"% syntax: (0 or 1)
      • Set DEFAULTPLUGIN_OLDINCLUDE = 1

 <<O>>  Difference Topic TWikiPreferences (r1.7 - 22 Feb 2001 - PeterThoeny?)
Line: 57 to 57
Changed:
<
<
  • http-equiv meta tags for edit script. Example to expire immediately:
    Set HTTP_EQUIV_ON_EDIT = <meta http-equiv="Expires" content="%GMTIME{"day month, year - hour:min:sec"}% GMT">
>
>
  • http-equiv meta tags for edit script. Example to expire immediately:
    Set HTTP_EQUIV_ON_EDIT = <meta http-equiv="Expires" content="%GMTIME{"$day $month, $year - $hour:$min:$sec"}% GMT">

 <<O>>  Difference Topic TWikiPreferences (r1.6 - 14 Dec 2000 - PeterThoeny?)
Line: 9 to 9
Changed:
<
<
Main | TWiki | Know | Test
>
>
Main | TWiki | Know | Test
Line: 17 to 17
Changed:
<
<
Home
>
>
Home
Line: 66 to 66
Changed:
<
<
  • Site-level preferences that are not allowed to be overridden by WebPreferences and user preferences:
>
>
  • Site-level preferences that are not allowed to be overridden by WebPreferences and user preferences:

 <<O>>  Difference Topic TWikiPreferences (r1.5 - 30 Nov 2000 - PeterThoeny?)
Line: 28 to 28
Changed:
<
<
>
>

 <<O>>  Difference Topic TWikiPreferences (r1.4 - 29 Oct 2000 - PeterThoeny?)
Line: 62 to 63
Added:
>
>
  • Users or groups allowed to change this TWikiPreferences topic: (I.e. TWikiAdminGroup)
    • Set ALLOWTOPICCHANGE =

  • Site-level preferences that are not allowed to be overridden by WebPreferences and user preferences:
    • Set FINALPREFERENCES = WIKIWEBMASTER, PREVIEWBGIMAGE
Line: 75 to 81
Added:
>
>

 <<O>>  Difference Topic TWikiPreferences (r1.3 - 03 Oct 2000 - PeterThoeny?)
Line: 29 to 30
Added:
>
>
  • Exclude web from a web="all" search: (Set to on for hidden webs; is overwritten by web preferences)
    • Set NOSEARCHALL =
Line: 33 to 36
Changed:
<
<
  • Exclude web from a web="all" search: (Set to on for hidden webs; is overwritten by web preferences)
    • Set NOSEARCHALL =
>
>
  • PreviewBackground image:
    • Set PREVIEWBGIMAGE = /twiki/pub/TWiki/PreviewBackground/previewbg.gif

 <<O>>  Difference Topic TWikiPreferences (r1.2 - 20 Sep 2000 - PeterThoeny?)
Line: 35 to 36
Added:
>
>
  • Background color of non existing topic: ( default cornsilk or #FFFFCE )
    • Set NEWTOPICBGCOLOR = #FFFFCE

  • Font color of non existing topic: ( default #0000FF )
    • Set NEWTOPICFONTCOLOR = #0000FF

 <<O>>  Difference Topic TWikiPreferences (r1.1 - 16 Aug 2000 - PeterThoeny?)
Line: 1 to 1
Added:
>
>
netfrag.org Site-Level Preferences

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

Preferences:

  • List of topics of a web: (the second line of a topic, is overwritten by web preferences)

  • Copyright notice:
    • Set WEBCOPYRIGHT = Copyright © 2000 by the contributing authors. \nAll material on this collaboration tool is the property of the contributing authors.
      \nIdeas, requests, problems regarding netfrag.org? Send feedback.

  • Web specific background color: (is overwritten by web preferences)
    • Set WEBBGCOLOR = #C0C0C0

  • Exclude web from a web="all" search: (Set to on for hidden webs; is overwritten by web preferences)
    • Set NOSEARCHALL =

  • 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 link check box in the attach file page. Check box is initially checked if Set ATTACHLINKBOX = CHECKED , 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 =

  • http-equiv meta tags for view, rdiff, attach, search* scripts:
    • Set HTTP_EQUIV_ON_VIEW =

  • http-equiv meta tags for edit script. Example to expire immediately:
    Set HTTP_EQUIV_ON_EDIT = <meta http-equiv="Expires" content="%GMTIME{"day month, year - hour:min:sec"}% GMT">
    • Set HTTP_EQUIV_ON_EDIT =

  • http-equiv meta tags for preview script:
    • Set HTTP_EQUIV_ON_PREVIEW =

Notes:

  • A preference is defined as:
    6 spaces * Set NAME = value
    Example:
    • Set WEBBGCOLOR = #FFFFC0
  • Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
    • When you write variable %WEBBGCOLOR% , it gets expanded to #000000 .
  • The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
  • You can introduce new variables and use them in your topics and templates. There is no need to change the netfrag.org engine (Perl scripts).

Related Topics:

  • WebPreferences has preferences of the netfrag.org.TWiki web.
  • TWikiUsers has a list of user topics. User topics can have optional user preferences.
  • TWikiVariables has a list of common %VARIABLES% .

Topic TWikiPreferences . { View | Diffs | r1.21 | > | r1.20 | > | r1.19 | More }    output as: { }
Revision r1.1 - 16 Aug 2000 - 00:33 - PeterThoeny?
Revision r1.21 - 03 Dec 2001 - 18:30 - PeterThoeny?