Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 979B2EDB2 for ; Fri, 1 Mar 2013 07:31:11 +0000 (UTC) Received: (qmail 58739 invoked by uid 500); 1 Mar 2013 07:31:11 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 58637 invoked by uid 500); 1 Mar 2013 07:31:11 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 58623 invoked by uid 99); 1 Mar 2013 07:31:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 07:31:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 07:31:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4599A2388980; Fri, 1 Mar 2013 07:30:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1451505 - /felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.mdtext Date: Fri, 01 Mar 2013 07:30:50 -0000 To: commits@felix.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130301073050.4599A2388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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=`" 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=`" 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 [users-subscribe@felix.apache.org]({{ refs.mailto-users-subscribe-felix-apache-org.path }}); after subscribing, email questions or feedback to [users@felix.apache.org|mailto:users@felix.apache.org]. +Subscribe to the Felix users mailing list by sending a message to [users-subscribe@felix.apache.org](mailto:users-subscribe@felix.apache.org); +after subscribing, email questions or feedback to [users@felix.apache.org](mailto:users@felix.apache.org).