Author: gertv
Date: Wed Feb 16 15:31:56 2011
New Revision: 1071288

URL: http://svn.apache.org/viewvc?rev=1071288&view=rev
Log:
SMX4-614: Improve screenshot font size in Quickstart Guide
Thanks to Hans Couder for providing the patch!

Added:
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-deploy.png
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-log.png
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist-grep-webconsole.png
Removed:
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-deploy.png
Modified:
    servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf
    servicemix/documentation/trunk/src/main/webapp/quickstart/features.conf
    
servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist.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

Modified: servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf?rev=1071288&r1=1071287&r2=1071288&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf 
(original)
+++ servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf Wed 
Feb 16 15:31:56 2011
@@ -33,22 +33,24 @@ In order to deploy and start the route, 
 
 If you do a {{log:display}} in the shell, you will also see the log output for 
every file that's been moved.
 
+!/quickstart/images/camel-sample-log.png!
+
 h2. Using the shell to manage the route
 
 Using {{osgi:list}}, you'll notice that your XML file has been transformed 
into a bundle and that the Blueprint container has been created to start your 
Camel route.
 
-!/quickstart/images/camel-deploy.png!
+!/quickstart/images/camel-sample-deploy.png!
 
 From this output, you also learn that the bundle id for your XML file is 209.  
This allow you to start and stop the route whenever necessary.  Let's give this 
a go now...
 
 First, stop the route with
 {pygmentize:lang=text}
-karaf@root> osgi:stop 209
+karaf@root> osgi:stop 200
 {pygmentize}
 
 The route is no longer active, so any files you copy into the {{orders/input}} 
folder will remain there for now.  As soon as you restart the route, the 
pending files will get moving again.
 
 {pygmentize:lang=text}
-karaf@root> osgi:stop 209
+karaf@root> osgi:stop 200
 {pygmentize}
 

Modified: 
servicemix/documentation/trunk/src/main/webapp/quickstart/features.conf
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/features.conf?rev=1071288&r1=1071287&r2=1071288&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/quickstart/features.conf 
(original)
+++ servicemix/documentation/trunk/src/main/webapp/quickstart/features.conf Wed 
Feb 16 15:31:56 2011
@@ -24,4 +24,6 @@ Afterwards, you can verify that the feat
 karaf@root> features:list | grep webconsole
 {pygmentize}
 
+!/quickstart/images/featureslist-grep-webconsole.png!
+
 You will now be able to point your browser to 
http://localhost:8181/system/console and login with user {{smx}} and password 
{{smx}} to access the web console.  From the webconsole, you can also start and 
stop bundles, install optional features again, ...
\ No newline at end of file

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-deploy.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-deploy.png?rev=1071288&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-deploy.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-deploy.png
 Wed Feb 16 15:31:56 2011 differ

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-log.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-log.png?rev=1071288&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-log.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/camel-sample-log.png
 Wed Feb 16 15:31:56 2011 differ

Added: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist-grep-webconsole.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist-grep-webconsole.png?rev=1071288&view=auto
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist-grep-webconsole.png
 (added) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist-grep-webconsole.png
 Wed Feb 16 15:31:56 2011 differ

Modified: 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist.png
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist.png?rev=1071288&r1=1071287&r2=1071288&view=diff
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist.png
 (original) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/featureslist.png
 Wed Feb 16 15:31:56 2011 differ

Modified: 
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=1071288&r1=1071287&r2=1071288&view=diff
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display-exception.png
 (original) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display-exception.png
 Wed Feb 16 15:31:56 2011 differ

Modified: 
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=1071288&r1=1071287&r2=1071288&view=diff
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display.png
 (original) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-display.png
 Wed Feb 16 15:31:56 2011 differ

Modified: 
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=1071288&r1=1071287&r2=1071288&view=diff
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-set-debug.png
 (original) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/log-set-debug.png
 Wed Feb 16 15:31:56 2011 differ

Modified: 
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=1071288&r1=1071287&r2=1071288&view=diff
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list-pipegrep.png
 (original) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list-pipegrep.png
 Wed Feb 16 15:31:56 2011 differ

Modified: 
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=1071288&r1=1071287&r2=1071288&view=diff
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list.png 
(original) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/osgi-list.png 
Wed Feb 16 15:31:56 2011 differ

Modified: 
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=1071288&r1=1071287&r2=1071288&view=diff
==============================================================================
Files 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-linux.png
 (original) and 
servicemix/documentation/trunk/src/main/webapp/quickstart/images/start-linux.png
 Wed Feb 16 15:31:56 2011 differ


Reply via email to