Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

= Online RFC Documents reader =

== TODO: ==
* comments
* Android client
*

== Arch: ==
Comment Modeling

use coordernates(x,y) to represents a point in document, x for column, y for line

{{{
(x1,y1), (x2,y2), type, content, date, author

type 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