Skip to content

Releases: openSUSE/geekodoc

Bugfix release 1.0.3.1: remark in entry

25 Jun 09:31
d594448
Compare
Choose a tag to compare

Bugfix release 1.0.3.1

  • Geekodoc:
    • Allow remark in entry
    • Adapt content model in entry to allow both inline and block remarks
* Block remarks:
 entry:
    remark
    para
    <!-- Only block elements are allowed after this point -->

* Inline remarks:
  entry:
     remark
     a text node
     filename
     <!-- only inline elements are allowd after this point -->

GeekoDoc v1.0.3

22 Jun 12:30
29b858b
Compare
Choose a tag to compare

Bugfix release 1.0.3

Geekodoc:

  • disallow xml:id on child elements of table (#39)
  • Missing "fig" value in format attribute of imagedta (#43)
  • add missing holder tag (#46)
  • integrate its:translate (#45)
  • output XSLT stylesheet from Schematron validation (#49)
  • remove action in keycombo (#50)
  • reduce content model in screen (#51)
  • remove procedure from table entry (#56)

Others:

  • Make sure GeekoDoc is available in OBS/IBS, so we can use it from DC file (#33)

Novdoc:
no changes

GeekoDoc v1.0.2.1

09 Feb 12:26
271b5f9
Compare
Choose a tag to compare

Bugfix release 1.0.2.1

  • Geekodoc:

    • Correct version in GeekoDoc schema
    • Add missing fig value (#43)
    • Improve test suite
  • Novdoc
    no changes

GeekoDoc v1.0.2

06 Feb 14:48
7045c67
Compare
Choose a tag to compare

Only a package release without any changes in the schemas.

Fixes issue #41 to reduce number of files in packages

GeekoDoc v1.0.1

29 Jan 15:39
77bae44
Compare
Choose a tag to compare
  • Geekodoc

    • Forbid xml:id on row and entry (#37)
    • Allow affiliation inside author (#36)
    • Forbid xml:id on remark (#32)
    • Inconsistency between informalfigure and informaltable (#35)
    • Allow sections (#34)
  • Novdoc
    no changes

GeekoDoc v1.0.0

26 Oct 09:26
Compare
Choose a tag to compare
  • Geekodoc
    • Missing mediaobject in cover bug (#30)
  • Novdoc
    no changes

GeekoDoc v0.9.9

13 Oct 07:58
Compare
Choose a tag to compare
  • Geekodoc

    • Allow lowercase Values in format attribute (#29)
    • Add list elements in taskprerequisites (#25)
  • Novdoc

    • No changes

GeekoDoc v0.9.8

15 Sep 07:53
Compare
Choose a tag to compare
  • GeekoDoc
    • Restrict Possible Values in format Attribute (#24)
    • Fix outdated Schematron rules (#22)
    • Implement task elements (#20)
    • Adapt content model of task* elements (#1)
    • Add test cases and use Travis to check schema

GeekoDoc v0.9.7

01 Dec 08:58
Compare
Choose a tag to compare

Release 0.9.7

  • GeekoDoc
    • link without "xlink:href" attribute is currently valid (#15)
  • Novdoc
    • Content model of step is not determinist (#17)

GeekoDoc v0.9.6

24 Nov 14:59
Compare
Choose a tag to compare
  • GeekoDoc
    • Remove title in step (#4)
    • Empty <xref/> does not trigger a warning (#9)
    • Allow common attributes in link (#10)
    • Disallow xreflabel (#11)
    • Restrict <result> element (#14)
  • Novdoc
    • Missing novdocx-core.rnc (#5)
    • Allow <mediaobject> only in <figure> and <informalfigure> (#7)
    • Fix content model for step to allow para, substeps, para (#12)
    • Allow phrase inside productnumber (#13)
  • Both
    • Update Novdoc/GeekoDoc to disallow screen in entry (#2)