This is the mail archive of the cgen@sourceware.org mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Cgen Web Page fixes


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]