CINXE.COM

OpenGuides - Software

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en-gb"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>OpenGuides - Software</title> <link rel="stylesheet" type="text/css" href="css/openguides.css"> <link rel="stylesheet" media="all" type="text/css" href="css/dropdown.css"> <!--[if lte IE 6]> <link rel="stylesheet" media="all" type="text/css" href="css/dropdown_ie.css"> <![endif]--> </head> <body> <div id="header_and_menu"> <div id="header"> <a href="."><img src="img/logo.png" width="360" height="120" alt="OpenGuides: the guides made by you"></a> </div> <div id="centeringdivforie"> <div class="menu"> <!-- Navigation menu --> <ul> <li> <a class="hide" href=".">Home</a> <!--[if lte IE 6]> <a href=".">Home</a> <![endif]--> </li> <li> <a class="hide" href="information">Project</a> <!--[if lte IE 6]> <a href="information">Project<table><tr><td> <![endif]--> <ul> <li><a href="news.html">News Archive</a></li> <li><a href="lists.html">MailingLists</a></li> <li><a href="irc.html">IRC Channel</a></li> <li><a href="branding.html">Branding Guidelines</a></li> </ul> <!--[if lte IE 6]> </td></tr></table></a> <![endif]--> </li> <li><a class="hide" href="software.html">Software</a> <!--[if lte IE 6]> <a href="software">Software<table><tr><td> <![endif]--> <ul> <li><a href="release_notes.html">Release Notes</a></li> <li><a href="search_help.html">Search Help</a></li> <li><a href="text_formatting.html">Text Formatting Help</a></li> </ul> <!--[if lte IE 6]> </td></tr></table></a> <![endif]--> </li> </ul> </div> </div> </div> <!-- end header --> <!-- begin sidebar --> <div id="sidebar"> <!-- begin cities list --> <div id="cities_list"> <div id="cities_list_header">Take me there...</div> <div class="cities_list_region_header">UK</div> <ul class="cities_list_region"> <li><a href="http://cambridge.openguides.org/">Cambridge</a></li> <li><a href="http://croydon.randomness.org.uk/">Croydon</a></li> <li><a href="http://london.randomness.org.uk/">Randomness (London)</a></li> <li><a href="http://oxford.openguides.org/">Oxford</a></li> <li><a href="http://the.earth.li/~kake/cgi-bin/openguides/vegan-oxford.cgi">Vegan Oxford</a></li> </ul> </div> <!-- end cities list --> <div id="news"> <h3 class="news_title">Latest project news</h3> <!-- begin latest_news --> <div class="news_date"> June 19, 2016 </div> <p>After three years of failing to update this website, we鈥檝e finally moved it to GitHub Pages to make it easier to keep current.</p> <p>Eleven versions of OpenGuides have been released since our last news report here. Changes include:</p> <ul> <li>template and CSS changes to facilitate mobile-friendly (responsive) guides</li> <li>improved JSON output</li> <li>added configuration for Vagrant, Travis, and Coveralls</li> <li>added a new search backend based on Lucy</li> <li>added the ability to create custom macros and override existing ones</li> </ul> <!-- end latest_news --> <strong><a href="news.html">More news...</a></strong> </div> <div id="mapping_hacks"> <p> <a href="http://www.amazon.co.uk/exec/obidos/ASIN/0596007035/downlode-20/"> <img src="img/mapping_hacks.gif" width="127" height="190" alt="Mapping Hacks" border="0"> </a> </p> We feature in the <a href="http://www.oreilly.com/">O'Reilly and Associates</a> book <em>Mapping Hacks</em>.<br> You can <a href="http://web.archive.org/web/20060815000000/http://www.oreilly.com/catalog/mappinghks/chapter/hack97.pdf">read the OpenGuides chapter for free</a>! (<acronym title="Portable Document Format">PDF</acronym>, 695K) </div> </div> <!-- end sidebar --> <div style="text-align: center"> <div id="main_text"> <h1>The Software</h1> <p> <a href="http://www.perl.org/" title="OpenGuides is Proudly Powered by Perl!"> <img src="img/powered_by_perl.png" id="powered_by_perl" alt="Powered by Perl"></a> The OpenGuides system is <a href="http://www.gnu.org/philosophy/free-sw.html" title="What is Free Software? (at gnu.org)">free software</a>, written in <a href="http://www.perl.org/">Perl</a>. It is available for <a href="http://search.cpan.org/dist/OpenGuides/" style="font-weight: bold">download</a> from the <a href="http://www.cpan.org/"><acronym title="Comprehensive Perl Archive Network">CPAN</acronym></a>. To see what's new in the latest version, consult the <a href="release_notes.html">release notes</a>. </p> <h2>System Requirements</h2> <p> To run OpenGuides, you will need a webserver capable of running Perl, and a number of Perl modules as prerequisites, all of which are also available from the CPAN. We recommend installing OpenGuides via <a href="http://search.cpan.org/dist/CPAN/">CPAN.pm</a> or the newer <a href="http://search.cpan.org/dist/CPANPLUS/">CPANPLUS.pm</a>, as these will handle the installation of prerequisites for you. Alternatively, if you run a <a href="http://www.debian.org/" title="Debian GNU/Linux">Debian</a> system, you can install OpenGuides with "apt". Full details and packages are available at the <a href="http://www.larted.org.uk/~dom/debian/openguides/">package home page</a>. </p> <h2>Installation</h2> <p> General documentation is being developed on the <a href="http://dev.openguides.org/wiki/OnlineDocumentation">development wiki</a>; you may also find the <a href="https://urchin.earth.li/svn/openguides/trunk/INSTALL">INSTALL</a> file that comes with the software useful. </p> <h2>Hosting</h2> <p> If you don't have your own webserver to run a Guide on, two people are kindly offering to help out. In the UK, contact Dominic Hargreaves (dom(at)earth.li); in the US, Christopher Schmidt (crschmidt(at)crschmidt.net). </p> <h2>Help and Troubleshooting</h2> <p> Some common issues are dealt with in <a href="https://urchin.earth.li/svn/openguides/trunk/TROUBLESHOOTING">TROUBLESHOOTING</a>. If you have other problems, please get in touch with us via the <a href="lists.html">mailing list</a> or <a href="irc.html">IRC</a>. </p> <h2>Reporting Bugs and Suggesting Features</h2> <p> You can use <a href="http://dev.openguides.org/">dev.openguides.org</a> to report bugs and make feature suggestions. </p> </div> </div> <!-- begin footer --> <div id="footer"> <div id="freeourdata"> <a href="http://www.freeourdata.org.uk/" title="Free Our Data: Make taxpayers' data available to them."> <img id="freeimg" src="img/freeourdata.gif" alt="Free Our Data: Make taxpayers' data available to them. http://www.freeourdata.org.uk/"></a> </div> <div id="freethepostcode"> <a href="http://www.freethepostcode.org/">FREE THE POSTCODE!</a> </div> </div> <div id="trademarks"> <em>OpenGuides</em>, <em>[The] Open Guide to...</em> and <em>the guides made by you</em> are trademarks of The OpenGuides Project, copyright &copy;2002-2009. All rights reserved.<br> Trademarks used on member sites of the OpenGuides network by permission. Contact: <a href="mailto:contact@openguides.org">contact@openguides.org</a> </div> <!-- end footer --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10