From 56c57f94738efab8b0bf83dc68480931a2ceee00 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 1 May 2018 06:10:19 +0300 Subject: Focus on source XML manipulation, introduce indexes Instead of XHTML or Atom, so resulting files get generated out of custom XML structures now. This was needed to get indexes that won't depend on Atom (and to avoid the duplication). Now indexes can be included with something like the following: --- tools/xml-notes-dump.xsl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tools/xml-notes-dump.xsl (limited to 'tools/xml-notes-dump.xsl') diff --git a/tools/xml-notes-dump.xsl b/tools/xml-notes-dump.xsl new file mode 100644 index 0000000..79b9606 --- /dev/null +++ b/tools/xml-notes-dump.xsl @@ -0,0 +1,26 @@ + + + + + + + + ../src/ + + + + + + + + + + + + + + + + + -- cgit v1.2.3