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 2014/03/10 16:23:31 UTC

svn commit: r1575966 - /felix/site/trunk/content/site/apache-felix-ipojo.html

Author: clement
Date: Mon Mar 10 15:23:31 2014
New Revision: 1575966

URL: http://svn.apache.org/r1575966
Log:
add a callout to inform reader of the new site location

Modified:
    felix/site/trunk/content/site/apache-felix-ipojo.html

Modified: felix/site/trunk/content/site/apache-felix-ipojo.html
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/site/apache-felix-ipojo.html?rev=1575966&r1=1575965&r2=1575966&view=diff
==============================================================================
--- felix/site/trunk/content/site/apache-felix-ipojo.html (original)
+++ felix/site/trunk/content/site/apache-felix-ipojo.html Mon Mar 10 15:23:31 2014
@@ -28,11 +28,11 @@
     </DIV>
     <DIV class="main">
 <STYLE type="text/css">
- @import url(http://felix.apache.org/ipojo/site/superfish.css); 
+ @import url(http://felix.apache.org/ipojo/site/superfish.css);
 </STYLE>
 
 <STYLE type="text/css">
- @import url(http://felix.apache.org/ipojo/site/style.css); 
+ @import url(http://felix.apache.org/ipojo/site/style.css);
 </STYLE>
 
 <P>
@@ -50,22 +50,22 @@
 
 <SCRIPT type="text/javascript" src="http://felix.apache.org/ipojo/site/jquery-1.js"></SCRIPT>
 <SCRIPT type="text/javascript" src="http://felix.apache.org/ipojo/site/hoverIntent.js"></SCRIPT>
-<SCRIPT type="text/javascript" src="http://felix.apache.org/ipojo/site/superfish.js"></SCRIPT> 
-<SCRIPT type="text/javascript" src="http://felix.apache.org/ipojo/site/supersubs.js"></SCRIPT> 
+<SCRIPT type="text/javascript" src="http://felix.apache.org/ipojo/site/superfish.js"></SCRIPT>
+<SCRIPT type="text/javascript" src="http://felix.apache.org/ipojo/site/supersubs.js"></SCRIPT>
+
+<SCRIPT type="text/javascript">
+
+    $(document).ready(function(){
+        $("ul.sf-menu").supersubs({
+            minWidth:    14,   // minimum width of sub-menus in em units
+            maxWidth:    30,   // maximum width of sub-menus in em units
+            extraWidth:  1     // extra width can ensure lines don't sometimes turn over
+                               // due to slight rounding differences and font-family
+        }).superfish();  // call supersubs first, then superfish, so that subs are
+                         // not display:none when measuring. Call before initialising
+                         // containing tabs for same reason.
+    });
 
-<SCRIPT type="text/javascript"> 
- 
-    $(document).ready(function(){ 
-        $("ul.sf-menu").supersubs({ 
-            minWidth:    14,   // minimum width of sub-menus in em units 
-            maxWidth:    30,   // maximum width of sub-menus in em units 
-            extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
-                               // due to slight rounding differences and font-family 
-        }).superfish();  // call supersubs first, then superfish, so that subs are 
-                         // not display:none when measuring. Call before initialising 
-                         // containing tabs for same reason. 
-    }); 
- 
 </SCRIPT>
 <DIV class="main">
 <DIV class="page-header">
@@ -77,7 +77,7 @@
 <A href="" class="sf-with-ul">Overview<SPAN class="sf-sub-indicator"> &raquo;</SPAN><SPAN class="sf-sub-indicator"> &raquo;</SPAN></A>
 <UL>
 	<LI>
-	<A href="" title="Apache Felix iPOJO">Home</A>							
+	<A href="" title="Apache Felix iPOJO">Home</A>
 	</LI>
 	<LI>
 	<A href="apache-felix-ipojo-why-choose-ipojo.html" title="apache-felix-ipojo-why-choose-ipojo">Why choose iPOJO</A>
@@ -89,15 +89,15 @@
 	<A href="apache-felix-ipojo-feature-overview.html" title="Apache Felix iPOJO Feature Overview">Features</A>
 	</LI>
 </UL>
-</LI>	
+</LI>
 
-<LI class="">			
+<LI class="">
 <!-- Menu download -->
 <LI>
 <A href="download.html" title="Download">Download </A>
 </LI>
 
-<LI class="">					
+<LI class="">
 <!-- Menu Documentation -->
 <A href="" class="sf-with-ul">Documentation<SPAN class="sf-sub-indicator"> &raquo;</SPAN><SPAN class="sf-sub-indicator"> &raquo;</SPAN></A>
 <UL>
@@ -145,7 +145,7 @@
         </UL>
     </LI> <!-- end of user guide -->
     <!-- sub- menu : Dev Guide -->
-    <LI> 
+    <LI>
     <A href="" class="sf-with-ul">Advanced Topics<SPAN class="sf-sub-indicator"> &raquo;</SPAN><SPAN class="sf-sub-indicator"> &raquo;</SPAN></A>
        <UL>
         <LI><A href="http://felix.apache.org/ipojo/api/1.6.0" class="external-link" rel="nofollow">Javadoc</A></LI>
@@ -154,7 +154,7 @@
         <LI><A href="dive-into-the-ipojo-manipulation-depths.html" title="Dive into the iPOJO Manipulation depths">Dive into the iPOJO Manipulation depths</A></LI>
        </UL>
     </LI> <!-- End of Dev guide -->
-</UL> 
+</UL>
 </LI> <!-- End of doc -->
 <!-- Menu 4 : Tools -->
 <LI class="">
@@ -167,13 +167,13 @@
    <LI><A href="apache-felix-ipojo-online-manipulator.html" title="apache-felix-ipojo-online-manipulator">Online Manipulator</A></LI>
    <LI><A href="ipojo-webconsole-plugin.html" title="iPOJO Webconsole Plugin">Webconsole plugin</A></LI>
    <LI><A href="apache-felix-ipojo-junit4osgi.html" title="apache-felix-ipojo-junit4osgi">Junit4OSGi</A></LI>
-</UL>   
-</LI><!-- End of tools -->	
+</UL>
+</LI><!-- End of tools -->
 <!-- Menu 5 : Support -->
 <LI>
 <A href="ipojo-support.html" title="ipojo-support">Support </A>
 </LI>
-<!-- End of the menu 5 -->			
+<!-- End of the menu 5 -->
 <!-- Menu 6 : Misc -->
 <LI class="">
 <A href="" class="sf-with-ul">Misc<SPAN class="sf-sub-indicator"> &raquo;</SPAN><SPAN class="sf-sub-indicator"> &raquo;</SPAN></A>
@@ -193,6 +193,24 @@
 
 <DIV class="content">
 
+    <div style="
+    background-color: #fdf7f7;
+    border-color: #d9534f;
+    margin: 40px 0;
+    padding: 20px;
+    border-left: 5px solid #d9534f;">
+        <h4 style="margin-top: 0;
+        font-size: 18px;
+        margin-bottom: 5px;
+        margin-top: 0;
+        margin-bottom: 10px;
+        font-weight: 500;
+        line-height: 1.1;
+        color: inherit;">The iPOJO documentation has moved </h4>
+        <p style="margin-top: 0px; padding-top: 0px; margin-bottom: 0px;">
+            The new web site is <a href="http://ipojo.org">here</a>, update your bookmark.</p>
+    </div>
+
 <P><B>iPOJO</B> is a service component runtime aiming to simplify OSGi application development. It natively supports ALL the dynamism of OSGi. Based on the concept of <TT>POJO</TT>, application logic is developed easily. Non-functional properties are just <EM>injected</EM> in the component at runtime.
 <BR class="atl-forced-newline">
 <BR class="atl-forced-newline">
@@ -219,11 +237,11 @@ iPOJO's points of strength include:</P>
 		<IMG src="http://felix.apache.org/ipojo/site/status_online.png"> <B>Why choose iPOJO ?</B>
 	</DIV>
 	<DIV class="smallbox-content">
-	<UL> 
+	<UL>
 	<LI><A href="apache-felix-ipojo-successstories.html#apache-felix-ipojo-successstories-schneider">iPOJO at Schneider Electric</A></LI>
 	<LI><A href="apache-felix-ipojo-successstories.html#apache-felix-ipojo-successstories-ugasp">iPOJO at Ubidreams</A> </LI>
 	<LI><A href="apache-felix-ipojo-successstories.html" title="apache-felix-ipojo-successstories">others success stories</A></LI>
-	<LI><A href="apache-felix-ipojo-keypoints.html" title="apache-felix-ipojo-keypoints">iPOJO Key points</A></LI> 
+	<LI><A href="apache-felix-ipojo-keypoints.html" title="apache-felix-ipojo-keypoints">iPOJO Key points</A></LI>
 	<LI><A href="apache-felix-ipojo-why-choose-ipojo.html" title="apache-felix-ipojo-why-choose-ipojo">Why choose iPOJO </A></LI>
 	</UL>
 	</DIV>