index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
html
Age
Commit message (
Expand
)
Author
2016-04-25
added some style to the DemoHTMLOutput.
Benjamin Paassen
2016-04-25
Use "emph" instead of "emphasized" for the demo html output, adapt unit tests...
Andreas Stöckel
2015-03-04
massively reworked demo html output.
Benjamin Paassen
2015-03-01
Renamed domain to ontology.
Benjamin Paassen
2015-02-14
got rid of one unecessary include.
Benjamin Paassen
2015-02-12
Anchors do not have a name anymore and have a unique mapping to their Annotat...
Benjamin Paassen
2015-02-11
changed semantics of default field, now referring to the only TREE field.
Benjamin Paassen
2015-02-08
restructured the FieldDescriptor mechanism.
Benjamin Paassen
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-06
changed name of text field from content to default.
Benjamin Paassen
2015-02-06
added chapter to DemoHTMLOutput
Benjamin Paassen
2015-02-04
set non-empty default field name.
Benjamin Paassen
2015-01-25
more removal of the model namespace
Andreas Stöckel
2015-01-15
Further simplified document buildup by doing the addition to parents of Struc...
Benjamin Paassen
2015-01-13
put entity escaping in XML serialization instead of DemoOutput. Also had to c...
Benjamin Paassen
2015-01-12
Tried to introduce another StructureNode class as common superclass for Struc...
Benjamin Paassen
2015-01-09
added non-pretty output of XML serialization, changed DemoOutput accordingly ...
Benjamin Paassen
2015-01-09
debugged DemoOutput.cpp
Benjamin Paassen
2015-01-09
changed XML prolog handling.
Benjamin Paassen
2015-01-09
used new addChild method
Benjamin Paassen
2015-01-09
added XML escaping of special entities.
Benjamin Paassen
2015-01-09
first version of annotation handling in DemoOutput. Tests do not work yet, th...
Benjamin Paassen
2015-01-08
first attempts on implementing annotation support for DemoHTML output.
Benjamin Paassen
2015-01-08
further extended example to include annotations (emphasized and strong). The ...
Benjamin Paassen
2015-01-08
further extended advanced document (now list domain is supported as well) and...
Benjamin Paassen
2015-01-08
further extended the advanced document example, slightly improved XML seriali...
Benjamin Paassen
2015-01-08
Changed the DemoOutput algorithm as suggested by Andreas: We first transform ...
Benjamin Paassen
2015-01-04
corrected first draft of DemoOutput. Still some TODOs remain, but for the eas...
Benjamin Paassen
2015-01-04
first draft for HTML Demo Output (still a lot of todos).
Benjamin Paassen