diff --git a/build.py b/build.py index f422df1..5d0b0bb 100755 --- a/build.py +++ b/build.py @@ -9,7 +9,7 @@ # Remnants (could go into the master document as the first header) -#bootstrap_path: /bootstrap-2.2.2 +#bootstrap_path: /bootstrap-3.3.7 #page_title: The Ardour Manual import os @@ -207,15 +207,15 @@ def GetParent(fs, pos): # def GetBreadCrumbs(fs, pos): # The > is for Bootstrap pre-3.0 - breadcrumbs = ' >
  • '+ fs[pos]['title'] + '
  • ' + breadcrumbs = '
  • '+ fs[pos]['title'] + '
  • ' while pos >= 0: pos = GetParent(fs, pos) if pos >= 0: - breadcrumbs=' >
  • '+ fs[pos]['title'] + '
  • '+ breadcrumbs + breadcrumbs='
  • '+ fs[pos]['title'] + '
  • '+ breadcrumbs - breadcrumbs = '' + breadcrumbs = '' return breadcrumbs @@ -376,7 +376,7 @@ temp = open('page-template.txt') template = temp.read() temp.close() -template = template.replace('{{page.bootstrap_path}}', '/bootstrap-2.2.2') +template = template.replace('{{page.bootstrap_path}}', '/bootstrap-3.3.7') template = template.replace('{{page.page_title}}', 'The Ardour Manual') diff --git a/include/navigating-the-editor.html b/include/navigating-the-editor.html index b871527..17c3b96 100644 --- a/include/navigating-the-editor.html +++ b/include/navigating-the-editor.html @@ -33,9 +33,9 @@

    Moving the playhead outside the view may scroll the screen accordingly, so using - or or , while not - scrolling per se, will result in scrolling if Transport - > Follow playhead is checked. This is also true with the + or , while not + scrolling per se, will result in scrolling if Transport > Follow playhead + is checked. This is also true with the Navigation Timeline, and anything that moves the Playhead.

    diff --git a/include/tempo-and-meter.html b/include/tempo-and-meter.html index acebf4e..4cca054 100644 --- a/include/tempo-and-meter.html +++ b/include/tempo-and-meter.html @@ -1,6 +1,6 @@

    - Tempo and meter belong together. without both, there is no way to know where + Tempo and meter belong together. Without both, there is no way to know where a beat lies in time.

    @@ -147,4 +147,3 @@
  • To change a meter, double click it. A dialog will appear.
  • To copy a meter, hold down and drag it.
  • - diff --git a/page-template.txt b/page-template.txt index 1bf3c22..6b2360e 100644 --- a/page-template.txt +++ b/page-template.txt @@ -18,13 +18,22 @@
    -

    The Ardour Manual

    +

    The Ardour Manual

    -