Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterekepeter/simplelivesubtitles
A very simple HTML based subtitle system for live shows
https://github.com/peterekepeter/simplelivesubtitles
Last synced: 21 days ago
JSON representation
A very simple HTML based subtitle system for live shows
- Host: GitHub
- URL: https://github.com/peterekepeter/simplelivesubtitles
- Owner: peterekepeter
- Created: 2015-01-11T15:41:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T15:55:02.000Z (about 10 years ago)
- Last Synced: 2024-11-13T03:48:12.777Z (3 months ago)
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simplelivesubtitles
A very simple HTML based subtitle system for live shows
For now, the whole project is a single HTML file.
Javascript HTML and CSS are used.Inside the html body the first list is taken by the javascript.
Each of these items can be displayed one by one.
Control is done using keyboard.
The subtitles can be HMTL formatted and can even contain complex HTML elements.It was designed for live shows and presentations
where someone needs to manually press a key to show the next subtitle.
This solution runs light and runs everywhere.## creating subtitles
The html file needs to be edited manually.
It can be edited with anything which preserves the current structure and scripts.
The only thing that needs to be edited is the orderred list in the document.
For this purpuse the list comes before style and script in the file.
- Is this useful?
- No it's just a waste of time
People with no technical knowledge are recommended to use a html editor program.`
## other stuff
I realize that this can be extended into a very good lighweight solution for:
1. subtitles for basically anything in HTML
2. presentations (same cocept but more than just a line of text)