Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a navigation bar before and after every single blog entry. | David A. Madore | 2018-09-07 | 1 | -1/+135 |
| | |||||
* | Make the link to continue reading a parent of the main div, not at the ↵ | David A. Madore | 2014-10-17 | 1 | -0/+1 |
| | | | | cut-here level. | ||||
* | Rename the "do_single_page" database column to "special_name", and update ↵ | David A. Madore | 2014-10-12 | 1 | -5/+5 |
| | | | | | | | Java variables accordingly. The SQL command is: ALTER TABLE entries RENAME do_single_page TO special_name ; | ||||
* | Introduce a WeblogLink class to refactor a lot of code on how links are written. | David A. Madore | 2014-10-10 | 1 | -21/+18 |
| | |||||
* | And change that stupid attribute name to "day-of-week" instead of "day_of_week". | David A. Madore | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Now check day of week on entries. | David A. Madore | 2012-02-26 | 1 | -0/+16 |
| | |||||
* | Fix style and class attributes on <d:entry> elements. | David A. Madore | 2012-02-13 | 1 | -2/+9 |
| | |||||
* | Implement <d:cut-here /> for cutting long entries. | David A. Madore | 2011-11-12 | 1 | -1/+4 |
| | |||||
* | Entry single pages: handle permalinks gracefully, populate with attribute. | David A. Madore | 2011-11-12 | 1 | -3/+11 |
| | | | | | | | | | | * A single page is generated from the single-page attribute on <entry> element (stored in database as do_single_page). * Permalink refers to the single page. Same from weblog index. Other links are subject to debate (e.g., what about internal links? now we link to single page when link has a supplement part, but this is debatable). | ||||
* | Sprinkle microformats to hopefully make the blog a valid hAtom feed. | David A. Madore | 2011-09-13 | 1 | -13/+32 |
| | |||||
* | More link rel attribute goodness. | David A. Madore | 2011-09-10 | 1 | -0/+1 |
| | | | | | Set rel="bookmark" on blog entry permalinks, rel="alternate" on translation pages. | ||||
* | Display lists of categories, with appropriate links. | David A. Madore | 2011-09-08 | 1 | -3/+25 |
| | |||||
* | Also use HTML5 elements (article, header, footer) for weblog entries. | David A. Madore | 2011-09-07 | 1 | -5/+9 |
| | |||||
* | (Preliminary) handling of weblog entry selection and summary. | David A. Madore | 2011-08-28 | 1 | -3/+4 |
| | |||||
* | Handle date-extra element. | David A. Madore | 2011-08-26 | 1 | -0/+1 |
| | |||||
* | Move most of the context to a "general context" substructure. | David A. Madore | 2011-08-26 | 1 | -1/+1 |
| | | | | | This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content. | ||||
* | Implement comments (talkback) link. | David A. Madore | 2011-08-26 | 1 | -3/+8 |
| | |||||
* | Quiet gcj warnings. | David A. Madore | 2011-08-26 | 1 | -1/+1 |
| | |||||
* | (Preliminary) handling of weblog <entry>. | David A. Madore | 2011-05-01 | 1 | -0/+97 |