Mercurial > p > roundup > code
view website/www/code.txt @ 4703:8e34362a14f7
issue2550774: Fix generating the website documentation
- the COPYING.txt file needs to be symlinked into website/www/ so the
documentation can be generated correctly
- add website/www/COPYING.txt to the .hgignore file so the symlinked version
does not get accidentally committed to the repository
- the website documentation Makefile 'clean' removes the symlinks and the
generated html to return things back to the original state, which is what
should happen on a 'clean'
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Sun, 16 Dec 2012 13:18:11 +1100 |
| parents | 087833b66c77 |
| children | d00a3ede67e4 |
line wrap: on
line source
Code ==== Changelog ---------- The changelog is available as `CHANGES.txt in the SCM repository <http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/raw-file/default/CHANGES.txt>`_. Browse ------ You may browse the repository via the `Mercurial webinterface <http://roundup.hg.sourceforge.net/hgweb/roundup/roundup>`_. Read-only Access ---------------- Read-only repository access is provided through :: hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup The URL for the webinterface works, too, but you will see messages about redirects to the URL shown here. Read-write Access ----------------- The read/write access uses your SourceForge.net ssh password or ssh key to authorize your access. (See `SF's site documentation on Mercurial access <https://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial#Access>`_) :: hg clone ssh://<username>@roundup.hg.sourceforge.net/hgroot/roundup/roundup Of course a roundup developer must have granted you write access first - ask for it on the roundup-devel list.
