diff options
author | cedricbonhomme <devnull@localhost> | 2010-11-15 23:02:11 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-11-15 23:02:11 +0100 |
commit | 1ec8083eca8e624e449aca74cefe903f76855f3e (patch) | |
tree | c19c9fe66e79ff1d9e1f21287383f2f22d8be07e | |
parent | Added HTML 5 date picker for the history page (for the moment only works with... (diff) | |
download | newspipe-1ec8083eca8e624e449aca74cefe903f76855f3e.tar.gz newspipe-1ec8083eca8e624e449aca74cefe903f76855f3e.tar.bz2 newspipe-1ec8083eca8e624e449aca74cefe903f76855f3e.zip |
Release 2.3. This version introduces HTML5 Forms Validation and a HTML5 month+year date picker (for the history page) in order to search for articles historically. (for the moment only works with Opera :-(
-rwxr-xr-x | pyAggr3g470r.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 2a078172..0069d81a 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -20,8 +20,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/> __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 2.2 $" -__date__ = "$Date: 2010/11/03 $" +__version__ = "$Revision: 2.3 $" +__date__ = "$Date: 2010/11/15 $" __copyright__ = "Copyright (c) 2010 Cedric Bonhomme" __license__ = "GPLv3" @@ -1175,4 +1175,4 @@ if __name__ == '__main__': thread_watch_base = threading.Thread(None, root.watch_base_classic, None, ()) thread_watch_base.setDaemon(True) thread_watch_base.start() - cherrypy.quickstart(root, config=path)
\ No newline at end of file + cherrypy.quickstart(root, config=path) |