summaryrefslogtreecommitdiff
path: root/index.osml
blob: 2fe66c43eee4b0f03e32e2505466fc0c61382de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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}