Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Actually remove the rel="author" attribute on link to site root. | David A. Madore | 2011-09-10 | 1 | -1/+1 | |
| | | | | | | This is a kind of bugware for Google which seems to see only the first rel="author" link and wants it to be a Google+ profile (the other option is to use rel="me", but I'm not too happy about that one). | |||||
* | More rel="author" links, to social networks. | David A. Madore | 2011-09-10 | 1 | -1/+21 | |
| | ||||||
* | More link rel attribute goodness. | David A. Madore | 2011-09-10 | 2 | -0/+2 | |
| | | | | | Set rel="bookmark" on blog entry permalinks, rel="alternate" on translation pages. | |||||
* | Add rel="author" to link in address footer. | David A. Madore | 2011-09-10 | 1 | -0/+1 | |
| | ||||||
* | Put title attributes on category links. | David A. Madore | 2011-09-09 | 2 | -3/+11 | |
| | ||||||
* | Create a "phys" category. | David A. Madore | 2011-09-09 | 1 | -0/+2 | |
| | ||||||
* | Create "math" category. | David A. Madore | 2011-09-09 | 1 | -0/+2 | |
| | ||||||
* | Mark the year on every month link to help Google analyze them properly. | David A. Madore | 2011-09-09 | 1 | -107/+107 | |
| | ||||||
* | Display lists of categories, with appropriate links. | David A. Madore | 2011-09-08 | 5 | -8/+98 | |
| | ||||||
* | Improve title of weblog pages. | David A. Madore | 2011-09-08 | 6 | -16/+70 | |
| | ||||||
* | Indicate <article> as being block display, for older browsers. | David A. Madore | 2011-09-08 | 1 | -0/+1 | |
| | ||||||
* | Also use HTML5 elements (article, header, footer) for weblog entries. | David A. Madore | 2011-09-07 | 6 | -10/+26 | |
| | ||||||
* | Use HTML5 elements for header, hgroup, nav(bar), footer. | David A. Madore | 2011-09-07 | 10 | -23/+35 | |
| | ||||||
* | Replace all HTML entities in daml files by the corresponding Unicode character. | David A. Madore | 2011-09-07 | 4 | -16/+16 | |
| | ||||||
* | Fix and correct some aspects of language handling. | David A. Madore | 2011-09-07 | 6 | -6/+26 | |
| | | | | | | In particular, take better care to ensure that when an element is removed which might have an xml:lang attribute, its children keep their original language. | |||||
* | Move body handling (header, footer, etc.) to the <d:daml> element. | David A. Madore | 2011-09-07 | 4 | -73/+95 | |
| | | | | The <d:body> element is now sort of useless. | |||||
* | Try to produce HTML5/XHTML5 (polyglot) output. | David A. Madore | 2011-09-07 | 7 | -29/+73 | |
| | ||||||
* | Process children nodes even when killing <a> element. | David A. Madore | 2011-09-07 | 1 | -0/+7 | |
| | ||||||
* | Merge branch 'master' of git.madore.org:damlengine | David A. Madore | 2011-09-05 | 2 | -4/+16 | |
|\ | ||||||
| * | Quiet gcj warnings. | David A. Madore | 2011-09-05 | 1 | -1/+0 | |
| | | ||||||
| * | Allow the cdate attribute to override that in the database. | David A. Madore | 2011-09-05 | 1 | -3/+16 | |
| | | ||||||
* | | Increase length of summary in RSS. | David A. Madore | 2011-09-05 | 1 | -1/+1 | |
|/ | ||||||
* | Also configure the parser for WeblogPopulate. | David A. Madore | 2011-09-04 | 1 | -0/+4 | |
| | ||||||
* | Eliminate use of DocumentBuilder (use DOM LS everywhere) + use validation to ↵ | David A. Madore | 2011-09-04 | 3 | -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. Madore | 2011-09-03 | 1 | -37/+0 | |
| | ||||||
* | Add an "echo" command for synchronization. Close output files. | David A. Madore | 2011-09-02 | 1 | -0/+20 | |
| | ||||||
* | Various trickeries to clarify weblog selection and inter-page links. | David A. Madore | 2011-09-02 | 9 | -4/+161 | |
| | ||||||
* | Add some missing elements which were needed for RSS validation. | David A. Madore | 2011-09-01 | 1 | -3/+13 | |
| | ||||||
* | Add more entries (25 rather than 15) to RSS feed. | David A. Madore | 2011-09-01 | 1 | -1/+1 | |
| | ||||||
* | Introduce (limited) support for PG* environment variables and .pgpass file. | David A. Madore | 2011-09-01 | 1 | -3/+48 | |
| | ||||||
* | Add the JavaScript magic element to indicate number of comments. | David A. Madore | 2011-09-01 | 5 | -1/+47 | |
| | ||||||
* | Add a lang attribute besides xml:lang for HTML4 compatibility. | David A. Madore | 2011-08-31 | 1 | -2/+5 | |
| | ||||||
* | Print commands as they are processed. | David A. Madore | 2011-08-31 | 1 | -1/+2 | |
| | ||||||
* | Wrap it all in a single command handler. | David A. Madore | 2011-08-31 | 10 | -105/+536 | |
| | ||||||
* | Allow the source file to force ctime on blog entries. | David A. Madore | 2011-08-31 | 1 | -2/+18 | |
| | ||||||
* | RSS feed generator. | David A. Madore | 2011-08-31 | 3 | -0/+157 | |
| | ||||||
* | Use resources for template streams. | David A. Madore | 2011-08-31 | 3 | -7/+11 | |
| | ||||||
* | Handling of weblog index (including killing nested a elements). | David A. Madore | 2011-08-28 | 6 | -7/+170 | |
| | ||||||
* | 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. |