Category:OpenGuides: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(better changes link)
(update article)
Line 1: Line 1:
{{Wiki Engine
{{Wiki Engine
|logo         = http://dev.openguides.org/static/resources/logo.png
|name            = OpenGuides™ <small>–<br>''the guides made by you''</small>
|URL         = http://openguides.org/
|URL              = https://OpenGuides.org/software
|changes URL = http://openguides.org/news
|logo             = http://dev.OpenGuides.org/static/resources/logo.png<!--[[File:OpenGuides logo.png|100px|OpenGuides™ logo]]-->
|wikinode URL = No
|wide logo        = y
|status       = Active
|changes URL     = https://OpenGuides.org/release_notes
|language    = English
|wikinode URL    = No <!--eg: https://WikiEngineURL.org/WikiNode - if none, use 'No'-->
|editmode    = OpenEdit
|about URL       = https://OpenGuides.org/news
|maintopic    = Wiki Engine
|documentation URL= http://dev.OpenGuides.org/wiki/OnlineDocumentation
|prog language= Perl
|main topic       = Wiki Engine
|s/w license = Perl 5 License <!--http://search.cpan.org/dist/OpenGuides/-->
|founder          = [https://www.Perl.com/authors/kake-pugh/ Kake Pugh]<br><small>(founder)</small>
|CEO              = The OpenGuides Project<br><small>(owner)</small>
|language        = English
|prog language   = Perl
|s/w license     = Perl License<!--https://metaCPAN.org/pod/OpenGuides-->
|status          = Active
}}
}}
'''[[OpenGuides]]''' is a complete system for running a website about a subject where {{tag|geography|geographical}} location is important.  It's mostly used to run guides to a town or {{tag|Cities|city}}.  It's an {{tag|open source}} [[wiki]]-based web application written in {{tag|Perl}}.
'''OpenGuides™ – ''the guides made by you''''' is a complete system for running a [[wiki]] website about a [[:Category:Wiki Topic|subject]] where {{tag|Geography|geographical}} location is important.  It is mostly used to run guides about a {{tag|Cities|city}} or town[[OpenGuides]] is an {{tag|open source}} wiki-based {{tag|free software}} web application written in {{tag|Perl}}.


;Features
;Features
*[[WikiIndex:StructuredData|Structured data]]
*[[WikiIndex:StructuredData|Structured data]]
*{{tag|Google Maps}} integration
*{{tag|Google Maps}} integration
*{{tag|SQL}} backend storage using Postgres, {{tag|MySQL}}, or SQLite
*{{tag|SQL}} backend storage; using Postgres, {{tag|MySQL}}, or {{tag|SQLite}}
*{{tag|Resource Description Framework}} (RDF) output, for integration into {{tag|Semantic Web}}
*{{tag|Resource Description Framework}} (RDF) output, for integration into {{tag|Semantic Web}}
{{WikiEngineFeatures}}
{{WikiEngineFeatures}}


Our StructuredData is implemented via user-friendly individual text boxes rather than [[:Category:MediaWiki|MediaWiki]]-style templates; see for example [http://boston.openguides.org/?id=Sandbox;action=edit Sandbox edit] on the [[Boston OpenGuide]].
Our StructuredData is implemented via user-friendly individual text boxes, rather than [[:Category:MediaWiki|MediaWiki]]-style templates; see for example [http://boston.OpenGuides.org/?id=Sandbox;action=edit Sandbox edit]{{DeadEL}} on the [[Boston OpenGuide]].


We chose to use SQL storage because it's flexible, and it allows guide admins to create customised queries and features; see for example [http://london.randomness.org.uk/scripts/find.cgi the category search] on the [[Randomness Guide to London]].  We included [http://sqlite.org SQLite] support for situations where running a proper database server isn't possible; SQLite is a complete SQL engine which stores all its data in a single file on disk.  It does <u>not</u> use [[CamelCase]].
We chose to use {{tag|SQL}} storage because it's flexible, and it allows guide admins to create customised queries and features; see for example [https://London.Randomness.org.uk/scripts/find.cgi the category search] on the [[Randomness Guide to London]].  We included [https://SQLite.org SQLite] support for situations where running a proper [[:Category:Database|database]] server isn't possible; SQLite is a complete SQL engine which stores all its data in a single file on disk.  It does <u>not</u> use [[CamelCase]].


;Community
;Community
*The #openguides IRC channel on irc.perl.org
*The [https://OpenGuides.org/irc.html #OpenGuides IRC] — ''network'': <tt>irc.perl.org</tt>, ''channel'': <tt>#OpenGuides</tt>
*[http://lists.openguides.org/cgi-bin/mailman/listinfo/openguides-dev The openguides-dev mailing list]
*[https://OpenGuides.org/lists.html OpenGuides mailing lists]
<div style=float:right>http://openguides.org/img/logo.png</div>
**[[Archive.org:20161204182712/http://lists.OpenGuides.org/cgi-bin/mailman/listinfo/openguides-dev|OpenGuides-Dev — OpenGuides software developers' list]] — via [[Archive.org]]


;See also
;See also
*[http://www.perl.com/pub/a/2003/10/31/openguides.html OpenGuides article on Perl.com] (October 2003)
*[https://www.Perl.com/pub/2003/10/31/openguides.html/ Open Guides article] — on Perl.com by Kake Pugh, 31 October 2003
*[http://www.onlamp.com/pub/a/onlamp/2007/07/05/openguides-city-wikis-in-perl.html OpenGuides article on ONLamp.com] (July 2007)
*[[Archive.org:20070708181916/http://www.ONLamp.com/pub/a/onlamp/2007/07/05/openguides-city-wikis-in-perl.html|OpenGuides: City Wikis in Perl]] — article on ONLamp.com by Kake Pugh, 5 July 2007, via [[Archive.org]]
*[http://dev.openguides.org/ dev.OpenGuides.org] — wiki, bug-tracker and source repository
*[http://dev.OpenGuides.org dev.OpenGuides.org] — wiki, bug-tracker and source repository
 
*[https://metaCPAN.org/release/OpenGuides OpenGuides] — on metaCPAN.org
<div style=float:right>https://OpenGuides.org/img/logo.png</div>
[[Category:Cities| ]]
[[Category:Cities| ]]
[[Category:FoundedIn20xx]]

Revision as of 09:18, 28 August 2018

Template:Wiki Engine OpenGuides™ – the guides made by you — is a complete system for running a wiki website about a subject where geographical location is important. It is mostly used to run guides about a city or town. OpenGuides is an open source wiki-based free software web application written in Perl.

Features

Template:WikiEngineFeatures

Our StructuredData is implemented via user-friendly individual text boxes, rather than MediaWiki-style templates; see for example Sandbox edit [dead link] on the Boston OpenGuide.

We chose to use SQL storage because it's flexible, and it allows guide admins to create customised queries and features; see for example the category search on the Randomness Guide to London. We included SQLite support for situations where running a proper database server isn't possible; SQLite is a complete SQL engine which stores all its data in a single file on disk. It does not use CamelCase.

Community
See also
https://OpenGuides.org/img/logo.png

Media in category "OpenGuides"

This category contains only the following file.