This is the repository for all the documentation for Web2project which currently resides at http://docs.web2project.net
The underlying theme for this site is https://github.com/Wiredcraft/carte
If you want to run this locally yourself, check out Github's getting started documentation here: https://help.github.com/articles/using-jekyll-with-pages/ and then run:
bundle exec jekyll serve
- The entire site needs a good scrubbing/update
- All images are circa 2007 and need to be updated under the new themes
- All tables need to be updated, they were originally written for MediaWiki
- All issues in the Release Notes should be linked back to Mantis
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request from github