Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysociety/sayit
SayIt - a component for recording and storing public statements.
https://github.com/mysociety/sayit
Last synced: 7 days ago
JSON representation
SayIt - a component for recording and storing public statements.
- Host: GitHub
- URL: https://github.com/mysociety/sayit
- Owner: mysociety
- License: other
- Created: 2012-09-12T10:57:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T06:45:15.000Z (over 4 years ago)
- Last Synced: 2024-04-25T12:44:29.065Z (7 months ago)
- Language: Python
- Homepage: http://sayit.mysociety.org/
- Size: 5.69 MB
- Stars: 104
- Watchers: 30
- Forks: 37
- Open Issues: 129
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - mysociety/sayit - SayIt - a component for recording and storing public statements. (others)
README
SayIt
=====SayIt is an open source Django application or project to store transcripts
and present them in a modern, searchable format.One example of SayIt in action is mySociety's website
`sayit.mysociety.org `_ which contains a variety
of transcripts, including:* `The Leveson Inquiry `_
* `The Charles Taylor trial `_
* `The plays of Shakespeare `_Another is `OpenHouse Nova Scotia `_, providing an
unofficial record of the proceedings of the Nova Scotia House of Assembly.SayIt is a `Poplus component `_
by `mySociety `_.Get involved
------------If you have transcripts you'd like to be included on our website, or have
the technical skills to create such transcripts, please see
http://sayit.mysociety.org/about/community.For more information on how to use SayIt in your own Django project or as a
standalone site, please see our
`documentation `_:* `Installation `_
* `Testing `_
* `Development `_Testing
-------In a virtualenv, to run the tests::
pip install -e .[test]
./manage.py test speeches.. image:: https://travis-ci.org/mysociety/sayit.png?branch=master
:alt: Build Status
:target: https://travis-ci.org/mysociety/sayit