summaryrefslogtreecommitdiffstats
path: root/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add: Q&A video jump to timeGrant Shangreaux2020-12-291-1/+5
|
* Clean: add ES6 modernizations to video jump scriptGrant Shangreaux2020-12-291-7/+7
|
* Add: agpl-3.0 or later descriptor, additinoal AGPL notice in scriptGrant Shangreaux2020-12-291-6/+22
|
* Fix: LibreJS license-end typo >:|Grant Shangreaux2020-12-291-1/+1
|
* Fix: LibreJS tag license descriptor stringGrant Shangreaux2020-12-291-1/+1
|
* Fix: LibreJS tagGrant Shangreaux2020-12-291-1/+1
|
* Clean: add some docs, clean up console logs, add LibreJS tagGrant Shangreaux2020-12-291-9/+13
|
* Fix: missing string parsing in callbackGrant Shangreaux2020-12-291-1/+1
|
* Fix: bind callback properly (i hope)Grant Shangreaux2020-12-291-1/+3
|
* Fix: attempt fat arrow binding for callback timeGrant Shangreaux2020-12-291-1/+1
|
* Fix: callback functionGrant Shangreaux2020-12-291-1/+1
|
* Fix: event handler scopingGrant Shangreaux2020-12-291-4/+7
|
* Fix: typo >:(Grant Shangreaux2020-12-291-1/+1
|
* Fix: use parsing of html instead of data attribute for timestampGrant Shangreaux2020-12-291-2/+9
|
* Fix: time variable not being set in loopGrant Shangreaux2020-12-291-0/+1
|
* Add: timestamp seek script to main template page, test talk05 linksGrant Shangreaux2020-12-292-3/+20
|
* Add: initial test of jump to timestamp for talk videosGrant Shangreaux2020-12-281-1/+1
| | | | | | | - add vidid to the vid template in order to set an id attribute on the video element - add onload event to set main video variable - add test of setting the time in one talk transcript link
* Fix templateSacha Chua2020-12-091-1/+1
|
* Add breakSacha Chua2020-12-091-1/+1
|
* Remove ending blank lineSacha Chua2020-12-091-1/+1
|
* Add link to subtitlesSacha Chua2020-12-081-4/+2
|
* Add subtitles linkSacha Chua2020-12-081-1/+4
|
* Wrap with ifSacha Chua2020-12-081-0/+2
|
* Fix templateSacha Chua2020-12-081-2/+0
|
* Test track elementSacha Chua2020-12-081-0/+1
|
* Test againSacha Chua2020-12-081-7/+6
|
* Test as divSacha Chua2020-12-081-0/+1
|
* Try againSacha Chua2020-12-081-4/+1
|
* Try putting subtitlesSacha Chua2020-12-081-0/+1
|
* Complete tagSacha Chua2020-12-081-2/+3
|
* Test template commentSacha Chua2020-12-081-1/+2
|
* Test templateSacha Chua2020-12-081-3/+1
|
* Fix subtitle trackSacha Chua2020-12-081-3/+3
|
* Tweak templateSacha Chua2020-12-081-4/+1
|
* Fix templateSacha Chua2020-12-081-1/+4
|
* Change vid templateSacha Chua2020-12-081-0/+1
|
* Test subtitlesSacha Chua2020-12-081-0/+3
|
* wrap .pageheader so that we get a nice full-width bar at the topAmin Bandali2020-08-241-0/+2
|
* experiment with narrower widths to improve readabilityAmin Bandali2020-08-241-2/+2
|
* templates/page.tmpl: "Backlinks" is more descriptive than "Links"Amin Bandali2020-07-261-1/+1
|
* templates/page.tmpl: add the customizations for emacsconf-wikiAmin Bandali2020-07-261-3/+5
|
* templates/page.tmpl: check in ikiwiki's defaultAmin Bandali2020-07-261-0/+222
| | | | | from /usr/share/ikiwiki/templates/page.tmpl in Debian Buster, with ikiwiki/stable,now 3.20190228-1 all [installed]
* see if wrapping <video> in a <div> helpsAmin Bandali2020-07-191-5/+7
|
* try using a template for <video>Amin Bandali2020-07-191-0/+5
to see if the <p><video> issue can be worked around this way