Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
The easiest way to download Google Doctype is with a Subversion client. If you only want the sample code, use this command:
svn checkout http://doctype.googlecode.com/svn/trunk/goog goog
If you want the entire project (code, test cases, and articles), use this command instead:
svn checkout http://doctype.googlecode.com/svn/ doctype
Articles and reference pages are in the doctype/wiki/ directory. Sample code is in doctype/trunk/goog/. Test cases are in doctype/trunk/tests/.
Note: this Subversion command will give you a read-only copy of the project repository. If you want to make changes, you'll need to do it through the Google Doctype web interface.
To update your local copy later, go to the top directory of your local copy and issue this command:
svn update