Changeset 1290

Show
Ignore:
Timestamp:
02/18/06 16:33:36 (3 years ago)
Author:
sdcosta
Message:

Changed some wording in the install file and the config options.

Location:
trunk/rss
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/INSTALL

    r1250 r1290  
    6666     
    6767     
    68    7.   Point your browser to the URL corresponding the install location 
    69     and click "Admin". You can start adding feeds by pasting URLs of 
    70     RSS or RDF feeds into the "Add a feed" field. Alternatively you 
    71     can import a whole structure of items using the OPML import 
    72     feature. 
     68   7.   Point your browser to the URL corresponding the install 
     69    location and click "Admin". After selecting a new password, 
     70    you can start adding feeds by pasting URLs of RSS or RDF feeds 
     71    into the "Add a feed" field. Alternatively you can import a 
     72    list of feeds using the OPML import feature. 
    7373    
    74    8.   You may wish to password-protect the administration section of 
    75     your fresh gregarius installation, to prevent unauthorized users 
    76     from messing with your subscriptions and breaking stuff.  
     74   8.   This version of Gregarius comes with default password 
     75    protection, however you may wish to to strengthen it by using 
     76    a .htaccess file.  
    7777         
    78     See http://wiki.gregarius.net/index.php/Password_Protection for 
    79     this purpose. 
     78    See http://wiki.gregarius.net/index.php/Password_Protection 
     79    for this purpose. 
  • trunk/rss/schema.php

    r1224 r1290  
    426426        "rss.config.markreadonupdate"=> array("false","false","boolean","Mark all old unread feeds as read when updating if new unread feeds are found.",NULL), 
    427427        "rss.output.lang"           =>      array("en,es,fr,dk,it,pt_BR,se,0","en,es,fr,dk,it,pt_BR,se,0","enum","Language pack to use.",NULL), 
    428         "rss.config.absoluteordering"=> array("true","true","boolean","Allow ordering of channels and folders in the admin section. If false, channels and folders will be organized by their titles.",NULL), 
     428        "rss.config.absoluteordering"=> array("true","true","boolean","Allow ordering of channels and folders in the admin section. If false, channels and folders will be organized alphabetically by their titles.",NULL), 
    429429        "rss.config.robotsmeta"     =>      array("noindex,follow","noindex,follow","string","How should spiders crawl us? (see http://www.robotstxt.org/wc/meta-user.html for more info).",NULL), 
    430430        "rss.config.serverpush"     =>      array("true","true","boolean","Use server push on update.php for a more user-friendly experience. This is only supported by Mozilla browsers (Netscape, Mozilla, Firefox,...) and Opera. These browsers will be autodetected. If you\'re not using one of these (you should) you can as well turn this off.",NULL),