Something seems odd with Muse and Blosxom, either I’m not using it right or I’ve found myself a bug.
I’ve got Muse configured so that all *.muse
files in an arbitray directory structure are recognised, then published into *.txt
files for Blosxom to find. I then have pyblosxom generate *.html
and indexes, or at least that’s the intention. What I’ve found so far is that:
- Muse publishes
$HOME/muse/abc.muse
to$HOME/blosxom/abc.txt
- Muse publishes
$HOME/muse/test/def.muse
to$HOME/blosxom/test/def.txt
Which is all well and good, however:
- Muse publishes
$HOME/muse/test/2006/xyz.muse
to two files,$HOME/blosxom/test/2006/xyz.txt
and$HOME/blosxom/2006/xyz.txt
As a result of this last feature, when pyblosxom publishes from txt to html, it sees two copies of anything that was in a numeric year-like directory, and I end up with two copies in the indexes!