Reanimate some of my URLs.
parent
383364be6a
commit
a3e5a4f7fe
|
@ -2,7 +2,7 @@ That one has bitten me for some time; here is the minimal testcase. There is
|
||||||
also an equivalent (I suppose) problem when using another plugin, but I hope
|
also an equivalent (I suppose) problem when using another plugin, but I hope
|
||||||
it's enough to track it down for this one.
|
it's enough to track it down for this one.
|
||||||
|
|
||||||
$ tar -xj < [bug-dep_order.tar.bz2](http://schwinge.homeip.net/~thomas/tmp/bug-dep_order.tar.bz2)
|
$ tar -xj < [bug-dep_order.tar.bz2](http://nic-nac-project.de/~schwinge/ikiwiki/bug-dep_order.tar.bz2)
|
||||||
$ cd bug-dep_order/
|
$ cd bug-dep_order/
|
||||||
$ ./render_locally
|
$ ./render_locally
|
||||||
[...]
|
[...]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Consider this:
|
Consider this:
|
||||||
|
|
||||||
$ wget http://schwinge.homeip.net/~thomas/tmp/cutpaste_filter.tar.bz2
|
$ wget http://nic-nac-project.de/~schwinge/ikiwiki/cutpaste_filter.tar.bz2
|
||||||
$ wget http://schwinge.homeip.net/~thomas/tmp/cutpaste_filter.patch
|
$ wget http://nic-nac-project.de/~schwinge/ikiwiki/0001-cutpaste.pm-missing-filter-call.patch
|
||||||
|
|
||||||
$ tar -xj < cutpaste_filter.tar.bz2
|
$ tar -xj < cutpaste_filter.tar.bz2
|
||||||
$ cd cutpaste_filter/
|
$ cd cutpaste_filter/
|
||||||
|
|
|
@ -3,7 +3,7 @@ has \[[!cut id=foo text="foo"]], and fileB does \[[!absorb pagenames=fileA]],
|
||||||
and can then use \[[!paste id=foo]].
|
and can then use \[[!paste id=foo]].
|
||||||
|
|
||||||
Therefore, I've written an [*absorb* directive /
|
Therefore, I've written an [*absorb* directive /
|
||||||
plugin](http://schwinge.homeip.net/~thomas/tmp/absorb.pm), which is meant to
|
plugin](http://nic-nac-project.de/~schwinge/ikiwiki/absorb.pm), which is meant to
|
||||||
absorb pages in order to get hold of their *cut* and *copy* directives'
|
absorb pages in order to get hold of their *cut* and *copy* directives'
|
||||||
contents. This does work as expected. But it also absorbs page fileA's *meta*
|
contents. This does work as expected. But it also absorbs page fileA's *meta*
|
||||||
values, like a *meta title*, etc. How to avoid / solve this?
|
values, like a *meta title*, etc. How to avoid / solve this?
|
||||||
|
|
|
@ -3,9 +3,6 @@ to the [[`meta`_plugin|plugins/meta]].
|
||||||
|
|
||||||
> [[done]], with some changes --[[Joey]]
|
> [[done]], with some changes --[[Joey]]
|
||||||
|
|
||||||
Find the most recent version at
|
|
||||||
<http://schwinge.homeip.net/~thomas/tmp/meta_forward.patch>.
|
|
||||||
|
|
||||||
I can't use `scrub(...)`, as that will strip out the forwarding HTML command.
|
I can't use `scrub(...)`, as that will strip out the forwarding HTML command.
|
||||||
How to deal with that?
|
How to deal with that?
|
||||||
|
|
||||||
|
|
|
@ -35,11 +35,13 @@ in the ikiwiki source code, where emailing is done.
|
||||||
OK, so I'll have a look at replacing all email handling with *Email::Send*.
|
OK, so I'll have a look at replacing all email handling with *Email::Send*.
|
||||||
|
|
||||||
[[!tag patch]]
|
[[!tag patch]]
|
||||||
*<http://schwinge.homeip.net/~thomas/tmp/ikiwiki-sendmail.patch>*
|
*<http://nic-nac-project.de/~schwinge/ikiwiki/0001-Use-Email-Send-instead-of-Mail-Sendmail.patch>*
|
||||||
|
|
||||||
Remaining TODOs:
|
Remaining TODOs:
|
||||||
|
|
||||||
* Resolve TODOs as denoted inside the patch.
|
* Resolve TODOs as denoted inside the patch.
|
||||||
|
* Update for the last years of ikiwiki development, such as adapting the
|
||||||
|
[[plugins/notifyemail]] plugin.
|
||||||
* Is it worthwhile to use and depend on [[!cpan Return::Value]]
|
* Is it worthwhile to use and depend on [[!cpan Return::Value]]
|
||||||
just for this bit of functionality?
|
just for this bit of functionality?
|
||||||
* Debian news file.
|
* Debian news file.
|
||||||
|
|
Loading…
Reference in New Issue