[dna-commits] DNA SVN: r156 - trunk/docs/gettingstarted/en.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Tue May 13 17:26:03 EDT 2008


Author: rhauch
Date: 2008-05-13 17:26:03 -0400 (Tue, 13 May 2008)
New Revision: 156

Modified:
   trunk/docs/gettingstarted/en/master.xml
Log:
Added reference to MP3 sequencer in section 2.3

Modified: trunk/docs/gettingstarted/en/master.xml
===================================================================
--- trunk/docs/gettingstarted/en/master.xml	2008-05-13 20:43:18 UTC (rev 155)
+++ trunk/docs/gettingstarted/en/master.xml	2008-05-13 21:26:03 UTC (rev 156)
@@ -330,9 +330,10 @@
         and let sequencers extract the metadata from the image and save it in the repository. The same with XSDs, WSDL, WS
         policies, UML, MetaMatrix models, etc.</para>
       <para>
-        JBoss DNA sequencers sit on top of existing JCR repositories (including federated repositories) - it basically extracts
-        more useful information from what's already stored in the repository. And it uses the existing JCR versioning system. Each
-        sequencer typically processes a single kind of file format. The following sequencer is included in JBoss DNA:
+        JBoss DNA sequencers sit on top of existing JCR repositories (including federated repositories) - they basically extract
+        more useful information from what's already stored in the repository. And they use the existing JCR versioning system. Each
+        sequencer typically processes a single kind of file format or a single kind of content. </para>
+      <para>The following sequencers are included in JBoss DNA:
         <itemizedlist>
           <listitem>
             <para>
@@ -346,6 +347,16 @@
               .)
             </para>
           </listitem>
+          <listitem>
+            <para>
+              <emphasis role="strong">MP3 sequencer</emphasis>
+              - A sequencer that processes the contents of an MP3 audio file, extracts the metadata for the file, and then
+              writes that image metadata to the repository. It gets the title, author, album, year, and comment.  
+              (This sequencer may be improved in the future to also extract other ID3 metadata from other audio file formats; see
+              <ulink url="http://jira.jboss.org/jira/browse/DNA-66">DNA-26</ulink>
+              .)
+            </para>
+          </listitem>
         </itemizedlist>
       </para>
       <para>




More information about the dna-commits mailing list