SKYHOOK Wireless: How It Works > Submit Wi-Fi AP
10 September 2008
in links
tagged with
[geolocation]
[skyhook]
[wiki]
How to teach skyhook where a wireless router is
Wiky: A Bidirectional Markup Converter
27 June 2006
in links
tagged with
[javascript]
[markup]
[wiki]
Recently I’m very interested in pure-javascript libraries for doing things. (especially those that don’t use the DOM). This one does wiki-like markup.
UTF8 Openguides
13 December 2004
in blog
tagged with
[perl]
[unicode]
[utf8]
[wiki]
I foolishly offered to make OpenGuides UTF-8 safe. Because I don’t do that enough at work, or something. Anyway, it’s going quite well - because I did all the grunt work in CGI::Wiki a while ago, it’s just a matter of finding all the inputs and outputs and making sure they’re encoded properly. So far, the page contents and names are utf-8 safe, along with the cookie preferences, so your username is good. The search stuff looks scary, and there are various broken plugins, etc, etc, so there’s still stuff to do. I should also do the hooks properly - CGI::Wiki should offer nice functions for this stuff.
Anyway, there’s a demo site here in case you feel like trying to break it. The patch against OG is here, out of my svn repository, of course.
Release Frenzy!
16 August 2004
in blog
tagged with
[irc]
[perl]
[release]
[wiki]
Had a bit of a release thing over the weekend, new versions of Bot::BasicBot, URI::Title, AudioFile::Identify::MusicBrainz were released, and I’ve also given the world URI::Find::Simple. Now I need a release of Bot::BasicBot::Pluggable to sync it up with Bot::BasicBot, and I have some german translations to integrate into CGI::Wiki::Kwiki. Insane, I tell you.
CGI::Wiki::Kwiki
13 August 2004
in blog
tagged with
[perl]
[release]
[wiki]
Well, in the end, rather than fold my code into CGI::Wiki and its example scripts, Kake has persuaded me to release the thing as an actual module. So, the world now has CGI::Wiki::Formatter::Kwiki and CGI::Wiki::Kwiki. I’m not sure about the name of the latter, but given that is was mostly written as a Kwiki importer and front end, it made the most sense. I hope that people also realise that it doesn’t have to have anything to do with Kwikis at all, and can be used as a stand-alone wiki front end..
They still have very small version numbers, the formatter needs code, tables and comments, and the Wiki front-end needs tests (bad me), but as far as I can tell, for the most part they both work. The code is much cleaned up from the “last release”:/blog/programming/CGI-Wiki, all modular and everything, I’m much happier with it now.
You can get them both from CPAN.