--- Vertigo rto 2009-02-04 23:24:53.601723
+++ Vertigo rto 2009-02-05 21:14:22.580279
@@ -1,0 +1,47 @@
+Description
+==
+
+///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.
+
+Moreover it allows users of these virtual hosts to manage their email adresses and aliases, as well as giving them a way to access their backups.
+
+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.
+
+Documentation
+==
+
+ * Vertigo/Services Provides a page with documentation for each of the services provided by Vertigo.
+ * 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 upgrading to 0.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.
+
+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.
+
+ * (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 [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.
+
+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]
+
+Download
+==
+
+If you wish to use vertigo, it is by far easiest if you are using [http://www.debian.org Debian GNU/Linux], support for other distributions will probably happen, but not in the near future.
+
+If using debian you should add:
+
+ deb http://dev.infonet.dk/debian <distribution> .
+
+To your `/etc/apt/sources.list`, our Vertigo/ReleasePolicy release policy is described here.