Gborg migration

From PostgreSQL wiki
Jump to navigationJump to search


After a long migration period, gborg was turned off in November of 2007 and the URL pointed to pgfoundry.

Redirecting URLs

There are still a lot of URLs pointing to the old gborg address. The following changes have been made to the Apache configuration file to address these. Corrections and updates are welcome: edit this page and/or email the -www list.


        ## Projects still active and on pgfoundry:
        RedirectMatch permanent /project/audittrail.*  /projects/audittrail/
        RedirectMatch permanent /project/calpp.*       /projects/calpp/
        RedirectMatch permanent /project/dbi-link.*    /projects/dbi-link/
        RedirectMatch permanent /project/gborg.*       /projects/gborg/
        RedirectMatch permanent /project/libpqpp.*     /projects/libpqpp/
        RedirectMatch permanent /project/mysql2psql.*  /projects/mysql2psql/
        RedirectMatch permanent /project/npgsql.*      /projects/npgsql/
        RedirectMatch permanent /project/oledb.*       /projects/oledb/
        RedirectMatch permanent /project/pfm.*         /projects/pfm/
        RedirectMatch permanent /project/pgautotune.*  /projects/pgautotune/
        RedirectMatch permanent /project/pgdiff.*      /projects/pgdiff/
        RedirectMatch permanent /project/pgeasy.*      /projects/pgeasy/
        RedirectMatch permanent /project/pgimport.*    /projects/pgimport/
        RedirectMatch permanent /project/pgintcl.*     /projects/pgintcl/
        RedirectMatch permanent /project/pgjdbc.*      /projects/pgjdbc/
        RedirectMatch permanent /project/pgjobs.*      /projects/pgjobs/
        RedirectMatch permanent /project/pgmonitor.*   /projects/pgmonitor/
        RedirectMatch permanent /project/pgperl.*      /projects/pgperl/
        RedirectMatch permanent /project/pgsphere.*    /projects/pgsphere/
        RedirectMatch permanent /project/pgtcl.*       /projects/pgtcl/
        RedirectMatch permanent /project/pguuid.*      /projects/pguuid/
        RedirectMatch permanent /project/pljava.*      /projects/pljava/
        RedirectMatch permanent /project/plr.*         /projects/plr/
        RedirectMatch permanent /project/psqlodbc.*    /projects/psqlodbc/
        RedirectMatch permanent /project/tablelog.*    /projects/tablelog/
        RedirectMatch permanent /project/tcap.*        /projects/tcap/


        ## Projects still active but hosted elsewhere:
        RedirectMatch permanent /project/dbdpg.*        http://search.cpan.org/~dbdpg/
        RedirectMatch permanent /project/dbmodeller.*   http://sourceforge.net/projects/dbmodeller/
        RedirectMatch permanent /project/libpqxx.*      http://pqxx.org/
        RedirectMatch permanent /project/pgsqlcocoa.*   http://sourceforge.net/projects/pgsqlcocoa/
        RedirectMatch permanent /project/phppgadmin.*   http://phppgadmin.sourceforge.net/
        RedirectMatch permanent /project/postgresqpy.*  http://python.projects.postgresql.org/
        RedirectMatch permanent /project/slony.*        http://slony.info/


        ## Projects in which the admin has asked for it to be killed:
        RedirectMatch gone /project/jpgadmin.*
        RedirectMatch gone /project/jsppgadmin.*
        RedirectMatch gone /project/pgvbaccess.*
        RedirectMatch gone /project/rservimp.*
        RedirectMatch gone /project/webpg.*


        ## Projects possibly gone: admins have not answered:
        RedirectMatch temp /project/ad-pgfoundry.*      /unknown_project.html
        RedirectMatch temp /project/citext.*            /unknown_project.html
        RedirectMatch temp /project/gcm.*               /unknown_project.html
        RedirectMatch temp /project/libpgci.*           /unknown_project.html
        RedirectMatch temp /project/orapgsqlviews.*     /unknown_project.html
        RedirectMatch temp /project/pdadmin.*           /unknown_project.html
        RedirectMatch temp /project/pgcup.*             /unknown_project.html
        RedirectMatch temp /project/pgexplorer.*        /unknown_project.html
        RedirectMatch temp /project/pgexport.*          /unknown_project.html
        RedirectMatch temp /project/pginformix.*        /unknown_project.html
        RedirectMatch temp /project/pglogd.*            /unknown_project.html
        RedirectMatch temp /project/pgmatlab.*          /unknown_project.html
        RedirectMatch temp /project/pgmoneyconvert.*    /unknown_project.html
        RedirectMatch temp /project/pgpayroll.*         /unknown_project.html
        RedirectMatch temp /project/pgprocess.*         /unknown_project.html
        RedirectMatch temp /project/psqlodbcplus.*      /unknown_project.html
        RedirectMatch temp /project/thewsgsnippet.*     /unknown_project.html
        RedirectMatch temp /project/uniqueidentifier.*  /unknown_project.html
        RedirectMatch temp /project/xcodegen.*          /unknown_project.html
        RedirectMatch temp /project/xpgsql.*            /unknown_project.html


        ## Projects whose status is unknown, but appear to have no pgfoundry entry:
        RedirectMatch temp /project/jsppgadmin.*     /unknown_project.html
        RedirectMatch temp /project/gppostgresql.*   /unknown_project.html
        RedirectMatch temp /project/pgprocess.*      /unknown_project.html
        RedirectMatch temp /project/pgreplication.*  /unknown_project.html
        RedirectMatch temp /project/rservimp.*       /unknown_project.html


        ## Projects known to be deprecated:
        RedirectMatch gone /project/erserver.*
        RedirectMatch gone /project/pgavd.*


        ## Other redirects:
        RedirectMatch permanent /projects/pgpy.*  http://pgfoundry.org/projects/pgpy/

Migrating mailing lists