352 Commits

Author SHA1 Message Date
Bradley Sepos
7301a04294 docs: Add first draft of Building HandBrake for Linux.
Instructions for Ubuntu 14.04 LTS (Trusty Tahr) and Ubuntu 16.04 LTS (Xenial Xerus).
2016-11-14 23:19:50 -05:00
Bradley Sepos
56c3c04048 docs: Really alphabetize Windows build dependencies. 2016-11-14 22:47:38 -05:00
Bradley Sepos
eb89372f86 docs: Clarify required Mac hardware for building. 2016-11-14 22:37:34 -05:00
Bradley Sepos
3d4333c3f9 docs: Suggest latest Yosemite/Xcode combination.
Since there exists no good reason to run 10.10.4/7.0 instead of 10.10.5/7.2.1.
2016-11-14 22:30:07 -05:00
Bradley Sepos
66e05c9227 docs: Add more info to Building HandBrake for Mac. 2016-11-14 13:39:04 -05:00
Bradley Sepos
50413b9cac docs: Sack the Department Of Redundancy Department. 2016-11-14 10:11:35 -05:00
Bradley Sepos
a8aca759b4 docs: Revise Building HandBrake for Mac. 2016-11-13 20:10:32 -05:00
Bradley Sepos
452277df0c docs: Update Windows build dependencies and alphabetize. 2016-11-13 20:09:00 -05:00
Bradley Sepos
acbe79186a build: Update build name in config.yaml. 2016-11-13 13:22:17 -05:00
Bradley Sepos
b51839cafb build: Update to marsh 0.2.1. 2016-11-13 13:20:06 -05:00
Bradley Sepos
c225523dc6 docs: Update build documents' titles.
Bypass differentiating Mac OS X / OS X / macOS by simply writing, "Mac".
2016-11-13 11:35:45 -05:00
Bradley Sepos
db25797bd1 docs: Remove draft state from Building HandBrake for Windows. 2016-11-13 11:03:32 -05:00
Bradley Sepos
bbf1e999b5 docs: Tweak Building HandBrake for Windows. 2016-11-13 09:33:13 -05:00
Bradley Sepos
c63f202005 docs: Update and revise Building HandBrake for Windows.
Fixes an issue where code was treated as text, resulting in incorrect instructions due to collapsed sequential hyphens (--).
2016-11-13 09:00:24 -05:00
Bradley Sepos
713e5dc912 meta: Update build instructions in Contributing. 2016-11-12 17:44:11 -05:00
Bradley Sepos
69c8265d36 build: Update to marsh 0.2.0.
Adds option to select number of concurrent jobs. Recommend --jobs 1 when using Jenkins or other software that clobbers the build environment.
2016-11-12 17:12:03 -05:00
Bradley Sepos
5a8d499045 tools: Update to Discount markdown 2.2.1. 2016-11-12 16:16:59 -05:00
Bradley Sepos
ae1e25a497 build: Update to marsh 0.1.0.
Replaces the build system with its evolved self, now a separate project.
2016-11-12 16:07:05 -05:00
Bradley Sepos
022bc75b29 docs: Tweak Linux installation language. 2016-11-10 06:18:24 -05:00
Bradley Sepos
bda32d0118 docs: Add links to the PPA web pages. 2016-11-10 06:08:00 -05:00
Bradley Sepos
c4e545a17c docs: Add Linux PPA installation instructions. 2016-11-10 05:54:02 -05:00
Bradley Sepos
f0453e817c docs: Add openSUSE Packman packages to the Wall of Shame.
And make list alphabetical.
2016-11-10 05:33:22 -05:00
Bradley Sepos
f0afc8f11f template: Move text node out of ul element.
Valid HTML now.
2016-11-08 10:24:24 -05:00
Bradley Sepos
ef175ea653 template: Remove charset tag on article element. 2016-11-08 10:02:50 -05:00
Bradley Sepos
8c9bbb3679 template: Fix missing closing tag for span element. 2016-11-08 10:00:48 -05:00
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