public
Description: The open source version of the NewsCloud social media toolkit
Homepage: http://blog.newscloud.com/open-source.html
Clone URL: git://github.com/newscloud/open-social-media-toolkit.git
Jeff Reifman (author)
Tue Jun 09 11:43:42 -0700 2009
commit  6cdb8d9b76efa58fba6c4fa8bebd28b0de5a87e8
tree    aad349765f11b144473a88896f67385ef0c9482f
parent  701d48a145f0d9f4d02e2ff5823979edd669260c
name age message
file approvedClouds.txt Mon May 11 14:36:19 -0700 2009 first preview release code upload [Jeff Reifman]
directory core/ Tue Jun 09 11:32:13 -0700 2009 jun09 branch [Jeff Reifman]
directory docs/ Tue Jun 09 11:32:13 -0700 2009 jun09 branch [Jeff Reifman]
directory facebook/ Tue Jun 09 11:32:13 -0700 2009 jun09 branch [Jeff Reifman]
file open-social-media-toolkit.tmproj Tue Jun 09 11:32:13 -0700 2009 jun09 branch [Jeff Reifman]
directory php/ Tue Jun 09 11:32:13 -0700 2009 jun09 branch [Jeff Reifman]
file readme Tue Jun 09 11:43:42 -0700 2009 update [Jeff Reifman]
directory sites/ Tue Jun 09 11:32:13 -0700 2009 jun09 branch [Jeff Reifman]
file smt.cron Mon May 11 14:36:19 -0700 2009 first preview release code upload [Jeff Reifman]
readme
READ ME - NewsCloud Social Media Toolkit
----------------------------------------
COPYRIGHT (c) 2009 NewsCloud.com

This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Current Release Notes - Jun 9, 2009
----------------------------------------
The Facebook release provides the code needed for running Facebook applications similar to Hot Dish and MnDaily (this 
code does not provide code running NewsCloud.com). Please share your feedback at our Google Groups developer forum below 
and we will try to integrate documentation and configuration improvements for our beta release at the end of May. 

Please read the setup.txt document in the /docs folder in order to set up and configure your application and its 
synchronization with the NewsCloud.com API services.

NOTE: This is a complex and sophisticated infrastructure for powering social media news communities. Managing this 
system requires advanced system administration and Web development expertise. If you are interested in learning about 
NewsCloud's managed service and consulting services, please visit: http://blog.newscloud.com/services.html 

We encourage you to sign up for our developer forum at Google Groups. Please submit all feedback and questions to the 
developer community there:
http://groups.google.com/group/newscloud/

You can get more information by following our blog:
http://blog.newscloud.com/open-source.html

Release Notes
---------------------------------------------
v0.25 - Facebook release - Jun 9, 2009
- Final MnDaily and Hot Dish code updates from Knight Grant project

v0.20 - Facebook preview beta - May 11, 2009

v0.11 - Updated alpha - November 2008
  - Requires that you run init database and init cron jobs from your config page
  * RSS feeds
  * Mobile pages
  * Twitter posting
  * ReCaptcha for registration
  * Google SiteMaps
  * Ad Rotator 
  * Blog page: matrix style display with SimplePie integration
  
v0.10 - Original alpha release - October 2008

Explanation of directory layout
----------------------------------------
/docs
  - developer documentation 
  
/sites
  - directory of site specific code for each topic installation
  - this is the directory tree where you have to set constants can change and customize style sheets, templates

/core
  - code for the Social Media Toolkit core engine
  - generally, you won't need to modify this