diff options
Diffstat (limited to 'index.osml')
-rw-r--r-- | index.osml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/index.osml b/index.osml new file mode 100644 index 0000000..2fe66c4 --- /dev/null +++ b/index.osml @@ -0,0 +1,42 @@ +%{ + Ousía Homepage + + (c) Andreas Stöckel, Benjamin Paaßen 2015 + + This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 + International License. <http://creativecommons.org/licenses/by-sa/4.0/> +}% + +\import[ontology]{ontology/webpage} + +\begin{webpage}{Ousía Framework - About} + +\begin{masthead} + \title{Ousía} + \subtitle{Extensible Semantic Markup Framework} + + \begin{pitch} + \paragraph + \ipa{ˈuːziə}{Ousía} represents documents in purely semantic markup with + user definable structure. + + \paragraph + Documents are parsed into an universal intermediate representation, + ready to be converted any format using XSLT + \footnote{Sticking to XML and XSLT is not our plan. We intend to provide + a scriptable output pipeline. But we're not quiet there yet.}. + \end{pitch} + + \begin{nav} + \button#btn_download{Get the source} + \button#btn_faq{FAQ} + \button#btn_docu{Tutorial} + \end{nav} +\end{masthead} + +\begin{section} + \title{Overview} +\end{section} + +\end{webpage} + |