[jboss-osgi-commits] JBoss-OSGI SVN: r86300 - in projects/jboss-osgi/trunk/build/docbook/en: images and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Mar 25 07:39:57 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-25 07:39:57 -0400 (Wed, 25 Mar 2009)
New Revision: 86300

Added:
   projects/jboss-osgi/trunk/build/docbook/en/modules/devguide.xml
   projects/jboss-osgi/trunk/build/docbook/en/modules/references.xml
Removed:
   projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml
Modified:
   projects/jboss-osgi/trunk/build/docbook/en/images/izpack-jboss-home.jpg
   projects/jboss-osgi/trunk/build/docbook/en/master.xml
Log:
Add references

Modified: projects/jboss-osgi/trunk/build/docbook/en/images/izpack-jboss-home.jpg
===================================================================
(Binary files differ)

Modified: projects/jboss-osgi/trunk/build/docbook/en/master.xml
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/master.xml	2009-03-25 11:07:07 UTC (rev 86299)
+++ projects/jboss-osgi/trunk/build/docbook/en/master.xml	2009-03-25 11:39:57 UTC (rev 86300)
@@ -7,21 +7,34 @@
 <!ENTITY ChapIntroduction SYSTEM "modules/introduction.xml">
 <!ENTITY ChapGettingStarted SYSTEM "modules/gettingstarted.xml">
 <!ENTITY ChapFrameworkIntegration SYSTEM "modules/frameworkintegration.xml">
-<!ENTITY ChapProvidedServices SYSTEM "modules/providedservices.xml">
+<!ENTITY ChapDeveloperGuide SYSTEM "modules/devguide.xml">
+<!ENTITY ChapReferences SYSTEM "modules/references.xml">
 <!ENTITY version "1.0.0.Alpha3">
 ]>
 
 <book lang="en">
   <bookinfo>
-    <title>JBossOSGi</title>
-    <subtitle>User Guide</subtitle>
-    <releaseinfo>&version;</releaseinfo>
+    <title>JBossOSGi - User Guide</title>
+    <releaseinfo>Version: &version;</releaseinfo>
+    
+    <!-- 
+    <author>
+      <firstname>Thomas</firstname>
+      <surname>Diesler</surname>
+      <email>thomas.diesler at jboss.com</email>
+      <affiliation>
+        <orgname>JBoss, a division of Red Hat</orgname>
+      </affiliation>
+    </author>
+    -->
   </bookinfo>
 
-  <toc />
+  <toc/>
 
   &ChapIntroduction;
   &ChapGettingStarted;
   &ChapFrameworkIntegration;
+  &ChapDeveloperGuide;
+  &ChapReferences;
   
 </book>
\ No newline at end of file

Copied: projects/jboss-osgi/trunk/build/docbook/en/modules/devguide.xml (from rev 86290, projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml)
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/modules/devguide.xml	                        (rev 0)
+++ projects/jboss-osgi/trunk/build/docbook/en/modules/devguide.xml	2009-03-25 11:39:57 UTC (rev 86300)
@@ -0,0 +1,56 @@
+<!-- 
+  $Id$ 
+-->
+<chapter id="ChapDeveloperGuide">
+
+  <title>Developer Documentation</title>
+  
+  <sect1 id="SecSPI">  
+    <title>Service Provider Interface</title>
+    
+    <note>
+      <para>TODO: Document the SPI</para>
+    </note>
+  </sect1>
+  
+  <sect1 id="SecDeployers">  
+    <title>Bundle Deployers</title>
+    
+    <note>
+      <para>TODO: Document the Deployers</para>
+    </note>
+  </sect1>
+  
+  <sect1 id="SecJMXView">  
+    <title>Management View</title>
+    
+    <note>
+      <para>TODO: Document the JMX View</para>
+    </note>
+  </sect1>
+  
+  <sect1 id="SecClassLoading">  
+    <title>Class Loading</title>
+    
+    <note>
+      <para>TODO: Document the Class Loading</para>
+    </note>
+  </sect1>
+  
+  <sect1 id="SecLoggingBridge">  
+    <title>Logging Bridge</title>
+    
+    <note>
+      <para>TODO: Document the Logging Bridge</para>
+    </note>
+  </sect1>
+  
+  <sect1 id="SecMicrocontainerService">  
+    <title>Microcontainer Service</title>
+    
+    <note>
+      <para>TODO: Document the Microcontainer Service</para>
+    </note>
+  </sect1>
+  
+</chapter>


