Newscoop is the open content management system for professional journalists.
Features for the modern newsroom include multiple author management, issue-and-section based publishing, geolocation and multilingual content management. The enterprise-standard journalist’s dashboard and a templating engine supporting anything from HTML5 to mobile complete this fast production and publishing system. Read more about Newscoop history on his wikipedia page.
Quick links to our resources are:
- Manuals for Newscoop http://manuals.sourcefabric.org
- Forums and mailing lists: http://forum.sourcefabric.org
- Bug Tracking: http://dev.sourcefabric.org/browse/CS
- Public source code hosting: http://github.com/sourcefabric/Newscoop
- Download link: https://sourceforge.net/projects/newscoop/
- Developer's wiki: https://wiki.sourcefabric.org/display/CS/
The recommended way to install Newscoop is through composer. Just run the composer:
curl -s https://getcomposer.org/installer | php
php composer.phar create-project sourcefabric/newscoop path/to/install dev-master
REST API documentation will be available under the link: http://www.domain.com/documentation/rest-api/
after Newscoop installation is done.
Only 4 steps:
- Fork sourcefabric/Newscoop repository - how to fork.
- Clone your fork
- Create new local feature branch - how to create branch
- Create pull request with your feature/bugfix - how to create pull request
Newscoop is licensed under the GPL3 license.