summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoFooter.java
Commit message (Collapse)AuthorAgeFilesLines
* Add wbr elements in footer.David A. Madore2024-01-011-0/+6
|
* Add a new "js-foot-space" div in the footer, for use by JavaScript.David A. Madore2024-01-011-0/+5
|
* Add Bluesky account link in footer, and uniformize rel="me".David A. Madore2023-11-011-2/+8
|
* Add Mastodon temp account link in footer.David A. Madore2023-02-191-0/+6
| | | | | Using rel="me" as required by Mastodon verification, but other links use rel="author" here: how can I uniformize this?
* Update handling of "despammed" email addresses.David A. Madore2020-12-011-1/+3
| | | | | | Support a new <d:email-plus /> element, support a "nolink" attribute on the <d:email-despammed /> element, interchange <a> and <code> elements on output.
* Twitter account permalink seems to be without slash at the end.David A. Madore2019-08-131-1/+1
|
* Google Plus no longer exists. Adapt footer accordingly.David A. Madore2019-05-081-10/+10
|
* Add link to Twitter feed.David A. Madore2018-07-141-0/+6
|
* Google Plus URL became more friendly.David A. Madore2015-09-161-1/+1
|
* Sprinkle microformats to hopefully make the blog a valid hAtom feed.David A. Madore2011-09-131-0/+2
|
* Actually remove the rel="author" attribute on link to site root.David A. Madore2011-09-101-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. Madore2011-09-101-1/+21
|
* Add rel="author" to link in address footer.David A. Madore2011-09-101-0/+1
|
* Use HTML5 elements for header, hgroup, nav(bar), footer.David A. Madore2011-09-071-7/+9
|
* Move most of the context to a "general context" substructure.David A. Madore2011-08-261-2/+2
| | | | | This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content.
* Footer handler.David A. Madore2010-10-091-0/+51