You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/12/06 13:22:51 UTC

svn commit: r1042605 - in /james/protocols/trunk/src/site: ./ resources/model-eclipse-modeler/ xdoc/

Author: eric
Date: Mon Dec  6 12:22:50 2010
New Revision: 1042605

URL: http://svn.apache.org/viewvc?rev=1042605&view=rev
Log:
Web Site Protocols 1.2 release + Presentation Update + Empty UML Model file

Added:
    james/protocols/trunk/src/site/resources/model-eclipse-modeler/
    james/protocols/trunk/src/site/resources/model-eclipse-modeler/.project
    james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.di
    james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.notation
    james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.uml
Modified:
    james/protocols/trunk/src/site/site.xml
    james/protocols/trunk/src/site/xdoc/index.xml

Added: james/protocols/trunk/src/site/resources/model-eclipse-modeler/.project
URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/resources/model-eclipse-modeler/.project?rev=1042605&view=auto
==============================================================================
--- james/protocols/trunk/src/site/resources/model-eclipse-modeler/.project (added)
+++ james/protocols/trunk/src/site/resources/model-eclipse-modeler/.project Mon Dec  6 12:22:50 2010
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>james-protocols</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>

Added: james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.di
URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.di?rev=1042605&view=auto
==============================================================================
--- james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.di (added)
+++ james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.di Mon Dec  6 12:22:50 2010
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ASCII"?>
+<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
+  <pageList>
+    <availablePage>
+      <emfPageIdentifier href="model.notation#_t_6u4ABQEeCEkKM-qa7gfA"/>
+    </availablePage>
+  </pageList>
+  <sashModel currentSelection="//@sashModel/@windows.0/@children.0">
+    <windows>
+      <children xsi:type="di:TabFolder">
+        <children>
+          <emfPageIdentifier href="model.notation#_t_6u4ABQEeCEkKM-qa7gfA"/>
+        </children>
+      </children>
+    </windows>
+  </sashModel>
+</di:SashWindowsMngr>

Added: james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.notation
URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.notation?rev=1042605&view=auto
==============================================================================
--- james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.notation (added)
+++ james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.notation Mon Dec  6 12:22:50 2010
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<notation:Diagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML" xmi:id="_t_6u4ABQEeCEkKM-qa7gfA" type="PapyrusUMLClassDiagram" name="james-protocols" measurementUnit="Pixel">
+  <styles xmi:type="notation:DiagramStyle" xmi:id="_t_6u4QBQEeCEkKM-qa7gfA"/>
+  <element xmi:type="uml:Model" href="model.uml#_Eem-8QBQEeCEkKM-qa7gfA"/>
+</notation:Diagram>

Added: james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.uml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.uml?rev=1042605&view=auto
==============================================================================
--- james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.uml (added)
+++ james/protocols/trunk/src/site/resources/model-eclipse-modeler/model.uml Mon Dec  6 12:22:50 2010
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<uml:Model xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML" xmi:id="_Eem-8QBQEeCEkKM-qa7gfA" name="james-protocols"/>

Modified: james/protocols/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/site.xml?rev=1042605&r1=1042604&r2=1042605&view=diff
==============================================================================
--- james/protocols/trunk/src/site/site.xml (original)
+++ james/protocols/trunk/src/site/site.xml Mon Dec  6 12:22:50 2010
@@ -41,10 +41,10 @@
   
     <menu name="Documentation">
       <item name="Introduction" href="/index.html" />
+      <item name="Source Code" href="/source-code.html" />
     </menu>  
      
     <menu name="References">
-      <item name="Source Code" href="/source-code.html" />
       <item name="Javadoc" href="/apidocs/index.html" />
       <item name="Changes" href="/changes.html" />
 <!--      <item name="JIRA Report" href="/jira-report.html" />-->

Modified: james/protocols/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/xdoc/index.xml?rev=1042605&r1=1042604&r2=1042605&view=diff
==============================================================================
--- james/protocols/trunk/src/site/xdoc/index.xml (original)
+++ james/protocols/trunk/src/site/xdoc/index.xml Mon Dec  6 12:22:50 2010
@@ -35,25 +35,41 @@
        
   </section>
        
-  <section name="James Protocols used by James Server">
+  <section name="James Protocols Usage">
+
+  <subsection name="James Protocols used by James Server">
  
     <p>The framework is currently used by James Server in conjunction with Netty to provide a 
-       high performant and extensible SMTP Server.</p>
+       high performance and extensible SMTP Server.</p>
        
     <p>At the moment only the SMTP protocol is included, but others will follow.</p>
        
     <p>You can read more about protocols used for SMTP in James Server 
        on the <a href="http://james.apache.org/server/3/dev-extend-smtp-hook.html">SMTP Hooks</a> page.</p>
 
-  </section>
+  </subsection>
        
-  <section name='Use James Protocols as a component in you application'>
+  <subsection name='Use James Protocols as a Component in you Application'>
  
+    <p>Download James Protocols 1.2 official release from the <a href="http://james.apache.org/download.cgi">download page</a>.</p>
+    
     <p>The <a href="source-code.html">source code</a> page contains information on how 
        to develop with James Protocols.</p>
+    
+    <p>You can also read more on the way the James Server
+       uses James Protocols to <a href="http://james.server.org/server/3/dev-extend-smtp-hook.html">Hook SMTP</a>.</p>
 
     <img src="images/uml/org.apache.james.protocols-package.png"/>
   
+  </subsection>
+  
+  </section>
+
+  <section name='Develop James Protocols'>
+ 
+    <p>The <a href="source-code.html">source code</a> page contains information on how 
+       to develop with James Protocols.</p>
+
   </section>
 
   <section name="About the Apache Software Foundation">



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org