Hello everybody, I put some _initial_ code for the public site directory on http://github.com/fmarani/laconicadir/
- The code follows roughly the guidelines of Evan, although I wasn't sure about the JSON format.. see the output of the script.. - hl and since parameters works for every call.. I think it could be useful for example if someone wants the list of all the providers in one language - now the backend is a SQLITE3 database.. much quicker to code but it does not enforce any datatype. The database now is obviously full of useless info.. - as for categories and license, it is easy to add later on... - as for languages in use, I don't see how is this practically different from having the list of languages in which the descriptions/fullnames are translated. - no UI at the moment - perhaps i could add a few lines for caching DB queries in Memcache?? is it worth? now there are only basic features and probably bugs... if there is anything that puzzles you in the code write me back on the mailing list or on identi.ca Federico http://identi.ca/marro 2009/1/28 Robin Millette <[email protected]> > On Tue, Jan 27, 2009 at 11:36, Evan Prodromou <[email protected]> > wrote: > > > Each provider is described by a data structure as follows: > > > > ID - a unique numerical ID. Example: 3, 35015. > > nickname - a unique nickname, lowercase ASCII alphanum, 1-64 chars. > Example: > ... > > I would also add licence and languages in use. > > -- > Robin > http://identi.ca/millette > _______________________________________________ > Laconica-dev mailing list > [email protected] > http://mail.laconi.ca/mailman/listinfo/laconica-dev >
_______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
