Skip to content

Releases: openSUSE/geekodoc

v2.3.2

05 Mar 14:42
Compare
Choose a tag to compare

What's Changed

  • Convert README from Markdown to ASCIIDoc by @tomschr in #122
  • Fix #125: Add missing URI for catalog file

Full Changelog: v2.3.1...v2.3.2

v2.3.1

09 Jan 12:30
Compare
Choose a tag to compare

What's Changed

  • Update Changelog for 2.3.1
  • Add test case for width with em unit by @tomschr in #121

Full Changelog: v2.3.0...v2.3.1

v2.3.0

08 Jan 16:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.3.0

v2.2.2

15 Feb 10:52
Compare
Choose a tag to compare

What's changed

  • Fix #114: Create additional links
    • Create geekodoc-latest-flat.rn{c,g}
    • Add catalog entries to point to latest URIs

Full Changelog: v2.2.1...v2.2.2

v2.2.1

15 Feb 08:53
Compare
Choose a tag to compare

What's Changed

  • Fixed #114: Create symbolic link "latest"

Full Changelog: v2.2.0...v2.2.1

v2.2.0

09 Feb 13:36
8e197bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

21 Apr 16:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

13 Apr 14:46
Compare
Choose a tag to compare

What's Changed

  • Create geekodoc2 release by @tomschr in #77
  • Fix #80: disallow xml:id on listitems by @tomschr in #82
  • Feature/prompt role by @sknorr in #94
  • Fix #90: Restrict char set of prof attributes by @tomschr in #92
  • GeekoDoc v2: rm @format from mediaobject by @sknorr in #93
  • Allow videoobject and videodata by @tomschr in #101

Full Changelog: v2.0.0...v2.1.0

GeekoDoc v2.0.0

27 Aug 10:22
Compare
Choose a tag to compare

Contains a first distinction between GeekoDoc v1 and GeekoDoc v2.

Structures

  • Move files to the new directory
  • Rename geekodoc5 -> geekodoc-v1
  • Adapt .gitignore
  • Update ChangeLog
  • Create build.sh script for Geekodoc
    Features:
    • Use build directory
    • Use DocBook schemas from externals dir now and not from system
      This may help with CI and Ubuntu builds where they don't have
      the latest DocBook schemas
    • Store result in dist directory
    • Supports -h/--help
    • Colorful logging with -v/-vv/-vvv
    • Converts geekodoc-v?.rnc -> geekodoc-v?-flat.rnc
      (needs several steps for that)
    • Check for scripts instead of packages to avoid OS dependent code with rpm
    • Source /etc/os-release to get some OS-specific variables
    • Remove Makefile
  • Switch from Travis to GitHub action
  • Cleanup and rework catalog entries
    • Remove obsolete non-flat URIs (we only use the flat versions)
    • Sort it: first old, then new URIs
  • Remove flat RNC schemas

GeekoDoc

  • Base GeekoDoc V2 on dbitsxi.rnc (DocBook 5.2b10a5)

    • Identify GeekoDoc as "5.2-subset GeekoDoc-2"
    • Disable db.keycombo.action.attrib to be empty
    • Work on db.keycombo.action.attrib
    • Make it behave the same as previous version 1.0.2.1
    • Amend db.common.base.attributes with:
      • Add db.common.transclusion.attributes
      • Replace its-attribute.translate with expression (its-local.attributes & its-attribute.version?)
  • Apply ID check (#73) to GeekoDoc v2, but not v1 to stay compatible

  • Sync comments between GeekoDoc v1/v2

  • Adapt GeekoDoc XML catalog
    As we support two versions now (1 and 2), we need to distinguish them.

    Old URIs, but still accessible. General syntax:

    urn:x-suse:rng:FILE

    • urn:x-suse:rng:geekodoc5-flat.rnc
    • urn:x-suse:rng:geekodoc5-flat.rng

    New URIs, with distinguish between GeekoDoc version. General syntax:

     urn:x-suse:FORMAT:VERSION:SCHEMA
    

    FORMAT: can be "rnc" or "rng"
    VERSION: can be "v1" or "v2"
    SCHEMA: "geekodoc-flat"

    • urn:x-suse:rnc:v1:geekodoc-flat
    • urn:x-suse:rng:v1:geekodoc-flat

GeekoDoc v1.0.4

01 Feb 13:55
955bb8b
Compare
Choose a tag to compare

GeekoDoc:

  • No changes
  • Adapt README.md

Novdoc:

  • Move it into maintenance/novdoc-2019-02-01 branch and delete it from develop branch (#57)