From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Denis Bueno" Subject: Re: Suggest changing git repo on website to refer to git protocol Date: Tue, 22 Jul 2008 13:35:20 -0400 Message-ID: <6dbd4d000807221035t2c3271a0h6296f56255a60dab@mail.gmail.com> References: <6dbd4d000807220948k1a90f623x9122d0073d6e01b8@mail.gmail.com> <74758616-DF56-4EB8-A5EF-AD1E8900303F@uva.nl> <4886168E.5080908@manor-farm.org> <8C7E273F-8690-4A16-9172-BB6C9A3545B0@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLLlj-0006xB-N6 for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 13:35:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLLli-0006wj-1U for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 13:35:23 -0400 Received: from [199.232.76.173] (port=50896 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLLlh-0006we-Ug for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 13:35:21 -0400 Received: from an-out-0708.google.com ([209.85.132.245]:54496) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLLlh-0004XU-To for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 13:35:22 -0400 Received: by an-out-0708.google.com with SMTP id c38so488570ana.84 for ; Tue, 22 Jul 2008 10:35:21 -0700 (PDT) In-Reply-To: <8C7E273F-8690-4A16-9172-BB6C9A3545B0@uva.nl> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode On Tue, Jul 22, 2008 at 13:27, Carsten Dominik wrote: > can you make a concrete proposal where on the webpage I should change what? > Thanks. The proposal I make is for me actually to learn English. The website is fine; I just read it wrong. It says, "More information on this page: http://repo.or.cz/w/org-mode.git", which I read as "Here is the clone URL: http://repo.or.cz/w/org-mode.git". Cloning the http repo that is listed at the website http://repo.or.cz/w/org-mode.git results in no errors. Sorry for the noise. ... On reflection, since others didn't catch my error before now, perhaps the following change might clear things up: diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org index 1b8a92f..14d939d 100644 --- a/ORGWEBPAGE/index.org +++ b/ORGWEBPAGE/index.org @@ -66,7 +66,7 @@ has been posted [[http://www.philfam.co.uk/pete/GTD/org-mode/update-org.sh][here ** The development version You can check out the latest Org development version (along with every -release we ever had) by using git. More information on this page: +release we ever had) by using git. The git repository is browseable online at: http://repo.or.cz/w/org-mode.git ** Alternative distributions The wording I chose is supposed to make the reader think, "Hum, but where is the clone URL? Better click there..." and that webpage has all the clone URLs. -- Denis