public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Cgen Web Page fixes
@ 2019-05-31 14:04 Stafford Horne
  0 siblings, 0 replies; only message in thread
From: Stafford Horne @ 2019-05-31 14:04 UTC (permalink / raw)
  To: cgen

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 @@
 <dd>
   Yeah it's been a while.  But some folks are still building and using
   CGEN, so we've made it easier.
+  <p>
 </dd>
 
 <dt><b>October 18, 2009: CGEN 1.1 is released</b></dt>
@@ -57,15 +58,10 @@
 <p>A snapshot of the CGEN <a href="docs/cgen.html">manual</a> is
 available as hypertext.
 
-<p>The self-service CGEN <a href="/fom/cgen/">Faq-O-Matic</a> pages is
-available for adding your questions and answers.
-
-<h2>Wiki</h2>
-
-<a href="http://sourceware.org/cgen/wiki/">See the wiki here.</a>
-
 <h2>Availability</h2>
 
+<h3>Source Code</h3>
+
 <p>If you are not doing active development on CGEN, you should get the
 <a href="ftp://sourceware.org/pub/cgen/releases/">latest official
 release</a>.  The FTP server is often very busy, see one of the <a
@@ -77,7 +73,7 @@
 <dt><b>Anonymous GIT read-only access</b></dt>
 <dd>
   <pre>
-  git clone git://sourceware.org/cgen.git
+  git clone git://sourceware.org/git/cgen.git
   </pre>
 </dd>
 
@@ -90,6 +86,30 @@
 
 </dl>
 
+<h3>Web Pages</h3>
+
+These web pages are maintained using CVS.  They are accessible using:
+
+<dl>
+<dt><b>Read-only CVS</b></dt>
+<dd>
+  <pre>
+  cvs -d :pserver:anoncvs@sourceware.org:/cvs/cgen login
+  {enter "anoncvs" as the password}
+  cvs -d :pserver:anoncvs@sourceware.org:/cvs/cgen co htdocs
+  </pre>
+</dd>
+</li>
+
+<dt><b>Read-write CVS</b> (CGEN developers only)</dt>
+<dd>
+  <pre>
+  CVS_RSH=ssh ; export CVS_RSH
+  cvs -d :ext:YOURACCOUNT@sourceware.org:/cvs/cgen co htdocs
+  </pre>
+</dd>
+</dl>
+
 <h2>Bug reports and patches</h2>
 
 <p>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-31 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31 14:04 [PATCH] Cgen Web Page fixes Stafford Horne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).