Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-12-16 Thread Joey Hess
Nis Martensen wrote: > - This patch series (including the one you just applied) might break > existing feeds (by changing their URIs) on ikiwiki-powered web > sites... I know. However, ikiwiki has only supported multiple feeds on a page since October, so I feel ok with potentially breaki

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-12-13 Thread Nis Martensen
Of course, I forgot to attach the patches... >From f5d7b98a47d880fee8af639879cb5a694a39d72e Mon Sep 17 00:00:00 2001 From: Nis Martensen <[EMAIL PROTECTED]> Date: Thu, 13 Dec 2007 09:56:59 +0100 Subject: [PATCH] Also increment feednum only if feeds are generated --- IkiWiki/Plugin/inline.pm |

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-12-13 Thread Nis Martensen
On Wed, 12 Dec 2007 16:53:00 -0500, Joey Hess wrote: > What I've been pondering doing is changing how ikiwiki uses templates > when generating blogs. Rather than assembling several templates, I think > it could just fill out one template, that includes the feed links, and > blog content. Then if yo

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-12-12 Thread Joey Hess
Nis Martensen wrote: > The same effect can already be achieved without the patch: Just use the > same inline twice, once with feeds="no" and once with feedonly="yes". That's pretty hackish, though, and not obvious to come up with. What I've been pondering doing is changing how ikiwiki uses templa

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-12-06 Thread Nis Martensen
Hi Joey, On Tue, 20 Nov 2007 12:54:38 +0100, Nis Martensen wrote: > Subject: [PATCH] Add an option to move feedlinks to below the inlined content > > In case no postform is provided, "feedlinksbelow=yes" can be used to > move the feedlinks down. The same effect can already be achieved without th

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-11-20 Thread Nis Martensen
On Thu, 15 Nov 2007 14:37:22 +0100, Nis Martensen wrote: > * Include feedlink template only if at least one of $rss or $atom is >defined. This part was unnecessary: One should use »feeds=no« instead. Remaining part of the previous patch below. Tested against latest git. >From 78372f9d5d21e1

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-11-15 Thread Nis Martensen
Package: ikiwiki Version: 2.9 Severity: wishlist Tags: patch Carl had just swapped the code snippets in inline.pm to get the behaviour which can be seen in . Since this seems not appropriate for upstream, maybe something like this? Unlike the last three patches, thi