Commit Graph

214 Commits

Author SHA1 Message Date
Jörn Nettingsmeier
41145e543a style guide update. 2014-02-05 18:31:32 +01:00
Jörn Nettingsmeier
f95ce61050 more copy-editing of chapter 9. 2014-02-05 18:30:45 +01:00
Jörn Nettingsmeier
e4978af65c mention visual undo 2014-02-05 18:27:26 +01:00
Jörn Nettingsmeier
fd47f2c6de rename region equivalence to correspondence for consistency 2014-02-05 18:23:23 +01:00
Jörn Nettingsmeier
ed6dd533f0 tame the floating behaviour of <dl>s: clear both before and after. the previous behaviour was not robust in the presence of right-floated images, shuffling text blocks all over the place. 2014-02-05 14:53:03 +01:00
Jörn Nettingsmeier
e24d8b4679 copy-editing chapter 9. 2014-02-05 12:05:41 +01:00
Jörn Nettingsmeier
e88e29ee80 add forgotten screenshot for audio/midi setup dialog 2014-02-05 12:05:21 +01:00
Jörn Nettingsmeier
4c1590e505 copy-editing chapter 8. 2014-02-05 11:19:59 +01:00
Jörn Nettingsmeier
5432a9fe7d copy-editing chapter 7. 2014-02-05 01:17:18 +01:00
Jörn Nettingsmeier
2e006d9b93 copy-editing section 6. the beat goes on... 2014-02-04 22:55:37 +01:00
Jörn Nettingsmeier
cdae8b334c copy-editing chapter 5. 2014-02-04 20:26:03 +01:00
Jörn Nettingsmeier
5f92c0832c finish copy-editing of chapter 4. 2014-02-04 20:06:25 +01:00
Jörn Nettingsmeier
2d0291a89c improve CSS and tagging of platform-specifics. 2014-02-04 16:42:20 +01:00
Jörn Nettingsmeier
6e64603e61 copy-editing chapter 4. style guide grows healthy and strong and ever more verbose :) 2014-02-04 16:24:44 +01:00
Jörn Nettingsmeier
25ceb163cb update markup in panner chapter. 2014-02-04 03:39:11 +01:00
Jörn Nettingsmeier
72b45cdd03 try to fix build error on production jekyll (works here with jekyll 2.0 2014-02-04 02:37:06 +01:00
Jörn Nettingsmeier
9734469dbc redirect from root to /welcome-to-ardour/ 2014-02-04 02:33:09 +01:00
Jörn Nettingsmeier
bbf5ab80b4 minor corrections 2014-02-04 01:53:24 +01:00
Jörn Nettingsmeier
e50679f622 style syllabus 2014-02-04 01:36:21 +01:00
Jörn Nettingsmeier
3c0b358e09 copy-edit section 3. more additions to the style guide, rework style syllabus. 2014-02-04 01:33:51 +01:00
Jörn Nettingsmeier
bcd15d4ba5 update style guide with headline capitalization convention (taken from GNOME guidelines) 2014-02-03 23:36:22 +01:00
Jörn Nettingsmeier
689d1af72a more copy-editing of chapters 1+2, update style guide to reflect lessons learned. 2014-02-03 22:35:52 +01:00
Jörn Nettingsmeier
fdbd351eb8 copy-edit chapters 1+2. mostly NOOPs (whitespace), some minor fixes and markup improvements. test case for new style guide. 2014-02-03 22:13:21 +01:00
Jörn Nettingsmeier
afb6b04736 flesh out first couple of pages, test new semantic markup + update conventions syllabus, add styling. 2014-02-03 20:51:00 +01:00
Jörn Nettingsmeier
ada4ca79b2 move subtopics boilerplate from pages to generator, add styling 2014-02-03 18:24:14 +01:00
Jörn Nettingsmeier
5fbb1a1e6a styling for semantic markup elements, add XML declaration to generated output. 2014-02-03 18:10:07 +01:00
Jörn Nettingsmeier
0d92391d1c update style guide. 2014-02-03 18:09:00 +01:00
Jörn Nettingsmeier
1c9b22500d remove previously NMTOKEN sanitizer (no longer needed), fix javascript XML compliance and compatibility, add boilerplate headlin to 'children' tag 2014-02-03 18:08:12 +01:00
Jörn Nettingsmeier
435b1075fa update panning articles (sandbox for improved semantic markup). 2014-02-03 18:05:57 +01:00
Jörn Nettingsmeier
f6c0d65cd8 gold-plating the bikeshed: a style guide for the Ardour manual. 2014-02-03 14:26:34 +01:00
Jörn Nettingsmeier
19ee4b8d24 replace <key> element with <kbd>, to celebrate the 20th anniversary of its deletion from the HTML spec :) 2014-02-03 12:43:32 +01:00
Jörn Nettingsmeier
303ad7ff7b simplify tree generation, restore broken autoscrolling (could use some tweaking) 2014-02-03 02:45:21 +01:00
Jörn Nettingsmeier
e875a677bd add balance screenshot, improve description. 2014-02-03 01:04:54 +01:00
Jörn Nettingsmeier
8d95ce2765 update panning intro docs. remove questionable section, add balance control. 2014-02-03 00:54:32 +01:00
Jörn Nettingsmeier
032615381b shuffle panner docs around, add balance control 2014-02-03 00:46:24 +01:00
Jörn Nettingsmeier
1321d4a5f3 next batch of XHTML validation fixes. somebody really hates markup languages here... 2014-02-03 00:09:23 +01:00
Jörn Nettingsmeier
684032955a second batch of xhtml validation fixes 2014-02-02 23:16:21 +01:00
Jörn Nettingsmeier
a3f513c992 first batch of XHTML validation fixes 2014-02-02 23:00:52 +01:00
Jörn Nettingsmeier
e443dcfd46 make javascript and google custom-search xhtml-safe 2014-02-02 22:58:27 +01:00
Jörn Nettingsmeier
02d432c2ef add little ruby helper to convert uris to NMTOKEN, for XHTML compliant fragment identifiers. is there any browser that still relies on the <a name="foo"/> attribute? if so, it can be added back. 2014-02-02 22:37:04 +01:00
Jörn Nettingsmeier
42cb77a1a7 make template page xhtml1.0-strict conformant 2014-02-02 21:33:20 +01:00
Jörn Nettingsmeier
5d2eb67a70 preliminary VBAP panner docs 2014-02-02 20:16:22 +01:00
Jörn Nettingsmeier
8a9a84c1db add custom styling for floating images and notabene box 2014-02-02 20:14:48 +01:00
Jörn Nettingsmeier
4801f478cf polish language, test repo access 2014-02-02 01:17:21 +01:00
Jörn Nettingsmeier
3727aad197 better explanation of safe usage in lead-in section 2014-02-01 17:04:37 +01:00
Jörn Nettingsmeier
af4cc40017 improve explanation of test setup 2014-02-01 16:43:40 +01:00
Jörn Nettingsmeier
25ea2abdb1 s/180deg/full width. 180 makes no sense for stereo. 2014-02-01 15:17:57 +01:00
Jörn Nettingsmeier
3ec7b17ebc Add caveat about comb filtering with 2in2out. 2014-02-01 15:15:04 +01:00
Jörn Nettingsmeier
89701af1ed whitespace, make <p> usage consistent 2014-02-01 15:07:02 +01:00
3337930380 Manually tweaked cheat-sheet TeX Layout:
add \columnbreak before "Edit Point Playback"
and \pagebreak before "Edit Range"
2013-12-18 01:21:15 +01:00