Y
Hacker News
new
|
ask
|
show
|
jobs
by
koenigdavidmj
5730 days ago
The wiki pages are just another Git repo; you can just clone it and get a full copy. Pages simply turn into files containing Markdown markup (teehee).
Not sure about the issues or other things, though.
2 comments
Titanous
5730 days ago
Issues are accessible via the API:
http://develop.github.com/p/issues.html
link
pjscott
5730 days ago
So
that's
how the Cappuccino guys made their slick issue tracker GUI:
http://githubissues.heroku.com/
link
pjscott
5730 days ago
A git-based wiki? My respect for the GitHub guys continues to grow.
link
mojombo
5730 days ago
The code behind the Git-based wiki is also open source so you can view and edit your wiki locally via a nice web interface, and build your own tools using the API:
http://github.com/github/gollum
link