1
0
Fork
You've already forked Sweeper
0
Intelligent media curation tool with filters for managing real-time feeds of information http://swiftly.org
  • PHP 47%
  • JavaScript 42.3%
  • CSS 10.4%
  • Hack 0.3%
Find a file
2011年03月09日 12:53:52 +03:00
core @059033abec Moved the core along 2011年02月28日 13:19:14 +03:00
installer Final changes for the V0.3 release 2011年02月28日 13:01:38 +03:00
web Fixes to RiverID and Themeing - Removed deprecated MySQL function TYPE from the CREATE TABLE statement 2011年03月09日 12:53:52 +03:00
.gitignore Added .gitignore file 2011年01月11日 18:18:56 +03:00
.gitmodules Updated the .gitmodules file 2011年01月17日 18:44:25 +03:00
index.php Added navigation by tags to the sweeper and moved the core to V0.5.5 to handle multi tag selection 2011年01月24日 17:35:47 +03:00
LICENSE mk Sweeper repo 2010年12月18日 09:07:26 -05:00
README.md Added changes made by Jon Gos! 2011年02月28日 10:53:50 +03:00

SwiftRiver Sweeper v0.3.0

Sweeper is an intelligent media curation tool with filters for managing real-time feeds of information. You can find out more at - http://swiftly.org

Find us on Github - http://github.com/ushahidi/Swiftriver

NOTE: This is still a beta software product. We recommend not using it in critical scenarios without further consultation. Contact us at support@swiftly.org with additional questions or feedback.

RELEASE NOTES

This is the development branch of Sweeper for the upcoming V0.3 release.

Some of the jazzy new features you can expect from this upcoming release are:

  • Tag-based navigation of content
  • Content grouping
  • Dashboard Analytics

DEVELOPER NOTES

If you are a developer interested in contributing to Sweeper then there are a few things to note before you jump in and start coding. First be sure to read this overview - http://goo.gl/mlPff

The master branch will always be the latest stable release of the app so unless you like living life dangerously this is the best place to start:

$ git clone git://github.com/ushahidi/Sweeper.git

With the app code checked out you still need to perform the following steps before you can start local development:

$ cd Sweeper
$ git submodule init
$ git submodule update

Why do we do this? Well, Sweeper is just one app that runs on the Swiftriver framework. To allow this to all happen, the framework has its own repository and is brought into this project using the git-submodule facility.

Once you have done this, you will have all the code required to run and change Sweeper!

SYSTEM REQUIREMENTS

  • Apache 1.3 or greater
  • PHP 5.3 or higher
  • PHP Pear Extensions
  • MySQL 4.0 or higher

Further details on this release can be found at - http://wiki.ushahidi.com

SUPPORTED BROWSERS

  • FireFox
  • Safari
  • IE7+
  • Chrome

DOCUMENTATION

Documentation - http://wiki.ushahidi.com

Installation - http://wiki.ushahidi.com/doku.php?id=install_s