This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps 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]

[cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. b400fa3ca40b7aba2737c809e54cebcbeb4fba23




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=b400fa3ca40b7aba2737c809e54cebcbeb4fba23

commit b400fa3ca40b7aba2737c809e54cebcbeb4fba23
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon Nov 13 13:19:14 2017 +0000

    Revise text on setup page


Diff:
---
 setup.html |   28 +++++++++-------------------
 1 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/setup.html b/setup.html
index b9e55a7..67221b8 100644
--- a/setup.html
+++ b/setup.html
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
-	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <link href="cygwin-apps.css" title="cygwin-apps" media="screen" type="text/css" rel="stylesheet" />
@@ -20,38 +19,33 @@ is a tool for installing Cygwin over the internet, or from a local directory.
 If you want information on how to use <tt>setup</tt> to install Cygwin,
 read the <a
 href="http://sourceware.org/cygwin/cygwin-ug-net/setup-net.html";>Setting Up
-Cygwin</a> page.  For more information on creating packages that 
+Cygwin</a> page.  For more information on creating packages that
 <tt>setup</tt> understands, read the <a href="http://cygwin.com/setup.html";>
-Cygwin Package Contributor's Guide</a>.
-Instruction on creating a local mirror with or without custom Cygwin packages
+Cygwin Packages</a> page.
+Instructions on creating a local mirror with or without custom Cygwin packages
 can be found on the <a
 href="https://cygwin.com/package-server.html";>package
 server</a> page.
 </p>
 
-<h2><a id="download" name="download">Downloads</a></h2>
-<p>
-Anyone intending to do any development work on <tt>setup</tt> should
-check out the <a href="#git">current GIT version</a> of the sources.<br>
-
 <h2>
 <a id="git" name="git">
-Getting the source code from GIT and building
+Getting the source code from git and building
 </a>
 </h2>
-<p><tt>setup</tt> is available via git.  The sources can be
+<p><tt>setup</tt> source code is available via git.  The sources can be
 <a href="https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git";>
-viewed</a> on the web using GITWeb. For development, check out the sources
+viewed</a> using GitWeb. For development, check out the sources
 like this:
 
-<pre>  
+<pre>
 git clone git://cygwin.com/git/cygwin-setup.git
 </pre>
 
 or, if you have commit rights on the repository (you know if you do),
 like this:
 
-<pre>  
+<pre>
 git clone cygwin.com:/git/cygwin-setup.git
 </pre>
 </p>
@@ -61,10 +55,6 @@ git clone cygwin.com:/git/cygwin-setup.git
     >README</a></tt>
 file included in its source.</p>
 
-<h2><a id="miscinfo" name="miscinfo">Miscellaneous Information</a></h2>
-Setup supports a few command-line arguments.  They can be listed using the
-<tt>setup-x86 --help</tt> or <tt>setup-x86_64 --help</tt> command.</p>
-
 </div>
 
 <div id="navigation">


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