openSUSE / daps

DocBook Authoring and Publishing Suite (DAPS)
https://openSUSE.github.io/daps
Other
62 stars 18 forks source link

Meta Feature Doesn't Support Git #281

Open tomschr opened 9 years ago

tomschr commented 9 years ago

DAPS can be used with the option --meta to create meta information like filename, maintainer, etc.

The makefiles make/meta.mk contains some references which points to SVN and how to get this properties. Also pointing to a daps-xslt/common/svn2docproperties.xsl stylesheet which transforms the property list from SVN into some XML structure.

This needs to be corrected to support Git. Probably with DocManager, some properties doesn't need to be extracted twice.

tomschr commented 7 years ago

For the record: it seems the equivalent of SVN properties are Git notes.

fsundermeyer commented 7 years ago

We do not need properties any more, they have been replaced by the DocManager properties. The "meta stuff" in the stylesheets needs to be replaced accordingly. Maybe we can optionally query git for some additional information, too. Something like "Last changed by on with " would be nice.