From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70244 invoked by alias); 31 May 2019 14:04:07 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 70235 invoked by uid 89); 31 May 2019 14:04:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.2 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,HK_OBFDOM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=youraccountsourcewareorg, sk:youracc, sk:YOURACC, youraccount@sourceware.org X-HELO: mail-pl1-f193.google.com Received: from mail-pl1-f193.google.com (HELO mail-pl1-f193.google.com) (209.85.214.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 May 2019 14:04:05 +0000 Received: by mail-pl1-f193.google.com with SMTP id c5so4051305pll.11 for ; Fri, 31 May 2019 07:04:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=oxwJvfnl3bDGC51XkQoVzBHpiLg2IIs+6z9Q0EWfHwo=; b=lpEPfH2DfF/0lsX3ADW3CmxoysZM1EUZyFvas55R2dvT0UAnB3WmO8RMNnQQaRrksE UFju2KXKKjMAOPv3a5K3G6TvJ91pWeaPZhWUM9fYVHl8tzJ5XxQnv0hR7kT2cCAUWxff jpZVpA5qKDGLPf14p2uJMnaY9rOJ/5RhjC0X1Q588uhGEEtzcvx8VBDf2sixZIQ2insA y0Xhig0ETbHgFNFW2hD4wOz501mmfFyhM8aWGSQlKywHRwGATjf95IGhMjGQ/C++4hOi LbMna6X+8opTHnaEjjBEimgK7f0vXSXcuYC66Op0UR5sk4nc9JDQHvFlLAqaBjD+0k7M 17Yw== Return-Path: Received: from localhost (g30.211-19-85.ppp.wakwak.ne.jp. [211.19.85.30]) by smtp.gmail.com with ESMTPSA id b35sm7372149pjc.15.2019.05.31.07.04.01 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 31 May 2019 07:04:01 -0700 (PDT) Date: Fri, 31 May 2019 14:04:00 -0000 From: Stafford Horne To: cgen@sourceware.org Subject: [PATCH] Cgen Web Page fixes Message-ID: <20190531140359.GC3379@lianli.shorne-pla.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.4 (2019-03-13) X-SW-Source: 2019-q2/txt/msg00012.txt.bz2 Hello, After the move to git I noticed a few issues with the cgen web site. So, I fixed them up. If there are alternate URL's for faq-o-matic and wiki let me know and I can fix them up rather than delete them. ChangeLog: * index.html (News): Fix spacing for git news item. (Documentation): Remove link to broken faq-o-matic. (Wiki): Remove as broken. (Souce Code): New section label. Fix git url. (Web Pages): New section. Index: index.html =================================================================== RCS file: /cvs/cgen/htdocs/index.html,v retrieving revision 1.29 diff -u -r1.29 index.html --- index.html 22 May 2019 19:28:16 -0000 1.29 +++ index.html 31 May 2019 13:55:54 -0000 @@ -26,6 +26,7 @@
Yeah it's been a while. But some folks are still building and using CGEN, so we've made it easier. +

October 18, 2009: CGEN 1.1 is released
@@ -57,15 +58,10 @@

A snapshot of the CGEN manual is available as hypertext. -

The self-service CGEN Faq-O-Matic pages is -available for adding your questions and answers. - -

Wiki

- -See the wiki here. -

Availability

+

Source Code

+

If you are not doing active development on CGEN, you should get the latest official release. The FTP server is often very busy, see one of the Anonymous GIT read-only access

-  git clone git://sourceware.org/cgen.git
+  git clone git://sourceware.org/git/cgen.git
   
@@ -90,6 +86,30 @@ +

Web Pages

+ +These web pages are maintained using CVS. They are accessible using: + +
+
Read-only CVS
+
+
+  cvs -d :pserver:anoncvs@sourceware.org:/cvs/cgen login
+  {enter "anoncvs" as the password}
+  cvs -d :pserver:anoncvs@sourceware.org:/cvs/cgen co htdocs
+  
+
+ + +
Read-write CVS (CGEN developers only)
+
+
+  CVS_RSH=ssh ; export CVS_RSH
+  cvs -d :ext:YOURACCOUNT@sourceware.org:/cvs/cgen co htdocs
+  
+
+
+

Bug reports and patches