From c09d7ae1d1bd5206d89153724d7725f704c3d06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Thu, 26 Jul 2012 21:31:15 -0700 Subject: [PATCH] Update README file --- LICENSE | 2 +- README.md | 29 +++-------------------------- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/LICENSE b/LICENSE index 84b9f08c6..efdcfd1be 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - Copyright 2003-2011 Ask Bjørn Hansen, Develooper LLC + Copyright 2003-2012 Ask Bjørn Hansen, Develooper LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 49691d5a9..dc51cd487 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,15 @@ # perlweb -Sites moved to new perlweb: - -- cpanratings -- dbi -- debugger -- dev -- ldap -- learn -- lists -- noc -- perl4lib -- qa -- sdl -- www -- xml - -Sites still running on old perlweb: - -- svnaccount - +Code for various perl.org sites hosted in the main perl.org infrastructure. ## Clone the source ```sh - git clone git://git.develooper.com/perlweb.git # or from github fork + git clone git://github.com/perlorg/perlweb.git cd perlweb git submodule update --init ``` -The templates and HTML documents are still hosted in Subversion -despite some of the sites being dependent on the docs/ files. Work in -progress to get that sorted! - ## Install dependencies If you have Dist::Zilla and App::cpanminus installed you can just run: @@ -92,4 +69,4 @@ You should now be able to access http://wwwperl.local:8225/ ## Copyright -`perlweb` is Copyright 2003-2011 Ask Bjørn Hansen. See the LICENSE file. +`perlweb` is Copyright 2003-2012 Ask Bjørn Hansen. See the LICENSE file.