Salve a tutti,

Scrivo nella speranz di trovare qualcuno qualcuno che possa aiutarmi con il tema bootstrap.

Io ho installato il tema bootstrap scaricato da drupal:  https://www.drupal.org/project/bootstrap

ho poi estratto la cartella sub-theme, rinominata in: mio-theme;
inominato il file: bootstrap_subtheme.info.starterkit in:  mio-theme.info
modificato internamente il file con nome, descrizione, base theme = bootstrap.

qua cominciano i dubbi. ovvero:   all'interno del file .info trovo questo:

;;;;;;;;;;;;;;;;;;;;;
;; Regions
;;;;;;;;;;;;;;;;;;;;;

regions[navigation]     = 'Navigation'
regions[header]         = 'Top Bar'
regions[highlighted]    = 'Highlighted'
regions[help]           = 'Help'
regions[content]        = 'Content'
regions[sidebar_first]  = 'Primary'
regions[sidebar_second] = 'Secondary'
regions[footer]         = 'Footer'
regions[page_top]       = 'Page top'
regions[page_bottom]    = 'Page bottom'

;;;;;;;;;;;;;;;;;;;;;
;; Stylesheets
;;;;;;;;;;;;;;;;;;;;;

stylesheets[all][] = css/style.css

; For information on choosing the desired method, please read the Drupal
; Bootstrap sub-theme "how-to" documentation:
; https://drupal.org/node/1978010

; ;----------------------------------
; ; METHOD 1: Bootstrap Source Files
; ;----------------------------------
;
; ;;;;;;;;;;;;;;;;;;;;;
; ;; Scripts
; ;;;;;;;;;;;;;;;;;;;;;
;
; scripts[] = 'bootstrap/js/affix.js'
; scripts[] = 'bootstrap/js/alert.js'
; scripts[] = 'bootstrap/js/button.js'
; scripts[] = 'bootstrap/js/carousel.js'
; scripts[] = 'bootstrap/js/collapse.js'
; scripts[] = 'bootstrap/js/dropdown.js'
; scripts[] = 'bootstrap/js/modal.js'
; scripts[] = 'bootstrap/js/tooltip.js'
; scripts[] = 'bootstrap/js/popover.js'
; scripts[] = 'bootstrap/js/scrollspy.js'
; scripts[] = 'bootstrap/js/tab.js'
; scripts[] = 'bootstrap/js/transition.js'
;
; ; Disable BootstrapCDN if using Bootstrap source files in your sub-theme.
; settings[bootstrap_cdn] = ''

; ;-------------------------
; ; METHOD 2: Bootstrap CDN
; ;-------------------------
;
; Method 2 uses BootstrapCDN, the only thing you might need to provide here
; is overrides to Bootstrap theme settings. Copy them here from the base theme
; to override.

le cose che non riesco a capire sono: 

1. che differenza c'è tra il metodo 1 e 2.
il primo usa file da installare nel tema e il secondo usa file da remoto?

2. usando il primo metodo,  vado in:  http://getbootstrap.com/getting-started/#download

3. cos'è il cdn?

scarico source code, metto la cartella estratta in: site/all/theme/mio-theme
e nel file .info   tolgo i conmmenti a tutte le righe del prio metodo... così

; ;;;;;;;;;;;;;;;;;;;;;
; ;; Scripts
; ;;;;;;;;;;;;;;;;;;;;;
;
scripts[] = 'bootstrap/js/affix.js'
scripts[] = 'bootstrap/js/alert.js'
scripts[] = 'bootstrap/js/button.js'
scripts[] = 'bootstrap/js/carousel.js'
scripts[] = 'bootstrap/js/collapse.js'
scripts[] = 'bootstrap/js/dropdown.js'
scripts[] = 'bootstrap/js/modal.js'
scripts[] = 'bootstrap/js/tooltip.js'
scripts[] = 'bootstrap/js/popover.js'
scripts[] = 'bootstrap/js/scrollspy.js'
scripts[] = 'bootstrap/js/tab.js'
scripts[] = 'bootstrap/js/transition.js'

ma non noto nessun tipo di cambiamento.

manca qualche file da scaricare?
devo agganciare qualche altro stile?

poi vorrei compilare i file less, ma non trovo nessu compilatore per mac, avete qualche suggerimento... per i sass uso scout e mi trovo bene.

aggiugo file less io ( e dove?) o devo modificare il file style.css o style.less?

Io ringrazio chiunque potrà aiutarmi a capire e superare questo primo e spero ultimo scoglio con questo tema.

grazie in anticipo

André