From ca1a6aa7df6703c10d1cd97afedd9c6838ba425b Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 6 Mar 2015 23:54:49 +0100 Subject: First commit of the ousia based website architecture --- index.osml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 index.osml (limited to 'index.osml') 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. +}% + +\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} + -- cgit v1.2.3