[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ANN] Nanoki demo
- To: Atom emailing list <atom-syntax@xxxxxxx>
- Subject: [ANN] Nanoki demo
- From: Petite Abeille <petite.abeille@xxxxxxxxx>
- Date: Tue, 5 Feb 2008 20:29:01 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:from; bh=AkJeCYyO+rUvFyer6ypXZTTpFLxcoUbt2qrimpEaKlI=; b=cyU/3kpxUsJIEG7jgC4XTf51BmZpSaXqzxx1skvcZuoMsiwTJoz59LiRDOd3g/c/F+8JYyOMcH3Ijry24fBi3V8X+XTx85wOUe/9dhiZ81z959zJ8yF6eVbEELbowOF2t474K7ThXobjUnK/pqtEIHCqbpg7z9co2XGWIlk2Ekg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:from; b=uTYN7S/YyCTmE+gje5dT4dq13lw8btqT46ks7ZvvjBd7Yr+d3J3beMrCTvvv1tL5ylmKKgWcd+5e0r1A1legXD4Rd2lkapgEeVYumlNdIm43ou1S30jsCBsEZUNRubTlQXXmFwpAxMjpHLTZxY4sp+KHa0n/KaRP8wab5gL65tA=
- List-archive: <http://www.imc.org/atom-syntax/mail-archive/>
- List-id: <atom-syntax.imc.org>
- List-unsubscribe: <mailto:atom-syntax-request@imc.org?body=unsubscribe>
- Sender: owner-atom-syntax@xxxxxxxxxxxx
Hello,
Yet another wiki engine sporting Atom feeds... this one implemented in
Lua for a change...
A demo of Nanoki is available online:
http://svr225.stepx.com:3388/
Atom representations throughout, just add .xml to most URLs, e.g.:
http://svr225.stepx.com:3388/main
http://svr225.stepx.com:3388/main.xml
http://svr225.stepx.com:3388/search?q=north
http://svr225.stepx.com:3388/search.xml?q=north
System details under the "About" page:
http://svr225.stepx.com:3388/a
Feel free to kick the tires and play with it.
The source code and subversion repository are available for perusal as
well:
http://dev.alt.textdrive.com/browser/HTTP
svn http://alt.textdrive.com/svn/altdev/HTTP/
Cheers,
PA.