Subversion Repositories DevTools

Rev

Rev 3943 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3941 dpurdie 1
LATEST CHANGES:
2
 
3
1.  A search option is now on top for searching database.
4
2.  A common wiki text for all pages at the top can be set up in the config.asp
5
3.  To prepare page for printing, You can now hide the footer and other unnecessary details of the page.
6
4.  The icon is now searched on the db folder first before the root folder. and also gif, jpg, png are now possible.
7
5.  Banner is now templated, you can entirely replace it.
8
 
9
These are the latest variables added
10
 
11
gBannerTemplate    = ""                               ' Banner html is now replaceable you need to remember $$icon$$, $$banner_text$$ variable though
12
gWikiBodyPrefix    = ""
13
gHideTopSearch     = false
14
 
15
 
16
 
17
------
18
WIKI Stylesheet.
19
 
20
The default wiki.css makes pages look better on  Internet Explorer 6 or above. This is because it uses gradient and  shadowing DHTML capabilities.
21
 
22
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)
23
 
24
 
25
  copy wiki.css  wiki.css.allbrowser
26
 
27
  copy wiki.css.normal  wiki.css
28
 
29
 
30
For questions write to:  lambda326@hotmail.com
31
 
32
 
33
YOU MAY MODIFY -> config.asp    to suit your configuration setup
34
 
35
Please see config.asp for additional codes there.....
36
 
37
 
38
Some Secret  Tips for Administrators 
39
 
40
  1.  gPassword       value   is used to create a new database or delete page.  Therefore only Admin must know this.
41
  2.  gEditPassword   value   is used to edit pages.   Therefore only allowed and trusted users should know this.
42
  3.  Some variables affect the visiblity of certain parts, please read the code documentation.
43
  4.  CSS can be specific to tha MDB file.  CSS can now be in the root or DB folder.
44
  5.  local://  and img:local://  is now working.
45
  6.  DISABLING LOGINS FOR EDIT 
46
 
47
      In the config.asp, the admin will enter true for gHideLogin.  He must also set his own secret login flag
48
 
49
          gLoginFlag   =  "GoLogin"
50
          gHideLogin   =  true
51
          gIsOpenWiki  =  false
52
 
53
      The visitor of his website will not able to edit pages because the settings above.
54
 
55
      But the administrator can edit again by just adding the flag in the UR, just like this.
56
 
57
           http://site.com/Wiki.asp?o=MyPage&GoLogin
58
 
59
      Then the edit login will now be enabled.  The Admin must enter his editpassword or password to proceed.
60
 
61
      By default this   secret flag is "log" but it can be overriden in the config.asp
62
      Admin should create his own secret flag  instead of using the default ("log")
63
 
64
   7. New referecence formatting added such as  
65
 
66
   img:sample.jpg           display the image based on doc root
67
   local:hg/image.txt       display the link based on doc root
68
   [Hello There=WikiAsp]    reference to wikipage
69
 
70
   8.   #@91; for [  
71
        #@93; for ]
72
        #@3C; for <
73
        #@3E; for >   which is useful in imbedding HTML
74
 
75
        also
76
        You can insert HTML or remove HTML in the text via  gRemoveHtml variable in
77
        the config.asp
78
 
79
   9.  See the new Inter-wiki notations for links to pages of other mdb databases
80
 
81
  10.  If you have file system object working in your IIS, you can re-create the Wikiasp.mdb from
82
       the *.wik file, by deleting WikiAsp.mdb and browsing the wiki.asp.   MS access file
83
       Wikiasp.mdb will be AUTOMATICALLY created with default values  from *.wik files.
84
 
85
 
86
  11. A little experiment.  If you really have adox and fso object, try deleting the folder 'db' and 
87
      access WikiAsp.  See if it creates the database by itself