From: Gabriel Dunne Date: Wed, 7 Jul 2010 08:57:01 +0000 (-0700) Subject: trivial X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=d86aa26e0c6c30122be97a5e37ae6cb2693c0f49;p=plog_bk.git trivial --- diff --git a/templates/agg.html.tpl b/templates/agg.html.tpl deleted file mode 100644 index 0ad0af7..0000000 --- a/templates/agg.html.tpl +++ /dev/null @@ -1,154 +0,0 @@ - - - - include_template('head-inc.html.tpl'); ?> - - <?=SITE_TITLE?> - - - - - include_template('nav.html.tpl') ?> - -
- - - - - - - - -

video

- -

- more → -

- -*/ ?> - - - - - - - - - - - -
- - -

aggregate

-
    - -channel->item as $item) : - if (!$count--) break; - ?> -
  • - -
  • - -
- -

- rss, more → -

- -
- -:@api.del.icio.us/v1/posts/recent'; - $ch = curl_init(); - curl_setopt($ch, CURLOPT_URL, $url); - curl_setopt($ch, CURLOPT_POST, 1); - curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); - curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30); - curl_setopt($ch, CURLOPT_TIMEOUT, 5); - curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY); - curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); - $data = curl_exec($ch); - curl_close($ch); - $del = new SimpleXMLElement($data); -?> - -

bookmarks

- -
    - post as $d) : ?> -
  • -
    - -
  • - -
- -

- rss, more → -

- -
- -
- - include_template('footer.html.tpl'); ?> - - - - - - - - - - - - - - - <?php echo SITE_TITLE; ?> - aggregate - - - - - - - - - -
- - -
- - - - - \ No newline at end of file