]> git.quilime.com - clmpr.git/commitdiff
Updated header and about page
authorGabriel Dunne <gdunne@quilime.com>
Wed, 21 Dec 2011 02:09:09 +0000 (18:09 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 21 Dec 2011 02:09:09 +0000 (18:09 -0800)
header.html
index.php

index 801d18c8d7d47088f730f6b1385cb636326e7d8d..55e4122c7d18c642e571052e0cc82049bfe24276 100644 (file)
@@ -1,3 +1,7 @@
-<div class="header"><a href="/"><b>c</b>itation, <b>l</b>ogging and <b>m</b>ulti-<b>p</b>urpose a<b>r</b>chive</div></a>
+<div class="header">
+
+<a href="/">clmpr</a>
+
+</div>
 
 <?php include 'signin.php'; ?>
index 0f7a1df29da9605f9ee049da9045a4ffb690cf22..712000cb25d3c56311444ca1823a38df99ff8e9c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -19,30 +19,54 @@ switch($endpoint)
         echo '<hr />';
 
         ?>
-        <p>
-        use clmpr (<b>/klum-per/</b>) to save links on the internet
-        
-
-        <ul class="tags">
-        keywords:
-        <li>bookmarks</li>
-        <li>delicious-clone</li>
-        <li>webservice</li>
-        <li>database</li>
-        <li>mindmap</li>
-        <li>citation</li>
-        <li>semantic</li>
-        </ul>
 
+        <p>
+        <b>c</b>itation, <b>l</b>ogging and <b>m</b>ulti-<b>p</b>urpose a<b>r</b>chive
+        <br />
+        <br />
         </p>
 
         <p>
-        clmpr is open source. fork the project on <a href="http://github.com/quilime/clmpr">github</a>
-        </p>
+
+        use clmpr (<b>/klum-per/</b>) to save bookmarks.
+
+
+<p>
+
+<strong>to use: </strong>
+<?php
+    $js = file_get_contents('bookmarklet.js');
+    $js = str_replace('{BASE_URL}', BASE_URL, $js);
+?>
+drag this link [<a href="javascript:<?=$js?>">+</a>] to your bookmark bar
+<br />
+<br />
+</p>     
+
+<p>
+project keywords: <i>
+bookmarks, 
+delicious-clone.
+webservice,
+database,
+mindmap,
+citation,
+semantic
+</i>
+
+<br /><br />
+</p>
+
+
+
+
+<p>
+clmpr is open source. fork the project on <a href="http://github.com/quilime/clmpr">github</a>
+</p>
 
         <?
 
-        echo '&copy; 2011 <a href="http://quilime.com">gabriel dunne</a>';
+        //echo '&copy; 2011 <a href="http://quilime.com">gabriel dunne</a>';
         echo '<hr />';
         include 'footer.html';
         exit;