Age | Commit message (Collapse) | Author | Files | Lines |
|
Use the latest Poole code currently available at:
https://hg.sr.ht/~obensonne/poole
Rather than including the code in this repository, expect it to be found
in the PATH (e.g., in $prefix/opt/poole/env/bin). As Poole is
Python-3-based now, update web/macros.py accordingly.
|
|
|
|
Preserve any symlinks and file metadata when copying files from the
source to the target directory.
|
|
Import Poole, which is the script we use for generating our web site
from Markdown. Poole is maintained in a Mercurial repository at
Bitbucket:
https://bitbucket.org/obensonne/poole/
We currently don't use the latest changeset, as that requires Python 3.
Also, we've applied a small local patch. So our setup might be easier
to reproduce if we maintain our version of Poole in this repository, at
least for the moment.
This commit imports the unmodified Mercurial changeset 625d57a5d07a, the
following commit will add our local patch.
|