dev.stuconnolly.com / svn / serve

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en:GB">
  4.  
  5.     <meta name="developer" content="Stuart Connolly" />
  6.  
  7.     <title>Serve ReadMe</title>
  8.    
  9.     <style type="text/css" media="screen">
  10.     <!--
  11.    
  12.     * {
  13.         margin: 0;
  14.         padding: 0;
  15.     }
  16.  
  17.     html, body {
  18.         background-color: #EEEEEE;
  19.         color: #666666;
  20.         text-align: center
  21.     }
  22.  
  23.     body {
  24.         text-align: left;
  25.         font-family: Verdana, Arial, Helvetica, Sans-serif;
  26.         line-height: 1.6em;
  27.         font-size: 11px;
  28.         width: 500px;
  29.         margin: 0 auto;
  30.         background-color: #EEEEEE;
  31.     }
  32.    
  33.     a {
  34.         outline: none;
  35.     }
  36.  
  37.     a:link {
  38.         color: #40659B;
  39.         text-decoration: none;
  40.         border-bottom: 1px dotted #bbb;
  41.     }
  42.    
  43.     a:visited {
  44.         color: #8EA4C2;
  45.         text-decoration: none;
  46.         border-bottom: 1px dotted #bbb;
  47.     }
  48.    
  49.     a:hover, a:active {
  50.         color: #036;
  51.         border-bottom-style: solid;
  52.     }
  53.    
  54.     #container {
  55.         margin: 15px;
  56.         padding: 20px;
  57.         border: 1px solid #D4D4D4;
  58.         background-color: #FFFFFF;
  59.     }
  60.    
  61.     h1, h2 {
  62.         margin: 0;
  63.         padding: 0;
  64.         font-weight: bold;
  65.         text-transform: uppercase;
  66.         font-family: "Trebuchet Ms", Arial, Verdana, Helvetica, Sans-serif;
  67.     }
  68.    
  69.     h1 {
  70.         color: #40659B;
  71.         font-size: 16px;
  72.         border-bottom: 1px dotted #7D9DB1;
  73.     }
  74.    
  75.     h1 span {
  76.         color: #666666;
  77.         font-size: 10px;
  78.     }
  79.    
  80.     h2 {
  81.         color: #666666;
  82.         font-size: 14px;
  83.         padding-top: 8px;
  84.         border-bottom: 1px dotted #ddd;
  85.     }
  86.    
  87.     code, pre {
  88.         font-family: Courier, "Courier New", Monospace;
  89.         font-size: 12px;
  90.     }
  91.    
  92.     p, ul {
  93.         margin: 1em 0;
  94.     }
  95.    
  96.     #note {
  97.         font-style: italic;
  98.         text-align: right;
  99.     }
  100.    
  101.     ul, ol {
  102.         margin-left: 35px;
  103.     }
  104.    
  105.     -->
  106.     </style>
  107. </head>
  108.  
  109.     <div id="container">
  110.         <h1>Serve <span>version 0.6</span></h1>
  111.  
  112.         <p>Serve started out as a learning experience and unfortunately is no longer being actively developed as much as I would like it to be. Serve should by no means be considered feature complete.</p>
  113.  
  114.         <p>Any help regarding the further development of Serve would be greatly appreciated.</p>
  115.  
  116.         <p id="note"><a href="http://stuconnolly.com/">Stuart Connolly</a></p>
  117.  
  118.         <h2>Installation</h2>
  119.  
  120.         <p>To install Serve follow these steps:</p>
  121.  
  122.         <ol>
  123.             <li>Unzip the downloaded file to an empty directory.</li>
  124.  
  125.             <li>Open <code>serve-includes/serve-config.php</code> in a text editor and fill in your database connection details.</li>
  126.  
  127.             <li>Upload everything to your server.</li>
  128.  
  129.             <li>Open <code>serve-admin/serve-install.php</code> in your web browser to start the install script.</li>
  130.  
  131.             <li>Follow the install script steps <strong>very</strong> carefully, especially remembering your username and password.</li>
  132.  
  133.             <li>Once the install script has completed it should direct you to the login page, <code>serve-login.php</code> where you can login with your username and password.</li>
  134.  
  135.             <li>You have now successfully installed Serve.</li>
  136.         </ol><br />
  137.  
  138.         <h2>System Requirements</h2>
  139.  
  140.         <p>In order to run Serve your host needs to have:</p>
  141.  
  142.         <ul>
  143.             <li>PHP version <strong>4.1</strong> or greater</li>
  144.  
  145.             <li>MySQL version <strong>4</strong> or greater</li>
  146.         </ul>
  147.  
  148.         <p><a href="http://httpd.apache.org">Apache</a> is the recommended server for running Serve, but any server that supports PHP and MySQL is sufficient.</p>
  149.  
  150.         <h2>Contact</h2>
  151.  
  152.         <p>Feedback regarding any aspect of Serve is greatly appreciated. You can help make Serve better by providing suggestions, ideas and comments or if you find a bug (and you will, believe me) please contact me on the following email address:</p>
  153.  
  154.         <p><a href="mailto:stuart02@gmail.com">stuart02@gmail.com</a></p>
  155.  
  156.         <h2>License</h2>
  157.  
  158.         <p>Serve is released under the GNU General Public License (see <a href="license.rtf">license.rtf</a>).</p>
  159.     </div>
  160. </body>
  161. </html>