Changeset 309 for trunk/INSTALL

Show
Ignore:
Timestamp:
12/29/03 14:29:25 (5 years ago)
Author:
kake
Message:

Page deletion must now be explicitly enabled in wiki.conf. Added some deletion-related tests. Sorted out PREREQUISITES.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r292 r309  
    9292 
    9393 
     94  "Do you want to enable page deletion?" 
     95 
     96The default is to disable page deletion.  If you choose to enable the 
     97page deletion mechanism then you will need to add a password to your 
     98wiki.conf using a line such as 
     99  admin_pass = putyourpasswordhere 
     100Users who know this password will be able to delete unwanted pages - 
     101along with all their history - from your wiki. 
     102*** USE WITH CAUTION.  DELETED PAGES CANNOT BE RECOVERED. *** 
     103 
     104 
    94105  "What's the URL of the wiki's stylesheet?" 
    95106 
    96 Supplying an answer to this question is optional.  There is an example 
    97 stylesheet in the examples/ directory - note that this will not be  
     107Supplying an answer to this question is optional.  There are example 
     108stylesheets in the examples/ directory - note that these will not be  
    98109automatically installed. 
    99110