summaryrefslogtreecommitdiffstats
path: root/org/madore
Commit message (Collapse)AuthorAgeFilesLines
...
* Also configure the parser for WeblogPopulate.David A. Madore2011-09-041-0/+4
|
* Eliminate use of DocumentBuilder (use DOM LS everywhere) + use validation to ↵David A. Madore2011-09-043-41/+67
| | | | | | | | | catch undefined entities. There seems to be no way to catch the undefined entity error (when it is considered a validation error, e.g., when the document has an external subset) other than by turning on validation. So we register an error handler to throw away useless validation errors.
* Remove now useless cruft ("daml magic" URLs).David A. Madore2011-09-031-37/+0
|
* Add an "echo" command for synchronization. Close output files.David A. Madore2011-09-021-0/+20
|
* Various trickeries to clarify weblog selection and inter-page links.David A. Madore2011-09-029-4/+161
|
* Add some missing elements which were needed for RSS validation.David A. Madore2011-09-011-3/+13
|
* Add more entries (25 rather than 15) to RSS feed.David A. Madore2011-09-011-1/+1
|
* Introduce (limited) support for PG* environment variables and .pgpass file.David A. Madore2011-09-011-3/+48
|
* Add the JavaScript magic element to indicate number of comments.David A. Madore2011-09-015-1/+47
|
* Add a lang attribute besides xml:lang for HTML4 compatibility.David A. Madore2011-08-311-2/+5
|
* Print commands as they are processed.David A. Madore2011-08-311-1/+2
|
* Wrap it all in a single command handler.David A. Madore2011-08-3110-105/+536
|
* Allow the source file to force ctime on blog entries.David A. Madore2011-08-311-2/+18
|
* RSS feed generator.David A. Madore2011-08-313-0/+157
|
* Use resources for template streams.David A. Madore2011-08-313-7/+11
|
* Handling of weblog index (including killing nested a elements).David A. Madore2011-08-286-7/+170
|
* Avoid pollution by redundant xmlns attributes.David A. Madore2011-08-285-2/+37
|
* (Preliminary) handling of weblog entry selection and summary.David A. Madore2011-08-2810-35/+227
|
* Quiet gcj warnings.David A. Madore2011-08-282-3/+1
|
* Prepare for weblog selection (and mess everything up).David A. Madore2011-08-283-12/+60
|
* Preliminary code to populate a PostgreSQL database with weblog entries.David A. Madore2011-08-284-2/+200
|
* Ook! Oook! Ooook-ooook!David A. Madore2011-08-271-1/+1
|
* Some moron decided to rename this file. Take this into account.David A. Madore2011-08-271-1/+1
|
* Remove weblog element after it is consumed.David A. Madore2011-08-261-0/+1
|
* Add weblog-internal-link class to links created by d:wref attribute.David A. Madore2011-08-261-0/+2
|
* Handle date-extra element.David A. Madore2011-08-264-0/+39
|
* Handle d:img-a element.David A. Madore2011-08-262-0/+45
|
* Move most of the context to a "general context" substructure.David A. Madore2011-08-2616-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. Madore2011-08-262-1/+3
|
* Implement comments (talkback) link.David A. Madore2011-08-264-6/+95
|
* Handle d:wref attribute (incompletely).David A. Madore2011-08-262-0/+46
|
* 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 ↵David A. Madore2011-04-271-0/+2
| | | | incantations.
* 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
| | | | I deserve to be laughed at for not spotting this one earlier.