From b6d11a1bc1136a252ed06ed4a7f876e8a7fc20f2 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 21 Dec 2009 20:55:42 +0100 Subject: small update --- .gitignore | 2 +- lifestream.yaml | 37 ++++---------------- templates/lifestream.html | 88 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+), 32 deletions(-) create mode 100644 templates/lifestream.html diff --git a/.gitignore b/.gitignore index 6a67bcc..3997bea 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -public/index.html \ No newline at end of file +*.db \ No newline at end of file diff --git a/lifestream.yaml b/lifestream.yaml index 59a7e89..629c52e 100644 --- a/lifestream.yaml +++ b/lifestream.yaml @@ -1,31 +1,6 @@ -actions: - - - source: delicious - url: http://feeds.delicious.com/v2/rss/franck?count=20 - source_url: http://delicious.com/franck - caption: Delicious - - - source: identica - url: http://identi.ca/api/statuses/user_timeline/franck.atom - source_url: http://identi.ca/franck - caption: Identi.ca - - - source: googlereader - url: http://www.google.com/reader/public/atom/user%2F17077268849154926648%2Fstate%2Fcom.google%2Fbroadcast - source_url: https://www.google.com/reader/shared/17077268849154926648 - caption: Google Reader - - - source: myblog - url: http://lumberjaph.net/blog/index.php/feed/ - source_url: http://lumberjaph.net/blog/ - caption: My Blog - - - source: github - url: http://github.com/franckcuny.atom - source_url: http://github.com/franckcuny/ - caption: github -profiles: - - - source: lastfm - source_url: http://www.last.fm/user/franckcuny/ - caption: Last.fm +connect_info: + - dbi:SQLite:dbname=/tmp/lifestream.sqlite + - + - + - + AutoCommit: 1 diff --git a/templates/lifestream.html b/templates/lifestream.html new file mode 100644 index 0000000..5dd46d8 --- /dev/null +++ b/templates/lifestream.html @@ -0,0 +1,88 @@ +% my $memes = $_[0]->{memes}; +% my $services = $_[0]->{services}; + + + + + lumberjaph.net | lifestream + + + + + + +
+
+ + +
+
+
+
+
+
franck
+

franck cuny

+ lumberjpah.net
+ mail: franck [at] lumberjaph [dot] net
+ blog
+
+ +
+ <% while (my $m = $memes->{memes}->next ) { %> + + <% } %> +
+ +
+ <% for (1 .. $memes->{total}) { %> + <%= $_ %> + <% } %> +
+
+
+ +
+
+
+

find me elsewhere

+
+ +
+
+
+
+ + + +
+
+ + -- cgit v1.2.3