Author: ericwa
Date: Wed Jun  4 02:56:09 2014
New Revision: 10680

URL: http://svn.gna.org/viewcvs/etoile?rev=10680&view=rev
Log:
CoreObject blog post

Added:
    web/news/posts/2014/
    web/news/posts/2014/06/
    web/news/posts/2014/06/03/
    web/news/posts/2014/06/03/1853.html

Added: web/news/posts/2014/06/03/1853.html
URL: 
http://svn.gna.org/viewcvs/etoile/web/news/posts/2014/06/03/1853.html?rev=10680&view=auto
==============================================================================
--- web/news/posts/2014/06/03/1853.html (added)
+++ web/news/posts/2014/06/03/1853.html Wed Jun  4 02:56:09 2014
@@ -0,0 +1,29 @@
+CoreObject Preview Release
+
+Eric Wasylishen
+
+CoreObject is a version-controlled object database for Objective-C that 
supports powerful undo, semantic merging, and real-time collaborative editing. 
It’s part of the Étoilé project.
+
+Some of the features include:
+
+- a DVCS (focusing on personal version control right now) with branching and 
cheap copying, designed to work with very fine-grained commits (i.e. 
applications where every UI action creates a commit)
+- selective undo, based on diff/merge of object graphs (see 
http://coreobject.org/technotes/#diffmerge )
+- robust real-time collaborative editing, including sharing of revision 
history, per-user undo, all without  operational transform
+- powerful undo system that is persistent (survives app restarts), branching, 
and can record all possible changes to a CoreObject store. You can undo things 
like reverting to past states, switching branches, deleting branches, deleting 
documents, etc.
+- automatic, metamodel-driven copying of subsets of an object graph
+
+More at: http://coreobject.org/index.html#features and 
https://github.com/etoile/CoreObject/blob/master/README.md
+
+There are several short videos at http://coreobject.org and some technical 
notes on how the system works at: http://coreobject.org/technotes/
+
+
+Get it
+-------
+
+CoreObject is MIT-licensed. It has an extensive test suite which is passing on 
GNUstep and Mac OS X 10.7+, but our demo applications only work on Mac OS X 
10.7+.
+
+The source code, including dependencies, can be downloaded here: 
http://download.gna.org/etoile/coreobject/CoreObject-0.5.tgz
+
+You can grab the source code directory from Github, but without the 
dependencies: https://github.com/etoile/CoreObject
+
+For bugs reports, see: https://github.com/etoile/CoreObject/issues


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to