Author: gertv
Date: Mon Feb 14 12:11:09 2011
New Revision: 1070461

URL: http://svn.apache.org/viewvc?rev=1070461&view=rev
Log:
SMX4-614: Improve images in quickstart guide
Thanks to Hans Couder for providing the patch!

Added:
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-deploy.png
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display-exception.png
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display.png
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-set-debug.png
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list-pipegrep.png
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list.png
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-linux.png
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-windows.png
   (with props)
Modified:
    servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf
    servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf

Modified: servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf?rev=1070461&r1=1070460&r2=1070461&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf 
(original)
+++ servicemix/documentation/trunk/src/main/webapp/quickstart/console.conf Mon 
Feb 14 12:11:09 2011
@@ -14,7 +14,7 @@ karaf@root> osgi:list
 
 This is what the output looks like if you run this on your ServiceMix instance.
 
-!/quickstart/images/osgilist.png|title=osgi:list!
+!/quickstart/images/osgi-list.png|title=osgi:list!
 
 For every bundle, you see:
 * the bundle id
@@ -29,6 +29,8 @@ If you're looking for something specific
 karaf@root> osgi:list | grep camel
 {pygmentize}
 
+!/quickstart/images/osgi-list-pipegrep.png|title=osgi:list!
+
 h2. Working with logging
 
 Many of the applications you write will have some form of log output.  To look 
at the message in the log file, you can us the {{log:diplay}} command.
@@ -37,18 +39,26 @@ Many of the applications you write will 
 karaf@root> log:display
 {pygmentize}
 
+!/quickstart/images/log-display.png|title=log:display!
+
 If you're only interested in the latest exception in the log file, you can use 
{{log:display-exception}} instead.
 
 {pygmentize:lang=text}
 karaf@root> log:display-exception
 {pygmentize}
 
+!/quickstart/images/log-display-exception.png|title=log:display-exception!
+
 You can also change the log level at runtime by using the {{log:set}} command. 
 You can try these commands on your instance now by setting the log level to 
{{DEBUG}}, checking the log file to see if you actually see the extra logging 
and then revert back to {{INFO}}.
 
 {pygmentize:lang=text}
 karaf@root> log:set DEBUG
 karaf@root> log:display | grep DEBUG
-<you should see some log messages at the DEBUG log level here>
+{pygmentize}
+
+!/quickstart/images/log-set-debug.png|title=log:set DEBUG!
+
+{pygmentize}
 karaf@root> log:set INFO
 {pygmentize}
 

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-deploy.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-deploy.png?rev=1070461&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-deploy.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-deploy.png
 Mon Feb 14 12:11:09 2011 differ

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display-exception.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display-exception.png?rev=1070461&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display-exception.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display-exception.png
 Mon Feb 14 12:11:09 2011 differ

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display.png?rev=1070461&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display.png
 Mon Feb 14 12:11:09 2011 differ

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-set-debug.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-set-debug.png?rev=1070461&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-set-debug.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-set-debug.png
 Mon Feb 14 12:11:09 2011 differ

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list-pipegrep.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list-pipegrep.png?rev=1070461&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list-pipegrep.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list-pipegrep.png
 Mon Feb 14 12:11:09 2011 differ

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list.png?rev=1070461&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list.png 
(added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list.png 
Mon Feb 14 12:11:09 2011 differ

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-linux.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-linux.png?rev=1070461&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-linux.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-linux.png
 Mon Feb 14 12:11:09 2011 differ

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-windows.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-windows.png?rev=1070461&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-windows.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-windows.png
 Mon Feb 14 12:11:09 2011 differ

Propchange: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-windows.png
------------------------------------------------------------------------------
    svn:executable = *

Modified: 
servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf?rev=1070461&r1=1070460&r2=1070461&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf 
(original)
+++ servicemix/documentation/trunk/src/main/webapp/quickstart/installation.conf 
Mon Feb 14 12:11:09 2011
@@ -21,8 +21,6 @@ h2. Starting Apache ServiceMix
 
 Depending on your platform, start Apache ServiceMix by following the 
instructions below.  After starting the container, you will have access to the 
console from which you can manage the container.
 
-!/quickstart/images/console.png!
-
 h3. On Windows
 In a command prompt window, navigate to the directory where you extracted 
ServiceMix and run the {{bin\servicemix.bat}} file.
 
@@ -32,6 +30,8 @@ Example: if ServiceMix in installed in t
 > .\bin\servicemix
 {pygmentize}
 
+!/quickstart/images/start-windows.png!
+
 h3. On Linux/Unix/MacOS X
 On a command shell, navigate to the directory where you extracted ServiceMix 
and the {{bin/servicemix}} shell script
 
@@ -39,4 +39,6 @@ Example: if ServiceMix is installed in t
 {pygmentize:lang=bash}
 $ cd ~/Applications/apache-servicemix-${servicemix.version}
 $ ./bin/servicemix
-{pygmentize}
\ No newline at end of file
+{pygmentize}
+
+!/quickstart/images/start-linux.png!
\ No newline at end of file


Reply via email to