LifePress
LifePress copied to clipboard
LifePress is an open source self-hosted lifestreaming platform built on the CodeIgniter PHP framework.
- Inside this section there is a paginated list of all the tags. - Sorted by popularity by default, but sort by name as well. - Ability to see those...
Currently the number of popular_tags listed is hard coded at 50, create an option under /admin/options to make this dynamic.
Look into if having $data->all_tags pull back 10,000 rows is really necessary for anything, probably just need all_tags for the admin area.
I have been having a few problems since I last updated with imports. Both my feeds from Delicious and Librarything often end up with time stamps very close together like...
We should move 3rd party libraries out of /application/libraries/ where we store LifePress specific libraries. Options: 1. Move them into the [/application/third-party/](http://codeigniter.com/user_guide/libraries/loader.html) folder. 2. CI Sparks - Some of them...
The count for how many items have a given tag will now be done dynamically (Refs #41). This column can be dropped and the related code which updated this column...
I am having problems with Pinboard.in items. I have moved from Delicious, because their current interface is so awful, but Pinboard has its own problems. LifePress seems to interpret the...
Add a noindex meta tag to pagination pages so search engines don't index pagination pages like: - example.com/page/2 - example.com/items/site/twitter.com/page/5 - example.com/items/tag/tech/page/3
Great start, but a couple of points: - Copying the old config and database files from sweetcron install doesn't work. The data inside needs to be transferred manually. - Also,...
Simple Pie 1.3 is now available: http://simplepie.org/blog/2012/07/07/one-dot-three/ We are currently using version 1.2.1, it's a modified version to work with CodeIgniter: https://github.com/ericbae/SimplePie_CodeIgniter/blob/master/Simplepie.php Need to look at what had to be...