Difference between revisions of "Yocto Reader"
(→yocto-reader back end: the original hg repository is down i have cloned in git and implement it with node.js and firebird database) |
|||
| Line 1: | Line 1: | ||
== yocto-reader back end == | == yocto-reader back end == | ||
| − | [http://yocto-reader.flouzo.net/ Yocto-reader] is an excellent front-end, AGPLv3'd application designed for users to read, mark, remember and forward RSS feed entries via the Cloud. The front-end is basically complete and functional, but the back-end of the application is currently merely a mock-up. | + | [http://yocto-reader.flouzo.net/ Yocto-reader - site is down] is an excellent front-end, AGPLv3'd application designed for users to read, mark, remember and forward RSS feed entries via the Cloud. The front-end is basically complete and functional, but the back-end of the application is currently merely a mock-up. |
We need a back end for the application. The back-end would likely run as a separate server process, likely with a REST API, and integrate with the front-end to make yocoto-reader a fully functioning application. | We need a back end for the application. The back-end would likely run as a separate server process, likely with a REST API, and integrate with the front-end to make yocoto-reader a fully functioning application. | ||
| Line 7: | Line 7: | ||
[[User:bkuhn|bkuhn]] suggests that the student write the server in Python using Twisted, using a test-driven development model. | [[User:bkuhn|bkuhn]] suggests that the student write the server in Python using Twisted, using a test-driven development model. | ||
| − | If you want to learn more about yocto-reader, they can [http://yocto-reader.flouzo.net/ look at its homepage], [http://yocto-reader.flouzo.net/implementation/feedread.html try out the front-end demo], [http://yocto-reader.flouzo.net/yocto-reader.zip download the source] they can look [ | + | If you want to learn more about yocto-reader, they can [http://yocto-reader.flouzo.net/ look at its homepage site is down ], [http://yocto-reader.flouzo.net/implementation/feedread.html try out the front-end demo], [http://yocto-reader.flouzo.net/yocto-reader.zip download the source] they can look [https://github.com/mariuz/yocto-reader clone the Git repository] or the [http://packages.debian.org/sid/yocto-reader grab it from Debian]. |
[[Category:OpenConferenceSession]] | [[Category:OpenConferenceSession]] | ||
Revision as of 04:41, 17 October 2012
yocto-reader back end
Yocto-reader - site is down is an excellent front-end, AGPLv3'd application designed for users to read, mark, remember and forward RSS feed entries via the Cloud. The front-end is basically complete and functional, but the back-end of the application is currently merely a mock-up.
We need a back end for the application. The back-end would likely run as a separate server process, likely with a REST API, and integrate with the front-end to make yocoto-reader a fully functioning application.
bkuhn suggests that the student write the server in Python using Twisted, using a test-driven development model.
If you want to learn more about yocto-reader, they can look at its homepage site is down , try out the front-end demo, download the source they can look clone the Git repository or the grab it from Debian.