summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-04-26 02:38:23 +0300
committerdefanor <defanor@uberspace.net>2018-04-26 02:38:23 +0300
commit3d1a71e997f9ac71f9e801af9d2e5a1b263a62df (patch)
tree2890692142527ac18aecdf32d506ad41a98c397f /tools
parent0939258be1e7bcf780814d8667f7bf6ca684f673 (diff)
Fix a couple of typos
Diffstat (limited to 'tools')
-rw-r--r--tools/README1
-rwxr-xr-xtools/html-to-atom.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/README b/tools/README
index c7bf4c9..43dfea4 100644
--- a/tools/README
+++ b/tools/README
@@ -6,6 +6,7 @@ works for now, and is pretty simple.
Editing:
+
- skeleton.xml is the primary skeleton to start with, for *.xhtml
files in ~/homepage/src/.
diff --git a/tools/html-to-atom.sh b/tools/html-to-atom.sh
index aa665b0..6fb2e01 100755
--- a/tools/html-to-atom.sh
+++ b/tools/html-to-atom.sh
@@ -11,7 +11,7 @@ ATOM="${BASEDIR}/atom.xml"
echo '<list>' &&
find "${BASEDIR}" -name '*.xhtml' |
grep -Ev "^(${TOOLS}|${SOURCES}).*" |
- sed -e "sS^${BASEDIR}\(.*\)S<entry name=\"\\1\" />S" &&
+ sed -e "sS^${BASEDIR}/\(.*\)S<entry name=\"\\1\" />S" &&
echo '</list>') |
xsltproc "${TOOLS}/html-to-atom-dump.xsl" - |
xsltproc "${TOOLS}/atom-sort.xsl" - |