index
:
mulk/mulkjournal
master
Blog engine as a CGI script. Supports MetaWeblog and AtomPub.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal.css: Add table formatting rules.
HEAD
master
Matthias Benkard
2010-05-10
1
-0
/
+13
*
Fix readtable handling at read-time.
Matthias Benkard
2010-05-08
1
-2
/
+4
*
journal.css: Make the title bolder.
Matthias Benkard
2010-01-31
1
-0
/
+1
*
journal.css: Add a note about Epiphany's font selection behaviour.
Matthias Benkard
2010-01-31
1
-0
/
+5
*
journal.css: Set the font family.
Matthias Benkard
2010-01-31
1
-0
/
+3
*
Fix umlauts on form button labels.
Matthias Benkard
2010-01-31
1
-3
/
+3
*
Fix form button labels
Matthias Benkard
2010-01-31
1
-13
/
+11
*
Adapt article heading and subheading styles to HTML 5.
Matthias Benkard
2010-01-31
1
-1
/
+13
*
journal.css: Adapt to the HTML 5 version of the web site.
Matthias Benkard
2010-01-31
1
-2
/
+2
*
Take a more conservative HTML 5 approach by using “div” and “span” el...
Matthias Benkard
2010-01-31
1
-116
/
+118
*
Rollback patch “Trick Internet Explorer into supporting some HTML 5 tags.”
Matthias Benkard
2010-01-31
2
-20
/
+16
*
Trick Internet Explorer into supporting some HTML 5 tags.
Matthias Benkard
2010-01-31
2
-16
/
+20
*
Fix the use of Yaclml for HTML 5.
Matthias Benkard
2009-11-15
2
-8
/
+8
*
Make extensive use of HTML-5 features.
Matthias Benkard
2009-11-15
2
-5
/
+14
*
Use the “input” tag for submit buttons.
Matthias Benkard
2010-01-31
1
-13
/
+13
*
Adhere to WCAG 1.0, checkpoint 5.1.
Matthias Benkard
2010-01-31
1
-3
/
+3
*
Atom feed: Fix title tag generation.
Matthias Benkard
2010-01-23
1
-1
/
+1
*
Allow HTML in article titles.
Matthias Benkard
2010-01-23
1
-2
/
+3
*
Fix a typo.
Matthias Benkard
2010-01-16
1
-1
/
+1
*
Add a missing piece to patch “When viewing an individual journal entry, inc...
Matthias Benkard
2010-01-16
1
-1
/
+2
*
When viewing an individual journal entry, include a meta link to the entry's ...
Matthias Benkard
2010-01-16
1
-0
/
+6
*
Fix the “self” link in individual entries' comment feeds.
Matthias Benkard
2010-01-15
1
-1
/
+3
*
Fix yet another typo.
Matthias Benkard
2010-01-15
1
-1
/
+1
*
Fix another typo.
Matthias Benkard
2010-01-15
1
-1
/
+1
*
Fix a typo.
Matthias Benkard
2010-01-15
1
-2
/
+2
*
Generate the individual entries' comment feeds statically.
Matthias Benkard
2010-01-15
1
-3
/
+21
*
Fix a typo.
Matthias Benkard
2010-01-15
1
-1
/
+1
*
Add a comment feed for each individual journal entry.
Matthias Benkard
2010-01-15
1
-2
/
+9
*
Scroll PRE elements horizontally as needed.
Matthias Benkard
2010-01-05
1
-0
/
+6
*
Do not change the headings' colours when visited by the user.
Matthias Benkard
2010-01-05
1
-0
/
+4
*
Improve the colour scheme a bit.
Matthias Benkard
2010-01-05
1
-0
/
+8
*
metaWeblog.getRecentPosts: Return the list of journal entries in ascending or...
Matthias Benkard
2009-12-07
1
-1
/
+5
*
metaWeblog.getRecentPosts: Fix an off-by-one error.
Matthias Benkard
2009-12-07
1
-1
/
+1
*
Fix a typo in the Lisp code prettifier.
Matthias Benkard
2009-12-07
1
-1
/
+1
*
Improve Lisp code formatting.
Matthias Benkard
2009-12-07
1
-6
/
+6
*
Add prettify/lang-lisp.js from the Google Code Prettifier.
Matthias Benkard
2009-12-07
1
-0
/
+93
*
Fix an HTML syntax error.
Matthias Benkard
2009-12-07
1
-2
/
+2
*
Add an onload handler for the Google Code Prettifier.
Matthias Benkard
2009-12-07
1
-1
/
+1
*
Enable the Google Code Prettifier Lisp extension.
Matthias Benkard
2009-12-07
1
-0
/
+2
*
Include the Google Code Prettifier on every web page.
Matthias Benkard
2009-12-07
1
-0
/
+5
*
Fix publishing via the MetaWeblog API.
Matthias Benkard
2009-12-03
1
-17
/
+27
*
Fix database access when moderating comments and trackbacks.
Matthias Benkard
2009-12-03
1
-2
/
+8
*
Make the stylesheet agnostic of most tag names.
Matthias Benkard
2009-11-15
1
-4
/
+4
*
Add an “archives” relation to the link pointing to the archives.
Matthias Benkard
2009-11-15
1
-1
/
+1
*
Restore the charset meta tag in an HTML-5-conforming way.
Matthias Benkard
2009-11-15
1
-0
/
+4
*
Use numeric HTML entity references only.
Matthias Benkard
2009-11-15
2
-26
/
+26
*
Declare an HTML 5 doctype.
Matthias Benkard
2009-11-15
1
-1
/
+1
*
Make the markup conforming to HTML 5.
Matthias Benkard
2009-11-15
1
-4
/
+9
*
Assume that the stylesheet is served from the same directory as the journal i...
Matthias Benkard
2009-11-15
1
-1
/
+1
*
Fix site map XML.
Matthias Benkard
2009-11-12
1
-1
/
+1
[next]