]> git.quilime.com - clmpr.git/commitdiff
updates
authorGabriel Dunne <gdunne@quilime.com>
Sat, 19 Nov 2011 14:16:08 +0000 (06:16 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 19 Nov 2011 14:16:08 +0000 (06:16 -0800)
get.php
head.html
index.php
robots.txt [new file with mode: 0644]
style.css

diff --git a/get.php b/get.php
index 17a740a83ce09e68caa915557ab5d9b30afcb4c8..66fb30f2239e6e11991ff2a1a248424de1b2e7f1 100644 (file)
--- a/get.php
+++ b/get.php
@@ -54,8 +54,8 @@
 <?php for($i = 0; $row = $q->fetch(); $i++ ): ?>
     <li>
     <?php echo date("Y-m-d", strtotime($row['date'])) ?>
-    <a class="uname" href="/get.php?user=<?php echo $row['user'] ?>"><?php echo $row['user'] ?></a>
-    <a href="<?php echo $row['location'] ?>"><?php echo $row['title'] ?></a>
+    <a class="uname" href="/?user=<?php echo $row['user'] ?>"><?php echo $row['user'] ?></a>
+    <a href="<?php echo $row['location'] ?>"><?php echo $row['title'] ? $row['title'] : "&lt;title&gt;" ?></a>
     <span class="tags"><?php echo $row['tags'] ?></span>
     <?php if ($user = get_user()): ?>
     <?php if ($user['user'] == $row['user']): ?>
index 1e208983104d67e90e3554c84f2758bc6a3cd648..3fc33f5663dbdd8fe47615f9637e8800311fc8ec 100644 (file)
--- a/head.html
+++ b/head.html
@@ -2,3 +2,4 @@
 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
 <link href='http://fonts.googleapis.com/css?family=Cousine:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css' />
 <link href="/style.css" rel="styleSheet" type="text/css" media="screen" />
+<link rel="shortcut icon" type="image/x-icon"  href="/favicon.ico" /> 
\ No newline at end of file
index cf293fb89d197f686e0d8842f255e0d291d40c41..f82f4d197d89e27778fb4456fa106f59494527de 100644 (file)
--- a/index.php
+++ b/index.php
@@ -14,6 +14,9 @@
     switch($endpoint)
     {
         case 'about' :
+           echo "clmpr is a place to save hyperlinks";
+           echo '<br/>&copy; 2011 <a href="http://quilime.com">quilime</a>';
+       exit;
             break;
 
         default :
@@ -50,7 +53,7 @@
 
 <body>
 
-<div class="header"><b>C</b>itation, <b>L</b>ogging and <b>M</b>ulti-<b>P</b>urpose a<b>R</b>chive</div>
+<div class="header"><b>c</b>itation, <b>l</b>ogging and <b>m</b>ulti-<b>p</b>urpose a<b>r</b>chive</div>
 
 <?php include 'signin.php'; ?>
 
@@ -68,4 +71,4 @@ $js = file_get_contents('bookmarklet.js');
 <hr />
 <div id="footer">
     <a class="about" href="/about">about</a>
-</div>
\ No newline at end of file
+</div>
diff --git a/robots.txt b/robots.txt
new file mode 100644 (file)
index 0000000..e69de29
index 85408ec53798f131ca05c40e5b79a97904d36962..5bf1fb5db083fc50d6276083799773384b90ef3a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -24,7 +24,6 @@ li {
 
 .header {
      color: #888888;
-     font-size: 18px;
 }
 
 .header b {