removed mods directory from the ATutor codebase
[atutor.git] / mods / utf8conv / module.xml
diff --git a/mods/utf8conv/module.xml b/mods/utf8conv/module.xml
deleted file mode 100644 (file)
index 953716f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?> \r
-<module version="0.1"> \r
-    <name lang="en">UTF8 Content Conversion Utility</name> \r
-    <description lang="en">This is a utility to convert character sets to UTF-8.\r
-    The conversion includes:\r
-    1. replaces the charset strings defined in html "meta" tag and "charset" tag in xml files to "UTF-8";\r
-    2. convert files from old character set to UTF-8.\r
-    \r
-    Requirement\r
-      This module requires PHP ICONV module to be installed and enabled.\r
-      \r
-      File types to convert \r
-      html, xml, csv, txt, sql\r
-      \r
-      Usage\r
-      1. Upload the zip file that contains all the files needed to be converted, Click "Convert" button;\r
-      2. The module searchs through all html and xml files to find "charset" defined in html "meta" tag and "charset" defined in xml files. \r
-         If:\r
-         (1) Only 1 character set found:\r
-                       The module converts the files with file types to convert from found charset to UTF-8.\r
-         (2) More than 1 character set found:\r
-            The module displays a drop-down listbox with all found character sets. User selects one and clicks "Go" button. The module will do the conversion from the selcted character set to UTF-8.\r
-         (3) No character set found:\r
-            The module displays a drop-down listbox with default character sets. User selects one and clicks "Go" button. The module will do the conversion from the selcted character set to UTF-8.\r
-         </description> \r
-    <maintainers>\r
-        <maintainer> \r
-            <name>ATutor Team</name> \r
-            <email>info@atutor.ca</email> \r
-        </maintainer>\r
-    </maintainers> \r
-    <url>http://atutor.ca</url> \r
-    <license>BSD</license> \r
-       <release> \r
-        <version>0.2</version> \r
-        <date>2010-10-25</date> \r
-        <state>Beta</state> \r
-        <notes>This module requires PHP ICONV module to be installed and enabled.</notes> \r
-    </release> \r
-</module>
\ No newline at end of file