Using dep.debian.net
You are welcome to maintain your DEP under the dep.debian.net namespace. This is attached to the dep Alioth project, to which all developers have write access to, and it runs ikiwiki with a Subversion repository underneath it. To add your DEP:
svn checkout svn+ssh://svn.debian.org/svn/dep/web- commit a file named depN.mdwn under
web/deps
The file is in Markdown format, which basically means that plain text will format nicely, and for extra goodies you can consult this brief help, or the full Markdown syntax documentation. The only caveat is for the first paragraph: please indent all of its lines with 4 spaces, so that it gets treated as <pre>; see e.g. dep0.mdwn.
There is also a dep-commits mailing list.
Without ikiwiki
If you’d just like space under Subversion, without having to care about
ikiwiki at all, create and use a depN subdirectory under
svn.debian.org/dep/playground. Then, you could use a URL like this for
your DEP:
http://svn.debian.org/viewsvn/*checkout*/dep/playground/dep17/dep17.txt
Non-subversion repositories
The dep project in Alioth also provides space for Bazaar, Darcs, Git
and Mercurial repositories. To make use of them, log into alioth and
create a file:///$VCS/depN directory, and place as many branches
or repositories as you need under it. You can then use the appropriate
http://$VCS.debian.org URL that will provide a plain text copy of the
latest version as the URL for your DEP. (TODO: provide those URLs.)
TODO
- I think it would be great if we could integrate those VCSen spaces with ikiwiki somehow. No idea how, though. — Dato