aboutsummaryrefslogtreecommitdiff
path: root/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
commit376c524f965674de8649267bad20937d6c0f9cd9 (patch)
treee47ff816db590c237ae37652d4b513ce06130d75 /pages/projects/static_xslt.md
parentf70ad100982e6c81afd0b4c80d9213bb76d4822f (diff)
downloadblog_content-376c524f965674de8649267bad20937d6c0f9cd9.tar
blog_content-376c524f965674de8649267bad20937d6c0f9cd9.tar.gz
blog_content-376c524f965674de8649267bad20937d6c0f9cd9.tar.bz2
blog_content-376c524f965674de8649267bad20937d6c0f9cd9.tar.lz
blog_content-376c524f965674de8649267bad20937d6c0f9cd9.tar.xz
blog_content-376c524f965674de8649267bad20937d6c0f9cd9.tar.zst
blog_content-376c524f965674de8649267bad20937d6c0f9cd9.zip
Added _TypeAsValue_ project page
* fixed grammar of _StaticXSLT_ page
Diffstat (limited to 'pages/projects/static_xslt.md')
-rw-r--r--pages/projects/static_xslt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/projects/static_xslt.md b/pages/projects/static_xslt.md
index 3615244..8644a6b 100644
--- a/pages/projects/static_xslt.md
+++ b/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].