-
Notifications
You must be signed in to change notification settings - Fork 2
Document Generation #6
Copy link
Copy link
Open
Description
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
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels