summaryrefslogtreecommitdiff
path: root/tools/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2024-02-15 13:38:56 +0300
committerdefanor <defanor@uberspace.net>2024-02-15 18:22:22 +0300
commitc5ee134dbb53f9bc40d717dbc09b209807988084 (patch)
tree3cda3cca43d5f3af0b60439cd441eb482a4ad65f /tools/README
parent5e8080a223d8414814032c7e3fde4e9547eacbc0 (diff)
Merge the phlog into the website
Now supporting file listings, which are used for blog posts, and generating a gophermap with their index.
Diffstat (limited to 'tools/README')
-rw-r--r--tools/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/README b/tools/README
index bbd251d..f4c1de3 100644
--- a/tools/README
+++ b/tools/README
@@ -21,20 +21,22 @@ Editing is done with the emacs html-mode, with
Indexing:
-- xml-notes-dump.xsl (with some help from publish.sh) is used to
+- xml-notes-dump.xsl (with some help from Makefile) is used to
create notes-dump.xml in the build directory.
- xml-notes-sort.xsl sorts that to create
notes-by-publication-date.xml and notes-by-modification-date.xml.
- xml-notes-limit.xsl is used to extract the most recent notes.
+Opaque files can be indexed externally, as done with build/blog.xml.
+
HTML:
- xml-to-html.xsl is used to translate source files into actual (X)HTML
in ~/homepage/.
-Indexes can be included into those using the <notes> element (so it
-should run after those are built, if they are used).
+Indexes can be included into those using the <notes> or <file> element
+(so it should run after those are built, if they are used).
Atom feed: