Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessy1092/coVerbatim
Youtube film's verbatim system.
https://github.com/jessy1092/coVerbatim
Last synced: about 2 months ago
JSON representation
Youtube film's verbatim system.
- Host: GitHub
- URL: https://github.com/jessy1092/coVerbatim
- Owner: jessy1092
- Created: 2014-08-30T12:07:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T17:59:57.000Z (about 10 years ago)
- Last Synced: 2024-04-14T19:53:05.500Z (8 months ago)
- Language: JavaScript
- Homepage: http://coverbatim.com/
- Size: 1.2 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-g0v - coVerbatim - 逐字稿工具 (Infrastructure / g0v 基礎建設)
README
coVerbatim
=============
[![Dependency Status](https://david-dm.org/jessy1092/coVerbatim.svg?style=flat-square)](https://david-dm.org/jessy1092/coVerbatim)
Welcome to coVerbatim. It is the simple verbatim system. Let users cooperate to create youtube's verbatim easily.coVerbatim is an open source project. Inspire from [hackfoldr-2.0](http://hack.etblue.tw/) and [oTranscribe](http://otranscribe.com/).
Thanks [ethercalc](https://ethercalc.org/) support backend.
## Structure
- app
+ asserts
- scripts
- styles
+ views
- vendor
+ angular
+ d3js
+ jquery
+ semantic-ui## Development
[![devDependency Status](https://david-dm.org/jessy1092/coVerbatim/dev-status.svg?style=flat-square)](https://david-dm.org/jessy1092/coVerbatim#info=devDependencies)`npm i`
`npm start`
and then open `http://localhost:3000/`
## Change Log
#### 2014/10/06 v0.1.1
- Use jade.#### 2014/09/03 v0.1.0
- Cut youtube film.
- Add nickname.
- Add Empty, Draft and Finish type.
- Support multi-line.
- Use ethercalc as backend.#### 2014/08/30 v0.0.1
- init
- Using gulp to build simple webserver and livereload## License
The MIT License (MIT)
Copyright (c) 2014 Lee < [email protected] >
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.