Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question 开发者_如何学CI am looking for an open source social bookmarking site CMS so I can build a site like delicious with it for my organization. This will be deployed in the internal LAN.
Do you have any recommendations?
SemanticScuttle is the best I've found: http://sourceforge.net/projects/semanticscuttle/
i could suggest a site like www.rubysignal.com. it works with django web framework, (rel 0.96). The sources are on https://github.com/sebadima/bookmarks, but remember that it's just a alpha project.
Not sure of the tech you are using, but I've used netlicious to use delicious itself as a CMS and then consume the bookmarks, descriptions etc on another website through the API. If that makes sense.
Basically set up a delicious account and bookmark, tag and fill in the descriptions as you would normally. And then hook in the neticious API into your own site - delicious stores everything and all you fundamentally have to do is consume an API.
Pligg is an open source CMS. http://www.pligg.com
Demo: http://www.pligg.com/demo/
精彩评论