Mercurial > mozilla > hg > DocumentIt
diff document_it.py @ 1:53c7f9c7dfb6
note staging server
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 01 Aug 2011 14:15:48 -0700 |
parents | 665b2ae2ecc6 |
children | 58befca0eb17 |
line wrap: on
line diff
--- a/document_it.py Mon Aug 01 12:00:51 2011 -0700 +++ b/document_it.py Mon Aug 01 14:15:48 2011 -0700 @@ -15,7 +15,8 @@ except ImportError: raise ImportError("markdown is not installed, run (e.g.):\neasy_install Markdown") -DEST='http://developer.mozilla.org/' +#DEST='http://developer.mozilla.org/' +DEST='https://developer-stage9.mozilla.org/' DIR=os.path.dirname(os.path.abspath(__file__)) README=['README.md', 'README.txt', 'README']