*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 24 Jul 2005 02:29:15 +0000 (02:29 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 24 Jul 2005 02:29:15 +0000 (02:29 +0000)
tests/js-test/js/httpd/httpd.js

index cfe2f4f..4d2d831 100644 (file)
@@ -1,4 +1,4 @@
-/* $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
@@ -51,6 +51,9 @@
  *   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.
  */
 
 
@@ -59,7 +62,7 @@
  * 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 $';