As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.
The feed now can export diff views (unified and HTML) as well as full HTML
page content.
Some things might be broken. Everybody please test it!
darcs-hash:20070711213624-7ad00-49359417127fdbd6e31374738509110271b6b351.gz
This patch updates the feedcreator.class.php with a few non official changes
found at [1] - the download link didn't work at this page so [2] was used.
Some additional minor modifications were done.
feed.php now accepts the type
darcs-hash:20060409132507-7ad00-8e5986631146eca9606aa1fb48278cb045a5db0a.gz
This patch cleans up the source code to satisfy the coding guidelines (see
http://wiki.splitbrain.org/wiki:development#coding_style)
It converts files to UNIX lineendings and removes tabs and trailing
whitespace. Not all files were cleaned yet.
darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
1) Now reports full user name for logged in users
2) Reports actual email when not mail guarding; otherwise it's "user@ip"
3) RSS 1.0 (default) format is now <dc:creator>name (email)</dc:creator>
4) RSS 0.91/RSS 2.0 format is now <author>email (name)</author>
5) Atom format is now <author><name>name</name><email>email</email></author>
6) When anonymous, all RSS formats just reports "user@ip" in element
7) When anonymous, Atom just reports <author><email>user@ip</email></author>
darcs-hash:20050916203852-36b45-ed5310a65360811bdd153ba12b0e925675bdd7a4.gz