todo2html
Hello!
This is a little empty right now, because I haven't had time to put much effort into the todo2html webpage. The project page is at https://savannah.nongnu.org/projects/todo2html/, so go there to find out more.
Description
Briefly, todo2html generates pretty HTML from a standard text TODO file. This example was created using this style file to make the output look like a TODO file does in emacs on my machine using todoo-mode. Don't worry if you don't like the formatting in the example, it's all configurable with style sheets and there is an easy to read built in style or a style-free otion.
Features
It can do things like:
- Add a given page title (using the <TITLE> tags in <HEAD>)
- Add a given heading (using <H1>)
- Identify items that are completed and format them differently - all this requires is that finished items start with "DONE!"
- Strip the "DONE!" tags from completed items
- Remove completed items from the output
- Have different formatting for done and pending items at both item levels
- provide a key, showing formatting for done/pending items
- Create HTML with no extra style commands - looks like plain text
- Use an in-built, easy to understand style
- Take style information from a stylesheet and apply it (statically) to the output
- Given a stylesheet URL, style can be based on an external stylesheet - if you have a nice style that you use for the rest of your site, todo2html can use that, and when you change it, the HTMLized TODO file will change with it. For example, the stylesheet used for this page (here) has the extra information (the em.pendingl1, em.donel1, etc.) for creating matching TODO files. It's not even compulsory to use these extra em classes unless you want special formatting for TODO item headings.
- Anything that might cause problems for a HTML interpreter in the original TODO file are neutered - they still look the same in the output.
- Create either a full HTML page, or just the HTML which goes between the <BODY> and </BODY> tags. Useful for generating on the fly.
Most of these are optinal - there is quite a lot of freedom.
To see what's in the pipeline, have a look in the project TODO file.