diff --git a/hmml_to_html/cinera__default.css b/hmml_to_html/cinera__default.css deleted file mode 100644 index 7a641f1..0000000 --- a/hmml_to_html/cinera__default.css +++ /dev/null @@ -1,80 +0,0 @@ -.title { - background-color: #444; -} - -.title > a { - color: rgba(38, 139, 210, 1); -} - -.title > a:visited { - color: rgba(38, 139, 210, 1); -} - -.title .refs_container { - transition: box-shadow 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); - box-shadow: inset 0 0 0 #B57714; -} - -.title .refs_container:hover { - background-color: #666; -} - -.title .refs_container.current { - box-shadow: inset 0px 0px 30px #B57714; -} - -.title .refs_container .refs { - background-color: black; - border: 3px solid #444; - border-top: none; -} - -.title .refs_container > .refs .ref { - border-bottom: 1px solid rgb(51, 51, 51); - color: white; -} - -.title .refs_container > .refs .ref.current { - background-color: #8B3D23; - color: black; -} - -.title .refs_container > .refs .ref:hover { - background-color: #222; -} - -.title .refs_container > .refs .ref.current:hover { - background-color: rgba(139, 61, 35, 0.7); -} - -.title .refs_container > .refs .ref .source { - color: #888; -} - -.markers_container > .marker { - border-bottom: 1px solid rgba(255, 255, 255, 0.05); -} - -.markers_container > .marker:hover > .content { - background-color: #222; -} - -.markers_container > .marker:hover .faded .content { - background-color: rgba(139, 61, 35, 0.7); - color: black; -} - -.markers_container > .marker > .content { - background-color: #161616; - color: #8A877D; -} - -.markers_container > .marker.current > .content { - color: #B57714; -} - -.markers_container > .marker .progress .content { - background-color: #8B3D23; - color: black; -} - diff --git a/hmml_to_html/cinera__hmdshow.css b/hmml_to_html/cinera__hmdshow.css deleted file mode 100644 index baa2d9c..0000000 --- a/hmml_to_html/cinera__hmdshow.css +++ /dev/null @@ -1,145 +0,0 @@ -.title.hmdshow, -.title.hmdshow > .menu .refs, -.title.hmdshow > .menu .filter_container, -.title.hmdshow > .menu > .refs .ref, -.title.hmdshow > .menu > .filter_container .filter_mode, -.title.hmdshow > .menu > .credits_container, -.title.hmdshow > .menu > .credits_container .credit, -.markers_container.hmdshow, -.markers_container.hmdshow > .marker { - background-color: #EEE; - border-color: rgba(120, 4, 4, 0.8); -} - -.title.hmdshow, -.title.hmdshow > .menu > .refs .ref, -.title.hmdshow > .menu > .refs .ref .timecode.focused:before, -.title.hmdshow > .menu > .credits_container .credit .name, -.markers_container.hmdshow > .marker > .content { - color: #000; -} - -.title.hmdshow > .menu { - transition: box-shadow 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); - box-shadow: inset 0 0 0 #CB957A; -} - -.title.hmdshow > .menu.current { - box-shadow: inset 0px 0px 30px #CB957A; -} - -.title.hmdshow > .menu > .refs .ref .ref_indices .timecode.focused, -.markers_container.hmdshow > .marker.current > .content { - color: #000; -} - -.title.hmdshow > .menu > .refs .ref.current .ref_indices .timecode.focused { - color: rgba(120, 4, 4, 0.8); -} - -.title.hmdshow > .menu.visible, - -.title.hmdshow > .menu > .quotes_container .ref.focused, -.title.hmdshow > .menu > .references_container .ref.focused, - -.title.hmdshow > .menu > .filter_container .filter_mode:hover, -.title.hmdshow > .menu > .filter_container .filter_content.focused, - -.title.hmdshow > .menu > .credits_container .credit *.focused, - -.markers_container.hmdshow > .marker:hover > .content { - background-color: #CB957A; -} - -.title.hmdshow > .menu > .refs .ref.current .source, -.title.hmdshow > .menu > .refs .ref.current .quote_byline, -.title.hmdshow > .menu > .refs .ref.current .ref_indices .timecode.focused:before { - color: #C4C4C4; -} - -.title.hmdshow > .menu > .refs .ref.current, -.markers_container.hmdshow > .marker > .progress .content { - color: #FFF; -} - -.title.hmdshow > .menu > .refs .ref.current, -.markers_container.hmdshow > .marker > .progress .content { - background-color: rgb(203, 149, 122); -} - -.markers_container.hmdshow > .marker:hover > .faded .content { - background-color: rgba(203, 149, 122, 0.7); -} - -.title.hmdshow > .menu > .refs .ref .source, -.title.hmdshow > .menu > .refs .ref .quote_byline, -.title.hmdshow > .menu > .filter_container .filter_content.off .text, -.title.hmdshow > .menu > .credits_container .credit .role { - color: #3D3D3D; -} - -/* Blackboard */ -.title.hmdshow .filter_content.blackboard, -.markers_container.hmdshow .blackboard > .content, -.markers_container.hmdshow .off_blackboard > .content, -.markers_container.hmdshow > .marker.blackboard > .progress .content, -.markers_container.hmdshow > .marker:hover.blackboard > .faded .content { - background-size: 12px 12px; - background-position: center; -} - -.title.hmdshow .filter_content.blackboard, -.markers_container.hmdshow .blackboard > .content { - background-image: linear-gradient(to right , rgba(51, 153, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(51, 153, 255, .16) 1px, transparent 1px); -} - -.markers_container.hmdshow .off_blackboard > .content { - background-image: linear-gradient(to right , rgba(51, 153, 255, .08) 1px, transparent 1px), - linear-gradient(to bottom, rgba(51, 153, 255, .08) 1px, transparent 1px); -} - -.markers_container.hmdshow > .marker.blackboard > .progress .content { - background-image: linear-gradient(to right , rgba(255, 255, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(255, 255, 255, .16) 1px, transparent 1px); -} - -.markers_container.hmdshow > .marker:hover.blackboard > .faded .content { - background-image: linear-gradient(to right , rgba(0, 0, 0, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(0, 0, 0, .16) 1px, transparent 1px); -} - -/* TODO(matt): - * - * .markers_container.hmdshow > marker.run - */ - -@keyframes hmdshow_fade_mode { - 0% { color: #FFF; } - 100% { color: #000; } -} - -@keyframes hmdshow_fade_text { - 0% { color: #000; } - 100% { color: #888; } -} - -@keyframes hmdshow_fade_background { - 0% { background-color: rgba(246, 178, 26, 0.8);} - 100% { background-color: #EEE; } -} - -/* TODO(matt): Get this to work! */ -.title.hmdshow > .menu > .filter_container .filter_mode.responsible { - animation-name: hmdshow_fade_mode; -} - -.title.hmdshow .filter_content.responsible .text { - animation-name: hmdshow_fade_text; -} - -.title.hmdshow > .menu.filter.responsible, -.title.hmdshow .filter_content.responsible, -.title.hmdshow > .menu > .filter_container .filter_mode.responsible { - animation-name: hmdshow_fade_background; -} diff --git a/hmml_to_html/cinera__lecture.css b/hmml_to_html/cinera__lecture.css deleted file mode 100644 index 564f3b5..0000000 --- a/hmml_to_html/cinera__lecture.css +++ /dev/null @@ -1,145 +0,0 @@ -.title.lecture, -.title.lecture > .menu .refs, -.title.lecture > .menu .filter_container, -.title.lecture > .menu > .refs .ref, -.title.lecture > .menu > .filter_container .filter_mode, -.title.lecture > .menu > .credits_container, -.title.lecture > .menu > .credits_container .credit, -.markers_container.lecture, -.markers_container.lecture > .marker { - background-color: #EEE; - border-color: rgba(120, 4, 4, 0.8); -} - -.title.lecture, -.title.lecture > .menu > .refs .ref, -.title.lecture > .menu > .refs .ref .timecode.focused:before, -.title.lecture > .menu > .credits_container .credit .name, -.markers_container.lecture > .marker > .content { - color: #000; -} - -.title.lecture > .menu { - transition: box-shadow 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); - box-shadow: inset 0 0 0 #CB957A; -} - -.title.lecture > .menu.current { - box-shadow: inset 0px 0px 30px #CB957A; -} - -.title.lecture > .menu > .refs .ref .ref_indices .timecode.focused, -.markers_container.lecture > .marker.current > .content { - color: #000; -} - -.title.lecture > .menu > .refs .ref.current .ref_indices .timecode.focused { - color: rgba(120, 4, 4, 0.8); -} - -.title.lecture > .menu.visible, - -.title.lecture > .menu > .quotes_container .ref.focused, -.title.lecture > .menu > .references_container .ref.focused, - -.title.lecture > .menu > .filter_container .filter_mode:hover, -.title.lecture > .menu > .filter_container .filter_content.focused, - -.title.lecture > .menu > .credits_container .credit *.focused, - -.markers_container.lecture > .marker:hover > .content { - background-color: #CB957A; -} - -.title.lecture > .menu > .refs .ref.current .source, -.title.lecture > .menu > .refs .ref.current .quote_byline, -.title.lecture > .menu > .refs .ref.current .ref_indices .timecode.focused:before { - color: #C4C4C4; -} - -.title.lecture > .menu > .refs .ref.current, -.markers_container.lecture > .marker > .progress .content { - color: #FFF; -} - -.title.lecture > .menu > .refs .ref.current, -.markers_container.lecture > .marker > .progress .content { - background-color: rgb(203, 149, 122); -} - -.markers_container.lecture > .marker:hover > .faded .content { - background-color: rgba(203, 149, 122, 0.7); -} - -.title.lecture > .menu > .refs .ref .source, -.title.lecture > .menu > .refs .ref .quote_byline, -.title.lecture > .menu > .filter_container .filter_content.off .text, -.title.lecture > .menu > .credits_container .credit .role { - color: #3D3D3D; -} - -/* Blackboard */ -.title.lecture .filter_content.blackboard, -.markers_container.lecture .blackboard > .content, -.markers_container.lecture .off_blackboard > .content, -.markers_container.lecture > .marker.blackboard > .progress .content, -.markers_container.lecture > .marker:hover.blackboard > .faded .content { - background-size: 12px 12px; - background-position: center; -} - -.title.lecture .filter_content.blackboard, -.markers_container.lecture .blackboard > .content { - background-image: linear-gradient(to right , rgba(51, 153, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(51, 153, 255, .16) 1px, transparent 1px); -} - -.markers_container.lecture .off_blackboard > .content { - background-image: linear-gradient(to right , rgba(51, 153, 255, .08) 1px, transparent 1px), - linear-gradient(to bottom, rgba(51, 153, 255, .08) 1px, transparent 1px); -} - -.markers_container.lecture > .marker.blackboard > .progress .content { - background-image: linear-gradient(to right , rgba(255, 255, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(255, 255, 255, .16) 1px, transparent 1px); -} - -.markers_container.lecture > .marker:hover.blackboard > .faded .content { - background-image: linear-gradient(to right , rgba(0, 0, 0, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(0, 0, 0, .16) 1px, transparent 1px); -} - -/* TODO(matt): - * - * .markers_container.lecture > marker.run - */ - -@keyframes lecture_fade_mode { - 0% { color: #FFF; } - 100% { color: #000; } -} - -@keyframes lecture_fade_text { - 0% { color: #000; } - 100% { color: #888; } -} - -@keyframes lecture_fade_background { - 0% { background-color: rgba(246, 178, 26, 0.8);} - 100% { background-color: #EEE; } -} - -/* TODO(matt): Get this to work! */ -.title.lecture > .menu > .filter_container .filter_mode.responsible { - animation-name: lecture_fade_mode; -} - -.title.lecture .filter_content.responsible .text { - animation-name: lecture_fade_text; -} - -.title.lecture > .menu.filter.responsible, -.title.lecture .filter_content.responsible, -.title.lecture > .menu > .filter_container .filter_mode.responsible { - animation-name: lecture_fade_background; -} diff --git a/hmml_to_html/cinera__obbg.css b/hmml_to_html/cinera__obbg.css deleted file mode 100644 index e6f656c..0000000 --- a/hmml_to_html/cinera__obbg.css +++ /dev/null @@ -1,175 +0,0 @@ -/* - * Colours: - * Main Purple: #372F46 or rgba(55, 47, 70, 1); - * Highlight Green: #3A4A3F or rbga(58, 74, 63, 1); - */ - -.title.obbg { - background-color: #EEE; - color: #000; - border-color: #372F46; -} - -.title.obbg .menu { - transition: box-shadow 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); - box-shadow: inset 0 0 0 #372F46; -} - -.title.obbg .menu:hover { - background-color: #FFF8E7; -} - -.title.obbg > .menu.current { - box-shadow: inset 0px 0px 30px #372F46; -} - -.title.obbg .menu .refs { - background-color: #EEE; - border-color: #372F46; -} - -.title.obbg .menu > .refs .ref { - border-color: #372F46; - color: #000000; -} - -.title.obbg .menu > .refs .ref.current { - background-color: #372F46; - color: #FFFFFF; -} - -.title.obbg .menu > .refs .ref:hover { - background-color: #DDD; -} - -.title.obbg .menu > .refs .ref.current:hover { - background-color: #68557E; -} - -.title.obbg .menu > .refs .ref .source { - color: #888; -} - -.title.obbg .menu > .refs .ref .quote_byline { - color: #888; -} - -.title.obbg .menu > .refs .ref.current .source { - color: #FFF8E7; -} - -/* Regular */ -.markers_container.obbg { - background-color: #EEE; -} - -.markers_container.obbg > .marker { - border-color: #888; -} - -.markers_container.obbg > .marker:hover > .content { - background-color: #DDD; -} - -.markers_container.obbg > .marker:hover > .faded .content { - background-color: #68557E; - color: #FFFFFF; -} - -.markers_container.obbg > .marker > .content { - color: #000000; -} - -.markers_container.obbg > .marker.current > .content { - color: #102369; -} - -.markers_container.obbg > .marker > .progress .content { - background-color: #372C44; - color: #EEE; -} - -/* Blackboard */ -.markers_container.obbg > .marker:hover.blackboard > .content { - background-color: #FFF8E7; - background-size: 12px 12px; - background-image: linear-gradient(to right , rgba(51, 153, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(51, 153, 255, .16) 1px, transparent 1px); - background-position: center; -} - -.markers_container.obbg > .marker:hover.blackboard > .faded .content { - background-color: rgba(42, 49, 114, 0.7); - background-size: 12px 12px; - background-image: linear-gradient(to right , rgba(0, 0, 0, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(0, 0, 0, .16) 1px, transparent 1px); - background-position: center; - color: #FFFFFF; -} - -.markers_container.obbg > .marker.blackboard > .content { - background-color: #FFFFFF; - background-size: 12px 12px; - background-image: linear-gradient(to right , rgba(51, 153, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(51, 153, 255, .16) 1px, transparent 1px); - background-position: center; - color: #000000; -} - -.markers_container.obbg > .marker.blackboard.current > .content { - color: #2A3172; -} - -.markers_container.obbg > .marker.blackboard > .progress .content { - background-color: #2A3172; - background-size: 12px 12px; - background-image: linear-gradient(to right , rgba(255, 255, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(255, 255, 255, .16) 1px, transparent 1px); - background-position: center; - color: #FFFFFF; -} - -/* TODO(matt): - * - * .markers_container.obbg > marker.run - */ - -/* Run */ -.markers_container.obbg > .marker.run > .content { - background: rgb(114,171,206); /* Old browsers */ - background: -moz-linear-gradient(top, rgba(114,171,206,.5) 0%, rgba(82,178,82,.5) 18%, rgba(82,178,82,.5) 22%, rgba(198,194,110,.5) 38%, rgba(198,194,110,.5) 100%); /* FF3.6-15 */ - background: -webkit-linear-gradient(top, rgba(114,171,206,.5) 0%,rgba(82,178,82,.5) 18%,rgba(82,178,82,.5) 22%,rgba(198,194,110,.5) 38%,rgba(198,194,110,.5) 100%); /* Chrome10-25,Safari5.1-6 */ - background: linear-gradient(to bottom, rgba(114,171,206,.5) 0%,rgba(82,178,82,.5) 18%,rgba(82,178,82,.5) 22%,rgba(198,194,110,.5) 38%,rgba(198,194,110,.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72abce', endColorstr='#c6c26e',GradientType=0 ); /* IE6-9 */ - color: #000000; -} - -.markers_container.obbg > .marker:hover.run > .content { - background: rgb(114,171,206); /* Old browsers */ - background: -moz-linear-gradient(top, rgba(114,171,206,.5) 0%, rgba(82,178,82,.5) 18%, rgba(82,178,82,.5) 22%, rgba(198,194,110,.5) 38%, rgba(198,194,110,.5) 100%); /* FF3.6-15 */ - background: -webkit-linear-gradient(top, rgba(114,171,206,.5) 0%,rgba(82,178,82,.5) 18%,rgba(82,178,82,.5) 22%,rgba(198,194,110,.5) 38%,rgba(198,194,110,.5) 100%); /* Chrome10-25,Safari5.1-6 */ - background: linear-gradient(to bottom, rgba(114,171,206,.6) 0%,rgba(82,178,82,.6) 18%,rgba(82,178,82,.6) 22%,rgba(198,194,110,.6) 38%,rgba(198,194,110,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72abce', endColorstr='#c6c26e',GradientType=0 ); /* IE6-9 */ -} - -.markers_container.obbg > .marker:hover.run > .faded .content { - background-color: rgba(42, 49, 114, 0.7); - background-size: 12px 12px; - background-image: linear-gradient(to right , rgba(0, 0, 0, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(0, 0, 0, .16) 1px, transparent 1px); - background-position: center; - color: #FFFFFF; -} - -.markers_container.obbg > .marker.run.current > .content { - color: #2A3172; -} - -.markers_container.obbg > .marker.run > .progress .content { - background-color: #2A3172; - background-size: 12px 12px; - background-image: linear-gradient(to right , rgba(255, 255, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(255, 255, 255, .16) 1px, transparent 1px); - background-position: center; - color: #FFFFFF; -} diff --git a/hmml_to_html/cinera__special.css b/hmml_to_html/cinera__special.css deleted file mode 100644 index 8e6f997..0000000 --- a/hmml_to_html/cinera__special.css +++ /dev/null @@ -1,145 +0,0 @@ -.title.special, -.title.special > .menu .refs, -.title.special > .menu .filter_container, -.title.special > .menu > .refs .ref, -.title.special > .menu > .filter_container .filter_mode, -.title.special > .menu > .credits_container, -.title.special > .menu > .credits_container .credit, -.markers_container.special, -.markers_container.special > .marker { - background-color: #EEE; - border-color: rgba(120, 4, 4, 0.8); -} - -.title.special, -.title.special > .menu > .refs .ref, -.title.special > .menu > .refs .ref .timecode.focused:before, -.title.special > .menu > .credits_container .credit .name, -.markers_container.special > .marker > .content { - color: #000; -} - -.title.special > .menu { - transition: box-shadow 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); - box-shadow: inset 0 0 0 #CB957A; -} - -.title.special > .menu.current { - box-shadow: inset 0px 0px 30px #CB957A; -} - -.title.special > .menu > .refs .ref .ref_indices .timecode.focused, -.markers_container.special > .marker.current > .content { - color: #000; -} - -.title.special > .menu > .refs .ref.current .ref_indices .timecode.focused { - color: rgba(120, 4, 4, 0.8); -} - -.title.special > .menu.visible, - -.title.special > .menu > .quotes_container .ref.focused, -.title.special > .menu > .references_container .ref.focused, - -.title.special > .menu > .filter_container .filter_mode:hover, -.title.special > .menu > .filter_container .filter_content.focused, - -.title.special > .menu > .credits_container .credit *.focused, - -.markers_container.special > .marker:hover > .content { - background-color: #CB957A; -} - -.title.special > .menu > .refs .ref.current .source, -.title.special > .menu > .refs .ref.current .quote_byline, -.title.special > .menu > .refs .ref.current .ref_indices .timecode.focused:before { - color: #C4C4C4; -} - -.title.special > .menu > .refs .ref.current, -.markers_container.special > .marker > .progress .content { - color: #FFF; -} - -.title.special > .menu > .refs .ref.current, -.markers_container.special > .marker > .progress .content { - background-color: rgb(203, 149, 122); -} - -.markers_container.special > .marker:hover > .faded .content { - background-color: rgba(203, 149, 122, 0.7); -} - -.title.special > .menu > .refs .ref .source, -.title.special > .menu > .refs .ref .quote_byline, -.title.special > .menu > .filter_container .filter_content.off .text, -.title.special > .menu > .credits_container .credit .role { - color: #3D3D3D; -} - -/* Blackboard */ -.title.special .filter_content.blackboard, -.markers_container.special .blackboard > .content, -.markers_container.special .off_blackboard > .content, -.markers_container.special > .marker.blackboard > .progress .content, -.markers_container.special > .marker:hover.blackboard > .faded .content { - background-size: 12px 12px; - background-position: center; -} - -.title.special .filter_content.blackboard, -.markers_container.special .blackboard > .content { - background-image: linear-gradient(to right , rgba(51, 153, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(51, 153, 255, .16) 1px, transparent 1px); -} - -.markers_container.special .off_blackboard > .content { - background-image: linear-gradient(to right , rgba(51, 153, 255, .08) 1px, transparent 1px), - linear-gradient(to bottom, rgba(51, 153, 255, .08) 1px, transparent 1px); -} - -.markers_container.special > .marker.blackboard > .progress .content { - background-image: linear-gradient(to right , rgba(255, 255, 255, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(255, 255, 255, .16) 1px, transparent 1px); -} - -.markers_container.special > .marker:hover.blackboard > .faded .content { - background-image: linear-gradient(to right , rgba(0, 0, 0, .16) 1px, transparent 1px), - linear-gradient(to bottom, rgba(0, 0, 0, .16) 1px, transparent 1px); -} - -/* TODO(matt): - * - * .markers_container.special > marker.run - */ - -@keyframes special_fade_mode { - 0% { color: #FFF; } - 100% { color: #000; } -} - -@keyframes special_fade_text { - 0% { color: #000; } - 100% { color: #888; } -} - -@keyframes special_fade_background { - 0% { background-color: rgba(246, 178, 26, 0.8);} - 100% { background-color: #EEE; } -} - -/* TODO(matt): Get this to work! */ -.title.special > .menu > .filter_container .filter_mode.responsible { - animation-name: special_fade_mode; -} - -.title.special .filter_content.responsible .text { - animation-name: special_fade_text; -} - -.title.special > .menu.filter.responsible, -.title.special .filter_content.responsible, -.title.special > .menu > .filter_container .filter_mode.responsible { - animation-name: special_fade_background; -} diff --git a/hmml_to_html/cinera_icon_patreon.png b/hmml_to_html/cinera_icon_patreon.png deleted file mode 100644 index f4681c4..0000000 Binary files a/hmml_to_html/cinera_icon_patreon.png and /dev/null differ diff --git a/hmml_to_html/cinera_topics.css b/hmml_to_html/cinera_topics.css deleted file mode 100644 index 64fe6fe..0000000 --- a/hmml_to_html/cinera_topics.css +++ /dev/null @@ -1,60 +0,0 @@ -.category.platform-layer { border: 1px solid hsl(160, 81%, 26%); background: hsl(160, 81%, 26%); } -.category.font { border: 1px solid hsl(13, 87%, 26%); background: hsl(13, 87%, 26%); } -.category.input-handling { border: 1px solid hsl(335, 94%, 26%); background: hsl(335, 94%, 26%); } -.category.inventory { border: 1px solid hsl(111, 79%, 26%); background: hsl(111, 79%, 26%); } -.category.hardware { border: 1px solid hsl(284, 94%, 26%); background: hsl(284, 94%, 26%); } -.category.math { border: 1px solid hsl(185, 74%, 26%); background: hsl(185, 74%, 26%); } -.category.demo { border: 1px solid hsl(113, 95%, 26%); background: hsl(113, 95%, 26%); } -.category.memory { border: 1px solid hsl(111, 89%, 26%); background: hsl(111, 89%, 26%); } -.category.mesh-building { border: 1px solid hsl(334, 99%, 26%); background: hsl(334, 99%, 26%); } -.category.rendering { border: 1px solid hsl(140, 79%, 26%); background: hsl(140, 79%, 26%); } -.category.procedural-generation { border: 1px solid hsl(186, 87%, 26%); background: hsl(186, 87%, 26%); } -.category.asset-loading { border: 1px solid hsl(18, 76%, 26%); background: hsl(18, 76%, 26%); } -.category.game-development { border: 1px solid hsl(58, 96%, 26%); background: hsl(58, 96%, 26%); } -.category.level-of-detail { border: 1px solid hsl(211, 97%, 26%); background: hsl(211, 97%, 26%); } -.category.lighting { border: 1px solid hsl(40, 76%, 26%); background: hsl(40, 76%, 26%); } -.category.game { border: 1px solid hsl(315, 84%, 26%); background: hsl(315, 84%, 26%); } -.category.optimisation { border: 1px solid hsl(327, 86%, 26%); background: hsl(327, 86%, 26%); } -.category.threading { border: 1px solid hsl(25, 97%, 26%); background: hsl(25, 97%, 26%); } -.category.maths { border: 1px solid hsl(84, 88%, 26%); background: hsl(84, 88%, 26%); } -.category.camera { border: 1px solid hsl(141, 89%, 26%); background: hsl(141, 89%, 26%); } -.category.collision { border: 1px solid hsl(342, 93%, 26%); background: hsl(342, 93%, 26%); } -.category.physics { border: 1px solid hsl(242, 94%, 26%); background: hsl(242, 94%, 26%); } -.category.movement { border: 1px solid hsl(341, 97%, 26%); background: hsl(341, 97%, 26%); } -.category.debug-visualisation { border: 1px solid hsl(60, 86%, 26%); background: hsl(60, 86%, 26%); } -.category.programming { border: 1px solid hsl(283, 84%, 26%); background: hsl(283, 84%, 26%); } -.category.networking { border: 1px solid hsl(10, 94%, 26%); background: hsl(10, 94%, 26%); } -.category.network { border: 1px solid hsl(342, 75%, 26%); background: hsl(342, 75%, 26%); } -.category.object-system { border: 1px solid hsl(87, 80%, 26%); background: hsl(87, 80%, 26%); } -.category.language { border: 1px solid hsl(142, 84%, 26%); background: hsl(142, 84%, 26%); } -.category.asm { border: 1px solid hsl(71, 92%, 26%); background: hsl(71, 92%, 26%); } -.category.game-design { border: 1px solid hsl(162, 92%, 26%); background: hsl(162, 92%, 26%); } -.category.art { border: 1px solid hsl(157, 76%, 26%); background: hsl(157, 76%, 26%); } -.category.entity-system { border: 1px solid hsl(275, 92%, 26%); background: hsl(275, 92%, 26%); } -.category.animation { border: 1px solid hsl(170, 81%, 26%); background: hsl(170, 81%, 26%); } -.category.sorting { border: 1px solid hsl(285, 97%, 26%); background: hsl(285, 97%, 26%); } -.category.particle-system { border: 1px solid hsl(116, 99%, 26%); background: hsl(116, 99%, 26%); } -.category.simulation { border: 1px solid hsl(328, 91%, 26%); background: hsl(328, 91%, 26%); } -.category.save---load { border: 1px solid hsl(120, 93%, 26%); background: hsl(120, 93%, 26%); } -.category.logistics { border: 1px solid hsl(54, 76%, 26%); background: hsl(54, 76%, 26%); } -.category.parsing { border: 1px solid hsl(27, 79%, 26%); background: hsl(27, 79%, 26%); } -.category.profiling { border: 1px solid hsl(314, 91%, 26%); background: hsl(314, 91%, 26%); } -.category.prng { border: 1px solid hsl(13, 87%, 26%); background: hsl(13, 87%, 26%); } -.category.ui { border: 1px solid hsl(43, 94%, 26%); background: hsl(43, 94%, 26%); } -.category.audio { border: 1px solid hsl(287, 77%, 26%); background: hsl(287, 77%, 26%); } -.category.pathfinding { border: 1px solid hsl(314, 87%, 26%); background: hsl(314, 87%, 26%); } -.category.simd { border: 1px solid hsl(229, 77%, 26%); background: hsl(229, 77%, 26%); } -.category.mesh-chunk { border: 1px solid hsl(75, 89%, 26%); background: hsl(75, 89%, 26%); } -.category.ai { border: 1px solid hsl(115, 74%, 26%); background: hsl(115, 74%, 26%); } -.category.driver { border: 1px solid hsl(285, 76%, 26%); background: hsl(285, 76%, 26%); } -.category.fabrication { border: 1px solid hsl(169, 77%, 26%); background: hsl(169, 77%, 26%); } -.category.peripheral { border: 1px solid hsl(327, 92%, 26%); background: hsl(327, 92%, 26%); } -.category.biology { border: 1px solid hsl(40, 80%, 26%); background: hsl(40, 80%, 26%); } -.category.mathematics { border: 1px solid hsl(9, 91%, 26%); background: hsl(9, 91%, 26%); } -.category.platform { border: 1px solid hsl(256, 91%, 26%); background: hsl(256, 91%, 26%); } -.category.string-manipulation { border: 1px solid hsl(16, 82%, 26%); background: hsl(16, 82%, 26%); } -.category.timing { border: 1px solid hsl(228, 94%, 26%); background: hsl(228, 94%, 26%); } -.category.performance { border: 1px solid hsl(38, 93%, 26%); background: hsl(38, 93%, 26%); } -.category.number-systems { border: 1px solid hsl(246, 86%, 26%); background: hsl(246, 86%, 26%); } -.category.formula { border: 1px solid hsl(55, 81%, 26%); background: hsl(55, 81%, 26%); } -.category.linear-algebra { border: 1px solid hsl(60, 76%, 26%); background: hsl(60, 76%, 26%); } diff --git a/hmml_to_html/hmml.a b/hmml_to_html/hmml.a deleted file mode 100644 index db29015..0000000 Binary files a/hmml_to_html/hmml.a and /dev/null differ diff --git a/hmml_to_html/hmml.conf b/hmml_to_html/hmml.conf deleted file mode 100644 index b55b120..0000000 --- a/hmml_to_html/hmml.conf +++ /dev/null @@ -1,85 +0,0 @@ -edition Project; - -paths -{ - # In HMN, root would be the directory that serves up https://hero.handmade.network/episodes where the searcher will reside - root "/usr/local/www/test"; - # All *.hmml files below the repo_remote location are to be pulled in to the system with the directories being compared with - # the member and project settings from the [video] node - repo_remote "https://git.handmade.network/Annotation-Pushers/Annotation-Game"; - repo_local "/usr/local/www/repo"; - # The automatic stub creator will use the stub_base as its base directory - stub_base "${repo_local}/projects"; - - quotes_remote ""; - quotes_local ""; -} - -authentication -{ -# NOTE(matt): Do we need any more auth stuff? Surely we will - repo_token ""; - quotes_token ""; -} - -project_info -{ - riscy # Note that settings that open blocks do not end in a ; thus distinguishing them from variables set at the same scope - { - # We need to set member and platform in the config file so the stub generator can do its thing. Maybe consider further, - # though, whether the [video] node in our .hmml files still needs to take them - member = "miotatsu"; - platform = "youtube"; - - feed = "https://www.youtube.com/feeds/videos.xml?user=BathtubBlogger"; - project_name "RISCY BUSINESS"; - project_unit "Day"; - title_pattern "${project_name} - ${project_unit} ${number} - ${title}"; - # TODO(matt): Work out this title_pattern with some actual stuff - } -} - -# Comment to end of line -credentials -{ - funding_platform patreon; # This determines the logo and URL-generation, and we'll need to specify the platforms we support. - # A more flexible, if verbose, alternative would be to make each config specify a funding_icon and - # the full funding_url - # - # Note that this setting cascades down to the child scopes, i.e. Miblo{}, miotatsu{}, etc - - Miblo # The single-word name we use in the .hmml files, which also matches the username of project owners - { - display_name "Matt Mascarenhas"; # Optional, and may optionally be surrounded by quotes - homepage "http://miblodelcarpio.co.uk/"; # May optionally be quoted, as the admin prefers, but must be quoted if - # containing a ; (which is a valid character according to: - # https://url.spec.whatwg.org/#userinfo-percent-encode-set) - # - # For a Network Edition instance, it may be nice, although not mandatory, if - # the homepage is set to the member's profile page in the Network - avatar "some_location.png"; # TODO(matt): Mock up the Credits Menu to determine whether or not we want this - funding_username miblo; - } - - miotatsu - { - display_name "Mio Iwakura"; - homepage "http://riscy.tv/"; - funding_username miotatsu; - } - - _yunsup_lee # Prefixing with _ could be the convention for guests who are not in the member base of the (associated) network - # If so, maybe throw a warning for the annotator when a _-prefixed member is not present in the config - { - display_name "Yunsup Lee"; - homepage "https://www.linkedin.com/in/yunsup-lee-385b692b"; - } - - _andrew_waterman - { - display_name "Andrew Waterman"; - homepage "https://www.linkedin.com/in/andrew-waterman-76805788"; - } -} - -# NOTE(matt): Semantic characters, which may require \-escaping: ; # { " $ diff --git a/hmml_to_html/hmmlib.h b/hmml_to_html/hmmlib.h deleted file mode 100644 index 980d092..0000000 --- a/hmml_to_html/hmmlib.h +++ /dev/null @@ -1,98 +0,0 @@ -#ifndef HMML_H_ -#define HMML_H_ -#include -#include -#include -#include - -// Data structures - -typedef struct { - char* member; - char* stream_platform; - char* stream_username; - char* project; - char* title; - char* vod_platform; - char* id; - - char** co_hosts; - size_t co_host_count; - - char** guests; - size_t guest_count; - - char** annotators; - size_t annotator_count; -} HMML_VideoMetaData; - -typedef struct { - char* site; - char* page; - char* url; - char* title; - char* article; - char* author; - char* editor; - char* publisher; - char* isbn; - int offset; -} HMML_Reference; - -typedef enum { - HMML_CATEGORY, - HMML_MEMBER, - HMML_PROJECT, - - HMML_MARKER_COUNT, -} HMML_MarkerType; - -typedef struct { - HMML_MarkerType type; - char* marker; - char* parameter; - char* episode; - int offset; -} HMML_Marker; - -typedef struct { - int id; - char* author; -} HMML_Quote; - -typedef struct { - int line; - char* time; - char* text; - char* author; - - HMML_Reference* references; - size_t reference_count; - - HMML_Marker* markers; - size_t marker_count; - - HMML_Quote quote; - bool is_quote; -} HMML_Annotation; - -typedef struct { - int line; - char* message; -} HMML_Error; - -typedef struct { - bool well_formed; - HMML_VideoMetaData metadata; - HMML_Annotation* annotations; - size_t annotation_count; - HMML_Error error; -} HMML_Output; - -// Functions - -HMML_Output hmml_parse_file (FILE* file); -void hmml_dump (HMML_Output* output); -void hmml_free (HMML_Output* output); - -#endif diff --git a/hmml_to_html/mock_filter.html b/hmml_to_html/mock_filter.html deleted file mode 100644 index 65157de..0000000 --- a/hmml_to_html/mock_filter.html +++ /dev/null @@ -1,477 +0,0 @@ - - - - - - - - - - - - -
- Coloured Nicks - - - - Annotator: Miblo -
-
-
-
-
-
0:12Basic test with a little longer text
-
-
0:12Basic test with a little longer text
-
-
-
0:12Basic test with a little longer text
-
-
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding circuit design he saw in Code2
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding circuit design he saw in Code2
-
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding circuit design he saw in Code2
-
-
-
-
2:56“Stay RISCY, everyone”α
-
-
2:56“Stay RISCY, everyone”α
-
-
-
2:56“Stay RISCY, everyone”α
-
-
-
-
5:12Matrix multiplicationβ
-
-
5:12Matrix multiplicationβ
-
-
-
5:12Matrix multiplicationβ
-
-
-
-
10:24More stuff referring to the milton forum post3
-
-
10:24More stuff referring to the milton forum post3
-
-
-
10:24More stuff referring to the milton forum post3
-
-
-
-
10:301. Some text. Simples!
-
-
10:301. Some text. Simples!
-
-
-
10:301. Some text. Simples!
-
-
-
-
10:422. Some text. Simples!
-
-
10:422. Some text. Simples!
-
-
-
10:422. Some text. Simples!
-
-
-
-
12:34Something about the Handmade.Network4
-
-
12:34Something about the Handmade.Network4
-
-
-
12:34Something about the Handmade.Network4
-
-
-
-
16:32Something else about the Handmade.Network5
-
-
16:32Something else about the Handmade.Network5
-
-
-
16:32Something else about the Handmade.Network5
-
-
-
-
- - - diff --git a/hmml_to_html/mock_keys.html b/hmml_to_html/mock_keys.html deleted file mode 100644 index 4b9cc4a..0000000 --- a/hmml_to_html/mock_keys.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - Coloured Nicks - - - - - - - - -
- Coloured Nicks - - - - -
- ? -
- ?

Keyboard Navigation

- -

Global Keys

- W, A, P / S, D, N Jump to previous / next marker
- V Reset filter z Toggle filter mode between "inclusive" and "exclusive" - -

Menu toggling

- q Quotes - r References - f Filter - c Credits - -

Movement

-
-
-
- a -
-
- w
- s -
-
- d -
-
- / -
-
- -
-
-
- -
-
- -
-
- / -
- h - j - k - l -
-
-
-

Quotes and References Menus

- EnterJump to timecode
-

References and Credits Menus

- oOpen URL (in new tab) - -

Filter Menu

- x, SpaceToggle category and focus next
- X, ShiftSpaceToggle category and focus previous
- vInvert topics / media as per focus -

Credits Menu

- Enter, oOpen URL (in new tab)
-
-
-
-
-
-
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding circuit design he saw in Code2,3
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding circuit design he saw in Code2,3
-
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding circuit design he saw in Code2,3
-
-
-
-
2:56“Stay RISCY, everyone”α
-
-
2:56“Stay RISCY, everyone”α
-
-
-
2:56“Stay RISCY, everyone”α
-
-
-
-
5:12Matrix multiplicationβ
-
-
5:12Matrix multiplicationβ
-
-
-
5:12Matrix multiplicationβ
-
-
-
-
10:24More stuff referring to the milton forum post4
-
-
10:24More stuff referring to the milton forum post4
-
-
-
10:24More stuff referring to the milton forum post4
-
-
-
-
10:42Some text. Simples!
-
-
10:42Some text. Simples!
-
-
-
10:42Some text. Simples!
-
-
-
-
12:34Something about the Handmade.Network5
-
-
12:34Something about the Handmade.Network5
-
-
-
12:34Something about the Handmade.Network5
-
-
-
-
16:32Something else about the Handmade.Network6
-
-
16:32Something else about the Handmade.Network6
-
-
-
16:32Something else about the Handmade.Network6
-
-
-
-
- - - diff --git a/hmml_to_html/out.html b/hmml_to_html/out.html deleted file mode 100644 index f114545..0000000 --- a/hmml_to_html/out.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - -
- Coloured Nicks -
- Quotes ▼ -
-
- - -
#1 • Quote date
-
Quote text
-
-
- [α]2:56 -
-
- - -
#2 • Quote date
-
Quote text
-
-
- [β]5:12 -
-
-
-
- - Annotator: Miblo -
-
-
-
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding triangle intersections he saw in the milton forums2
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding triangle intersections he saw in the milton forums2
-
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding triangle intersections he saw in the milton forums2
-
-
-
-
2:56“Quote text”α
-
-
2:56“Quote text”α
-
-
-
2:56“Quote text”α
-
-
-
-
5:12Matrix multiplicationβ
-
-
5:12Matrix multiplicationβ
-
-
-
5:12Matrix multiplicationβ
-
-
-
-
10:24More stuff referring to the milton forum post3
-
-
10:24More stuff referring to the milton forum post3
-
-
-
10:24More stuff referring to the milton forum post3
-
-
-
-
10:42Some text. Simples!
-
-
10:42Some text. Simples!
-
-
-
10:42Some text. Simples!
-
-
-
-
- - - diff --git a/hmml_to_html/reference.html b/hmml_to_html/reference.html deleted file mode 100644 index 636b0fd..0000000 --- a/hmml_to_html/reference.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - -
- Coloured Nicks -
- Quotes ▼ -
-
- - -
#1 • 2016-11-16
-
Stay RISCY, everyone
-
-
- [a]2:56 -
-
- - -
#2 • 2016-12-02
-
I dream of nice things
-
-
- [b]5:12 -
-
-
-
- - Annotator: Miblo -
-
-
-
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding triangle intersections he saw in the milton forums2
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding triangle intersections he saw in the milton forums2
-
-
-
1:00insofaras Some text referring to Zilarrezko about this thing1 regarding triangle intersections he saw in the milton forums2
-
-
-
-
2:56"Stay RISCY, everyone"a
-
-
2:56"Stay RISCY, everyone"a
-
-
-
2:56"Stay RISCY, everyone"a
-
-
-
-
5:12Matrix multiplicationb
-
-
5:12Matrix multiplicationb
-
-
-
5:12Matrix multiplicationb
-
-
-
-
10:24More stuff referring to the milton forum post3
-
-
10:24More stuff referring to the milton forum post3
-
-
-
10:24More stuff referring to the milton forum post3
-
-
-
-
10:42Some text. Simples!
-
-
10:24Some text. Simples!
-
-
-
10:24Some text. Simples!
-
-
-
-
- - - diff --git a/hmml_to_html/template.html b/hmml_to_html/template.html deleted file mode 100644 index fa676c8..0000000 --- a/hmml_to_html/template.html +++ /dev/null @@ -1,11 +0,0 @@ - - - Preceding Text - <!-- __CINERA_TITLE__ --> - Following Text - - - - - - - - diff --git a/hmml_to_html/test.hmml b/hmml_to_html/test.hmml deleted file mode 100644 index 1bf6d0b..0000000 --- a/hmml_to_html/test.hmml +++ /dev/null @@ -1,28 +0,0 @@ -[video member=miotatsu project=test title="Coloured Nicks" vod_platform=youtube id=ug5WkCROkOk annotator=Miblo] -[0:12][:inventory :inventory] -[1:00][@insofaras][π² Some text < > referring to @Zilarrezko about this thing[ref - site=Wikipedia - page="Logic < gate" - url=https://en.wikipedia.org/wiki/Logic_gate] regarding [:hardware circuit design] he saw in Code[ref - title="Code: The Hidden Language of Computer Hardware and Software" - author="Charles Petzold" - publisher="Microsoft Press" - isbn=0-7356-0505-X - url=http://www.charlespetzold.com/code/][ref - title="Code Again: The Hidden Language of Computer Hardware and Software" - author="Charles Petzold" - publisher="Microsoft Press" - isbn=0-7356-0505-Y - url=http://www.charlespetzold.com/code/again]][:research] -[2:56][][quote 1] -[5:12][Matrix multiplication][:blackboard :rant :math][quote 2] -[10:24][More stuff referring to the ~milton forum post[ref - site=Wikipedia - page="Logic gate" - url=https://en.wikipedia.org/wiki/Logic_gate]] -[10:42][Some text. Simples!][:rant] -[12:34][Something about the Handmade.Network[ref - site="Handmade Network" - url=https://handmade.network/]] -[16:32][Something else about the Handmade.Network[ref site="Handmade Network" url=https://handmade.network/]] -[/video]