327 Commits

Author SHA1 Message Date
Bradley Sepos
c5b9205df5 meta: Update Contributing example (UTF-8 everywhere). 2016-11-05 03:52:15 -04:00
Bradley Sepos
0cd8720727 docs: Remove text encoding metadata (UTF-8 everywhere). 2016-11-05 03:52:15 -04:00
Bradley Sepos
fd8031f79e build: Remove references to document text encoding (UTF-8 everywhere). 2016-11-05 03:52:15 -04:00
Bradley Sepos
16f19cf3be template: Hardcode text encoding (UTF-8 everywhere). 2016-11-05 03:52:08 -04:00
Bradley Sepos
e5caf0b848 build: Update to support template wrapped with key "Template". 2016-11-05 02:10:44 -04:00
Bradley Sepos
0e0f97959b template: Wrap yaml with key "Template". 2016-11-05 02:10:02 -04:00
Bradley Sepos
08ff335815 docs: Revise Activity Log article. (#9)
Lots of information about why logs are required for support thanks to @jstebbins. Revised by @bradleysepos and @sr55.

Minor related edits.

Closes #7.
2016-10-29 18:06:39 -04:00
Bradley Sepos
2eb16cb102 template: Use pipe symbol in variables with text filters. 2016-10-27 02:44:14 -04:00
Bradley Sepos
96c2e4a601 build: Add support for pipe symbol in template variables with text filters. 2016-10-27 02:43:55 -04:00
Bradley Sepos
d3dc87e96c build: Remove credits- and license-related code.
At least for now, it is easier to leave these out of the build system in favor of project-specific implementation.
2016-10-27 02:40:59 -04:00
Bradley Sepos
7e1f3a7a94 template: Make credits and license links project-specific.
At least for now, it is easier to leave these out of the build system.
2016-10-27 02:36:25 -04:00
Bradley Sepos
d1938b92a4 build: Rename document.content template variable to document. 2016-10-25 20:27:49 -04:00
Bradley Sepos
d199e6162e template: Rename document.content variable to document. 2016-10-25 20:27:34 -04:00
Bradley Sepos
7f401bfb8d build: Rename advanced navigation variable. 2016-10-25 19:31:51 -04:00
Bradley Sepos
37e989ba4a template: Rename advanced navigation variable. 2016-10-25 19:31:51 -04:00
John Stebbins
51d1f2a295 Fix documentation for target directory of build-docs
Target was moved from 'docs' to 'public/docs'
2016-10-24 08:07:12 -07:00
John Stebbins
22afc9323e developer: fix flatpak configure command 2016-10-19 09:28:52 -07:00
Bradley Sepos
f792a074d3 template: Move partials and assets into subdirectories. 2016-10-18 19:50:47 -04:00
Bradley Sepos
f110807cb6 build: Update to support template partials namespace. 2016-10-18 19:37:09 -04:00
Bradley Sepos
37f14e64db template: Add partials namespace. 2016-10-18 19:36:44 -04:00
Bradley Sepos
d5bf36f7f9 build: Update to support renamed template partials. 2016-10-18 19:26:17 -04:00
Bradley Sepos
b683a9dc6a template: Rename some partials.
This will make more sense for files that include multiple documents (archives).
2016-10-18 19:25:23 -04:00
Bradley Sepos
f9cb4c876a template: Add content template. 2016-10-15 17:50:11 -04:00
Bradley Sepos
7e91bfdf44 build: Add support for content template. 2016-10-15 17:50:11 -04:00
Bradley Sepos
eb9c19edc4 build: Remove notice template. 2016-10-15 17:50:11 -04:00
Bradley Sepos
cc5925292f template: Remove notice template, move contents to document template. 2016-10-15 17:50:08 -04:00
Bradley Sepos
91ecc93b74 doc: Clarify QSV and OpenCL system requirements. 2016-10-12 15:39:22 -04:00
Bradley Sepos
4e6f8fae2e build: Add charset to stylesheet link tags. 2016-10-10 18:17:56 -04:00
Bradley Sepos
afe803960a template: Stylesheet cosmetics. 2016-10-10 18:16:43 -04:00
Bradley Sepos
dc5b09b5a3 templates: Fix figure caption spacing issue occuring in certain scenarios. 2016-10-10 18:15:26 -04:00
Ross Olson
321409cf23 doc: Fix typos on Subtitles article. 2016-10-10 13:15:32 -04:00
Bradley Sepos
379bef1fd2 build: Update to support new configuration layout. 2016-10-06 12:01:21 -04:00
Bradley Sepos
b09de67551 template: Use proper yaml arrays in configuration. 2016-10-06 12:00:43 -04:00
Bradley Sepos
676f53e3eb build: Refactor and extend yaml parser. 2016-10-06 11:59:02 -04:00
Bradley Sepos
f970a144dd template: Split fonts stylesheet into individual font stylesheets. 2016-10-05 14:45:32 -04:00
Bradley Sepos
f937c4d569 build: Rearrange directories.
source -> source/docs
docs   -> public/docs
2016-09-23 17:09:40 -04:00
Bradley Sepos
bd4eff03e6 template: Fix CSS bug causing system select to unhide without js. 2016-09-22 18:00:40 -04:00
Bradley Sepos
a8d36a3c50 doc: Detab CLI Guide. 2016-09-15 22:29:03 -04:00
Bradley Sepos
5331b07ddd doc: Add --version to CLI Guide. 2016-09-15 22:28:20 -04:00
sr55
7e80cb7c21 docs: Correct URL on troubleshooting guide. 2016-09-10 16:26:25 +01:00
sr55
dac42404b9 docs: Updated CLI Guide listing. 2016-09-10 16:23:40 +01:00
sr55
be1cd6b149 docs: Adding build guide for macOS 2016-09-10 16:20:30 +01:00
sr55
78c07e13ae docs: Fix broken link 2016-09-10 16:14:00 +01:00
sr55
6f1b36a9c7 docs: Minor tweaks to the troubleshooting guide 2016-09-10 16:12:30 +01:00
sr55
f605e35eab docs: Add system markers to the page. Tidy up some wording. 2016-09-10 16:04:29 +01:00
Bradley Sepos
d8adb665dc meta: Update git command on Contributing.
git checkout --branch is apparently not a longform substitute for git checkout -b.
2016-09-09 12:13:49 -04:00
Bradley Sepos
d68f999bc2 build: Build fewer tools by default.
Image utilties are not needed by build-docs. Adds --all to make build-tools build everything as before.
2016-09-07 15:19:21 -04:00
Bradley Sepos
03a0015bf2 template: Remove fragment identifier when selecting system.
Adds a history state entry if window location has changed, removing fragment identifier due to footnotes.
2016-09-07 06:41:19 -04:00
Bradley Sepos
6b056cd12c template: Improve js selectors scope and performance. 2016-09-07 06:29:45 -04:00
Bradley Sepos
97a919e625 template: Move system select definition from js to html.
Keeps html with html. Slightly more flexible placement for multiple instances later.
2016-09-07 06:22:09 -04:00