gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15372 - gauger/web


From: gnunet
Subject: [GNUnet-SVN] r15372 - gauger/web
Date: Tue, 31 May 2011 20:59:38 +0200

Author: bartpolot
Date: 2011-05-31 20:59:38 +0200 (Tue, 31 May 2011)
New Revision: 15372

Modified:
   gauger/web/template.php
   gauger/web/template_menu.php
   gauger/web/template_reg.php
Log:
Added documentation, version bump


Modified: gauger/web/template.php
===================================================================
--- gauger/web/template.php     2011-05-31 16:12:40 UTC (rev 15371)
+++ gauger/web/template.php     2011-05-31 18:59:38 UTC (rev 15372)
@@ -568,7 +568,7 @@
             <p>Copyright 2011 Bartlomiej Polot (address@hidden)</p>
             <p>This software is distributed under the <a target="_blank" 
href="http://www.gnu.org/licenses/agpl.html";>GNU AGPL</a></p>
             <p>
-                <a target="_blank" href="https://gnunet.org/svn/gauger";>gauger 
version 0.1beta</a> |
+                <a target="_blank" href="https://gnunet.org/svn/gauger";>gauger 
version 1.0beta</a> |
                 <a target="_blank" 
href="https://gnunet.org/gauger/index.php";>Project Main Page</a> |
                 <a target="_blank" href="https://gnunet.org/svn/gauger";>SVN 
repository</a>
             </p>

Modified: gauger/web/template_menu.php
===================================================================
--- gauger/web/template_menu.php        2011-05-31 16:12:40 UTC (rev 15371)
+++ gauger/web/template_menu.php        2011-05-31 18:59:38 UTC (rev 15372)
@@ -52,5 +52,5 @@
                     <input id="right-range-y-input" value="<?php echo 
get_session('png_y_size', '480') ?>"></input>
                     <div class="slider" id="change_size_y_slider"></div>
                 </div> |
-                <a href="<?php echo url("registration") ?>">Browser 
registration</a>
+                <a href="<?php echo url("registration") ?>">Login</a>
             </div>

Modified: gauger/web/template_reg.php
===================================================================
--- gauger/web/template_reg.php 2011-05-31 16:12:40 UTC (rev 15371)
+++ gauger/web/template_reg.php 2011-05-31 18:59:38 UTC (rev 15372)
@@ -21,16 +21,21 @@
 <div id="registration">
     <?php if (!array_key_exists('gauger_host', $_SESSION)): ?>
     <div class="title">
-        <h1>Register your browser with gauger</h1>
+        <h1>Log in with gauger</h1>
     </div>
     <?php if (array_key_exists('gauger_login_failed', $_SESSION)): ?>
         <?php unset($_SESSION['gauger_login_failed']) ?>
         <h2>Login incorrect. Please check you username and password and try 
again</h2>
     <?php endif; ?>
-    <p>After registering your browser with gauger, a cookie will be stored in 
your browser
-        that will allow you to use the JavaScript binding to log data to this 
installation
+    <p><b>Attention!</b> This page is to log-in in order to <b>submit</b> new 
values
+        from JavaScript code running in this browser. You do <b>not</b> need to
+        log-in if you just want to see the results stored in the database.</p>
+    <p>After logging in with gauger, a cookie will be stored in your browser 
and it
+        will allow you to use the JavaScript binding to log data to this 
installation
         of gauger without the need to provide the url, username or password in 
each call to
         GAUGER(). This simplifies the usage and maintenance of the code 
involved.</p>
+    <p>If you use a non-existing username and the auto-add feature on the 
server
+        is activated, the login will be added to gauger.</p>
     <form action="registration" method="POST" >
         <label for="name">Username:</label><br />
         <input name="user" id="user" /><br />
@@ -41,7 +46,7 @@
         <input type="radio" name="time" id="forever" value="forever" />
         <label for="forever">Forever</label><br />
         <br />
-        <input type="submit" value="Register">
+        <input type="submit" value="Log in">
     </form>
 <?php else: ?>
     <h1>This browser is registered with gauger as host "<?php echo 
$_SESSION['gauger_host'] ?>" </h1>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]