Subversion Repositories DevTools

Rev

Rev 4014 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4014 Rev 4051
Line 15... Line 15...
15
gDisableSave       =  false                           ' Set to true if you have to fully disable save.
15
gDisableSave       =  false                           ' Set to true if you have to fully disable save.
16
gRemoveHtml        =  false                           ' Set to true if  HTML input in wiki will be enabled.
16
gRemoveHtml        =  false                           ' Set to true if  HTML input in wiki will be enabled.
17
gLoginFlag         =  "log"                           ' The default enable login flag ( must be overriden by config.asp).
17
gLoginFlag         =  "log"                           ' The default enable login flag ( must be overriden by config.asp).
18
gIsOpenWiki        =  false                           ' Allow editing or Password Protect Editing?
18
gIsOpenWiki        =  false                           ' Allow editing or Password Protect Editing?
19
gHideWikiSource    =  false                           ' Allow viewing of unformatted wiki text when loggin in.
19
gHideWikiSource    =  false                           ' Allow viewing of unformatted wiki text when loggin in.
20
gHideWikiFooter    =  true                           ' Show or Hide the whole wiki footer
20
gHideWikiFooter    =  true                            ' Show or Hide the whole wiki footer
21
gHideLogin         =  false                           ' Enable/Disable double-click or Edit. This can be overriden by &log
21
gHideLogin         =  false                           ' Enable/Disable double-click or Edit. This can be overriden by &log
22
gHideLastEditor    =  false                           ' Show/Hide in  the footer the info about last edit
22
gHideLastEditor    =  false                           ' Show/Hide in  the footer the info about last edit
23
gEditPassword      = "password"                       ' password  for editing the site
23
gEditPassword      = "password"                       ' password  for editing the site
24
gPassword          = "pass"                           ' password  for editing and delete and db creation.
24
gPassword          = "pass"                           ' password  for editing and delete and db creation.
25
gHttpDomain        = "auto"                           ' URL for RSS links to work. default is AUTO Override in config.asp . Set to "" to remove rss footer links
25
gHttpDomain        = "auto"                           ' URL for RSS links to work. default is AUTO Override in config.asp . Set to "" to remove rss footer links
26
gDefaultIcon       = "gear"                           ' This default. Maybe overridden if your site has icon.gif, icon.jpg or xxxx.gif and if FSO is working.
26
gDefaultIcon       = "gear"                           ' This default. Maybe overridden if your site has icon.gif, icon.jpg or xxxx.gif and if FSO is working.
27
gDefaultHomePage   = "ReleaseNotes"                   ' modify your start page here. this may be overridden by .ini file. The .ini file is same dir as mdb file
27
gDefaultHomePage   = "ReleaseNotes"                   ' modify your start page here. this may be overridden by .ini file. The .ini file is same dir as mdb file
28
gDataSourceDir     = "db"                             ' MSAccess folder. this is normally `db`
28
gDataSourceDir     = "db"                             ' MSAccess folder. this is normally `db`
29
gDocRootDir        = ""                               ' physical absolute path of root (e.g. c:/dc2/mysite.com)  make it blank if `gDataSourceDir` is relative to wiki.asp
29
gDocRootDir        = ""                               ' physical absolute path of root (e.g. c:/dc2/mysite.com)  make it blank if `gDataSourceDir` is relative to wiki.asp
30
gSearchLabel       = "Look for:"                      ' Text to show on top search box
30
gSearchLabel       = "Look for:"                 ' Text to show on top search box
31
gRssStyle          = "<?xml-stylesheet type=""text/xsl"" href=""rss.xsl"" ?>"   'This is to make RSS xml readable File rss.xsl should exist
31
gRssStyle          = "<?xml-stylesheet type=""text/xsl"" href=""rss.xsl"" ?>"   'This is to make RSS xml readable File rss.xsl should exist
32
gBlackListedIps    = ""
32
gBlackListedIps    = ""
33
gPersistPassword   = false
33
gPersistPassword   = false
34
'gWikiBodyPrefix    = "|!{bigger}DOUBLE-CLICK page or Click Edit below.{/bigger}"
34
'gWikiBodyPrefix    = "|!{bigger}DOUBLE-CLICK page or Click Edit below.{/bigger}"
35
gPasswordLabel    = " Enter the secret word <b>'password'</b> : "
35
gPasswordLabel    = " Enter the secret word <b>'password'</b> : "
36
gFooterHtml        = "</body></html><div id='ads'><XML><noscript><div><span><iframe><style>"  'This hides footer ads for this site.
36
gFooterHtml        = "</body></html><div id='ads'><XML><noscript><div><span><iframe><style>"  'This hides footer ads for this site.
-
 
37
gDevNotePrefix     = "PM"                             ' Dev Note Prefix
37
 
38
 
38
gLoginFlag   =  "edit"
39
gLoginFlag   =  "edit"
39
gHideLogin   =  true
40
gHideLogin   =  true
40
gIsOpenWiki  =  true
41
gIsOpenWiki  =  true
41
 
42