Changeset 166 for trunk/README

Show
Ignore:
Timestamp:
05/18/03 14:53:19 (6 years ago)
Author:
kake
Message:

More fixes for blank script_name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r105 r166  
    1 OpenGuides Version 0.08 
    2 ======================= 
     1NAME 
     2    OpenGuides - A complete web application for managing a 
     3    collaboratively-written guide to a city or town. 
    34 
    4 This distribution contains the OpenGuides wiki software. It requires: 
     5DESCRIPTION 
     6    The OpenGuides software provides the framework for a 
     7    collaboratively-written city guide. It is similar to a wiki but provides 
     8    somewhat more structured data storage allowing you to annotate wiki 
     9    pages with information such as category, location, and much more. It 
     10    provides searching facilities including "find me everything within a 
     11    certain distance of this place". Every page includes a link to a 
     12    machine-readable (RDF) version of the page. 
    513 
    6  - Module::Build for installation 
    7  - other Perl modules as detailed in the PREREQUISITES file 
    8  - a webserver (such as Apache) 
    9  - a Postgres or MySQL database dedicated to the OpenGuides installation 
     14BUGS AND CAVEATS 
     15    At the moment, the location data uses a United-Kingdom-specific module, 
     16    so the location features might not work so well outside the UK. 
    1017 
    11 See the INSTALL file for details on how to install OpenGuides. 
     18SEE ALSO 
     19    * The OpenGuides development site, temporarily at 
     20    <http://un.earth.li/~kake/cgi-bin/wiki.cgi> 
     21    * <http://the.earth.li/~kake/cgi-bin/openguides/vegan-oxford.cgi>, an 
     22    experimental OpenGuides install mirroring the Vegan Guide to Oxford at 
     23    <http://www.earth.li/~kake/vegan-oxford/> 
     24    * <http://www.ox.compsoc.net/oxfordguide/>, an Open Guide to Oxford run 
     25    by Dominic Hargreaves (what a star) 
     26    * grubstreet, the motivation behind OpenGuides; at 
     27    <http://grault.net/grubstreet/> 
    1228 
     29FEEDBACK 
     30    If you have a question, a bug report, or a patch, or you're interested 
     31    in joining the development team, please contact 
     32    grubstreet@hummous.earth.li (moderated mailing list, will reach all 
     33    current developers but you'll have to wait for your post to be approved) 
     34    or kake@earth.li (a real person who may take a little while to reply to 
     35    your mail if she's busy). 
    1336 
    14 About OpenGuides 
    15 ================ 
     37AUTHOR 
     38    The OpenGuides Project (grubstreet@hummous.earth.li) 
    1639 
     40COPYRIGHT 
     41         Copyright (C) 2003 The OpenGuides Project.  All Rights Reserved. 
    1742 
    18 **** THIS SOFTWARE IS VERY ALPHA.  It is released solely for those who **** 
    19 ****     know what they're doing and want to play around with it.      **** 
     43    The OpenGuides distribution is free software; you can redistribute it 
     44    and/or modify it under the same terms as Perl itself. 
    2045 
     46CREDITS 
     47    Programming by Earle Martin, Kake Pugh, Ivor Williams. Testing and bug 
     48    reporting by Cal Henderson, Bob Walker, Kerry Bosworth, Dominic 
     49    Hargreaves, Simon Cozens, among others. Much of the Module::Build stuff 
     50    copied from the Siesta project <http://siesta.unixbeard.net/> 
    2151 
    22 The OpenGuides software provides the framework for a collaboratively-written 
    23 city guide.  It is similar to a wiki but provides somewhat more structured 
    24 data storage allowing you to annotate wiki pages with information such as 
    25 category, location, and much more.  It provides searching facilities 
    26 including "find me everything within a certain distance of this place". 
    27 Every page includes a link to a machine-readable (RDF) version of the page. 
    28  
    29 At the moment, the location data uses a United-Kingdom-specific module, 
    30 so the location features might not work so well outside the UK. 
    31  
    32  
    33 Feedback 
    34 ======== 
    35  
    36 If you have a question, a bug report, or a patch, or you're interested 
    37 in joining the development team, please contact grubstreet@hummous.earth.li 
    38 (moderated mailing list, will reach all current developers but you'll have 
    39 to wait for your post to be approved) or kake@earth.li (a real person who 
    40 may take a little while to reply to your mail if she's busy). 
    41  
    42  
    43 Authors 
    44 ======= 
    45  
    46 As of version 0.08, the development team consists of Earle Martin, 
    47 Kake Pugh, and Ivor Williams.