1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
emacs/mps/index.html
Richard Kistruck 87b6ab640b Mps update from version/1.106: example code: add hello-world
example, example index, and entry in product sources index.

Copied from Perforce
 Change: 158170
 ServerID: perforce.ravenbrook.com
2006-04-14 13:40:35 +01:00

283 lines
7.4 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Master Product Sources</title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#000099" vlink="#660066" alink="#FF0000">
<div align="center">
<p>
<a href="/">Ravenbrook</a> /
<a href="/project/">Projects</a> /
<a href="/project/mps/">Memory Pool System</a>
</p>
<p><i><a href="/project/mps/">Memory Pool System Project</a></i></p>
<hr />
<h1>Master Product Sources</h1>
<address>
<a href="mailto:mps-staff@ravenbrook.com">MPS Staff</a>,
<a href="http://www.ravenbrook.com/">Ravenbrook Limited</a>,
2001-10-13
</address>
</div>
<h2><a name="section-1" id="section-1">1. Introduction</a></h2>
<p>This document is the root of the Master version of the product
sources (See <a
href="http://www.ravenbrook.com/doc/1999/05/20/pqtcm/#versions">[RB
1999-05-20, 8]</a> for a discussion of master sources, versions, and
releases.)</p>
<p>This document catalogues the product sources for the Memory Pool
System project.</p>
<p>This document will be modified as the product sources are
developed.</p>
<p>The readership of this document is the project developers, and also
anyone interested in the project.</p>
<p>This document is not confidential. </p>
<h2><a id="section-2" name="section-2">2. Product sources</a></h2>
<p>The product sources are everything which is used to construct the
product and everything which is developed as the product develops, and
must therefore be branched and maintained in product versions.</p>
<table>
<tr valign="top">
<td><code><a href="readme.txt">readme.txt</a></code></td>
<td> The "read me" file for the sources, with a basic introduction on
getting started with the MPS Kit. <strong>Start here.</strong> </td>
</tr>
<tr valign="top">
<td><code><a href="design/">design/</a></code></td>
<td> Design documents. </td>
</tr>
<tr valign="top">
<td><code><a href="code/">code/</a></code></td>
<td> Source code. </td>
</tr>
<tr valign="top">
<td> <code> <a href="example/">example/</a> </code> </td>
<td> Example code -- how to write code that uses the MPS. </td>
</tr>
<tr valign="top">
<td> <code> <a href="manual/">manual/</a> </code> </td>
<td> Product manuals. </td>
</tr>
<tr valign="top">
<td><code><a href="procedure/">procedure/</a></code></td>
<td> Procedures: <a href="procedure/release-build/">building releases</a>, etc. </td>
</tr>
<tr valign="top">
<td><code><a href="tool/">tool/</a></code></td>
<td> Automated tools for building and maintaining the product. </td>
</tr>
<tr valign="top">
<td><code><a href="test/">test/</a></code></td>
<td> Test suite. </td>
</tr>
<tr valign="top">
<td> <code><a href="license.txt">license.txt</a></code> </td>
<td> The open source license for the MPS Kit. </td>
</tr>
</table>
<h2><a id="section-A" name="section-A">A. References</a></h2>
<table>
<tr valign="top">
<td>[<a id="ref-RB-1999-05-20" name="ref-RB-1999-05-20"
href="http://www.ravenbrook.com/doc/1999/05/20/pqtcm/">RB&nbsp;1999-05-20</a>]</td>
<td>
"Product Quality through Change Management";
<a href="mailto:Richard.Brooksby@pobox.com">Richard Brooksby</a>;
<a href="http://www.geodesic.com/">Geodesic Systems</a>;
1999-05-20;
&lt;URL: <a
href="http://www.ravenbrook.com/doc/1999/05/20/pqtcm/">http://www.ravenbrook.com/doc/1999/05/20/pqtcm/</a>&gt;.
</td>
</tr>
</table>
<h2><a id="section-B" name="section-B">B. Document History</a></h2>
<table>
<tr valign="top">
<td>2001-08-15</td>
<td><a href="mailto:ndl@ravenbrook.com">NDL</a></td>
<td>Created.</td>
</tr>
<tr valign="top">
<td> 2002-05-23 </td>
<td> <a href="mailto:rb@ravenbrook.com">RB</a> </td>
<td> Updated to open source license. Added design documents and top-level text files. </td>
</tr>
<tr valign="top">
<td>2002-06-07</td>
<td><a href="mailto:nb@ravenbrook.com">NB</a></td>
<td>remove mminfo and mmdoc links, which are out-of-date.</td>
</tr>
<tr valign="top">
<td>2002-06-17</td>
<td><a href="mailto:rb@ravenbrook.com">RB</a></td>
<td> Removed notice about confidential materials, now that they have been removed. </td>
</tr>
<tr valign="top">
<td> 2002-06-18 </td>
<td> <a href="mailto:rb@ravenbrook.com">RB</a> </td>
<td> Added <code>procedure/</code>. Ordered entries. </td>
</tr>
<tr valign="top">
<td> 2005-10-14 </td>
<td> <a href="mailto:rhsk@ravenbrook.com">RHSK</a> </td>
<td> This document has two roles: root of the product sources, and
root of the master version thereof. It now discusses these roles
separately, so that this document is easy to correct when branched.
(At which point it is still the root of the product sources, but no
longer of the master version thereof). </td>
</tr>
<tr valign="top">
<td> 2006-04-14 </td>
<td> <a href="mailto:rhsk@ravenbrook.com">RHSK</a> </td>
<td> Added <code>example/</code>. </td>
</tr>
</table>
<h2><a id="section-C" name="section-C">C. Copyright and License</a></h2>
<p> This document is copyright &copy; 2002-2005 <a href="http://www.ravenbrook.com/">Ravenbrook Limited</a>. All rights reserved. This is an open source license. Contact Ravenbrook for commercial licensing options. </p>
<p> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: </p>
<ol>
<li> Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. </li>
<li> Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. </li>
<li> Redistributions in any form must be accompanied by information on how to obtain complete source code for this software and any accompanying software that uses this software. The source code must either be included in the distribution or be available for no more than the cost of distribution plus a nominal fee, and must be freely redistributable under reasonable conditions. For an executable file, complete source code means the source code for all modules it contains. It does not include source code for modules or files that typically accompany the major components of the operating system on which the executable file runs. </li>
</ol>
<p> <strong> This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement, are disclaimed. In no event shall the copyright holders and 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, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. </strong> </p>
<hr />
<div align="center">
<p><code>$Id$</code></p>
<p>
<a href="/">Ravenbrook</a> /
<a href="/project/">Projects</a> /
<a href="/project/mps/">Memory Pool System</a>
</p>
</div>
</body>
</html>