Amitai Schlair [Sun, 17 Mar 2013 19:01:13 +0000 (15:01 -0400)]
Merge branch 'master' into fancypodcast
Conflicts:
doc/todo/fancypodcast.mdwn
Amitai Schlair [Sun, 17 Mar 2013 18:59:23 +0000 (14:59 -0400)]
Specify steps to test not flooding aggregators.
http://emperor.livejournal.com/ [Thu, 14 Mar 2013 13:57:11 +0000 (09:57 -0400)]
http://hiato.myopenid.com/ [Wed, 13 Mar 2013 08:44:27 +0000 (04:44 -0400)]
http://hiato.myopenid.com/ [Wed, 13 Mar 2013 08:42:25 +0000 (04:42 -0400)]
Added my ikiwiki sites
http://hiato.myopenid.com/ [Wed, 13 Mar 2013 07:29:09 +0000 (03:29 -0400)]
Added new color for the [[]] logo
wentasah [Mon, 11 Mar 2013 10:39:29 +0000 (06:39 -0400)]
Add link to Restrict_formats_allowed_for_comments patch
Added a comment
Added a comment: The same issue is happening with me
wentasah [Tue, 5 Mar 2013 10:44:16 +0000 (06:44 -0400)]
Joey Hess [Mon, 4 Mar 2013 22:33:11 +0000 (18:33 -0400)]
close
Joey Hess [Mon, 4 Mar 2013 22:32:40 +0000 (18:32 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Mon, 4 Mar 2013 22:30:27 +0000 (18:30 -0400)]
map: Correct reversion introduced in version 3.
20110225 that could generate invalid html. (smcv)
Joey Hess [Mon, 4 Mar 2013 22:29:58 +0000 (18:29 -0400)]
Merge remote-tracking branch 'smcv/ready/map'
wentasah [Mon, 4 Mar 2013 21:21:54 +0000 (17:21 -0400)]
http://joeyh.name/ [Mon, 4 Mar 2013 17:21:27 +0000 (13:21 -0400)]
Joey Hess [Mon, 4 Mar 2013 17:19:31 +0000 (13:19 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Mon, 4 Mar 2013 17:19:05 +0000 (13:19 -0400)]
Detect plugins with a broken getsetup and warn.
Joey Hess [Mon, 4 Mar 2013 17:00:33 +0000 (13:00 -0400)]
Add missing plugin section, and deal with missing sections with a warning.
wentasah [Mon, 4 Mar 2013 15:58:48 +0000 (11:58 -0400)]
http://smcv.pseudorandom.co.uk/ [Sat, 2 Mar 2013 17:14:09 +0000 (13:14 -0400)]
analysis, possible workaround, idea for solution
http://smcv.pseudorandom.co.uk/ [Sat, 2 Mar 2013 16:39:32 +0000 (12:39 -0400)]
tag as patch
http://smcv.pseudorandom.co.uk/ [Sat, 2 Mar 2013 16:37:12 +0000 (12:37 -0400)]
apply more quoting
Amitai Schlair [Tue, 26 Feb 2013 18:18:49 +0000 (13:18 -0500)]
A good idea for later; probably no other templates.
Amitai Schlair [Tue, 26 Feb 2013 18:18:49 +0000 (13:18 -0500)]
A good idea for later; probably no other templates.
demo [Mon, 25 Feb 2013 22:08:34 +0000 (18:08 -0400)]
Added a comment: How to get a comment moderation feed
Amitai Schlair [Sun, 24 Feb 2013 15:13:02 +0000 (10:13 -0500)]
Fill in the feature matrix.
Amitai Schlair [Sun, 24 Feb 2013 15:13:02 +0000 (10:13 -0500)]
Fill in the feature matrix.
Amitai Schlair [Sun, 24 Feb 2013 14:33:28 +0000 (09:33 -0500)]
Merge branch 'master' into fancypodcast
Amitai Schlair [Sun, 24 Feb 2013 13:43:44 +0000 (08:43 -0500)]
Fix link, add missing backquote.
http://smcv.pseudorandom.co.uk/ [Sun, 24 Feb 2013 13:37:37 +0000 (09:37 -0400)]
bug report + branch with fix and regression test
http://smcv.pseudorandom.co.uk/ [Sun, 24 Feb 2013 13:24:08 +0000 (09:24 -0400)]
branch updated
Simon McVittie [Sun, 24 Feb 2013 13:18:34 +0000 (13:18 +0000)]
permalink test: start by deleting t/tmp
Otherwise, tests that don't end by deleting t/tmp (which is a useful
change when debugging a failing test) would cause this one to fail.
Simon McVittie [Sun, 24 Feb 2013 13:16:13 +0000 (13:16 +0000)]
map test: clean up after ourselves
Simon McVittie [Fri, 3 Aug 2012 11:53:25 +0000 (12:53 +0100)]
map: postprocess to collapse useless </ul><ul> sequences
This re-fixes the same bug as
2d5c2f30, but without introducing
malformed HTML in some situations. This is not a very elegant
solution, but it has the advantage of passing more tests.
Simon McVittie [Fri, 3 Aug 2012 11:49:20 +0000 (12:49 +0100)]
map test: print maps' source as comments
Simon McVittie [Fri, 3 Aug 2012 11:48:46 +0000 (12:48 +0100)]
Optionally add indentation to maps
This makes them easier to debug by showing the structure. Sample output
when $spaces is set to 4 spaces:
<div class='map'>
<ul>
<li>
<a href="../alpha" class="mapparent">alpha</a>
<ul>
<li>
<a href="../alpha/1" class="mapitem">1</a>
</li>
</ul>
</li>
<li>
<a href="../beta" class="mapitem">beta</a>
</li>
</ul>
</div>
Simon McVittie [Fri, 29 Jul 2011 19:46:42 +0000 (20:46 +0100)]
Revert "map: don't create useless </ul><ul> sequences"
This reverts commit
2d5c2f301c04a3daa3164a2df70899fa2c1aaa38.
Simon McVittie [Fri, 29 Jul 2011 19:46:07 +0000 (20:46 +0100)]
extend test, some cases now fail
Simon McVittie [Wed, 20 Jul 2011 21:44:08 +0000 (22:44 +0100)]
Add a test for the map directive
Amitai Schlair [Tue, 31 Jan 2012 03:00:21 +0000 (21:00 -0600)]
Document this oddball plugin.
Amitai Schlair [Tue, 31 Jan 2012 03:33:30 +0000 (21:33 -0600)]
Document this plugin and joeyh's suggested to-do items.
Amitai Schlair [Sat, 23 Feb 2013 19:29:50 +0000 (14:29 -0500)]
Needs review and a little help.
Amitai Schlair [Sat, 23 Feb 2013 19:24:08 +0000 (14:24 -0500)]
Document wc plugin.
Amitai Schlair [Sat, 23 Feb 2013 11:17:31 +0000 (06:17 -0500)]
Status update and up-move.
Amitai Schlair [Fri, 22 Feb 2013 20:05:34 +0000 (15:05 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Fri, 22 Feb 2013 18:22:49 +0000 (13:22 -0500)]
Merge branch 'master' into fancypodcast
Amitai Schlair [Fri, 22 Feb 2013 18:16:55 +0000 (13:16 -0500)]
Ready for review and possible integration.
Amitai Schlair [Fri, 22 Feb 2013 18:16:55 +0000 (13:16 -0500)]
Ready for review and possible integration.
Amitai Schlair [Fri, 22 Feb 2013 17:54:16 +0000 (12:54 -0500)]
Catch up rsspage to atompage. Validates.
holger [Fri, 22 Feb 2013 17:10:57 +0000 (13:10 -0400)]
Amitai Schlair [Fri, 22 Feb 2013 13:32:27 +0000 (08:32 -0500)]
Progress, links, an idea, improve table formatting.
Amitai Schlair [Fri, 22 Feb 2013 13:32:27 +0000 (08:32 -0500)]
Progress, links, an idea, improve table formatting.
Amitai Schlair [Fri, 22 Feb 2013 04:12:15 +0000 (23:12 -0500)]
Un-copy-paste the fancy-podcast tests.
Amitai Schlair [Thu, 21 Feb 2013 15:23:43 +0000 (10:23 -0500)]
Add a nice-to-have and a status chart.
Amitai Schlair [Thu, 21 Feb 2013 15:23:43 +0000 (10:23 -0500)]
Add a nice-to-have and a status chart.
Amitai Schlair [Thu, 21 Feb 2013 07:09:52 +0000 (02:09 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Thu, 21 Feb 2013 06:39:31 +0000 (01:39 -0500)]
Don't prepend author to title (Atom doesn't).
Amitai Schlair [Thu, 21 Feb 2013 05:45:10 +0000 (00:45 -0500)]
Style enclosures like content.
Amitai Schlair [Thu, 21 Feb 2013 02:59:55 +0000 (21:59 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Thu, 21 Feb 2013 02:50:53 +0000 (21:50 -0500)]
Merge branch 'master' into fancypodcast
Amitai Schlair [Thu, 21 Feb 2013 02:40:03 +0000 (21:40 -0500)]
Note progress.
Amitai Schlair [Thu, 21 Feb 2013 02:40:03 +0000 (21:40 -0500)]
Note progress.
Amitai Schlair [Thu, 21 Feb 2013 02:16:19 +0000 (21:16 -0500)]
Render fancy podcast enclosures.
Simple podcast feeds didn't have content tags and I made sure to
keep it that way. This may be unnecessarily conservative. Changing
the behavior to include empty content tags might be fine, but I
don't want to think about it right now, I just want my tests to
keep passing!
The new fancy-podcast tests are copy-pasted-edited from the
simple-podcast tests. These tests shall be refactored.
Amitai Schlair [Thu, 21 Feb 2013 01:53:50 +0000 (20:53 -0500)]
Extract genenclosure(). No functional change intended.
Amitai Schlair [Thu, 21 Feb 2013 00:14:20 +0000 (19:14 -0500)]
Make enclosures absolute (in feeds they have to be).
Amitai Schlair [Wed, 20 Feb 2013 14:21:24 +0000 (09:21 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Wed, 20 Feb 2013 00:47:47 +0000 (19:47 -0500)]
Start documenting eventual docwiki changes.
Amitai Schlair [Tue, 19 Feb 2013 00:34:20 +0000 (19:34 -0500)]
When inlining HTML pages, render enclosures.
Amitai Schlair [Tue, 19 Feb 2013 00:14:31 +0000 (19:14 -0500)]
Let tests determine whether feeds get made.
Amitai Schlair [Mon, 18 Feb 2013 23:19:45 +0000 (18:19 -0500)]
Document that last enclosure wins.
Amitai Schlair [Mon, 18 Feb 2013 23:01:13 +0000 (18:01 -0500)]
Make enclosure follow WikiLink LinkingRules.
Amitai Schlair [Mon, 18 Feb 2013 21:48:44 +0000 (16:48 -0500)]
Rename some posts and fix wrong assumptions.
Amitai Schlair [Mon, 18 Feb 2013 21:24:22 +0000 (16:24 -0500)]
Make [[!meta enclosure=foo.mp3]] "work" for HTML.
Amitai Schlair [Sun, 17 Feb 2013 15:52:23 +0000 (10:52 -0500)]
Document that podcasts are text XOR enclosure.
Amitai Schlair [Sun, 17 Feb 2013 15:09:05 +0000 (10:09 -0500)]
Wrap a long line.
Amitai Schlair [Sun, 17 Feb 2013 07:46:31 +0000 (02:46 -0500)]
Add tests for existing podcast behavior.
Amitai Schlair [Wed, 20 Feb 2013 01:13:10 +0000 (20:13 -0500)]
Document my fancypodcast WIP.
JoshTriplett [Tue, 19 Feb 2013 21:43:03 +0000 (17:43 -0400)]
Amitai Schlair [Tue, 19 Feb 2013 00:34:20 +0000 (19:34 -0500)]
When inlining HTML pages, render enclosures.
Amitai Schlair [Tue, 19 Feb 2013 00:14:31 +0000 (19:14 -0500)]
Let tests determine whether feeds get made.
Amitai Schlair [Mon, 18 Feb 2013 23:19:45 +0000 (18:19 -0500)]
Document that last enclosure wins.
Amitai Schlair [Mon, 18 Feb 2013 23:01:13 +0000 (18:01 -0500)]
Make enclosure follow WikiLink LinkingRules.
Amitai Schlair [Mon, 18 Feb 2013 21:48:44 +0000 (16:48 -0500)]
Rename some posts and fix wrong assumptions.
Amitai Schlair [Mon, 18 Feb 2013 21:24:22 +0000 (16:24 -0500)]
Make [[!meta enclosure=foo.mp3]] "work" for HTML.
http://smcv.pseudorandom.co.uk/ [Mon, 18 Feb 2013 10:27:52 +0000 (06:27 -0400)]
https://openid.fmarier.org/ [Mon, 18 Feb 2013 01:46:36 +0000 (21:46 -0400)]
fix blog link
https://openid.fmarier.org/ [Mon, 18 Feb 2013 01:45:22 +0000 (21:45 -0400)]
Amitai Schlair [Sun, 17 Feb 2013 15:52:23 +0000 (10:52 -0500)]
Document that podcasts are text XOR enclosure.
Amitai Schlair [Sun, 17 Feb 2013 15:09:05 +0000 (10:09 -0500)]
Wrap a long line.