Website Re-deployment
- alanbriolat.co.uk
- Blog under the name of “Digital Ambulation”
- Techincal musings, project news, etc.
- Maybe personal stuff if I think anybody would care…
- Redirect
alanbriolat.co.uk/projects/<x>tocodescape.net/<x>
- codescape.net - [DONE]
- Project website under the name “CodeScape” - stuff about projects + documentation, etc.
- Running on some kind of wiki-oriented software for ease of use
- Use existing software?
- Should support hierarchical structure, e.g.
codescape.net/project/subpage/subsubpage - Namespace-based access control would be nice too, just in case I want something to be private.
- Front page is index of current and past (and possibly future) projects
- All projects are rooted at
codescape.net/<projectname>, and this should never change from this point onwards - Related news for project using a wiki RSS plugin pointed at alanbriolat.co.uk/tag/<projectname>
- files.codescape.net
- Web-based file manager, this is where project downloads go, plus anything else I want to upload
files.codescape.net/show/<path>andfiles.codescape.net/dl/<path>- Possibly allow
files.codescape.net/dl/<directory>/to on-the-fly archive the directory?
- git.codescape.net - [DONE]
git://git.codescape.net/- Native Git protocol access to public git repositories- Runs gitosis
- svn.codescape.net - [DONE]
- SVN repository browser (WebSVN)
http://svn.codescape.net/svn/- HTTP read-only access to SVN repositories