summaryrefslogtreecommitdiffstats
path: root/org
Commit message (Expand)AuthorAgeFilesLines
* Quiet gcj warnings.David A. Madore2011-08-265-5/+3
* Handle <title> element for weblog entries.David A. Madore2011-05-012-2/+50
* (Preliminary) handling of weblog <entry>.David A. Madore2011-05-012-0/+98
* (Temporary!) support for <weblog> element.David A. Madore2011-05-012-0/+49
* Handle smileys.David A. Madore2011-05-012-0/+86
* Handle <extra-style> and <extra-script> elements.David A. Madore2011-04-302-0/+49
* The DAML <title> element is used for two different things. :-( Disambiguate.David A. Madore2011-04-271-1/+14
* Add content to style and script elements.David A. Madore2011-04-273-0/+177
* Add a help file because I'm fed up of having to remember these stupid java in...David A. Madore2011-04-271-0/+2
* Irrelevant changes to avoid some warnings by gcj.David A. Madore2011-04-273-3/+1
* Allow doctype overriding in unparser.David A. Madore2010-10-102-14/+21
* Despammed email tags.David A. Madore2010-10-104-2/+124
* Handle meta-description and meta-keywords.David A. Madore2010-10-102-0/+55
* Handle title and subtitle.David A. Madore2010-10-107-1/+170
* Revert character encoding to ASCII on Java source files.David A. Madore2010-10-091-2/+2
* Footer handler.David A. Madore2010-10-092-1/+52
* Handling of translations.David A. Madore2010-10-095-2/+103
* Esthetic whitespace.David A. Madore2010-04-221-1/+2
* Fix grave bug (forgotten statement!) in Unparser.David A. Madore2010-04-221-0/+1
* Various "stylistic" improvements suggested by Joshua Bloch's book.David A. Madore2010-04-2214-43/+79
* Navbar.David A. Madore2010-04-192-1/+61
* Stray semicolon.David A. Madore2010-04-191-1/+1
* Rather than an ad hoc "Options" class, use caller todo directly.David A. Madore2010-04-199-60/+53
* Use RuntimeException classes rather than Error to indicate errors.David A. Madore2010-04-194-9/+9
* Force encoding on unparsing.David A. Madore2010-04-181-1/+2
* Fix misuse of getAttributeNS(), and handling of xml:lang.David A. Madore2010-04-182-15/+23
* Handle <body> element.David A. Madore2010-04-182-0/+78
* A handful of meta tags, script and style sections.David A. Madore2010-04-183-0/+72
* Rename TodoContext class to Context. Usually call "ctx" its instances.David A. Madore2010-04-188-52/+52
* Preliminary handler for <daml> element.David A. Madore2010-04-185-2/+85
* Helper class for xml:lang handling.David A. Madore2010-04-182-0/+50
* Hide the use of NodeList and NamedNodeMap by real Java ArrayList objects.David A. Madore2010-04-181-9/+25
* Use ad hoc classes rather than hashes for context and options.David A. Madore2010-04-177-46/+64
* Use ArrayList (supposedly faster because unsynchonized) rather than Vector.David A. Madore2010-04-171-3/+3
* Use factories implemented as nested classes (rather than reflected constructo...David A. Madore2010-04-174-41/+47
* Use static initializers correctly (I had forgotten the "static" keyword!).David A. Madore2010-04-162-8/+2
* Change dispatching approach: handlers are now part of todoItems.David A. Madore2010-04-1511-106/+130
* Instantiate TodoDeque rather than using static variables.David A. Madore2010-04-154-24/+30
* Make handlers instances instead of using static methods.David A. Madore2010-04-146-85/+67
* Handle d:xempty attribute, as proof of concept.David A. Madore2010-04-133-7/+22
* Framework for handling attributes.David A. Madore2010-04-136-59/+141
* Create a todo deque class, and use it.David A. Madore2010-04-133-6/+72
* Start writing a todo item handling framework.David A. Madore2010-04-133-3/+53
* Start writing code for a todo stack.David A. Madore2010-04-122-0/+26
* Purge unnecessary import.David A. Madore2010-04-121-1/+1
* Write a semi-decent unparser(=serializer).David A. Madore2010-04-122-13/+74
* Move ad hoc serializer to an "Unparser" class (ugly and unfinished).David A. Madore2010-04-122-47/+92
* Handle x-daml-magic URL (this should go away eventually, of course).David A. Madore2010-04-111-0/+38
* Implement a toy serializer of my own (just the structure).David A. Madore2010-04-111-15/+48
* Another attempt at output formatting, this time with serializers. Still sucks.David A. Madore2010-04-111-13/+8