-/* $Id: httpd.js,v 1.69 2005/07/19 19:25:44 mmondor Exp $ */
+/* $Id: httpd.js,v 1.70 2005/07/24 02:29:15 mmondor Exp $ */
/*
* Copyright (c) 2005, Matthew Mondor
* for performance we could log changes, and only sync to disk once in a
* while, discarding obsolete logs... JSON would be used
* - Enhance the JS shell to report errors better
+ * - We should have support for easy storage and safe export of files,
+ * like I implemented for ascpi.com. This is useful for instance to
+ * store and post user profile images and related thumbnail, etc.
*/
* Server identification
*/
SERVER_VERSION = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID = '$Id: httpd.js,v 1.69 2005/07/19 19:25:44 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.70 2005/07/24 02:29:15 mmondor Exp $';