1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Sloecode is a stand-alone code hosting solution for educational and commercial
use. The design goals of the project include:
* Make Sloecode easy to install. Installing the server component of sloecode
is as easy as ``apt-get install sloecode``, the client component can be
installed with ``apt-get install bzr-sloecode``.
* Make Sloecode easy to use. Getting started with Sloecode is easy! All
administration is done via a web interface. Developers using Sloecode can
continue to use all the features in Bazaar that they're used to.
The core Sloecode system provides:
* A web interface for administration.
* A Bazaar smart-server that provides both personal repositories and project
repositories.
* Basic branch management functions via the web UI.
In the future this list of features will be extended with additional, optional
components.
Legal:
------
The Sloecode web-app makes use of the excellent Fugue icon set. These icons are
Copyright © Yusuke Kamiyamane(http://p.yusukekamiyamane.com/). All rights
reserved. Licensed under a Creative Commons Attribution 3.0 license
(http://creativecommons.org/licenses/by/3.0/).
|