blob: 55097f9b3ad049df5762b18e897425623d8fc8f4 (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
%{
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 to 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[href=download.html]{Download the Source Code (pre-alpha)}
\end{nav}
\end{masthead}
\section{Features}
Ousía is a research project and not suitable for end-users yet. However, we
provide a developer preview for those who want to try out the current state of
development.
\dl
\item{LaTeX-esque language}
Ousía implements a LaTeX-esque markup language which can be used for both
document markup and writing ontology descriptions.
\section{About}
Ousía has the aim to couple Semantic Web techniques with structured data.
\dl
\item{Re-usability}
Allow to reuse of content, concepts and styles across documents
\item{Separation of Presentation and Content}
TODO
\item{Conversion to other formats}
TODO
\item{Collaborative and concurrent document creation}
TODO
To that end Ousía introduces a semantic graph format that serves as an
interface layer for tools and applications.
\end{webpage}
|