summaryrefslogtreecommitdiff
path: root/src/plugins/html
AgeCommit message (Collapse)Author
2016-04-25added some style to the DemoHTMLOutput.Benjamin Paassen
2016-04-25Use "emph" instead of "emphasized" for the demo html output, adapt unit ↵Andreas Stöckel
tests accordingly
2015-03-04massively reworked demo html output.Benjamin Paassen
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-14got rid of one unecessary include.Benjamin Paassen
2015-02-12Anchors do not have a name anymore and have a unique mapping to their ↵Benjamin Paassen
AnnotationEntities. This also makes serialization much easier.
2015-02-11changed semantics of default field, now referring to the only TREE field.Benjamin Paassen
2015-02-08restructured the FieldDescriptor mechanism.Benjamin Paassen
2015-02-07Unified handling of references to Rtti instances: Now using pointers everywhereAndreas Stöckel
2015-02-06changed name of text field from content to default.Benjamin Paassen
2015-02-06added chapter to DemoHTMLOutputBenjamin Paassen
2015-02-04set non-empty default field name.Benjamin Paassen
2015-01-25more removal of the model namespaceAndreas Stöckel
2015-01-15Further simplified document buildup by doing the addition to parents of ↵Benjamin Paassen
StructureNodes in the constructor and refactored Anchor as standalone class instead of AnnotationEntity child. This made some changes in the test bench necessary as well.
2015-01-13put entity escaping in XML serialization instead of DemoOutput. Also had to ↵Benjamin Paassen
comment out graphviz visualization in DemoOutputTest because it did not work for me.
2015-01-12Tried to introduce another StructureNode class as common superclass for ↵Benjamin Paassen
StructuredEntity, Anchor and DocumentPrimitive. Nearly seems to work, but not entirely so. There are still issues with the Manager it seems.
2015-01-09added non-pretty output of XML serialization, changed DemoOutput accordingly ↵Benjamin Paassen
and changed DemoOutputTest to have some kind of automatic inspection instead of visual inspection.
2015-01-09debugged DemoOutput.cppBenjamin Paassen
2015-01-09changed XML prolog handling.Benjamin Paassen
2015-01-09used new addChild methodBenjamin Paassen
2015-01-09added XML escaping of special entities.Benjamin Paassen
2015-01-09first version of annotation handling in DemoOutput. Tests do not work yet, ↵Benjamin Paassen
though.
2015-01-08first attempts on implementing annotation support for DemoHTML output.Benjamin Paassen
2015-01-08further extended example to include annotations (emphasized and strong). The ↵Benjamin Paassen
DemoOutput for that is still missing, though. convenience build functions have also been implemented in Document.cpp.
2015-01-08further extended advanced document (now list domain is supported as well) ↵Benjamin Paassen
and extended DemoOutput accordingly.
2015-01-08further extended the advanced document example, slightly improved XML ↵Benjamin Paassen
serialization and fixed a bug in DemoOutput leading to errors if a section/paragraph had no heading.
2015-01-08Changed the DemoOutput algorithm as suggested by Andreas: We first transform ↵Benjamin Paassen
the document graph to an XML tree and the XML tree in turn has the methods to serialize to XML text, or, in this case, XHTML text.
2015-01-04corrected first draft of DemoOutput. Still some TODOs remain, but for the ↵Benjamin Paassen
easy test document everything works.
2015-01-04first draft for HTML Demo Output (still a lot of todos).Benjamin Paassen