You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I would like to use the DocBook Document generator so that there will be an example document of Firesat that is continually updated with Firesat
Detailed Description
Use the DocBook document generator to create a document on firesat's design. Publish the html to github pages and the pdf to bintray.
Acceptance Criteria
Given the docbook document with tags, then output a docbook with its tags replaced with proper data from sparql queries
Given a docbook, then publish an HTML render of it to GitHub pages
Given a docbook, then publish a PDF render of it to bintray
Sub-task List
Create a gradle task to download the necessary XSLs for the DocBook generator
Create a fuseki server
Upload the necessary OML->OWL files to the server
Create an example document
Execute queries on this server
Execute tag replacement using the frames from the query via Gradle Task
Execute HTML rendering and publish to GitHub Pages via Gradle Task
Execute PDF rendering and publish to Bintray via Gradle Task
The text was updated successfully, but these errors were encountered:
User Story
As a developer I would like to use the DocBook Document generator so that there will be an example document of Firesat that is continually updated with Firesat
Detailed Description
Use the DocBook document generator to create a document on firesat's design. Publish the html to github pages and the pdf to bintray.
Acceptance Criteria
Sub-task List
The text was updated successfully, but these errors were encountered: