Matt Mascarenhas
acbe38b01f
cinera.c: Fix 0.5.20 more correctly
...
The actual bug was that MarkerIndex wasn't being incremented for
HMML_CATEGORY markers mid-annotation... (HMML_MEMBER and HMML_PROJECT
were fine.)
2018-01-06 00:00:05 +00:00
Matt Mascarenhas
b55f20dcb1
cinera.c: Keep non-topics out of cinera_topics.css
...
You would find @members and ~projects ending up in cinera_topics.css if
they were preceded by a topic :category in their annotation
2018-01-05 23:47:00 +00:00
Matt Mascarenhas
7d88e3c17d
cinera.c: Only build search if != Single Edition
2018-01-05 20:03:02 +00:00
Matt Mascarenhas
c1d6c87746
cinera.c: Bespoke template in Single Edition
...
Also fail gracefully if supplied with an .hmml file containing an
incomplete [video] node, or a template containing tags whose buffers
cannot be populated
2018-01-04 20:55:51 +00:00
Matt Mascarenhas
8f37ce0b76
cinera.c: Video-specific medium and template
...
Remove environment variable CINERA_INTEGRATE because this is meaningless
now that the default template locations are blank
Flags
-t Template Directory (was Player Template Location)
-y Player Template Location
Bug Fixes
Correctly skip annotation sets that couldn't be processed for
various reasons
Fix crash caused by <!-- __CINERA_INDEX__ --> tag in a player
template, because its buffer was being freed
Fix 2048 bytes leak per processed set of annotations
2018-01-03 22:16:20 +00:00
Alex Baines
6fe3ed8dad
add template + medium to metadata
2017-12-31 15:10:40 +00:00
Matt Mascarenhas
f1e39e0513
cinera.c: Namespace .text to .cineraText
2017-12-29 16:00:44 +00:00
Matt Mascarenhas
f6b85b5958
cinera.c: Enforce superscription of <sup> elements
2017-12-24 17:16:08 +00:00
Matt Mascarenhas
e4c1446256
cinera.c: Call MakeDir() in GenerateTopicColours()
2017-12-24 01:57:11 +00:00
Matt Mascarenhas
120290b398
cinera.c: Support a combination of modes
...
Specifically, with the addition of MODE_ONESHOT in v0.5.12 we must allow
for the possibility of being in both that mode and MODE_INTEGRATE
2017-12-18 15:10:02 +00:00
Matt Mascarenhas
4a954b6ac6
cinera.c: Add -q flag
...
This sets cinera to "oneshot mode" which makes a Project Edition instance
quit after syncing from annotation files in project input directory
2017-12-18 14:31:05 +00:00
Matt Mascarenhas
1bbdf5aea4
cinera: Fix bug in image URL prefix construction
2017-12-18 00:15:03 +00:00
Matt Mascarenhas
153d14a810
cinera.c: Update Credentials array
2017-12-17 20:44:00 +00:00
Matt Mascarenhas
0aa585a15d
cinera: Allow custom output paths
...
Relative to the Base:
-a sets the player location
-n sets the index location
Tweak flags, and add -B to set Base URL (necessary if setting -a or -n)
New template tags:
__CINERA_URL__
__CINERA_VIDEO_ID__
Bump DB version: 2
index_header now contains the Index and Player Locations
2017-12-12 23:24:10 +00:00
Matt Mascarenhas
7312de5691
cinera: SendOwl
2017-12-10 17:29:00 +00:00
Matt Mascarenhas
f7b3e6ffe2
cinera.css: Help z-index increase
2017-12-10 17:15:37 +00:00
Matt Mascarenhas
fda3ee819b
cinera: More namespacing and style tweak
2017-12-10 17:05:46 +00:00
Matt Mascarenhas
f07cc87629
cinera.c: Namespacing
2017-12-10 00:17:19 +00:00
Matt Mascarenhas
9ce24be33a
cinera_player_post.js: Mouse nav in quotes menu
2017-12-08 01:04:59 +00:00
Matt Mascarenhas
6f751dd2b2
cinera.c: Add support for alternative URL prefixes
...
This is hardcoded for now, for ease of use, pending the config system
Also add Medium to the ProjectInfo array, to save users having to set
this with -m (which option remains available to them)
Reorganise the CSS, Images and JS files back to their location in the
same directory, since a default invocation of the program assumes they
are in the same directory as the Root Directory, to hopefully alleviate
some potential user frustration thanks to the requirement to set their
locations (with -c, -i and -j) before any usable output is produced
2017-12-07 21:07:36 +00:00
Matt Mascarenhas
f454e01e28
Add -s flag, project info and CINERA_PROJECT tag
...
-s flag sets the style / theme
Also some general code clean-up and repo organisation
2017-12-07 01:15:13 +00:00
Matt Mascarenhas
24f02aec93
cinera.c: Add csnover credential
2017-12-03 18:25:20 +00:00
Matt Mascarenhas
75f65e561d
cinera.c: Add powerc9000 credential
2017-12-03 18:14:19 +00:00
Matt Mascarenhas
0f38660b2e
cinera.c: Add cbloom credential for Handmade Hero
2017-12-03 00:55:01 +00:00
Matt Mascarenhas
50e2880d1b
cinera.c: Add credentials for Handmade Hero
2017-12-03 00:47:27 +00:00
Matt Mascarenhas
1636c5fa14
cinera: Add :multimedia and :hat
...
hmdshow_2016_03 uses :multimedia
Various riscy and hero annotations may use :hat
2017-11-28 23:02:00 +00:00
Matt Mascarenhas
5539af0210
README.md: Add -v flag
2017-11-18 01:02:49 +00:00
Matt Mascarenhas
1b241ddcfe
cinera.c: Add credentials and -v flag
...
README.md: Add dependency on curl
2017-11-18 00:27:33 +00:00
Matt Mascarenhas
1bb5cb034b
cinera: Add :admin medium
2017-11-15 21:54:36 +00:00
Matt Mascarenhas
59d03c91bb
Stop tracking hmml_to_html
...
Superseded by cinera
2017-11-13 23:49:58 +00:00
Matt Mascarenhas
4572817837
cinera.c: Search [ #7 ]
...
Also put the stuff in a new directory called cinera, that contains only
the files needed to get going, with example template files.
2017-11-11 00:34:47 +00:00
Alex Baines
c7d764c0a6
add hmml_version variable
2017-11-06 21:07:40 +00:00
Matt Mascarenhas
df5fe8de03
hmml_to_html.c: Full-featured always-on
...
For the same input across either multiple runs or one long always-on
run, we now produce the same output. This wasn't the case because our
indexing did not take into account stuff processed in previous runs.
2017-10-18 22:07:29 +01:00
Matt Mascarenhas
b133f15a11
hmml_to_html.c: Always On
2017-09-15 02:11:39 +01:00
Matt Mascarenhas
d82e665310
hmml_to_html.c: Fix typo in GenerateTopicColours()
2017-09-07 23:32:57 +01:00
Matt Mascarenhas
f9bebe2924
hmml_to_html.c: Generate full project [ #25 ]
...
Full project currently includes a "Table of Contents" linking to pages
for each set of annotations. It should successfully generate pages for
all well-formed annotations, even if >= 1 are not well-formed.
2017-09-07 22:41:08 +01:00
Matt Mascarenhas
445969aee2
hmml_to_html.c: Generate a full project
2017-08-29 21:35:28 +01:00
Matt Mascarenhas
d8b21171a1
hmml_to_html.c: Begin refactor
2017-08-23 21:30:08 +01:00
Matt Mascarenhas
67f6ff4db2
hmml_to_html.c: Log buffer usage
...
Also remove the evidently unused Colour buffer
2017-08-20 22:23:15 +01:00
Matt Mascarenhas
928d639c41
hmml_to_html.c: Simplify InsertCategory()
...
Basically just relive it of taking HasTopic and HasCategory
2017-08-19 23:35:07 +01:00
Matt Mascarenhas
f3899c2f35
hmml_to_html.c: Add keywords and sort topic dots
2017-08-19 22:41:51 +01:00
Matt Mascarenhas
6e1f6a4faa
hmml_to_html.c: Complete credits [ #4 ]
...
Support multiple co-hosts, guests and annotators
2017-08-18 23:46:58 +01:00
Matt Mascarenhas
bcaa6d63db
hmml_to_html.c: Fix quoting
2017-08-11 23:41:52 +01:00
Matt Mascarenhas
ec556a8e3b
hmml_to_html.c: Cache the quotes
...
Also link to insofaras' quote site
2017-08-10 02:05:41 +01:00
Matt Mascarenhas
5f21a9544d
hmml_to_html.c: Pull from insobot's quote store
...
#25
Also fix the forced integration
2017-08-09 01:57:09 +01:00
Matt Mascarenhas
ad8fb22211
hmml_to_html.c: Validate template up front
2017-08-08 20:26:54 +01:00
Matt Mascarenhas
53aea540ab
hmml_to_html.c: Force integration
2017-08-08 19:19:11 +01:00
Matt Mascarenhas
2059b9367a
hmml_to_html.c: Fix URL timestamp
...
Also provide the ability to pass a default medium
2017-08-05 19:13:02 +01:00
Alex Baines
a389423b73
ref at start of text fix
2017-07-31 21:36:47 +01:00
Alex Baines
58c3de0aa2
fix quote author being set to 'quote' if categories precede it
2017-07-30 00:07:04 +01:00