Browse Source

[COOK-522] remove non-ASCII characters from application recipe

Prevents JSON parsing exception on systems with default locale.
Brad Fritz 13 years ago
parent
commit
d2b7d976cf
2 changed files with 11 additions and 11 deletions
  1. 11 11
      README.md
  2. 0 0
      metadata.json

+ 11 - 11
README.md

@@ -259,17 +259,17 @@ CakePHP:
 The template used to render this `local_settings.php` file is assumed to be provided in an application specific cookbook named after the application being deployed.  For example if you were deploying code for an application named `mediawiki` you would create a cookbook named `mediawiki` and in that cookbook place a template named `LocalSettings.php.erb`:
 
     mediawiki/
-    ├── files
-    │   └── default
-    │       └── schema.sql
-    ├── metadata.rb
-    ├── README.md
-    ├── recipes
-    │   ├── db_bootstrap.rb
-    │   └── default.rb
-    └── templates
-        └── default
-            └── LocalSettings.php.erb
+    +-- files
+    |   +-- default
+    |       +-- schema.sql
+    +-- metadata.rb
+    +-- README.md
+    +-- recipes
+    |   +-- db_bootstrap.rb
+    |   +-- default.rb
+    +-- templates
+        +-- default
+            +-- LocalSettings.php.erb
 
 The template will be passed the following variables which can be used to dynamically fill values in the ERB:
 

File diff suppressed because it is too large
+ 0 - 0
metadata.json


Some files were not shown because too many files changed in this diff