Changeset 1290
- Timestamp:
- 02/18/06 16:33:36 (3 years ago)
- Location:
- trunk/rss
- Files:
-
- 2 modified
-
INSTALL (modified) (1 diff)
-
schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/INSTALL
r1250 r1290 66 66 67 67 68 7. Point your browser to the URL corresponding the install location69 and click "Admin". You can start adding feeds by pasting URLs of70 RSS or RDF feeds into the "Add a feed" field. Alternatively you71 can import a whole structure of items using the OPML import72 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. 73 73 74 8. You may wish to password-protect the administration section of75 your fresh gregarius installation, to prevent unauthorized users76 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. 77 77 78 See http://wiki.gregarius.net/index.php/Password_Protection for79 this purpose.78 See http://wiki.gregarius.net/index.php/Password_Protection 79 for this purpose. -
trunk/rss/schema.php
r1224 r1290 426 426 "rss.config.markreadonupdate"=> array("false","false","boolean","Mark all old unread feeds as read when updating if new unread feeds are found.",NULL), 427 427 "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), 429 429 "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), 430 430 "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),
