From: Shamus Hammons Date: Tue, 14 Feb 2017 03:47:33 +0000 (-0600) Subject: Initial cleanup of manual content. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfec6899ef2a121ccf2ff1d47008e7ac4844cf70;p=ardour-manual Initial cleanup of manual content. This includes fixing em-dashes, badly spaced colons, various misspellings, removal of spurious {% %} constructs, conversion of
to
(still too many
s kicking around), and initial light cleanup of a few sections that caught my eye. --- diff --git a/implode.py b/implode.py index 0513416..2dc163f 100755 --- a/implode.py +++ b/implode.py @@ -137,7 +137,10 @@ for line in master: while fromFile.readline().startswith('---') == False: pass - shutil.copyfileobj(fromFile, implode) +# shutil.copyfileobj(fromFile, implode) + # Strip trailing newlines from content... + tempContent = fromFile.read().rstrip('\r\n') + implode.write(tempContent + '\n') fromFile.close() delList.append(inclFile) diff --git a/include/about-ardours-documentation.html b/include/about-ardours-documentation.html index 8688842..1eb6b4a 100644 --- a/include/about-ardours-documentation.html +++ b/include/about-ardours-documentation.html @@ -57,7 +57,7 @@ The term context-click is used to indicate that you should (typically) Right-click on a particular element of the graphical user interface. Although right-click is the common, default way to do this, there - are other ways to accomplish the same thing - this term refers to any of them, + are other ways to accomplish the same thing—this term refers to any of them, and the result is always that a menu specific to the item you clicked on will be displayed.

@@ -78,25 +78,25 @@

Menu Items

- Menu items are indicated like this:
- Top > Next > Deeper.
+ Menu items are indicated like this:
+ Top > Next > Deeper.
Each ">"-separated item indicates one level of a nested (sub-)menu.

Preference/Dialog Options

Choices in various dialogs, notably the Preferences and Properties dialog, are - indicated like this:
+ indicated like this:
Edit > Preferences > Audio > Some - Option.
+ Option.
Each successive item indicates either a (sub-) menu or a tabbed dialog navigation. The final item is the one to choose or select.

If you are requested to deselect an option, you will see something like - this:
+ this:
Edit > Preferences > Audio > Some other - Option.
+ Option.

User Input

@@ -127,4 +127,3 @@ quality, or eat your proverbial goldfish, are displayed in this way.

- diff --git a/include/about-ardours-interface.html b/include/about-ardours-interface.html index 7929729..e643126 100644 --- a/include/about-ardours-interface.html +++ b/include/about-ardours-interface.html @@ -82,13 +82,11 @@ title: Ardour's Interface

- The Editor and the Mixer share the same toolbar (the top of the window). The sections displayed - in this toolbar can be customized to the user's workflow, by checking options in - Preferences > Appearance > Toolbar. + The Editor and the Mixer share the same toolbar (the top of the window). The sections displayed in this toolbar can be customized to the user's workflow, by checking options in Preferences > Appearance > Toolbar.

- Switching between the Editor and the Mixer windows is done : + Switching between the Editor and the Mixer windows is done: