Author: Derick Rethans
Date: 2006-01-27 13:25:39 +0100 (Fri, 27 Jan 2006)
New Revision: 2052

Log:
- Fixed typoes and links.

Modified:
   packages/ConsoleTools/trunk/docs/tutorial.txt
   packages/EventLog/trunk/docs/tutorial.txt
   packages/Translation/trunk/docs/tutorial.txt
   scripts/render-tutorial.php

Modified: packages/ConsoleTools/trunk/docs/tutorial.txt
===================================================================
--- packages/ConsoleTools/trunk/docs/tutorial.txt       2006-01-27 12:04:21 UTC 
(rev 2051)
+++ packages/ConsoleTools/trunk/docs/tutorial.txt       2006-01-27 12:25:39 UTC 
(rev 2052)
@@ -204,10 +204,8 @@
   Arguments: foo, bar
    
 For further information, please refer to the API documentation of
-ezcConsoleInput_.
+ezcConsoleInput.
 
-.. _ezcConsoleInput: 
http://ez.no/doc/components/view/(file)/1.0rc1/ConsoleTools/ezcConsoleInput.html
-
 Progress should happen
 ----------------------
 
@@ -274,11 +272,8 @@
 .. image:: img/consoletools_tutorial_example_08.png
 
 More information on these classes can be taken from the API documentation of 
-ezcConsoleProgressbar_ and ezcConsoleStatusbar_.
+ezcConsoleProgressbar and ezcConsoleStatusbar.
 
-.. _ezcConsoleProgressbar: 
http://ez.no/doc/components/view/(file)/1.0rc1/ConsoleTools/ezcConsoleProgressbar.html
-.. _ezcConsoleStatusbar: 
http://ez.no/doc/components/view/(file)/1.0rc1/ConsoleTools/ezcConsoleStatusbar.html
-
 Large data served in a table
 ----------------------------
 

Modified: packages/EventLog/trunk/docs/tutorial.txt
===================================================================
--- packages/EventLog/trunk/docs/tutorial.txt   2006-01-27 12:04:21 UTC (rev 
2051)
+++ packages/EventLog/trunk/docs/tutorial.txt   2006-01-27 12:25:39 UTC (rev 
2052)
@@ -157,7 +157,7 @@
 -----------------------------------------
 
 Depending on the incoming log message, the message can be stored on different
-writers. This example handles the log message as follow:
+writers. This example handles the log message as follows:
 
 - Ignore all message with the severity DEBUG.
 - Store the audit trails in the "audit.log" file. 

Modified: packages/Translation/trunk/docs/tutorial.txt
===================================================================
--- packages/Translation/trunk/docs/tutorial.txt        2006-01-27 12:04:21 UTC 
(rev 2051)
+++ packages/Translation/trunk/docs/tutorial.txt        2006-01-27 12:25:39 UTC 
(rev 2052)
@@ -275,7 +275,7 @@
 .. _ezcTranslationCacheBackend: 
TranslationCacheTiein/ezcTranslationCacheBackend.html
 .. _ezcCacheStorageFileArray: Cache/ezcCacheStorageFileArray.html
 .. _Cache: introduction_Cache.html
-.. _TranslationCacheTiein: introduction_TranslateCacheTiein.html
+.. _TranslationCacheTiein: introduction_TranslationCacheTiein.html
 
 More Information
 ================

Modified: scripts/render-tutorial.php
===================================================================
--- scripts/render-tutorial.php 2006-01-27 12:04:21 UTC (rev 2051)
+++ scripts/render-tutorial.php 2006-01-27 12:25:39 UTC (rev 2052)
@@ -61,7 +61,8 @@
 
 // Copying images
 `mkdir -p $targetDir/img`;
-`cp $component/trunk/docs/img/*.png $targetDir/img/`;
+`cp $component/trunk/docs/img/*.png $targetDir/img/ > /dev/null`;
+`cp $component/trunk/docs/img/*.jpg $targetDir/img/ > /dev/null`;
 
 function getRstOutput( $component )
 {

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to