changeset 886:b29e058120f5

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Mar 2010 12:13:26 +0000
parents 755e9777ddcf
children 84664b2f6c61
files www/config.inc.php www/faq.xml www/index.php www/info.php www/latest.php www/quests.php www/wizards.txt
diffstat 7 files changed, 22 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/www/config.inc.php	Thu Mar 11 12:12:54 2010 +0000
+++ b/www/config.inc.php	Thu Mar 11 12:13:26 2010 +0000
@@ -2,12 +2,13 @@
 $pageAuthor = "Matti H&auml;m&auml;l&auml;inen aka Ggr Pupunen";
 $pageCharset = "UTF-8";
 $pageTitle = "Pupunen BatMUD Maps";
-$pageCSS = "http://tnsp.org/docs.css";
-#$pageMapURL = "http://pet8032.tnsp.org/maps/";
+#$pageCSS = "http://tnsp.org/docs.css";
+$pageCSS = "docs.css";
 $pageMapURL = "http://tnsp.org/maps/";
 $jeskkoURL = "http://jeskko.pupunen.net/map/";
 $batQuestURL = "http://www.bat.org/help/quests?str=";
 $pageIndex = "index.php";
+#$pageIndex = "maps.php";
 
 
 function printPageHeader($title, $extra = "")
@@ -21,10 +22,10 @@
  <meta http-equiv="Content-Type" content="text/html; charset=<? echo $pageCharset ?>" />
  <meta name="Author" content="<? echo $pageAuthor ?>" />
  <title><? echo $title ?></title>
- <link href="<? echo $pageCSS; ?>" rel="stylesheet" type="text/css" />
+ <link href="<? echo $pageCSS ?>" rel="stylesheet" type="text/css" />
  <meta name="keywords" content="batmud,map,laenor,lucentium,rothikgen,desolathya,furnachia,mud,mush,mmorpg,mmo,massively,multiplayer,online,network,game,ggr,pupunen"/>
  <link rel="shortcut icon" href="/maps/favicon.ico" type="image/x-icon" />
- <? echo $extra; ?>
+ <? echo $extra ?>
 </head>
 <body>
 <!-- ============================================= -->
--- a/www/faq.xml	Thu Mar 11 12:12:54 2010 +0000
+++ b/www/faq.xml	Thu Mar 11 12:13:26 2010 +0000
@@ -25,10 +25,9 @@
 
  <li><b>The coder of the area has requested the location not to be shown</b><br />
  If an archwizard or a wizard responsible for the area requests that his/her
- area not to be marked in the mapdata,
- PupuMaps project will respect this wish. However, as of January 2008,
- no such requests have been received and all "known" locations are included
- in the maps.
+ area not to be marked in the mapdata, PupuMaps project will respect this wish.
+ However, as of March 2010, no such requests have been received and all "known"
+ locations are included in the maps.
  </li><br />
 </ul>
 
@@ -68,6 +67,8 @@
  <li><b>Dryad</b>'s archived <a
  href="http://www.maroon.com/bat/logs/1996_conversion.asp">1996 BatMUD conversion notes</a> - Coder and addition date information.</li>
  <li>BatMUD newsposts were also searched through for area addition dates and coder info.</li>
+ <li><b>Durand</b> made the HCBat raw mapdata available and has helped on
+ other occasions.</li>
  <li>And numerous other contributors have reported locations or knowledge about them, etc.</li>
 </ul>
 
@@ -219,6 +220,9 @@
  generated from the recently added LQ/AQ information in location database.
  </li><br />
 
