Fix some more links.
DynDNS (which was resolving *.schwinge.homeip.net to my server at home) stopped supporting wildcard CNAMEs *.schwinge.homeip.net, so I now always have to use the canonical name (or pay for getting this back, or go looking for another service provider)...master
parent
6167671917
commit
a12dd235ea
|
@ -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://www.thomas.schwinge.homeip.net/tmp/bug-dep_order.tar.bz2)
|
$ tar -xj < [bug-dep_order.tar.bz2](http://schwinge.homeip.net/~thomas/tmp/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://www.thomas.schwinge.homeip.net/tmp/cutpaste_filter.tar.bz2
|
$ wget http://schwinge.homeip.net/~thomas/tmp/cutpaste_filter.tar.bz2
|
||||||
$ wget http://www.thomas.schwinge.homeip.net/tmp/cutpaste_filter.patch
|
$ wget http://schwinge.homeip.net/~thomas/tmp/cutpaste_filter.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://www.thomas.schwinge.homeip.net/tmp/absorb.pm), which is meant to
|
plugin](http://schwinge.homeip.net/~thomas/tmp/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?
|
||||||
|
|
|
@ -8,7 +8,7 @@ This plugin is not neccessarily meant to enable people to write arbitrary
|
||||||
wiki pages in the Texinfo format (even though that is possible, of course),
|
wiki pages in the Texinfo format (even though that is possible, of course),
|
||||||
but rather to ease collaboration on existing Texinfo documents.
|
but rather to ease collaboration on existing Texinfo documents.
|
||||||
|
|
||||||
The plugin is available at <http://www.schwinge.homeip.net/~thomas/tmp/texinfo.pm>.
|
The plugin is available at <http://schwinge.homeip.net/~thomas/tmp/texinfo.pm>.
|
||||||
|
|
||||||
It's very basic at the moment, but will be improved over time.
|
It's very basic at the moment, but will be improved over time.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ to the [[`meta`_plugin|plugins/meta]].
|
||||||
> [[done]], with some changes --[[Joey]]
|
> [[done]], with some changes --[[Joey]]
|
||||||
|
|
||||||
Find the most recent version at
|
Find the most recent version at
|
||||||
<http://www.schwinge.homeip.net/~thomas/tmp/meta_forward.patch>.
|
<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,7 +35,7 @@ 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://www.thomas.schwinge.homeip.net/tmp/ikiwiki-sendmail.patch>*
|
*<http://schwinge.homeip.net/~thomas/tmp/ikiwiki-sendmail.patch>*
|
||||||
|
|
||||||
Remaining TODOs:
|
Remaining TODOs:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[[!meta title="Thomas Schwinge"]]
|
[[!meta title="Thomas Schwinge"]]
|
||||||
# Thomas Schwinge
|
# Thomas Schwinge
|
||||||
|
|
||||||
<tschwinge@gnu.org>
|
<thomas@schwinge.name>
|
||||||
<http://www.thomas.schwinge.homeip.net/>
|
<http://schwinge.homeip.net/~thomas/>
|
||||||
|
|
||||||
I have converted the [GNU Hurd](http://www.gnu.org/software/hurd/)'s previous
|
I have converted the [GNU Hurd](http://www.gnu.org/software/hurd/)'s previous
|
||||||
web pages and previous wiki pages to a *[[ikiwiki]]* system; and all that while
|
web pages and previous wiki pages to a *[[ikiwiki]]* system; and all that while
|
||||||
|
|
Loading…
Reference in New Issue