Vertigo

 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
--- Vertigo rto 2009-02-04 23:45:02.659511 

+++ Vertigo rto 2009-03-02 23:42:47.642041 

@@ -1,7 +1,9 @@

 Description
 ==

-Vertigo is a system for managing one or more servers.
+///SUBPAGES///
+
+!Vertigo is a system for managing one or more servers.

 It allows administrators to manage virtual hosts on their servers without having to manually edit configuration files.

@@ -9,30 +11,29 @@


 All of this is done using a series of web interfaces.

-Vertigo itself consists of a python library for changing the configuration of domains (virtual hosts), a series of Vertigo/WebApplications web applications and a range of Vertigo/Services that does the actual manipulation of configuration files.
-
-wiki:Screenshots
+!Vertigo itself consists of a python library for changing the configuration of domains (virtual hosts), a series of Vertigo/WebApplications web applications and a range of Vertigo/Services that does the actual manipulation of configuration files.

 Documentation
 ==

  * Vertigo/Services Provides a page with documentation for each of the services provided by Vertigo.
- * Vertigo/SettingUpVertigoOnDebian Setting up vertigo on Debian GNU/Linux] is a short introduction from "newly installed Debian base system" to running Vertigo installation.
- * Vertigo/UpgradingTo0.6.2 upgrading to 0.6.2] describes what to do to upgrade from version 0.6.0 to 0.6.2.
+ * Vertigo/Documentation/SettingUpVertigoOnDebian Setting up vertigo on Debian GNU/Linux] is a short introduction from "newly installed Debian base system" to running Vertigo installation.
+ * Vertigo/Documentation/UpgradingTo0.6.2  describes what to do to upgrade from version 0.6.0 to 0.6.2.
  * Vertigo/ChangeLog is a "mildly" edited version of the debian changelog for the vertigo source package.
+ * Vertigo/Roadmap lays out the land for the future of !Vertigo.
+
+///BAZAAR http://192.168.99.101/bzr/vertigo/trunk///

 Joining the effort
 ==

-The first thing to do is join the development maillinglist, it is very low-traffic and should cause you too much grief, if you are not a developer you could join the announce list, to receive email when a new release of vertigo is ready.
+I used to host a maillinglist on dev.infonet.dk, but i no longer do that. If enough people ask me to i will create a new one.

- * (Developers maillinglist)[http://lists.infonet.dk/cgi-bin/listinfo/vertigo-dev]
- * (Announce maillinglist)[http://lists.infonet.dk/cgi-bin/listinfo/vertigo-announce]
+Vertigo is developed using [Bazaar](http://bazaar-ng.org) and as such, each developer has their own source-code repository:

-Vertigo is developed using [http://gnuarch.org Tom Lord's Arch] and as such, each developer has their own source-code repository:
- * [http://dev.infonet.dk/~rto/arch/2004 halfdan@halfdans.net--2004] Is controlled by Rasmus Toftdahl Olesen, and the only source repository so far.
+ * <http://halfdans.net/bzr/vertigo/> is controlled by Rasmus Toftdahl Olesen, and the only source repository so far.

-Debian packages are built each night on our development server, and can be accessed in our experimental debian distribution, build logs are available [http://dev.infonet.dk/~rto/builds/#vertigo from here]
+There are several branches below that directory, but development is usually done on trunk, this is also the branch we release from.

 Download
 ==
@@ -41,6 +42,6 @@


 If using debian you should add:

-    deb http://dev.infonet.dk/debian <distribution> .
+    deb http://halfdans.net/debian <distribution> .

 To your `/etc/apt/sources.list`, our Vertigo/ReleasePolicy release policy is described here.