Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/rfcreader
online RFC document reader
https://github.com/cybertk/rfcreader
Last synced: 4 days ago
JSON representation
online RFC document reader
- Host: GitHub
- URL: https://github.com/cybertk/rfcreader
- Owner: cybertk
- Created: 2011-04-18T17:12:42.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-19T17:58:11.000Z (over 13 years ago)
- Last Synced: 2024-11-14T12:54:06.041Z (2 months ago)
- Language: Python
- Homepage: www.rfcreader.com
- Size: 258 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= Online RFC Documents reader =
== TODO: ==
* comments
* Android client
*== Arch: ==
Comment Modelinguse coordernates(x,y) to represents a point in document, x for column, y for line
{{{
(x1,y1), (x2,y2), type, content, date, authortype is content type
}}}
The comments with be send to client as extra data, and the client use JavaScript to parse them and decorate the origin RFC