| 1 |
// $Id: README.txt,v 1.1 2008/01/04 20:16:48 wimleers Exp $ |
// $Id: README.txt,v 1.2 2008/01/05 13:47:08 wimleers Exp $ |
| 2 |
|
|
| 3 |
Applying the Drupal core patch |
Applying the Drupal core patch |
| 4 |
------------------------------ |
------------------------------ |
| 53 |
$conf = array( |
$conf = array( |
| 54 |
'cdn_url' => 'http://wimleers.cachefly.com/wimleers.com', |
'cdn_url' => 'http://wimleers.cachefly.com/wimleers.com', |
| 55 |
'cdn_sync_filters' => array( |
'cdn_sync_filters' => array( |
| 56 |
|
'cdn_sync_filters' => array( |
| 57 |
0 => array( |
0 => array( |
| 58 |
'paths' => array('misc', 'profiles', 'modules', 'sites/all/modules', 'sites/default/modules'), |
'paths' => array('misc', 'profiles', 'modules', 'sites/all/modules', 'sites/default/modules'), |
| 59 |
'pattern' => '.*\.(js|css|gif|png|jpg|jpeg|svg|swf)$', |
'pattern' => '.*\.(js|css|gif|png|jpg|jpeg|svg|swf)$', |
| 60 |
'ignored_dirs' => array('.', '..', 'CVS', '.svn'), |
'ignored_dirs' => array('CVS'), |
| 61 |
'unique' => 'filename', |
'unique' => 'filename', |
| 62 |
'unique_method' => 'mtime', |
'unique_method' => 'mtime', |
| 63 |
), |
), |
| 64 |
1 => array( |
1 => array( |
| 65 |
'paths' => array('sites/wimleers.com/files'), |
'paths' => array('sites/wimleers.com/files'), |
| 66 |
'pattern' => '.*', |
'pattern' => '.*', |
| 67 |
'ignored_dirs' => array('.', '..', 'CVS', '.svn'), |
'ignored_dirs' => array('CVS', 'css'), |
| 68 |
'unique' => 'filename', |
'unique' => 'filename', |
| 69 |
'unique_method' => 'mtime', |
'unique_method' => 'mtime', |
| 70 |
), |
), |
| 71 |
|
|
| 72 |
2 => array( |
2 => array( |
| 73 |
|
'paths' => array('sites/wimleers.com/files/css'), |
| 74 |
|
'pattern' => '.*', |
| 75 |
|
'ignored_dirs' => array('CVS'), |
| 76 |
|
'unique' => 'filename', |
| 77 |
|
'unique_method' => 'mtime', |
| 78 |
|
'update_urls_in_files' => TRUE, |
| 79 |
|
), |
| 80 |
|
3 => array( |
| 81 |
'paths' => array('sites/default/themes/garland-customized'), |
'paths' => array('sites/default/themes/garland-customized'), |
| 82 |
'pattern' => '.*\.(js|css|gif|png|jpg|jpeg)$', |
'pattern' => '.*\.(js|css|gif|png|jpg|jpeg|otf)$', |
| 83 |
'ignored_dirs' => array('.', '..', 'CVS', '.svn'), |
'ignored_dirs' => array('CVS'), |
| 84 |
'unique' => 'common parent directory', |
'unique' => 'common parent directory', |
| 85 |
'unique_method' => 'md5 of mtimes', |
'unique_method' => 'md5 of mtimes', |
| 86 |
), |
), |