| Line 21... |
Line 21... |
| 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 = "icon.png" ' 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 = ""
|