$ svn export http://svn.github.com/niteoweb/niteoweb.skel.plone.git niteoweb.<shortname> $ cd niteoweb.<shortname> $ mv src/niteoweb/zulu src/niteoweb/<shortname>
$ svn mkdir https://niteoweb.repositoryhosting.com/svn/niteoweb_<shortname>/niteoweb.<shortname> -m "create package dir" $ svn mkdir https://niteoweb.repositoryhosting.com/svn/niteoweb_<shortname>/niteoweb.<shortname>/{trunk,tags,branches} -m "create svn structure" $ svn co https://niteoweb.repositoryhosting.com/svn/niteoweb_<shortname>/niteoweb.<shortname>/trunk ./ $ svn add *
- Use search&replace to replace all placeholder strings with meaningful ones: Zulu, zulu, TODO.
- Remove this entire paragraph ("How to use this") from README.rst.
- Start coding :).
$ virtualenv -p python2.7 --no-site-packages ./ $ bin/python bootstrap.py $ bin/buildout $ bin/test $ bin/instance fg
#################### REMOVE EVERYTHING UNTIL THIS LINE #########################
Framework: | |
---|---|
Bug tracker: | |
Source: | |
Documentation: | |
Code status: |
Summary
One or two sentences about the project ...
Additional info about the projects' background, rationale, etc.