Author: fmeschbe
Date: Fri Mar  1 07:30:49 2013
New Revision: 1451505

URL: http://svn.apache.org/r1451505
Log:
Fixes to formatting of note boxes

Modified:
    
felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.mdtext?rev=1451505&r1=1451504&r2=1451505&view=diff
==============================================================================
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.mdtext
 Fri Mar  1 07:30:49 2013
@@ -1,7 +1,5 @@
-translation_pending: true
 Title: Apache Felix Framework Usage Documentation
 
-# Apache Felix Framework Usage Documentation
 
 * [Downloading the Framework](#downloading-the-framework)
 * [Starting the Framework](#starting-the-framework)
@@ -125,7 +123,9 @@ If you use a proxy for Web access, then 
 * `http.proxyPort` \- the port of the proxy host.
 * `http.proxyAuth` \- the user name and password to use when connecting to the 
proxy; this string should be the user name and password separated by a colon 
(e.g., `rickhall:mypassword`).
 
-These system properties can be set directly on the command line when starting 
the JVM using the standard "`\-D<prop>=<value>`" syntax or you can put them in 
the `lib/system.properties` file of your Felix installation; see the next 
section on [configuring Felix]({{ refs.-configuring-framework.path }}) for more 
information.
+These system properties can be set directly on the command line when starting 
the JVM using the standard "`\-D<prop>=<value>`" syntax
+or you can put them in the `lib/system.properties` file of your Felix 
installation; see the next section on [configuring 
Felix](#configuring-the-framework)
+for more information.
 
 
 
@@ -172,10 +172,11 @@ It is possible to use system properties 
 
 Some bundles use properties to configure certain aspects of their behavior. It 
is a good idea, when implementing bundles, to parameterize them with properties 
where appropriate. To learn about the configuration options for specific 
bundles, refer to the documentation that accompanies them.
 
-Bundle properties may also be defined in the `conf/config.properties` property 
file. Any property placed in this file will be accessible via 
`BundleContext.getProperty()` at run time. The property file uses the standard 
Java property file syntax (i.e., attribute-value pairs). For information on 
changing the default location of this file, refer to the section on 
[configuring Felix]({{ refs.-configuring-framework.path }}).
+Bundle properties may also be defined in the `conf/config.properties` property 
file. Any property placed in this file will be accessible via 
`BundleContext.getProperty()` at run time. The property file uses the standard 
Java property file syntax (i.e., attribute-value pairs). For information on 
changing the default location of this file, refer to the section on 
[configuring Felix](#configuring-the-framework).
 
 
 
 ## Feedback
 
-Subscribe to the Felix users mailing list by sending a message to 
[[email protected]]({{ 
refs.mailto-users-subscribe-felix-apache-org.path }}); after subscribing, email 
questions or feedback to [[email protected]|mailto:[email protected]].
+Subscribe to the Felix users mailing list by sending a message to 
[[email protected]](mailto:[email protected]);
+after subscribing, email questions or feedback to 
[[email protected]](mailto:[email protected]).


Reply via email to