.dtd and .rng

From Gramps
Revision as of 03:39, 21 May 2018 by Sam888 (talk | contribs)
Jump to: navigation, search

Upgrading the Document type definition(.dtd) and RELAX NG (REgular LAnguage for XML Next Generation)(.rng) files - is only done on special occasions!

How to update

Create a new folder under xml on the website for the new version, such as 1.7.1, copying the index.html from the previous version.

Update the index.html file so all references point to the new version number.

Put the new .dtd (from current master) and the .rtg indicated for the new folder. These are in the ./Gramps/data directory after obtaining the latest master version.

Developer API documentation

Use Sphinx against the current master and replaced docs with the new build of the html.

See also