Ok, I'm going to start writing a templating system, basically for managing freesites. The idea is that, since Freenet can really only handle static content, I write a tool to take a template, get the content for that page, and then compile it on demand.
Example: 1. Create page template using HTML, CSS, and template tags. 2. Use the interface (haven't decided between Tk or webpage) to enter stuff like news 3. Compile template 4. User posts compiled page I would like the someday have it be able to run with a command line switch for just compiling and uploading, so you'd run, say a cron job, to keep a DBR site up to date. Anyways, my questions to everyone are: Would you use it? It's being written in Python. What do you want in it? What types of tags and stuff? [INCLUDE] and [LINK] obviously. Would someone be willing to help me with understanding the freenet protocol in depth, so that I can implement fucntionality to make this a complete freesite tool? Have a nice day. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20030301/cb37edba/attachment.html>