+ <li><b>13 Mar 2009</b> - An more up-to-date HCBat map is introduced, thanks
+ to Durand for making the raw mapdata available.</li><br />
+ 
  <li><b>06 Apr 2009</b> - OpenSearch support is added and
  <a href="http://www.bat.org/news/view_post?postid=46401&amp;page=1&amp;group_name=general">announced</a>,
  along with improved map of Arelium (other citymaps got certain
--- a/www/index.php	Thu Mar 11 12:12:54 2010 +0000
+++ b/www/index.php	Thu Mar 11 12:13:26 2010 +0000
@@ -77,13 +77,13 @@
 of the continent maps. Also, <? burl("Ooga") ?> has his
 <a href="http://www.zerobelow.net/maps/">maps available</a>.
 </p>
-<p style="background: black; padding: 8px; border: 1px solid white;">
+<div class="attnbox">
 <b>Attention!</b> Recently, a new feature, support for <a href="http://www.opensearch.org/">OpenSearch</a>
 was added to these pages. It is possible to utilize this feature in any browser that supports
 OpenSearch, such as FireFox 3 and Safari 4. In FireFox 3, simply click on the search bar's icon,
 and choose 'Add "PupuMaps"'. After that, the when PupuMaps search is selected, FireFox will show
 location name suggestions based on typed terms.
-</p>
+</div>
 
 <h2>General Information</h2>
 <ul>
@@ -105,6 +105,7 @@
  <li>Answers to few <a href="faq.php">frequently asked questions</a>.</li>
 </ul>
 </td><td>
+<div style="width: 200px; height: 244px; background: url(ruoho.png) no-repeat bottom center; padding: 0px;">
 <div style="width: 120px; height: 240px; background: url(bunny.gif) no-repeat bottom center; padding: 0px;">
 <script type="text/javascript"><!--
 google_ad_client = "pub-0261199601131882";
@@ -117,13 +118,13 @@
 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
 </script>
 </div>
-
+</div>
 </td></tr></table>
 
 
 <h2>Continents of BatMUD: Age of Exiles</h2>
 
-<p style="background: #555; color: white; padding: 4px; border: 1px solid #888; color: yellow;">
+<p class="attnbox">
 <b>WARNING!</b> The alternative JavaScript-enhanced HTML-maps may
 not render properly in Internet Explorer and Opera at the moment.
 </p>
--- a/www/info.php	Thu Mar 11 12:12:54 2010 +0000
+++ b/www/info.php	Thu Mar 11 12:13:26 2010 +0000
@@ -9,7 +9,7 @@
 ?>
 <h1>Wizards of the Realm</h1>
 
-<div class="wizinfo">
+<div class="attnbox">
  <table>
   <tr>
    <td>
--- a/www/latest.php	Thu Mar 11 12:12:54 2010 +0000
+++ b/www/latest.php	Thu Mar 11 12:13:26 2010 +0000
@@ -15,7 +15,7 @@
 ?>
 <h1>Latest added locations</h1>
 
-<div class="wizinfo"><table><tr>
+<div class="attnbox"><table><tr>
 <td>
 The dates presented are supposed to be the date when area was put in the game.
 <b>However, this information is inaccurate for several reasons:</b>
--- a/www/quests.php	Thu Mar 11 12:12:54 2010 +0000
+++ b/www/quests.php	Thu Mar 11 12:13:26 2010 +0000
@@ -8,7 +8,7 @@
 ?>
 <h1>BatMUD Quests</h1>
 
-<div class="wizinfo">
+<div class="attnbox">
 <b>NOTICE!</b> The information herein may be considered as a mild "spoiler",
 but I've made it available for the reason that some quest descriptions are rather
 vague, confusing and in (rare) cases deprecated. <b>You should be aware that this list
--- a/www/wizards.txt	Thu Mar 11 12:12:54 2010 +0000
+++ b/www/wizards.txt	Thu Mar 11 12:13:26 2010 +0000
@@ -280,7 +280,7 @@
 	Has a liking to big areas and orcs.
 	$
 
-Heidel;bat;;
+Heidel;bat;img/heidel.jpg;
 	Among other things he has coded LQ46 (Master Hunter) and
 	area quest "Spirits of vengeance", but has also succesfully
 	created several interesting areas of high quality.