You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/10/12 19:27:20 UTC

svn commit: r1531563 - /felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext

Author: clement
Date: Sat Oct 12 17:27:19 2013
New Revision: 1531563

URL: http://svn.apache.org/r1531563
Log:
add the quickstart distribution on the index page

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

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext?rev=1531563&r1=1531562&r2=1531563&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext Sat Oct 12 17:27:19 2013
@@ -29,13 +29,12 @@ current iPOJO snapshot: {{ipojo.snapshot
 		<div class="span6">
 			<h3>Main features</h3>
 			<ul class="icons">
-				<li><i class="icon-ok"></i> components are developed as POJOs - nothing else is required!</li>
-				<li><i class="icon-ok"></i> the component model is extensible, so feel free to adapt it to your needs</li>
-				<li><i class="icon-ok"></i> the standard component model manages service providing and service dependencies, and so can require any other OSGi services</li>
-				<li><i class="icon-ok"></i> iPOJO manages the component instance lifecycle and the environment dynamics as never before possible</li>
-				<li><i class="icon-ok"></i> iPOJO provides a powerful composition system to create highly dynamic applications</li>
-				<li><i class="icon-ok"></i> iPOJO supports annotations, XML, and a Java-based API to define components</li>
-				<li><i class="icon-ok"></i> iPOJO applications are natively dynamic, adaptable and autonomic-ready</li>
+				<li><i class="icon-ok"></i> components are developed as POJOs - no dependencies or complex API</li>
+				<li><i class="icon-ok"></i> Use annotations, XML or a fluent API to declare your components and instances</li>
+				<li><i class="icon-ok"></i> require and provide services without requiring code, while being amazingly powerful</li>
+				<li><i class="icon-ok"></i> iPOJO applications are natively resilient to dynamism</li>
+				<li><i class="icon-ok"></i> extensible and customizable, develop your own component model</li>
+				<li><i class="icon-ok"></i> iPOJO applications are supporting dynamic adaptation, and exhibit autonomic behavior</li>
 			</ul>
 		</div> 					
 	</div>
@@ -58,7 +57,7 @@ current iPOJO snapshot: {{ipojo.snapshot
 <div class="span4 box info">
 <h4>Getting started</h4>
 <ul class="icons">
-	<li><i class="icon-chevron-right"></i> <a href="http://felix.apache.org/downloads.cgi" title="Download">Downloads</a></li>
+	<li><i class="icon-chevron-right"></i> <a href="http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.ipojo.distribution.quickstart/{{ipojo.release}}/org.apache.felix.ipojo.distribution.quickstart-{{ipojo.release}}.zip" title="Download">Quickstart Distribution</a></li>
 	<li><i class="icon-chevron-right"></i> <a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.html" title="iPOJO in 10 minutes">iPOJO in 10 minutes</a></li>
 	<li><i class="icon-chevron-right"></i> <a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/how-to-use-ipojo-annotations.html" title="How to use iPOJO Annotations">Using Annotations</a></li>
 	<li><i class="icon-chevron-right"></i> <a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.html" title="iPOJO Hello Word (Maven-Based) tutorial">Maven tutorial</a></li>