On Thu, Dec 1, 2011 at 5:26 AM, Kake L Pugh kake@earth.li wrote:
On Wed 30 Nov 2011, Philip Neustrom philipn@gmail.com wrote:
Just wanted to let you know that we've made the first real release for the LocalWiki project. If you were into OpenGuides, you'll definitely like LocalWiki:
Interesting, thank you for letting us know! I like the ease of editing a place's location via the map. Does that just affect the display of the map, or is the data stored separately as lat/long as well?
It affects the display of the map, yeah.
I have occasionally wondered whether OpenGuides is still the right platform for RGL, but never found anything else that has the features I need. (And indeed I'm currently working on a new OpenGuides site, in addition to RGL - won't be launched before the end of the year though.)
LocalWiki seems to be more traditional-wiki than OpenGuides, going by this: https://dentonwiki.org/DentonWiki_Guide
which says that the most important concept is linking. For me, the power of OpenGuides is that it lets links between places emerge, via geographical proximity or via categories, so we don't have to worry about figuring out which pages to link to which, or keeping said links up to date when places close.
For example, I need to be able to visualise the data like this: http://london.randomness.org.uk/scripts/locate.cgi?cat=Pubs&loc=Oxford+S...
The locate.cgi script is an addon I made, but the data is pure OpenGuides. Does LocalWiki have structured data like that?
Linking is still important. It's useful to readers and helps people just sort of surf through the site for sometimes hours!
We can generate a map like that in LocalWiki, yeah. The only thing we don't have right now are tags ("cafe"), but we'll be adding that in the next release. If you check out the global map (the "Map" tab) it'll show everything on the project, let you dive into places and explore.
I want to add a lot more in terms of being on a specific page (e.g. "Oxford Cafe") and then automatically displaying similar nearby places. But we can totally do that, we just haven't added it into the UI -- this is just the first release :) The geo stuff is using GeoDjango + PostGIS, so it's really easy to do.
Also, do you plan to transfer the Davis Wiki to LocalWiki? How easy is it to transfer data from another wiki engine into LocalWiki? What does the database structure look like?
DavisWiki will be ported over, yeah. I wrote a script to import the old DavisWiki-style wiki codebase and it wasn't /too/ tricky. It's only complex if you are dead-set on capturing everything *perfectly*. LocalWiki stores pages as HTML in the database, so writing an importer is actually really easy - you just grab the rendered HTML and then dump it into a Page object.
You should check out this code overview screencast I made a couple months back, it goes into detail about how things are structured, etc: http://vimeo.com/25385510 & check out http://dev.localwiki.org.
I'd be happy to help you with a test transfer, etc.
Best- Philip
Kake
-- OpenGuides-Dev mailing list - OpenGuides-Dev@lists.openguides.org http://lists.openguides.org/mailman/listinfo/openguides-dev