Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Avoid pollution by redundant xmlns attributes. | David A. Madore | 2011-08-28 | 5 | -2/+37 | |
| | ||||||
* | (Preliminary) handling of weblog entry selection and summary. | David A. Madore | 2011-08-28 | 10 | -35/+227 | |
| | ||||||
* | Quiet gcj warnings. | David A. Madore | 2011-08-28 | 2 | -3/+1 | |
| | ||||||
* | Prepare for weblog selection (and mess everything up). | David A. Madore | 2011-08-28 | 3 | -12/+60 | |
| | ||||||
* | Preliminary code to populate a PostgreSQL database with weblog entries. | David A. Madore | 2011-08-28 | 4 | -2/+200 | |
| | ||||||
* | Ook! Oook! Ooook-ooook! | David A. Madore | 2011-08-27 | 1 | -1/+1 | |
| | ||||||
* | Some moron decided to rename this file. Take this into account. | David A. Madore | 2011-08-27 | 1 | -1/+1 | |
| | ||||||
* | Remove weblog element after it is consumed. | David A. Madore | 2011-08-26 | 1 | -0/+1 | |
| | ||||||
* | Add weblog-internal-link class to links created by d:wref attribute. | David A. Madore | 2011-08-26 | 1 | -0/+2 | |
| | ||||||
* | Handle date-extra element. | David A. Madore | 2011-08-26 | 4 | -0/+39 | |
| | ||||||
* | Handle d:img-a element. | David A. Madore | 2011-08-26 | 2 | -0/+45 | |
| | ||||||
* | Move most of the context to a "general context" substructure. | David A. Madore | 2011-08-26 | 16 | -86/+92 | |
| | | | | | This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content. | |||||
* | "Evil" smiley had somehow escaped the list: fix this. | David A. Madore | 2011-08-26 | 2 | -1/+3 | |
| | ||||||
* | Implement comments (talkback) link. | David A. Madore | 2011-08-26 | 4 | -6/+95 | |
| | ||||||
* | Handle d:wref attribute (incompletely). | David A. Madore | 2011-08-26 | 2 | -0/+46 | |
| | ||||||
* | Quiet gcj warnings. | David A. Madore | 2011-08-26 | 5 | -5/+3 | |
| | ||||||
* | Handle <title> element for weblog entries. | David A. Madore | 2011-05-01 | 2 | -2/+50 | |
| | ||||||
* | (Preliminary) handling of weblog <entry>. | David A. Madore | 2011-05-01 | 2 | -0/+98 | |
| | ||||||
* | (Temporary!) support for <weblog> element. | David A. Madore | 2011-05-01 | 2 | -0/+49 | |
| | ||||||
* | Handle smileys. | David A. Madore | 2011-05-01 | 2 | -0/+86 | |
| | ||||||
* | Handle <extra-style> and <extra-script> elements. | David A. Madore | 2011-04-30 | 2 | -0/+49 | |
| | ||||||
* | The DAML <title> element is used for two different things. :-( Disambiguate. | David A. Madore | 2011-04-27 | 1 | -1/+14 | |
| | ||||||
* | Add content to style and script elements. | David A. Madore | 2011-04-27 | 3 | -0/+177 | |
| | ||||||
* | Add a help file because I'm fed up of having to remember these stupid java ↵ | David A. Madore | 2011-04-27 | 1 | -0/+2 | |
| | | | | incantations. | |||||
* | Irrelevant changes to avoid some warnings by gcj. | David A. Madore | 2011-04-27 | 3 | -3/+1 | |
| | ||||||
* | Allow doctype overriding in unparser. | David A. Madore | 2010-10-10 | 2 | -14/+21 | |
| | ||||||
* | Despammed email tags. | David A. Madore | 2010-10-10 | 4 | -2/+124 | |
| | ||||||
* | Handle meta-description and meta-keywords. | David A. Madore | 2010-10-10 | 2 | -0/+55 | |
| | ||||||
* | Handle title and subtitle. | David A. Madore | 2010-10-10 | 7 | -1/+170 | |
| | ||||||
* | Revert character encoding to ASCII on Java source files. | David A. Madore | 2010-10-09 | 1 | -2/+2 | |
| | ||||||
* | Footer handler. | David A. Madore | 2010-10-09 | 2 | -1/+52 | |
| | ||||||
* | Handling of translations. | David A. Madore | 2010-10-09 | 5 | -2/+103 | |
| | ||||||
* | Esthetic whitespace. | David A. Madore | 2010-04-22 | 1 | -1/+2 | |
| | ||||||
* | Fix grave bug (forgotten statement!) in Unparser. | David A. Madore | 2010-04-22 | 1 | -0/+1 | |
| | | | | I deserve to be laughed at for not spotting this one earlier. | |||||
* | Various "stylistic" improvements suggested by Joshua Bloch's book. | David A. Madore | 2010-04-22 | 14 | -43/+79 | |
| | | | | | | Use @Override annotation. Limit accessibility of fields. Make final what can be. Use complex enums. Don't ignore exceptions. Some more changes on exceptions thrown. | |||||
* | Navbar. | David A. Madore | 2010-04-19 | 2 | -1/+61 | |
| | ||||||
* | Stray semicolon. | David A. Madore | 2010-04-19 | 1 | -1/+1 | |
| | ||||||
* | Rather than an ad hoc "Options" class, use caller todo directly. | David A. Madore | 2010-04-19 | 9 | -60/+53 | |
| | ||||||
* | Use RuntimeException classes rather than Error to indicate errors. | David A. Madore | 2010-04-19 | 4 | -9/+9 | |
| | ||||||
* | Force encoding on unparsing. | David A. Madore | 2010-04-18 | 1 | -1/+2 | |
| | ||||||
* | Fix misuse of getAttributeNS(), and handling of xml:lang. | David A. Madore | 2010-04-18 | 2 | -15/+23 | |
| | | | | | | | | Note to self: getAttributeNS() returns "", not null, when the attribute is nonexistent. Also, the XML spec (now) clearly states that "" is used for an unknown/undefined language. | |||||
* | Handle <body> element. | David A. Madore | 2010-04-18 | 2 | -0/+78 | |
| | ||||||
* | A handful of meta tags, script and style sections. | David A. Madore | 2010-04-18 | 3 | -0/+72 | |
| | ||||||
* | Rename TodoContext class to Context. Usually call "ctx" its instances. | David A. Madore | 2010-04-18 | 8 | -52/+52 | |
| | ||||||
* | Preliminary handler for <daml> element. | David A. Madore | 2010-04-18 | 5 | -2/+85 | |
| | ||||||
* | Helper class for xml:lang handling. | David A. Madore | 2010-04-18 | 2 | -0/+50 | |
| | ||||||
* | Hide the use of NodeList and NamedNodeMap by real Java ArrayList objects. | David A. Madore | 2010-04-18 | 1 | -9/+25 | |
| | | | | | This makes it possible to modify the underlying tree without getting hit by .item(i) returning the wrong next item. | |||||
* | Use ad hoc classes rather than hashes for context and options. | David A. Madore | 2010-04-17 | 7 | -46/+64 | |
| | ||||||
* | Use ArrayList (supposedly faster because unsynchonized) rather than Vector. | David A. Madore | 2010-04-17 | 1 | -3/+3 | |
| | ||||||
* | Use factories implemented as nested classes (rather than reflected ↵ | David A. Madore | 2010-04-17 | 4 | -41/+47 | |
| | | | | | | | | | | constructors) to store classes to instantiate. Now every subclass of TodoElement or TodoAttr should also come with a nested subclass of TodoElement.Factory or TodoAttr.Factory which just contains a(n instance) method to call its constructor. In essecne, the factory instance is just used as a pointer to the class to create (or its constructor, as in the previous version). |