Skip to content

vladnicoara/plugin-liveblog-embed-server

 
 

Repository files navigation

Plugin for superdesk liveblog embed

Build Status

Liveblog embed server side generation plugin for superdesk. Made with backbone.

License: GPLv3

Copyright: Sourcefabric o.p.s.

Setup

Client requires nodejs installed and a few steps:

npm install -g grunt-cli # install grunt
npm install # install other node dependencies
bower install # install bower components

After you can start local dev server on port 9000:

grunt server

Info for contributors

Commit messages

Every commit has to have a meaningful commit message in form:

[JIRA ref] [JIRA Title] or [Tile]
<empty line>
[Description]

Pull requests

Every pull request has to have a meaningful message if not specified from commit, then it needs a good description of what is does.

Where JIRA ref is at least Issue code eg. LB-13.

For trivial changes you can ommit JIRA ref or Description or both: Add travis.yml files

CI

You can test your code before sending a PR via: ./travis_build.sh

About

Liveblog embed server side generation for superdesk plugin. Made with backbone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.4%
  • JavaScript 41.6%