Changeset 4542
- Timestamp:
- 06/22/08 02:31:23 (13 months ago)
- Location:
- branches/0.11
- Files:
-
- 6 added
- 1 modified
-
cookbook (added)
-
cookbook/en (added)
-
cookbook/en.txt (added)
-
cookbook/en/my-first-project.txt (added)
-
cookbook/en/symfony-1.1-and-doctrine-migrations.txt (added)
-
cookbook/en/symfony-1.1-and-doctrine.txt (added)
-
manual/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/manual/index.php
r2963 r4542 137 137 } 138 138 139 $wiki = Text_Wiki::singleton('Doc'); 140 $wiki->setFormatConf('Xhtml', 'translate', HTML_SPECIALCHARS); 141 139 142 // Temporary directory used by cache and LaTeX to Pdf conversion 140 143 $tempDir = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'tmp'; … … 162 165 // If table of contents was not cached, parse it from documentation files 163 166 if ( ! $toc instanceof Sensei_Doc_Toc) { 164 $toc = new Sensei_Doc_Toc('docs/ en.txt');167 $toc = new Sensei_Doc_Toc('docs/ja.txt'); 165 168 $cache->save($toc, 'toc'); 166 169 }