<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_bold extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Bold Plugin',
             'desc'   =&gt; 'allows BBCode markup: [b]text[/b]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -51,4 +51,4 @@ class syntax_plugin_bbcode_bold 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/bold.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_code extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Code Plugin',
             'desc'   =&gt; 'allows BBCode markup: [code]text[/code]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -51,4 +51,4 @@ class syntax_plugin_bbcode_code 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/code.php</filename>
    </modified>
    <modified>
      <diff>@@ -22,9 +22,9 @@ class syntax_plugin_bbcode_color extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Color Plugin',
             'desc'   =&gt; 'allows BBCode markup: [color=*]text[/color]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -101,4 +101,4 @@ class syntax_plugin_bbcode_color 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/color.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_email extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode E-Mail Plugin',
             'desc'   =&gt; 'allows BBCode markup: [email]address[/email]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -60,4 +60,4 @@ class syntax_plugin_bbcode_email 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/email.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_image extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Image Plugin',
             'desc'   =&gt; 'allows BBCode markup: [img]url[/img]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -68,4 +68,4 @@ class syntax_plugin_bbcode_image 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/image.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_italic extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Italic Plugin',
             'desc'   =&gt; 'allows BBCode markup: [i]text[/i]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -51,4 +51,4 @@ class syntax_plugin_bbcode_italic 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/italic.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_link extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Link Plugin',
             'desc'   =&gt; 'allows BBCode markup: [url=*]title[/url]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -72,4 +72,4 @@ class syntax_plugin_bbcode_link 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/link.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_olist extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Ordered List Plugin',
             'desc'   =&gt; 'allows BBCode markup: [list=*][*]item[*]item[/list]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -120,4 +120,4 @@ class syntax_plugin_bbcode_olist 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/olist.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_quote extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Quote Plugin',
             'desc'   =&gt; 'allows BBCode markup: [quote=&quot;*&quot;]text[/quote]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -86,4 +86,4 @@ class syntax_plugin_bbcode_quote 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/quote.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_size extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Size Plugin',
             'desc'   =&gt; 'allows BBCode markup: [size=*]text[/size]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -83,4 +83,4 @@ class syntax_plugin_bbcode_size 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/size.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_ulist extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Unordered List Plugin',
             'desc'   =&gt; 'allows BBCode markup: [list][*]item[*]item[/list]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -101,4 +101,4 @@ class syntax_plugin_bbcode_ulist 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/ulist.php</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,9 @@ class syntax_plugin_bbcode_underline extends DokuWiki_Syntax_Plugin {
      */
     function getInfo(){
         return array(
-            'author' =&gt; 'Esther Brunner',
-            'email'  =&gt; 'esther@kaffeehaus.ch',
-            'date'   =&gt; '2005-08-05',
+            'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
+            'email'  =&gt; 'dokuwiki@chimeric.de',
+            'date'   =&gt; '2008-02-11',
             'name'   =&gt; 'BBCode Underline Plugin',
             'desc'   =&gt; 'allows BBCode markup: [u]text[/u]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',
@@ -51,4 +51,4 @@ class syntax_plugin_bbcode_underline 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/underline.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>02a4daa5f30623ea3e0372bdd82853ba91324504</id>
    </parent>
  </parents>
  <author>
    <name>Michael Klier</name>
    <login>chimeric</login>
    <email>chi@chimeric.de</email>
  </author>
  <url>http://github.com/dokufreaks/plugin-bbcode/commit/3c7adc852e9826eb439a53d4131867d979cce71a</url>
  <id>3c7adc852e9826eb439a53d4131867d979cce71a</id>
  <committed-date>2008-02-11T12:29:21-08:00</committed-date>
  <authored-date>2008-02-11T12:29:21-08:00</authored-date>
  <message>updated getInfo() values

darcs-hash:20080211202921-23886-6bcb8294c5d0dd4e249e6daa803ef6de37dd8efc.gz</message>
  <tree>8e89474cee21baf3587d602b9b0ac9503fcac088</tree>
  <committer>
    <name>Michael Klier</name>
    <login>chimeric</login>
    <email>chi@chimeric.de</email>
  </committer>
</commit>
