<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYING</filename>
    </added>
    <added>
      <filename>README</filename>
    </added>
    <added>
      <filename>VERSION</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -17,12 +17,12 @@ class action_plugin_creole extends DokuWiki_Action_Plugin {
    */
   function getInfo(){
     return array(
-      'author' =&gt; 'Esther Brunner',
-      'email'  =&gt; 'wikidesign@gmail.com',
-      'date'   =&gt; '2007-02-09',
+      'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+      'email'  =&gt; 'dokuwiki@chimeric.de',
+      'date'   =&gt; '2008-02-12',
       'name'   =&gt; 'Creole Plugin',
       'desc'   =&gt; 'Changes the editor toolbar if markup precedence is set to Creole',
-      'url'    =&gt; 'http://www.wikidesign.ch/en/plugin/creole/start',
+      'url'    =&gt; 'http://wiki.splitbrain.org/plugin:creole',
     );
   }
 </diff>
      <filename>action.php</filename>
    </modified>
    <modified>
      <diff>@@ -20,9 +20,9 @@ class syntax_plugin_creole_header extends DokuWiki_Syntax_Plugin {
  
   function getInfo(){
     return array(
-      'author' =&gt; 'Esther Brunner',
-      'email'  =&gt; 'wikidesign@gmail.com',
-      'date'   =&gt; '2007-02-09',
+      'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+      'email'  =&gt; 'dokuwiki@chimeric.de',
+      'date'   =&gt; '2008-02-12',
       'name'   =&gt; 'Creole Plugin, header component',
       'desc'   =&gt; 'Creole style headers',
       'url'    =&gt; 'http://wiki.splitbrain.org/plugin:creole',
@@ -87,4 +87,4 @@ class syntax_plugin_creole_header extends DokuWiki_Syntax_Plugin {
   }
 }
  
-//Setup VIM: ex: et ts=4 enc=utf-8 :
\ No newline at end of file
+//Setup VIM: ex: et ts=4 enc=utf-8 :</diff>
      <filename>syntax/header.php</filename>
    </modified>
    <modified>
      <diff>@@ -22,9 +22,9 @@ class syntax_plugin_creole_linebreak extends DokuWiki_Syntax_Plugin {
  
   function getInfo(){
     return array(
-      'author' =&gt; 'Christopher Smith',
-      'email'  =&gt; 'chris@jalakai.co.uk',
-      'date'   =&gt; '2006-10-02w',
+      'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Christopher Smith',
+      'email'  =&gt; 'dokuwiki@chimeric.de',
+      'date'   =&gt; '2008-02-12',
       'name'   =&gt; 'Creole Plugin (linebreak component)',
       'desc'   =&gt; 'Provide a line break for a new line in the raw wiki data',
       'url'    =&gt; 'http://wiki.splitbrain.org/plugin:creole',
@@ -56,4 +56,4 @@ class syntax_plugin_creole_linebreak extends DokuWiki_Syntax_Plugin {
     }
     return false;
   }
-}
\ No newline at end of file
+}</diff>
      <filename>syntax/linebreak.php</filename>
    </modified>
    <modified>
      <diff>@@ -20,9 +20,9 @@ class syntax_plugin_creole_listblock extends DokuWiki_Syntax_Plugin {
  
   function getInfo(){
     return array(
-      'author' =&gt; 'Esther Brunner',
-      'email'  =&gt; 'wikidesign@gmail.com',
-      'date'   =&gt; '2006-10-02',
+      'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+      'email'  =&gt; 'dokuwiki@chimeric.de',
+      'date'   =&gt; '2008-02-12',
       'name'   =&gt; 'Creole Plugin, listblock component',
       'desc'   =&gt; 'Creole style ordered and unorderered lists',
       'url'    =&gt; 'http://wiki.splitbrain.org/plugin:creole',
@@ -101,4 +101,4 @@ class Doku_Handler_Creole_List extends Doku_Handler_List {
   }
 }
  
-//Setup VIM: ex: et ts=4 enc=utf-8 :
\ No newline at end of file
+//Setup VIM: ex: et ts=4 enc=utf-8 :</diff>
      <filename>syntax/listblock.php</filename>
    </modified>
    <modified>
      <diff>@@ -20,9 +20,9 @@ class syntax_plugin_creole_preblock extends DokuWiki_Syntax_Plugin {
  
   function getInfo(){
     return array(
-      'author' =&gt; 'Esther Brunner',
-      'email'  =&gt; 'wikidesign@gmail.com',
-      'date'   =&gt; '2006-10-02',
+      'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+      'email'  =&gt; 'dokuwiki@chimeric.de',
+      'date'   =&gt; '2008-02-12',
       'name'   =&gt; 'Creole Plugin, preformatted block component',
       'desc'   =&gt; 'Creole style preformatted text',
       'url'    =&gt; 'http://wiki.splitbrain.org/plugin:creole',
@@ -60,4 +60,4 @@ class syntax_plugin_creole_preblock extends DokuWiki_Syntax_Plugin {
   }
 }
      
-//Setup VIM: ex: et ts=4 enc=utf-8 :
\ No newline at end of file
+//Setup VIM: ex: et ts=4 enc=utf-8 :</diff>
      <filename>syntax/preblock.php</filename>
    </modified>
    <modified>
      <diff>@@ -20,9 +20,9 @@ class syntax_plugin_creole_preinline extends DokuWiki_Syntax_Plugin {
  
   function getInfo(){
     return array(
-      'author' =&gt; 'Esther Brunner',
-      'email'  =&gt; 'wikidesign@gmail.com',
-      'date'   =&gt; '2006-10-02',
+      'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+      'email'  =&gt; 'dokuwiki@chimeric.de',
+      'date'   =&gt; '2008-02-12',
       'name'   =&gt; 'Creole Plugin, inline preformatted component',
       'desc'   =&gt; 'Creole style preformatted text',
       'url'    =&gt; 'http://wiki.splitbrain.org/plugin:creole',
@@ -67,4 +67,4 @@ class syntax_plugin_creole_preinline extends DokuWiki_Syntax_Plugin {
   }
 }
      
-//Setup VIM: ex: et ts=4 enc=utf-8 :
\ No newline at end of file
+//Setup VIM: ex: et ts=4 enc=utf-8 :</diff>
      <filename>syntax/preinline.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d62fd7e0816578561f5d7d18e728f43213e3777c</id>
    </parent>
  </parents>
  <author>
    <name>Michael Klier</name>
    <email>chi@chimeric.de</email>
  </author>
  <url>http://github.com/dokufreaks/plugin-creole/commit/116e7ece75ea33c9208e9e5cccc0788931d5c0a6</url>
  <id>116e7ece75ea33c9208e9e5cccc0788931d5c0a6</id>
  <committed-date>2008-02-12T12:57:34-08:00</committed-date>
  <authored-date>2008-02-12T12:57:34-08:00</authored-date>
  <message>updated to reflect maintainer changes + added README VERSION COPYING

darcs-hash:20080212205734-23886-80da85318d2c7a6513c5e59775a5239ea89c614a.gz</message>
  <tree>166a38224f2c6db5b3e1323be4b7bcd5697a6e58</tree>
  <committer>
    <name>Michael Klier</name>
    <email>chi@chimeric.de</email>
  </committer>
</commit>
