What's New in GNOWSYS-0.6-r1
GHashing: Is implemented by incorporating B-Trees. This speeds up the retrieval process. B-Trees have been incorporated because the holding capacity of this is much more than a normal folder


 Templates: This is implemented using Zope Page Templates (ZPT)<br>
 Templates are made for :
 	
	 Object 
	 Object Type 
	 Relation 
	 Relation type 
	 MetaType 
	 MetaType Relation 
	 Attribute Type 
 	

Optimized Storage:
 When an instance of entity was made,in the absence of ZPT 3 objects were being made:-index_html , standard_html_header , 
 standard_html_footer . Now,incorporating ZPT only one object is being made for each instance of an entity.


In future we will have:

Gencapsulation: This will enable the objects in the database
encapsualte the selected functions/classes from the entire Python warehouse.
3D-GUI support for GNOWSYS using Blender. We are using
<a href:http://www.blender.org>Blender</a> as a client using
XML-RPC to get the data from the GNOWSYS server and display the
graphical representation of Gnowledge.
GnowFS (file system support for both MetaData and Data, so
as to decrease the load on ZODB) After this ZODB will be used for
Cataloguing, and we will of course continue to use Zserver for
web interface and other useful offerings from ZOPE.
and improving all the above and continuing to fix bugs.



