changeset 141:5ae07cabfb95 misc

Updates.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Dec 2010 23:45:36 +0000
parents efc7f68f6bb3
children 6ea807703d04
files materials/alloy.php materials/submit.php
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/materials/alloy.php	Mon Dec 20 23:45:23 2010 +0000
+++ b/materials/alloy.php	Mon Dec 20 23:45:36 2010 +0000
@@ -27,6 +27,7 @@
   <td rowspan="3" class="infobox">
    [<a href="<? echo $pageIndex; ?>">Reset/Clear</a>] [<a href="index.php">Material browser</a>]
    <ul>
+    <li><b>Also available in <a href="alloys.txt">ASCII plaintext format</a>.</b></li>
     <li>Only 2-material alloys are supported by this browser.</li>
     <li>There may be bugs and lots of combinations are not researched yet.</li>
     <li><b>You can now help! We have a <a href="submit.php">submission form</a>!</b></li>
--- a/materials/submit.php	Mon Dec 20 23:45:23 2010 +0000
+++ b/materials/submit.php	Mon Dec 20 23:45:36 2010 +0000
@@ -186,7 +186,7 @@
 to submit data, this form offers a simple submission "API". You can use an URL
 in following format to submit data automatically:
 <pre>
-http://tnsp.org/~ccr/bat/mat/submit.php?guid=<b>your_guid</b>&amp;mat1=<b>material1</b>&amp;mat2=<b>material2</b>&amp;res=<b>result</b>
+http://tnsp.org/mat/submit.php?guid=<b>your_guid</b>&amp;mat1=<b>material1</b>&amp;mat2=<b>material2</b>&amp;res=<b>result</b>
 </pre>
 The parameters should be self-explanatory. The URL and arguments need to be properly encoded,
 of course (at least spaces replaced with "+", if nothing else).