diff options
Diffstat (limited to 'contributing/web_pages.mdwn')
-rw-r--r-- | contributing/web_pages.mdwn | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/contributing/web_pages.mdwn b/contributing/web_pages.mdwn index 9334bdd5..48a44659 100644 --- a/contributing/web_pages.mdwn +++ b/contributing/web_pages.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011 Free Software +[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -113,25 +113,23 @@ identity: To be able to do a checkout from which you can later directly push your changes back into the master repository, you need a -[[shell_account_on_*flubber*|public_hurd_boxen]] and need to be a member of +[[shell_account_on_*darnassus*|public_hurd_boxen]] and need to be a member of the *hurd-web* group. (It's also recommended that you set up your local SSH configuration as advised on that page.) If you have an account on there: - $ git clone flubber:~hurd-web/hurd-web [dest] + $ git clone darnassus:~hurd-web/hurd-web.git [dest] If you don't have such an account or don't have your login data handy, you can still get pages the read-only way. - $ git clone git://flubber.bddebian.com/~hurd-web/hurd-web [dest] +<!-- -If that also doesn't work out, you have yet another chance: pull over the HTTP -protocol. Not very efficient (read: rather inefficient), but it works. This -is also read-only. - - $ git clone http://www.bddebian.com:8888/git/hurd-web [dest] + $ git clone git://darnassus.sceen.net/~hurd-web/hurd-web.git [dest] Or, you can check out the Savannah repository: +--> + $ git clone git://git.savannah.gnu.org/hurd/web.git [dest] See <http://git.savannah.gnu.org/cgit/hurd/web.git>. If you're using the `ssh` @@ -141,7 +139,7 @@ repository is that there is no [[ikiwiki]] installation where the pushed changes are immediatelly rendered and viewable by everyone. For all cases: if you omit `[dest]` it will default to `hurd-web` for the -`bddebian.com` repositories, or `web` for a Savannah clone. +darnassus repository, or `web` for a Savannah clone. Later, you can just `cd` into the `hurd-web` or `web` directory, and, for example, run `git pull` to get hold of the latest changes others have been @@ -183,7 +181,7 @@ You can also locally get the whole set of pages rendered to HTML: If you're a [`w3m`](http://w3m.sourceforge.net/) user, you can also use `w3m` to edit your files locally, as it were done through the web interface at -<http://www.bddebian.com:8888/~hurd-web/>. +<http://darnassus.sceen.net/~hurd-web/>. First, generate the wrapper. Unless the configuration is changed, this has to be done only once. |