|
From: Earnie B. <ea...@us...> - 2005-08-02 14:27:44
|
Update of /cvsroot/mingw/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9377 Modified Files: ChangeLog index.shtml msys.shtml Log Message: 2005-08-02 Earnie Boyd <ea...@us...> * index.shtml: Tidy. Add section for published system of choice. * msys.shtml: Tidy. Remove verbiage about the i386, i586 and i686 older distributions. Index: msys.shtml =================================================================== RCS file: /cvsroot/mingw/htdocs/msys.shtml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** msys.shtml 2 May 2004 19:03:04 -0000 1.12 --- msys.shtml 2 Aug 2005 14:27:35 -0000 1.13 *************** *** 1,65 **** <html> ! <head> ! <meta name="description" ! content="Home of MinGW -- Minimalist GNU for Windows -- project. Contains information about the MinGW runtime library and GNU/OSS development tools for MinGW."> ! <meta name="keywords" ! content="mingw, mingw32, programming, C++, C, C/C++, libraries, software, development tools, editors, IDEs, GNU"> ! <link rel="stylesheet" type="text/css" href="mingw.css"> ! <title>MinGW - Minimal SYStem</title> ! </head> ! <body> ! <span style="visibility: hidden;">.</span> ! <!--#include virtual="ssi/header.html" --> ! <!--#include virtual="ssi/lside.html" --> ! <div id="Content"> ! <h1>MinGW - Minimal SYStem</h1> ! <p> ! <p> ! MSYS was created out of a long-lived desire to provide the MinGW community a ! Minimal SYStem, with which a configure script could be executed. This is finally ! available from the ! <a href="http://sourceforge.net/project/showfiles.php?group_id=2435">MinGW download area</a> on SourceForge. ! </p> ! <p> ! Most users will need only the binary distribution of MSYS, which is provided ! as a Windows installer executable. MSYS versions prior to 1.0.8 are available ! for three processor architectures: ! </p> ! <ul> ! <li><b>i386</b>, which will run on any 32-bit Intel-compatible processor.</li> ! <li><b>i586</b>, which will run on Pentium processors or newer (and compatibles).</li> ! <li><b>i686</b>, which will run on Pentium Pro, Pentium II and Celeron processors or newer ! (and compatibles). ! </ul> ! <p> ! MSYS versions 1.0.8 and later include only the i386 binary distribution, which will run ! on any 32-bit Intel-compatible processor. ! The tarball flagged as "src" contains the source code for MSYS runtime and each package used to provide executable binaries, which is unnecessary unless a ! manual build is desired. Source tarballs may not be provided for snapshots and ! prereleases, so the latest source should be obtained from the "msys" module in ! <a href="http://sourceforge.net/cvs/?group_id=2435">MinGW CVS</a>. ! The files flagged as "odmp" and "perdr" ! are used to diagnose problems in MSYS itself, and are only useful for MSYS developers. ! </p> ! <p> ! More information about using MinGW with ! MSYS can be found in the <a href="mingwfaq.shtml#faq-usingwithmsys">FAQ</a>, ! and the current MSYS documentation can be found in the "\msys\1.0\doc\msys" ! subdirectory within the binary distribution. ! </p> ! <p> ! There is also a mailing list for MSYS discussion (MinGW-msys). See the ! <a href="lists.shtml">Mailing Lists</a> page for more information and access to this list. ! </p> ! </p> ! </div> ! <!--#include virtual="ssi/footer.html" --> ! </body> </html> --- 1,50 ---- + <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ! <head> ! <meta name="generator" content="HTML Tidy, see www.w3.org"> ! <meta name="description" content= ! "Home of MinGW -- Minimalist GNU for Windows -- project. Contains information about the MinGW runtime library and GNU/OSS development tools for MinGW."> ! <meta name="keywords" content= ! "mingw, mingw32, programming, C++, C, C/C++, libraries, software, development tools, editors, IDEs, GNU"> ! <link rel="stylesheet" type="text/css" href="mingw.css"> ! <title>MinGW - Minimal SYStem</title> ! </head> ! <body> ! <span style="visibility: hidden;">.</span> ! <!--#include virtual="ssi/header.html" --> ! <!--#include virtual="ssi/lside.html" --> ! <div id="Content"> ! <h1>MinGW - Minimal SYStem</h1> + <p>MSYS was created out of a long-lived desire to provide the MinGW + community a Minimal SYStem, with which a configure script could be + executed. This is finally available from the <a href= + "http://sourceforge.net/project/showfiles.php?group_id=2435">MinGW + download area</a> on SourceForge.</p> ! <p>MSYS versions 1.0.8 and later include only the i386 binary ! distribution, which will run on any 32-bit Intel-compatible processor. ! The tarball flagged as "src" contains the source code for MSYS runtime ! and each package used to provide executable binaries, which is ! unnecessary unless a manual build is desired. Source tarballs may not ! be provided for snapshots and prereleases, so the latest source should ! be obtained from the "msys/rt" and "msys/packages" modules in <a href= ! "http://sourceforge.net/cvs/?group_id=2435">MinGW CVS</a>. The files ! ending in "odmp" and "perdr" are used to diagnose the a stackdump ! should that occur.</p> ! <p>More information about using MinGW with MSYS can be found in the <a ! href="mingwfaq.shtml#faq-usingwithmsys">FAQ</a>, and the current MSYS ! documentation can be found in the "\msys\1.0\doc\msys" subdirectory ! within the binary distribution.</p> ! <p>There is also a mailing list for MSYS discussion (MinGW-msys). See ! the <a href="lists.shtml">Mailing Lists</a> page for more information ! and access to this list.</p> ! </div> ! <!--#include virtual="ssi/footer.html" --> ! </body> </html> Index: index.shtml =================================================================== RCS file: /cvsroot/mingw/htdocs/index.shtml,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** index.shtml 6 May 2004 11:14:58 -0000 1.73 --- index.shtml 2 Aug 2005 14:27:35 -0000 1.74 *************** *** 1,54 **** <html> ! <head> ! <meta name="description" ! content="Home of MinGW -- Minimalist GNU for Windows -- project. Contains information about the MinGW runtime library and GNU/OSS development tools for MinGW."> ! <meta name="keywords" ! content="mingw, mingw32, programming, C++, C, C/C++, libraries, software, development tools, editors, IDEs, GNU"> ! <link rel="stylesheet" type="text/css" href="mingw.css"> ! <link rel="stylesheet" type="text/css" href="mingw_news.css"> ! <title>MinGW - Home</title> ! </head> ! <body> ! <span style="visibility: hidden;">.</span> ! <!--#include virtual="ssi/header.html" --> ! <!--#include virtual="ssi/lside.html" --> ! <!--#include virtual="news-short.html" --> ! <div id="Content"> ! <h1>MinGW - Home</h1> ! <p> ! <p><span class="bold">MinGW:</span> A ! collection of freely available and freely distributable Windows ! specific header files and import libraries combined with GNU toolsets ! that allow one to produce native Windows programs that do not rely on ! any 3rd-party C runtime DLLs.</p> ! <p><span class="bold">MSYS:</span> A Minimal ! SYStem to provide POSIX/Bourne configure scripts the ability to execute ! and create a Makefile used by make.<br> ! </p> ! <p><span class="bold">Mailing Lists:</span> We ! have several <a href="lists.shtml">mailing lists</a> you are encouraged ! to join and participate in. There is a general discussion list <a ! href="mailto:min...@li...">min...@li...</a> for ! general MinGW questions and a general discussion list <a ! href="mailto:min...@li...">min...@li...</a> for ! questions more related to MSYS and to using the Minimal SYStem. ! Information for signup and links to the archives can be found by <a ! href="lists.shtml">clicking here</a>. You may search the archives ! using the "Search the archives" form found on the left side of ! every <a href="http://www.mingw.org">www.mingw.org</a> page. ! </p> ! <p><span class="bold">Packages, Release Candidates, etc.</span> ! We've moved this information to the <a href="download.shtml">Download</a> web ! page. We hope that you find our new look helpful.</p> ! </p> ! </div> ! <!--#include virtual="ssi/footer.html" --> ! </body> </html> --- 1,74 ---- + <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + <html> ! <head> ! <meta name="generator" content="HTML Tidy, see www.w3.org"> ! <meta name="description" content= ! "Home of MinGW -- Minimalist GNU for Windows -- project. Contains information about the MinGW runtime library and GNU/OSS development tools for MinGW."> ! <meta name="keywords" content= ! "mingw, mingw32, programming, C++, C, C/C++, libraries, software, development tools, editors, IDEs, GNU"> ! <link rel="stylesheet" type="text/css" href="mingw.css"> ! <link rel="stylesheet" type="text/css" href="mingw_news.css"> ! <title>MinGW - Home</title> ! </head> ! <body> ! <span style="visibility: hidden;">.</span> ! <!--#include virtual="ssi/header.html" --> ! <!--#include virtual="ssi/lside.html" --> ! <!--#include virtual="news-short.html" --> ! ! <div id="Content"> ! <h1>MinGW - Home</h1> ! <p><span class="bold">MinGW:</span> A collection of freely available ! and freely distributable Windows specific header files and import ! libraries combined with GNU toolsets that allow one to produce native ! Windows programs that do not rely on any 3rd-party C runtime DLLs.</p> ! <p><span class="bold">MSYS:</span> A Minimal SYStem to provide ! POSIX/Bourne configure scripts the ability to execute and create a ! Makefile used by make.</p> ! <p><span class="bold">Mailing Lists:</span> We have several <a href= ! "lists.shtml">mailing lists</a> you are encouraged to join and ! participate in. There is a general discussion list <a href= ! "mailto:min...@li...">min...@li...</a> for ! general MinGW questions and a general discussion list <a href= ! "mailto:min...@li...">min...@li...</a> for ! questions more related to MSYS and to using the Minimal SYStem. ! Information for signup and links to the archives can be found ! by <a href="lists.shtml">clicking here</a>. You may search the ! archives using the "Search the archives" form found on the left side of ! every <a href="http://www.mingw.org">www.mingw.org</a> page.</p> ! <p><span class="bold">Packages, Release Candidates, etc.</span> We've ! moved this information to the <a href="download.shtml">Download</a> web ! page. We hope that you find our new look helpful.</p> ! ! <p><span class="bold">Publications promoting MinGW:</span> The ! following list are published works suggesting or requiring MinGW and/or ! MSYS as their Windows build system of choice.</p> ! ! <ul> ! <li><em class="bold">Publisher:</em> <a href= ! "http://www.syngress.com">Syngress Publishing, Inc</a><br> ! <em class="bold">Title:</em> Host Integrity Monitoring Using Osiris ! and Samhain<br> ! <em class="bold">Author:</em> Brian Wotring<br> ! <em class="bold">Technical Editor:</em> Bruce Potter<br> ! <em class="bold">ISBN:</em> 1-597490-18-0<br> ! </li> ! </ul> ! ! <p class="small" >For information on adding your publication to this list; send your ! queries to mingw-users-admin at list dot sourceforge dot net. Make ! certain the subject of your email doesn't look like it may be SPAM or ! it may be deleted without being read.</p> ! </div> ! <!--#include virtual="ssi/footer.html" --> ! </body> </html> + Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/htdocs/ChangeLog,v retrieving revision 1.155 retrieving revision 1.156 diff -C2 -d -r1.155 -r1.156 *** ChangeLog 28 Jul 2005 11:23:28 -0000 1.155 --- ChangeLog 2 Aug 2005 14:27:35 -0000 1.156 *************** *** 1,2 **** --- 1,8 ---- + 2005-08-02 Earnie Boyd <ea...@us...> + + * index.shtml: Tidy. Add section for published system of choice. + * msys.shtml: Tidy. Remove verbiage about the i386, i586 and i686 + older distributions. + 2005-07-28 Earnie Boyd <ea...@us...> |