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 |
|
Bradley Sepos
|
298c35374f
|
template: Hide system select and advanced nav when CSS is disabled.
|
2016-09-07 06:06:30 -04:00 |
|
Bradley Sepos
|
f034020bd7
|
build: Remove meta and title partials building.
|
2016-09-07 05:59:03 -04:00 |
|
Bradley Sepos
|
5a17c7d1b1
|
template: Remove meta and title partials.
Meta and title can only be placed inside head, so they are not reusable outside the base template.
|
2016-09-07 05:54:32 -04:00 |
|
Bradley Sepos
|
f73f401d99
|
template: Move styles and scripts inside article tag.
Encapsulating more information within the article tag for embedded output.
|
2016-09-07 05:49:01 -04:00 |
|
Bradley Sepos
|
f4c5717a5e
|
template: Add document type, lang, and charset to article tag.
Removes document type class from body tag, encapsulating more information within the article tag for embedded output.
|
2016-09-07 05:43:28 -04:00 |
|
sr55
|
7a9f15fb2e
|
docs: Change the structure of the menu slightly to make it more organised within the existing categories. Stubbed out a few more pages.
|
2016-09-03 19:33:56 +01:00 |
|
sr55
|
c79efd9d5d
|
docs: Porting the Windows FAQ entries over and updating them.
|
2016-09-02 20:58:52 +01:00 |
|
sr55
|
b6ef90af89
|
docs: Draft the surround sound guide and update the TODO links for the community support page.
|
2016-09-02 20:38:08 +01:00 |
|
Bradley Sepos
|
d8493cc868
|
doc: Revise some language on Credits.
We only attribute major contributions on articles themselves.
|
2016-08-21 18:16:21 -04:00 |
|
Bradley Sepos
|
e2a8413d47
|
template: Add styles to hide part of nav on Credits.
|
2016-08-21 17:06:24 -04:00 |
|
Bradley Sepos
|
9fac6f1d97
|
template: Show nav for type article instead of type not license.
|
2016-08-21 17:05:24 -04:00 |
|
Bradley Sepos
|
913660cc46
|
template: Add footer link and styles for credits.
|
2016-08-21 16:56:39 -04:00 |
|
Bradley Sepos
|
5bca088112
|
doc: Add credits page.
|
2016-08-21 16:56:39 -04:00 |
|
Bradley Sepos
|
1d0b2fd7a7
|
build: Add support for credits page.
|
2016-08-21 16:55:15 -04:00 |
|
Bradley Sepos
|
f711725e54
|
doc: Remove document state used for testing.
|
2016-08-16 15:59:33 -04:00 |
|
Bradley Sepos
|
22549cea9d
|
doc: Mark many articles as drafts.
|
2016-08-16 15:56:22 -04:00 |
|
Bradley Sepos
|
0aa0a7627b
|
template: Add template and styles for notices.
|
2016-08-16 15:55:39 -04:00 |
|
Bradley Sepos
|
8f34e88bbf
|
build: Add support for document state and notices.
|
2016-08-16 15:39:18 -04:00 |
|