Wednesday, October 29, 2008

Tuesday, October 28, 2008

What is Ruddy?

Ruddy is a nntp and rss reader.
It's in the first step of implementation, the files it contains are:

A html file "index.html", contains jquery code, used for communicating the front end(javascript) with the backend(perl) using Ajax.

A css file "styles.css", contains all css code for formating and stylish the index.html page

A perl script "write.pl", contains perl code, used for communicating the front end with a database(currently is done via a text file).

The current version of ruddy only saves what user types in the textarea of the index.html page using ajax.