Blame | Last modification | View Log | RSS feed
LATEST CHANGES:1. A search option is now on top for searching database.2. A common wiki text for all pages at the top can be set up in the config.asp3. To prepare page for printing, You can now hide the footer and other unnecessary details of the page.4. The icon is now searched on the db folder first before the root folder. and also gif, jpg, png are now possible.5. Banner is now templated, you can entirely replace it.These are the latest variables addedgBannerTemplate = "" ' Banner html is now replaceable you need to remember $$icon$$, $$banner_text$$ variable thoughgWikiBodyPrefix = ""gHideTopSearch = false------WIKI Stylesheet.The default wiki.css makes pages look better on Internet Explorer 6 or above. This is because it uses gradient and shadowing DHTML capabilities.If you wish to use an alternate style sheet( making uniform look across various browsers), just use the provided style sheet file. OR type the following in the command line (under the directory of WikiAsp)copy wiki.css wiki.css.allbrowsercopy wiki.css.normal wiki.cssFor questions write to: lambda326@hotmail.comYOU MAY MODIFY -> config.asp to suit your configuration setupPlease see config.asp for additional codes there.....Some Secret Tips for Administrators1. gPassword value is used to create a new database or delete page. Therefore only Admin must know this.2. gEditPassword value is used to edit pages. Therefore only allowed and trusted users should know this.3. Some variables affect the visiblity of certain parts, please read the code documentation.4. CSS can be specific to tha MDB file. CSS can now be in the root or DB folder.5. local:// and img:local:// is now working.6. DISABLING LOGINS FOR EDITIn the config.asp, the admin will enter true for gHideLogin. He must also set his own secret login flaggLoginFlag = "GoLogin"gHideLogin = truegIsOpenWiki = falseThe visitor of his website will not able to edit pages because the settings above.But the administrator can edit again by just adding the flag in the UR, just like this.http://site.com/Wiki.asp?o=MyPage&GoLoginThen the edit login will now be enabled. The Admin must enter his editpassword or password to proceed.By default this secret flag is "log" but it can be overriden in the config.aspAdmin should create his own secret flag instead of using the default ("log")7. New referecence formatting added such asimg:sample.jpg display the image based on doc rootlocal:hg/image.txt display the link based on doc root[Hello There=WikiAsp] reference to wikipage8. #@91; for [#@93; for ]#@3C; for <#@3E; for > which is useful in imbedding HTMLalsoYou can insert HTML or remove HTML in the text via gRemoveHtml variable inthe config.asp9. See the new Inter-wiki notations for links to pages of other mdb databases10. If you have file system object working in your IIS, you can re-create the Wikiasp.mdb fromthe *.wik file, by deleting WikiAsp.mdb and browsing the wiki.asp. MS access fileWikiasp.mdb will be AUTOMATICALLY created with default values from *.wik files.11. A little experiment. If you really have adox and fso object, try deleting the folder 'db' andaccess WikiAsp. See if it creates the database by itself