| 1 | NAME |
|---|
| 2 | OpenGuides - A complete web application for managing a |
|---|
| 3 | collaboratively-written guide to a city or town. |
|---|
| 4 | |
|---|
| 5 | DESCRIPTION |
|---|
| 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. |
|---|
| 13 | |
|---|
| 14 | BUGS AND CAVEATS |
|---|
| 15 | UTF8 data are currently not handled correctly throughout. |
|---|
| 16 | Google Maps points will display offset when using British and Irish |
|---|
| 17 | National Grid input systems. |
|---|
| 18 | |
|---|
| 19 | Other bugs are documented at |
|---|
| 20 | <http://dev.openguides.org/> |
|---|
| 21 | |
|---|
| 22 | SEE ALSO |
|---|
| 23 | * http://london.openguides.org/, the first and biggest OpenGuides site. |
|---|
| 24 | * http://openguides.org/, with a list of all live OpenGuides installs. |
|---|
| 25 | * Wiki::Toolkit, the Wiki toolkit which does the heavy lifting for |
|---|
| 26 | OpenGuides |
|---|
| 27 | |
|---|
| 28 | FEEDBACK |
|---|
| 29 | If you have a question, a bug report, or a patch, or you're interested |
|---|
| 30 | in joining the development team, please contact |
|---|
| 31 | openguides-dev@lists.openguides.org (moderated mailing list, will reach all |
|---|
| 32 | current developers but you'll have to wait for your post to be approved) |
|---|
| 33 | or file a bug report at |
|---|
| 34 | <http://dev.openguides.org/> |
|---|
| 35 | |
|---|
| 36 | AUTHOR |
|---|
| 37 | The OpenGuides Project (openguides-dev@lists.openguides.org) |
|---|
| 38 | |
|---|
| 39 | COPYRIGHT |
|---|
| 40 | Copyright (C) 2003-2006 The OpenGuides Project. All Rights Reserved. |
|---|
| 41 | |
|---|
| 42 | The OpenGuides distribution is free software; you can redistribute it |
|---|
| 43 | and/or modify it under the same terms as Perl itself. |
|---|
| 44 | |
|---|
| 45 | CREDITS |
|---|
| 46 | Programming by Dominic Hargreaves, Earle Martin, Kake Pugh, and Ivor |
|---|
| 47 | Williams. Testing and bug reporting by Billy Abbott, Jody Belka, Kerry |
|---|
| 48 | Bosworth, Simon Cozens, Cal Henderson, Steve Jolly, and Bob Walker |
|---|
| 49 | (among others). Much of the Module::Build stuff copied from the Siesta |
|---|
| 50 | project <http://siesta.unixbeard.net/> |
|---|
| 51 | |
|---|