Property changes on: projects/jboss-osgi/trunk/build/docbook/en/modules/devguide.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:mergeinfo
   + 
Name: svn:eol-style
   + LF

Deleted: projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml	2009-03-25 11:07:07 UTC (rev 86299)
+++ projects/jboss-osgi/trunk/build/docbook/en/modules/providedservices.xml	2009-03-25 11:39:57 UTC (rev 86300)
@@ -1,28 +0,0 @@
-<!-- 
-  $Id$ 
--->
-<chapter id="Chap_Provided_Services">
-
-  <title>Provided Services</title>
-  
-  <section id="Sec_Web_Console_Service">  
-    <title>Web Console Service</title>
-    <para>TODO</para>
-  </section>
-  
-  <section id="Sec_Logging_Service">  
-    <title>Logging Service</title>
-    <para>TODO</para>
-  </section>
-  
-  <section id="Sec_Http_Service">  
-    <title>Http Service</title>
-    <para>TODO</para>
-  </section>
-  
-  <section id="Sec_Config_Admin_Service">  
-    <title>Config Admin Service</title>
-    <para>TODO</para>
-  </section>
-  
-</chapter>

Added: projects/jboss-osgi/trunk/build/docbook/en/modules/references.xml
===================================================================
--- projects/jboss-osgi/trunk/build/docbook/en/modules/references.xml	                        (rev 0)
+++ projects/jboss-osgi/trunk/build/docbook/en/modules/references.xml	2009-03-25 11:39:57 UTC (rev 86300)
@@ -0,0 +1,25 @@
+<!-- 
+  $Id$ 
+-->
+<chapter id="ChapReferences">
+
+  <title>References</title>
+  
+  <para><emphasis role="bold">Authors</emphasis></para>
+   
+  <itemizedlist>
+    <listitem><ulink url="email:thomas.diesler at jboss.com">thomas.diesler at jboss.com</ulink></listitem>
+  </itemizedlist>
+  
+  <para><emphasis role="bold">Links</emphasis></para>
+  
+  <para>[1] JBossOSGi Wiki - <ulink url="http://www.jboss.org/community/docs/DOC-13273">http://www.jboss.org/community/docs/DOC-13273</ulink></para> 
+  <para>[2] JBossOSGi Blog - <ulink url="http://jbossosgi.blogspot.com">http://jbossosgi.blogspot.com</ulink></para> 
+  <para>[3] Issue Tracking - <ulink url="https://jira.jboss.org/jira/browse/JBOSGI">https://jira.jboss.org/jira/browse/JBOSGI</ulink></para> 
+  <para>[4] Hudson QA - <ulink url="http://jbmuc.dyndns.org:8280/hudson">http://jbmuc.dyndns.org:8280/hudson</ulink></para> 
+  <para>[5] Subversion - <ulink url="https://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi">https://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi</ulink></para> 
+  <para>[6] Fisheye - <ulink url="http://fisheye.jboss.com/browse/JBossOSGi">http://fisheye.jboss.com/browse/JBossOSGi</ulink></para> 
+  <para>[7] User Forum - <ulink url="http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=257">http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=257</ulink></para> 
+  <para>[8] Design Forum - <ulink url="http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=256">http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=256</ulink></para> 
+  
+</chapter>


Property changes on: projects/jboss-osgi/trunk/build/docbook/en/modules/references.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jboss-osgi-commits mailing list