953716f2b4cff5551925feae3509be61da93d0b6
[atutor.git] / mods / utf8conv / module.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?> \r
2 <module version="0.1"> \r
3     <name lang="en">UTF8 Content Conversion Utility</name> \r
4     <description lang="en">This is a utility to convert character sets to UTF-8.\r
5     The conversion includes:\r
6     1. replaces the charset strings defined in html "meta" tag and "charset" tag in xml files to "UTF-8";\r
7     2. convert files from old character set to UTF-8.\r
8     \r
9     Requirement\r
10       This module requires PHP ICONV module to be installed and enabled.\r
11       \r
12       File types to convert \r
13       html, xml, csv, txt, sql\r
14       \r
15       Usage\r
16       1. Upload the zip file that contains all the files needed to be converted, Click "Convert" button;\r
17       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
18          If:\r
19          (1) Only 1 character set found:\r
20                         The module converts the files with file types to convert from found charset to UTF-8.\r
21          (2) More than 1 character set found:\r
22             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
23          (3) No character set found:\r
24             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
25          </description> \r
26     <maintainers>\r
27         <maintainer> \r
28             <name>ATutor Team</name> \r
29             <email>info@atutor.ca</email> \r
30         </maintainer>\r
31     </maintainers> \r
32     <url>http://atutor.ca</url> \r
33     <license>BSD</license> \r
34         <release> \r
35         <version>0.2</version> \r
36         <date>2010-10-25</date> \r
37         <state>Beta</state> \r
38         <notes>This module requires PHP ICONV module to be installed and enabled.</notes> \r
39     </release> \r
40 </module>