htdocs/news.php
changeset 35 a76ae7eaa2eb
parent 25 e5e4ba531f41
child 44 73f74d395f95
child 45 53a50ba4d690
equal deleted inserted replaced
34:a8daa2016cf1 35:a76ae7eaa2eb
    11     }
    11     }
    12     </style>
    12     </style>
    13   </head>
    13   </head>
    14   <body>
    14   <body>
    15     <h1>Updates and changes</h1>
    15     <h1>Updates and changes</h1>
       
    16     <h3>2008-12-24</h3>
       
    17     <p><?php echo $nick; ?> now has modular graph support and thus is able to show different graphs. Included now are options for the last
       
    18        24 hours as before, plus the last two weeks and the last 30 days. More, of course, can be added if needed.</p>
       
    19     <h3>2008-11-15</h3>
    16     <p>I've been updating <?php echo $nick; ?> recently with some really cool enhancements to the back-end. This is more technical stuff
    20     <p>I've been updating <?php echo $nick; ?> recently with some really cool enhancements to the back-end. This is more technical stuff
    17        so you might want to read on only if you're a geek.</p>
    21        so you might want to read on only if you're a geek.</p>
    18     <p><?php echo $nick; ?> only stores info with MySQL now. All the stats go into a MySQL table that had an initial size of over 360,000
    22     <p><?php echo $nick; ?> only stores info with MySQL now. All the stats go into a MySQL table that had an initial size of over 360,000
    19        records after the import of the existing flat file database. This means that while querying can be slower (things aren't split up
    23        records after the import of the existing flat file database. It makes for a more portable programming technique and it means it can
    20        like they were with the flatfile DB) it's a more portable programming technique and it means it can be easily expanded in the
    24        be easily expanded in the future to include more data. The table's indexed so it should be decently fast.</p>
    21        future to include more data. The table's indexed so it should be decently fast.</p>
       
    22     <p>In addition, smarter functionality is being included, plus a few bugs here and there have been fixed.</p>
    25     <p>In addition, smarter functionality is being included, plus a few bugs here and there have been fixed.</p>
    23   </body>
    26   </body>
    24 </head>
    27 </head>