June 1, 2011 New blog and other website changes
The previous version of my website was built around Storytlr, an open source lifestream framework that pulls in data from a variety of different sources. It works well, but its lightweight built-in blogging capabilities are a bit limited.
I decided to set up a real WordPress blog on my website alongside the lifestream. I configured my Storytlr installation to suck in the WordPress blog entries so that they will still be displayed in the lifestream just as they were before.
I have also restructured the website so that the content is organized better. The lifestream is located at stream.phault.net and the blog is located at blog.phault.net. The main seg.phault.net destination is now a simple landing page with links to the other components of the site.
Tags: Wordpress
- 3 comments
- Posted under Blog
Permalink #
Ivan Sagalaev
said
Hello Ryan,
Is software for the lifestream custom-made? I’m trying to talk myself into implementing something like this for myself
.
Permalink #
segphault
said
The lifestream is built with Storytlr, which is an open source web application. You can find the source code on GitHub: http://github.com/storytlr/core
It’s relatively easy to develop plugins that add support for additional services.
Permalink #
Ivan Sagalaev
said
Thanks, I’ll look into it!