]> git.quilime.com - clmpr.git/commitdiff
Updated source links
authorGabriel Dunne <gdunne@quilime.com>
Mon, 19 Dec 2011 03:36:39 +0000 (19:36 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Mon, 19 Dec 2011 03:36:39 +0000 (19:36 -0800)
footer.html
index.php

index 2d5226b50234e9c6ecee073f7cd65dd7990dea02..3472ae55ae31bf2aa0366ec9b6861a8818c87d0a 100644 (file)
@@ -1,7 +1,8 @@
 <div id="footer">
 <p>
-      <a class="about" href="/about">about</a>
+      <a class="about" href="/about">about</a> | <a href="https://github.com/quilime/clmpr">open source</a>
 </p>
 </div>
 
 <script src="/script.js" language="javascript"></script>
+
index 8324d5747750f49292b841df1a1070b84f9aa580..a4f3e85b5424ca836592a7cb540f16f959a49bf9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -20,9 +20,11 @@ switch($endpoint)
 
         ?>
         <p>
-        clmpr saves internet links
+        use clmpr to save links on the internet
         
+
         <ul class="tags">
+        keywords:
         <li>bookmarks</li>
         <li>delicious-clone</li>
         <li>webservice</li>
@@ -34,6 +36,10 @@ switch($endpoint)
 
         </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>';