X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=STYLE_GUIDE;h=7568a1f6fe5ede6cc1f33d411c42991410653222;hb=72b45cdd036b0cc51a55c414298315ebc105abed;hp=53170b13f87cbfe6a3fa32d25e1a5c2effdecd4a;hpb=0d92391d1c96ae134759271d036a8fe68f09f9b0;p=ardour-manual-diverged diff --git a/STYLE_GUIDE b/STYLE_GUIDE index 53170b1..7568a1f 100644 --- a/STYLE_GUIDE +++ b/STYLE_GUIDE @@ -31,7 +31,8 @@ and then add } to apps.css. If you add a new class with semantic meaning, document it below, under -"Custom classes". +"Custom classes", and be sure to explain it to the reader at +_manual/01_welcome-to-ardour/02_about-ardour-documentation.html. 2. Format and Validation @@ -75,6 +76,9 @@ normal text flow, or asides. Currently rendered in a gray box. use for potentially dangerous situations involving data loss, malfunction, or sound quality issues. Currently rendered in a red box. +Check _manual/01_welcome-to-ardour/02_about-ardour-documentation.html, it +serves as a style and markup guide. + 4. Element use ============== @@ -102,13 +106,17 @@ default choice is

, the plain paragraph. encloses a newly introduced term that is being explained. Use for the first occurrence of the main concept of every manual page, or the first occurrence of a new concept after a sub-heading if necessary. +Keep in mind that tags might be used to generate an index of keywords +- don't pollute it too much. is used to explain an abbreviation such as LADSPA. Browsers will usually pop up the -definition when the user hovers over the word, and it can easily be -extracted via CSS for printing. -Use only for the first occurrence of every new abbreviation. +definition when the user hovers over the word. +On each page, use only for the first occurrence of every abbreviation. Avoid +a redundant explanation in the text - the expansion can easily be extracted +via CSS for printing. +Use only in the text body, not in headings. is used to emphasize a word. Commonly rendered as italics. @@ -173,6 +181,8 @@ class="mod1">N. It will render as "Ctrl+N" for you, and as "Cmd+N" for your Mac-using friend. Nice, uh? For anything you want the user to type, use as a block-level element. +See above for other classes to denote menu items, selections, mouse +events and controller actions. is only used for program code, or the content of configuration files etc. Do @@ -192,8 +202,12 @@ descriptive 'alt="A short textual description of the image content"' element. -5. Typography -============= +5. Other conventions +==================== + + +5.1 Typography +-------------- * Avoid any typographical quotation marks to highlight terms or express any kind of subtle inflection, use semantic markup instead. @@ -203,5 +217,27 @@ element. the long em-dash. * For ranges of values, use the en-dash: Monday – Friday, 0 – 11. +* Use a non-breaking space (" ") between a number and its unit. + + +5.2 Language +------------ + +* The Ardour manual is written in Americal English spelling. +* Use SI units with standard abbreviations. Give imperial units only as + additional information, if at all. + + +5.3 Headline Capitalization +--------------------------- + +Capitalization follows +https://developer.gnome.org/hig-book/3.6/design-text-labels.html.en#layout-capitalization +: +* Capitalize all words in the headline, with the following exceptions: + Articles: a, an, the. + Conjunctions: and, but, for, not, so, yet ... + Prepositions of three or fewer letters: at, for, by, in, to ... +* Keep headlines short and concise.