Skip to content

w8s/docgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docgenerator

docgenerator is a web application that dynamically presents system requirements documentation directly from issue trackers and wikis.

Currently, docgenerator only supports Fog Creek's FogBugz.

Point docgenerator at your instance of FogBugz, and it will pull specified requirements, and wiki entries to generate a requirements document artifact.

Configuration

In /src/app/integration/ifogbugz.py, edit lines 5, 6 with the URL and Token needed to access the FogBugz API.

Getting Started

vagrant up

This will initialize a vagrant box with all the dependencies installed.

To run the application,

$ vagrant ssh
(vagrant)$ python /vagrant/src/run.py runserver

Dependencies

The dependencies are included in the Vagrant configuration.

Other Resources

Slides from ConFoo presentation

About

A documentation presentation system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published