From d86aa26e0c6c30122be97a5e37ae6cb2693c0f49 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 7 Jul 2010 01:57:01 -0700 Subject: [PATCH] trivial --- templates/agg.html.tpl | 154 ----------------------------------------- 1 file changed, 154 deletions(-) delete mode 100644 templates/agg.html.tpl 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 -- 2.34.1