From 1fad1b4f68f3b66c5ce76eb48e1309da98e45652 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 30 Dec 2010 14:19:29 +0100 Subject: [PATCH] More prominently talk about alternative hosting In particular, plug github quite a bit more, because it's usually a much better offering than git.postgresql.org. For one thing, they have people actually responding quickly to requests ;) --- gitadmin/adm/templates/help.html | 15 +++++++++++++++ gitadmin/adm/templates/index.html | 8 ++++++++ 2 files changed, 23 insertions(+) diff --git a/gitadmin/adm/templates/help.html b/gitadmin/adm/templates/help.html index 6fb8e92..376a078 100644 --- a/gitadmin/adm/templates/help.html +++ b/gitadmin/adm/templates/help.html @@ -11,6 +11,21 @@ hosting including mailing lists and bug trackers, look at pgfoundry.org.

+If you want to to use git, while also getting some of the features +that are on pgfoundry, we strongly advise you to look at +github. They provide full project hosting +on git, including webpages, wikis and issue trackers. They provide a much +more refined hosting product than we do, and as long as your project is +open source, it's free! +

+

+If you want to work on code on one of the main PostgreSQL projects (including +the backend and pgAdmin for example), there are mirrors of these projects +available under the postgres +organization on github. Forking from there will give you access to many +useful github tools for tracking your work. +

+

Obviously, if your project is not PostgreSQL related, this is not the place to go looking.

diff --git a/gitadmin/adm/templates/index.html b/gitadmin/adm/templates/index.html index 8578bf0..c8e8f29 100644 --- a/gitadmin/adm/templates/index.html +++ b/gitadmin/adm/templates/index.html @@ -19,7 +19,15 @@ {% endfor %} +

New project

+

Note! We recommend that you consider using a service such as +github for development repositories, since +they provide a much more complete service than we do.

+ +

Note! Before requesting a project here, please make sure you follow +the naming conversions as listed on the help page.

+

To request a new project, enter a name here. The name has to be 5-64 characters long and contain only lowercase letters and numbers.

-- 2.39.5