[Indic-computing-cvs-logs] SF.net SVN: indic-computing: [297] README
Status: Alpha
Brought to you by:
jkoshy
From: <jk...@us...> - 2007-10-06 14:39:00
|
Revision: 297 http://indic-computing.svn.sourceforge.net/indic-computing/?rev=297&view=rev Author: jkoshy Date: 2007-10-06 07:39:01 -0700 (Sat, 06 Oct 2007) Log Message: ----------- Transition the project repository from CVS to Subversion. As part of this move the repository has been reorganized: * Individual sub-projects under "src/" now have their own Subversion 'trunk', 'branches' and 'tags' namespaces. Per common convention, main development will happen in 'trunk', with 'branches' and 'tags' begin used for managing releases. This change allows each sub project ("py-freetype", "translib", etc.) to have their own repository namespace, making them easier to manage. * Sources for building documentation (sources for the Indic-Computing Handbook, the project's website and others) have been moved into a separate namespace under "doc/". Meaningful CVS branch and release tags associated with sub-projects have been preserved where applicable. A "README" file describing new the repository layout has been added to the SVN repository root. The repository conversion was performed with "cvs2svn". Added Paths: ----------- README Added: README =================================================================== --- README (rev 0) +++ README 2007-10-06 14:39:01 UTC (rev 297) @@ -0,0 +1,26 @@ +Repository Organization + +- Project Documentation + + doc/ + <lang>.<encoding>/ e.g., en_US.ISO8859-1/ + Documentation in language <lang>, encoded using <encoding>. + share + Language independent material, SGML files etc. + +- Tools + + src/ + fontmaps/ + Font maps used by internal rendering tools. + os-image/ + Scripts to build indic-enabled OS images. + package-definitions/ + Package definitions for various OSes for the tools developed + by the Indic-Computing project. + py-freetype/ + A Python wrapper for the Freetype library. + scripts/ + Miscellaneous scripts and rendering tools. + translib/ + A generic transliteration tool. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |