My favorites | English | Sign in

More personalization in Google Friend Connect New!

Google Doctype

Downloading

How to download Google Doctype

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