forked from sundaysenergy/drush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
boa6.make
48 lines (34 loc) · 1.17 KB
/
boa6.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
; BOA
; ---------------
api = 2
core = 6.x
projects[admin][subdir] = boa
projects[backup_migrate][subdir] = boa
projects[blockcache_alter][subdir] = boa
projects[boost][subdir] = boa
projects[config_perms][subdir] = boa
projects[fb][subdir] = boa
projects[fb][version] = "3.x-dev"
; CSS Embedded Images, alternative to sprites for tiny images
projects[css_emimage][subdir] = boa
projects[filefield_nginx_progress][subdir] = boa
; permission filter
projects[fpa][subdir] = boa
; HTTP Parallel Request Library
projects[httprl][subdir] = boa
; alternative to maintence mode
projects[readonlymode][subdir] = boa
; robots for multisite install
projects[robotstxt][subdir] = boa
; security kit
projects[seckit][subdir] = boa
projects[hacked][subdir] = boa
; verify you own the site for google websmaster tools
projects[site_verify][subdir] = boa
projects[textile][subdir] = boa
libraries[textile][download][type] = "get"
libraries[textile][download][url] = "http://textpattern.com/file_download/70/textpattern-4.4.1.tar.gz"
projects[vars][subdir] = boa
; help clean out old variables no longer needed
projects[variable_clean][subdir] = boa
projects[variable_clean][version] = "1.x-dev"