[Checkins] SVN: Sandbox/malthe/chameleon.core/README.txt Updated documentation.

Malthe Borch mborch at gmail.com
Wed Sep 24 22:46:42 EDT 2008


Log message for revision 91459:
  Updated documentation.

Changed:
  U   Sandbox/malthe/chameleon.core/README.txt

-=-
Modified: Sandbox/malthe/chameleon.core/README.txt
===================================================================
--- Sandbox/malthe/chameleon.core/README.txt	2008-09-25 02:41:08 UTC (rev 91458)
+++ Sandbox/malthe/chameleon.core/README.txt	2008-09-25 02:46:41 UTC (rev 91459)
@@ -5,14 +5,18 @@
 languages; it supports macros, includes, interpolation and
 internationalization.
 
+The ``chameleon.core`` package implements a language parser API, the
+byte-code compiler itself and abstract template classes. It should
+only be used directly when implementing a language dialect.
+
 Development
 -----------
 
 If you want to use the code directly from trunk (recommended only for
-development and testing usage), provide ``Chameleon==dev`` as your
+development and testing usage), provide ``chameleon.core==dev`` as your
 dependency.
 
-svn://svn.zope.org/repos/main/Sandbox/Chameleon#egg=Chameleon-dev
+svn://svn.zope.org/repos/main/Sandbox/malthe/chameleon.core#egg=chameleon.core-dev
 
 Want to contribute? Join #repoze on Freenode IRC.
 



More information about the Checkins mailing list