TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Sweetcron: The Automated Lifestream Blog Software

17 点作者 nixme大约 16 年前

6 条评论

dsingleton大约 16 年前
I wrote a moderately useful lifestream hack a year or so back, just checked on it and it's slightly broken, but usable;<p><a href="http://dsingleton.co.uk/code/lifestream/dsingleton.co.uk" rel="nofollow">http://dsingleton.co.uk/code/lifestream/dsingleton.co.uk</a><p>The beautiful thing is that it's entire generated from a single URL. This requires the site to have implemented the microformat rel="me" link as it uses the SocialGraph API to scrape connected URLs. All matched pages are checked for a rel="feed" style link, those are all scraped and merged together to form the timeline.<p>Programatic is nice, but also a huge mess. I never got around to grouping/bubbling interesting content, and it unfortunately seems that my SG data is a bit corrupt, my URL has been linked to various things that aren't me.<p>edit note: I only resurrected this the other day, the code is awful garbage, but it is due a refactor and release soon if someone else wants to hack on it.
pxlpshr大约 16 年前
Sweetcron is really nice and light-weight but 1) it's missing a few features and not for everyone and 2) hasn't been updated in awhile. We use it for aggregating austin-area startup blogs:<p><a href="http://startupdistrict.com" rel="nofollow">http://startupdistrict.com</a><p>Could this be done with WordPress?
评论 #609379 未加载
mbrubeck大约 16 年前
I hope this is as good as it sounds. I built a simple "lifestream" for myself using the Planet Venus aggregator[1], and I've been thinking for a while about building something more complete. It looks like Sweetcron might have all the features I wanted, which would save me from doing it myself.<p>1. <a href="http://www.advogato.org/person/mbrubeck/diary/96.html" rel="nofollow">http://www.advogato.org/person/mbrubeck/diary/96.html</a>
评论 #608921 未加载
pstinnett大约 16 年前
I'm a fan of Yongfook. He's working on another project called Peashoot that I'm pretty excited to see/use.<p><a href="http://peashootapp.com/" rel="nofollow">http://peashootapp.com/</a><p>Also - I used Sweetcron when it was first released. I think it's good at what it does!
nixme大约 16 年前
Demo of a stream: <a href="http://www.yongfook.com/" rel="nofollow">http://www.yongfook.com/</a>
评论 #608980 未加载
评论 #609126 未加载
jauco大约 16 年前
The download url to try the software on your own server: <a href="http://code.google.com/p/sweetcron/downloads/list" rel="nofollow">http://code.google.com/p/sweetcron/downloads/list</a>