aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/pages/projects/static_xslt.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-01-23 20:53:17 +0100
committerAdrian Kummerlaender2015-01-23 20:53:17 +0100
commitc79be7a3c697399c2aa8994b214dda26a1bd9c19 (patch)
treeaac1d1ea1222b6014838bb1e64a2bae178107070 /source/00_content/pages/projects/static_xslt.md
parent810a9c1549f978aa14dd091d80def81aa16137d4 (diff)
downloadblog.kummerlaender.eu-c79be7a3c697399c2aa8994b214dda26a1bd9c19.tar
blog.kummerlaender.eu-c79be7a3c697399c2aa8994b214dda26a1bd9c19.tar.gz
blog.kummerlaender.eu-c79be7a3c697399c2aa8994b214dda26a1bd9c19.tar.bz2
blog.kummerlaender.eu-c79be7a3c697399c2aa8994b214dda26a1bd9c19.tar.lz
blog.kummerlaender.eu-c79be7a3c697399c2aa8994b214dda26a1bd9c19.tar.xz
blog.kummerlaender.eu-c79be7a3c697399c2aa8994b214dda26a1bd9c19.tar.zst
blog.kummerlaender.eu-c79be7a3c697399c2aa8994b214dda26a1bd9c19.zip
Added _TypeAsValue_ project page
* fixed grammar of _StaticXSLT_ page
Diffstat (limited to 'source/00_content/pages/projects/static_xslt.md')
-rw-r--r--source/00_content/pages/projects/static_xslt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/00_content/pages/projects/static_xslt.md b/source/00_content/pages/projects/static_xslt.md
index 3615244..8644a6b 100644
--- a/source/00_content/pages/projects/static_xslt.md
+++ b/source/00_content/pages/projects/static_xslt.md
@@ -2,7 +2,7 @@
…is the XSLT based static site generation framework especially developed to generate this website.
-Its MIT licensed source code is available both [Github] and [cgit].
+Its MIT licensed source code is available on both [Github] and [cgit].
The implementation of a pure[^1] XSLT solution to the problem of static site generation required the development of a collection of external functions enabling access to the filesystem, external applications and other transformations from inside XSLT. These external functions are not part of this project and were developed separately as [InputXSLT]. Additionally a basic XSLT build system was developed to make _StaticXSLT_ usable for different projects which is available as [BuildXSLT].