OSDN Git Service

Publish GCC include file search path HOWTO.
[mingw/website.git] / about.html
index 80c9ac3..42566ac 100644 (file)
@@ -2,13 +2,13 @@
  *
  * about.html
  *
- * Default landing page content for the MinGW.org web-site.
+ * Default landing page content for the MinGW.OSDN web-site.
  *
  *
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2021, MinGW.OSDN Project
  *
  *
  * Redistribution and use in source and 'compiled' forms (SGML, HTML,
  *    and the following disclaimer in the documentation and/or other
  *    materials provided with the distribution.
  *
- * THIS DOCUMENTATION IS PROVIDED BY THE MINGW.ORG PROJECT "AS IS" AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE MINGW.ORG PROJECT, OR
+ * THIS DOCUMENTATION IS PROVIDED BY THE MINGW.OSDN PROJECT "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE MINGW.OSDN PROJECT, OR
  * ITS CONTRIBUTORS, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  *    &#8221;   right (closing) typographic double quote
  *
 -->
-<dl class="masthead"><!-- hidden for masthead class -->
-<!-- FIXME: is there a better way to do this?  We need to propagate
- content to the "as-page-title" and "as-page-subtitle" place-holders,
- within the "page-content" div of "index.html"; our javascript page
- loader will explicitly look for these hidden elements, and copy
- their content into the corresponding visible place-holders.
--->
- <dt id="page-title">Welcome to MinGW.org</dt>
- <dt id="page-subtitle">Home of the MinGW and MSYS Projects</dt>
-</dl><!-- masthead -->
+<script class="masthead">
+/* Script fragment, to assign titles specific to this page; this is
+ * encapsulated within the "masthead", where such titles are displayed,
+ * to ensure that whatever page content may follow will be correctly
+ * positioned, relative to the masthead content.
+ */
+ set_page( "title", "Welcome to MinGW.OSDN" );
+ set_page( "subtitle", "Home of the MinGW and MSYS Projects" );
+</script><!-- masthead -->
 <p><strong>MinGW</strong>,
 a contraction of &#8220;Minimalist GNU for Windows&#8221;,
 is a minimalist development environment
@@ -70,7 +69,7 @@ registration
 <a href="https://tsdr.uspto.gov/#caseNumber=86017856&#038;
 caseSearchType=US_APPLICATION&#038;caseType=DEFAULT&#038;
 searchType=statusSearch">number 86017856</a>;
-it has been registered on behalf of MinGW.org,
+it has been registered on behalf of MinGW.OSDN,
 and its use by any other project is unauthorized.
 </p>
 <p><strong>MinGW</strong>
@@ -137,7 +136,7 @@ chosen to facilitate that objective.
 </p>
 <hr /></div>
 <h3>Project Mailing Lists</h3>
-<p>The MinGW.org Project operates one active discussion
+<p>The MinGW.OSDN Project operates one active discussion
 <a rel="noopener noreferrer" target="_blank"
  href="https://lists.osdn.me/mailman/listinfo/mingw-users"
 >mailing list</a>,
@@ -171,7 +170,8 @@ project mailing lists available
 subscription to these older lists is no longer permitted.
 </p>
 <hr />
-<h3 id="cross-compile">Using MinGW for Cross-Hosted Development</h3>
+<div class="overlapped" id="cross-compile">
+<h3>Using MinGW for Cross-Hosted Development</h3>
 <p>While <strong>MinGW</strong> provides tools
 primarily intended for use by developers working on the
 MS&#8209;Windows platform,
@@ -183,11 +183,11 @@ To facilitate this development model,
 many Linux distributors provide the necessary cross-compiler tools,
 derived from the <strong>MinGW</strong> tool chains;
 such cross&#8209;compiler tool chains are
-<strong><em>not</em></strong> directly supported by MinGW.org,
+<strong><em>not</em></strong> directly supported by MinGW.OSDN,
 although we may be able to help out with advice related to the specifics
 of MS&#8209;Windows applications development,
 common to the use of our own native tool chains
 and to such cross&#8209;compilers.
-</p>
+</p></div><!-- cross-compile -->
 
 <!-- $RCSfile$: end of file -->