https://github.com/funkatron/touchdocs
An open source webapp for displaying programming language and framework documentation in touch device-friendly format
https://github.com/funkatron/touchdocs
Last synced: over 1 year ago
JSON representation
An open source webapp for displaying programming language and framework documentation in touch device-friendly format
- Host: GitHub
- URL: https://github.com/funkatron/touchdocs
- Owner: funkatron
- Created: 2010-04-06T15:01:44.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-06T15:13:32.000Z (about 16 years ago)
- Last Synced: 2025-02-24T15:57:14.248Z (over 1 year ago)
- Homepage:
- Size: 89.8 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TouchDocs
A open source web app for displaying programming language and framework documentation in a touch device-friendly manner.
## Requirements
Undefined at this point. If a server-side component is necessary (it probably will be), a lightweight **PHP-based** RESTful API seems like a good idea.
An object DB like CouchDB or MongoDB would probably lend itself to this. Possibly consider an abstraction layer like Lawnchair, though.