Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Generation #6

Open
8 of 11 tasks
truongdavid98 opened this issue Aug 13, 2020 · 0 comments · May be fixed by #7
Open
8 of 11 tasks

Document Generation #6

truongdavid98 opened this issue Aug 13, 2020 · 0 comments · May be fixed by #7

Comments

@truongdavid98
Copy link
Collaborator

truongdavid98 commented Aug 13, 2020

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
@truongdavid98 truongdavid98 linked a pull request Sep 9, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant