My FriendFeed posts are copied to Twitter and vice versa. Is there some way to eliminate the duplicate items in my SweetCron install? Having them listed twice seems redundant.
Has anyone else taken a look at chi.mp ? It appears to have a lot of the features that are possible with a Sweetcron site, but in a hosted model. - http://chi.mp
Isn't the whole point of Sweetcron that it is a self-hosted model? There are dozens of hosted lifestream style apps/sites, but Sweetcron allows you to "own" your content & db.
- Kevin Donahue
Chi.mp is not really a lifestreaming service. It's not really an aggregator.
- Rahsheen ™
What's up everyone! I just started playing with Sweetcron what you guys think so far? http://lifestream.madebysash.com [Still lots to do but would love idea's!]
One item that is severely missing some solid, unique, clean themes that aren't based on boxy. I would love to see a Soup.IO clone theme, but lack skillz.
- Kevin Donahue
So we've got a ninja platform, loads of plugins, awesome themes and
sites, an API and a multiuser version - what's next? - http://groups.google.com/group...
Has anyone been successful in porting the sou.io whitespace theme to sweetcron? Here's an example: http://www.kevindonahue.me I love that it is a fully expanded version of the feeds, rather than just links & titles. Thoughts?
Like it. But on the other hand the default theme´s confined boxes is also nice in a way.. A theme with confined smaller boxes for each post but expandable by ajax would be awesome I think.
- Thomas Bøhm
I'm with you on the AJAX exanded boxes. I've always been a full feed guy. :) I think I could hack the Saaf theme to resemble Soup.io Whitespace, but I was hoping that someone had beaten me to the punch.
- Kevin Donahue
We need a plugin repository. I've been working integrating sites like brightkite, netflix, etc and I keep thinking that someone else probably has already developed these.
I do have a great domain for that job sweetcronplugins.com .. if you can send your plugin files to me, I'll put them on that domain name.. mail me : ozan [at] creasoup . com
- Ozan Caglargil
FYI - solution for this is to run the feed through feedburner, you can go in to the db, add it by hand and make sure the favicon and everything is all set up properly
- Jackie Peters
I also needed to setup feedburner to simplify the feed, or Sweetcron didn't want to add it. Afterwards, I created a small google maps script to show my location on maps. http://inkh.net
- Andreas Lanjerud
How did you do that? Looks cool - but would be cooler if you were using Sandbox I reckon.
- freedimensional
Kinda complicated, easy to get the player in, hard to get it to pick up the song, have to read the file of the page it's on to get the resource ID. Now have to figure out how to get it to scale, container swf I'd imagine, it's got resize blocked in the ActionScript
- Jackie Peters
Just setting up my Sweecron install. Anyone know how to prevent double posts from BK and Twitter when your BK goes to your Twitter and they both go to Sweetcron? You could insert a special char in the BK update and look for it, but not sure how or where to do that... - http://jackiepeters.info
whats you need to do is either to remove BK or twitter feed from sweetcron, or to disable the integration between bk and twitter
- Inerd Hussein
I use only my Sweetcron and Friendfeed to collect all feeds, otherwise I keep the separate to avoid these problems.
- Andreas Lanjerud
I want both, there is a way, wherever the insert query is, just tell it to ignore items that contain a certain phrase, like "Brightkite" - just have to find it
- Jackie Peters
trying to run sweetcron on Synology NAS. Can't get feeds added. Does anybody know if i have to change Apache or PHP settings? (file compare over telnet is a chore)
found it! My NAS had Apache CURL disabled: installed latest firmware. Yay!
- jaspio
I'm using my NAS in a different way: my web hosting service doesn't provide cron so I set a crontab on my NAS (d-link dns-323) to refresh feeds every 5 minutes on my sweetcron site :)
- Lucio
Make sure your HTACCESS file has the proper path. Had the same prob cuz I installed in a directory off the root (www.dailyhaggis.com/sweetcron)
- Haggis (Sean Loyless)
Does the HTACCESS file need to be in my root directory or in the sub-folder?
- Roger @ CineVegas
Needs to be in the root of the sweetcron installation folder (your sub-folder)
- Haggis (Sean Loyless)
Gotcha, thats what I thought. It's in there but still gives the 404. It's linking to an admin folder which doesn't exist. Do you think it might be host related? I'm using Bluehost.
- Roger @ CineVegas
Roger then you need to edit the .htaccess like haggis said.
- /Users/mjc
Check the text of your HTACCESS file.. make sure your Rewrite Base looks like this (my example, replace "sweetcron" with the dir you put it in): RewriteBase /sweetcron
- Haggis (Sean Loyless)
Michael, I've made the change to that file, but it still fails.
- Roger @ CineVegas