Jaron Collis - 2002-07-09

I am currently working on the 'publish' function, this will enable Memento to be used like a weblog: once you've entered your content, you can have it processed into HTML and FTPed to your webspace.

Hence this job has two parts: converting to HTML and copying to a remote webserver. At present I am using the read.xsl transform to generate the HTML, but can you come up with anything better?

So here's my challenge to you, come up with a better HTML representation of a meme document, (no SVG, just HTML) using an XSL transform to generate it.

It would be nice to have graph view like the one used on the 'enter meme' page, but that is generated recursively, so I'm not sure how easy that would be to replicate using XSL.

Feel free to ask any follow-up questions or suggest alternative ideas.