|
From: <di...@us...> - 2007-01-31 19:25:05
|
Revision: 345
http://safekeep.svn.sourceforge.net/safekeep/?rev=345&view=rev
Author: dimi
Date: 2007-01-31 11:25:01 -0800 (Wed, 31 Jan 2007)
Log Message:
-----------
Add a TODO file with ideas for the future
Modified Paths:
--------------
safekeep/trunk/safekeep.spec.in
Added Paths:
-----------
safekeep/trunk/TODO
Added: safekeep/trunk/TODO
===================================================================
--- safekeep/trunk/TODO (rev 0)
+++ safekeep/trunk/TODO 2007-01-31 19:25:01 UTC (rev 345)
@@ -0,0 +1,15 @@
+These are ideas that we need to look at post 1.0.
+
+
+Future:
+ * Find a way to show man page on website with header and footer
+ * decide how big the snapshot size should be automagically
+ * fully automatic shapshotting mode
+ * configuration inheritance
+ * transactional store of ops on server side, and automagic recovery from errors
+ * Windows support for the client
+ * Write SE Linux rules to limit access rights (akin to the httpd ones)
+ * Add tests db dumps
+ * Run the server in a chroot-jail
+ * Compare mirroring with a straight `rsync`
+
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2007-01-31 16:20:33 UTC (rev 344)
+++ safekeep/trunk/safekeep.spec.in 2007-01-31 19:25:01 UTC (rev 345)
@@ -91,7 +91,7 @@
%defattr(-,root,root,-)
%{_bindir}/safekeep
%{_mandir}/man1/safekeep.1*
-%doc AUTHORS COPYING LICENSE README
+%doc AUTHORS COPYING LICENSE README TODO
%files client
%doc AUTHORS COPYING LICENSE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|