This file is indexed.

/usr/share/php/.registry/text_wiki.reg is in php-text-wiki 1.2.1-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
a:23:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.9.1";s:7:"version";s:3:"2.0";s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:147:"http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd";}s:4:"name";s:9:"Text_Wiki";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:135:"Transforms Wiki and BBCode markup into XHTML, LaTeX or plain text markup. This is the base engine for all of the Text_Wiki sub-classes.";s:11:"description";s:754:"The text transformation is done in 2 steps.
The chosen parser uses markup rules to tokenize the tags and content.
Renderers output the tokens and text into the requested format.
The tokenized form replaces the tags by a protected byte value associated to an index in an options table. This form shares up to 50 rules by all parsers and renderers.
The package is intented for versatile transformers as well as converters.
Text_Wiki is delivered with its own parser, which is used by Yawiki or Horde's Wicked and three basic renderers: XHTML , LaTeX and plain text.
Strong sanitizing of XHTML is default.
Parsers (* and Renderers) exist for BBCode, Cowiki (*), Dokuwiki (*), Mediawiki and Tikiwiki (*).
It is highly configurable and can be easily extended.";s:4:"lead";a:2:{i:0;a:4:{s:4:"name";s:10:"Paul Jones";s:4:"user";s:7:"pmjones";s:5:"email";s:18:"pmjones@ciaweb.net";s:6:"active";s:3:"yes";}i:1;a:4:{s:4:"name";s:13:"Justin Patrin";s:4:"user";s:12:"justinpatrin";s:5:"email";s:26:"papercrane@reversefold.com";s:6:"active";s:3:"yes";}}s:9:"developer";a:4:{s:4:"name";s:9:"Del Elson";s:4:"user";s:10:"delatbabel";s:5:"email";s:16:"del@babel.com.au";s:6:"active";s:3:"yes";}s:4:"date";s:10:"2010-10-25";s:4:"time";s:8:"19:29:26";s:7:"version";a:2:{s:7:"release";s:5:"1.2.1";s:3:"api";s:5:"1.2.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:39:"http://www.gnu.org/copyleft/lesser.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:551:"QA Release
Bug #12490 wiki's do not display since php5-5.2.5 upgrade but are editable. 	justinpatrin
Bug #12580 incorrect/incomplete license in package.xml 	justinpatrin
Bug #12619 Tab character before # causes invalid Xhtml 	justinpatrin
Bug #12665 External site documentation link invalid 	justinpatrin
Doc Bug #14049 Missing documentation	justinpatrin
Bug #14869 skip tests when config is not available, not fail	justinpatrin
Bug #15758 URLs with # at the end not considered a url	justinpatrin
Bug #16222 External documentation is down	justinpatrin";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}s:4:"file";a:181:{i:0;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Anchor.php";s:4:"role";s:3:"php";}}i:1;a:1:{s:7:"attribs";a:2:{s:4:"name";s:38:"Text/Wiki/Parse/Default/Blockquote.php";s:4:"role";s:3:"php";}}i:2;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Parse/Default/Bold.php";s:4:"role";s:3:"php";}}i:3;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Break.php";s:4:"role";s:3:"php";}}i:4;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Center.php";s:4:"role";s:3:"php";}}i:5;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Parse/Default/Code.php";s:4:"role";s:3:"php";}}i:6;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Colortext.php";s:4:"role";s:3:"php";}}i:7;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Deflist.php";s:4:"role";s:3:"php";}}i:8;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Delimiter.php";s:4:"role";s:3:"php";}}i:9;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Embed.php";s:4:"role";s:3:"php";}}i:10;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Parse/Default/Emphasis.php";s:4:"role";s:3:"php";}}i:11;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Parse/Default/Freelink.php";s:4:"role";s:3:"php";}}i:12;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Parse/Default/Function.php";s:4:"role";s:3:"php";}}i:13;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Heading.php";s:4:"role";s:3:"php";}}i:14;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Horiz.php";s:4:"role";s:3:"php";}}i:15;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Parse/Default/Html.php";s:4:"role";s:3:"php";}}i:16;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Image.php";s:4:"role";s:3:"php";}}i:17;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Include.php";s:4:"role";s:3:"php";}}i:18;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Interwiki.php";s:4:"role";s:3:"php";}}i:19;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Italic.php";s:4:"role";s:3:"php";}}i:20;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Parse/Default/List.php";s:4:"role";s:3:"php";}}i:21;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Newline.php";s:4:"role";s:3:"php";}}i:22;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Paragraph.php";s:4:"role";s:3:"php";}}i:23;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Phplookup.php";s:4:"role";s:3:"php";}}i:24;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Prefilter.php";s:4:"role";s:3:"php";}}i:25;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Parse/Default/Raw.php";s:4:"role";s:3:"php";}}i:26;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Revise.php";s:4:"role";s:3:"php";}}i:27;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Smiley.php";s:4:"role";s:3:"php";}}i:28;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Strong.php";s:4:"role";s:3:"php";}}i:29;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Subscript.php";s:4:"role";s:3:"php";}}i:30;a:1:{s:7:"attribs";a:2:{s:4:"name";s:39:"Text/Wiki/Parse/Default/Superscript.php";s:4:"role";s:3:"php";}}i:31;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Table.php";s:4:"role";s:3:"php";}}i:32;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Tighten.php";s:4:"role";s:3:"php";}}i:33;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Parse/Default/Toc.php";s:4:"role";s:3:"php";}}i:34;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Parse/Default/Tt.php";s:4:"role";s:3:"php";}}i:35;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Underline.php";s:4:"role";s:3:"php";}}i:36;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Parse/Default/Url.php";s:4:"role";s:3:"php";}}i:37;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Parse/Default/Wikilink.php";s:4:"role";s:3:"php";}}i:38;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Anchor.php";s:4:"role";s:3:"php";}}i:39;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Render/Latex/Blockquote.php";s:4:"role";s:3:"php";}}i:40;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Bold.php";s:4:"role";s:3:"php";}}i:41;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Latex/Box.php";s:4:"role";s:3:"php";}}i:42;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Break.php";s:4:"role";s:3:"php";}}i:43;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Center.php";s:4:"role";s:3:"php";}}i:44;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Code.php";s:4:"role";s:3:"php";}}i:45;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Colortext.php";s:4:"role";s:3:"php";}}i:46;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Deflist.php";s:4:"role";s:3:"php";}}i:47;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Delimiter.php";s:4:"role";s:3:"php";}}i:48;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Embed.php";s:4:"role";s:3:"php";}}i:49;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Emphasis.php";s:4:"role";s:3:"php";}}i:50;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Font.php";s:4:"role";s:3:"php";}}i:51;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Freelink.php";s:4:"role";s:3:"php";}}i:52;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Function.php";s:4:"role";s:3:"php";}}i:53;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Heading.php";s:4:"role";s:3:"php";}}i:54;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Horiz.php";s:4:"role";s:3:"php";}}i:55;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Html.php";s:4:"role";s:3:"php";}}i:56;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Image.php";s:4:"role";s:3:"php";}}i:57;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Include.php";s:4:"role";s:3:"php";}}i:58;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Interwiki.php";s:4:"role";s:3:"php";}}i:59;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Italic.php";s:4:"role";s:3:"php";}}i:60;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Latex/List.php";s:4:"role";s:3:"php";}}i:61;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Newline.php";s:4:"role";s:3:"php";}}i:62;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Page.php";s:4:"role";s:3:"php";}}i:63;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Paragraph.php";s:4:"role";s:3:"php";}}i:64;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Phplookup.php";s:4:"role";s:3:"php";}}i:65;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Plugin.php";s:4:"role";s:3:"php";}}i:66;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Prefilter.php";s:4:"role";s:3:"php";}}i:67;a:1:{s:7:"attribs";a:2:{s:4:"name";s:39:"Text/Wiki/Render/Latex/Preformatted.php";s:4:"role";s:3:"php";}}i:68;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Latex/Raw.php";s:4:"role";s:3:"php";}}i:69;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Revise.php";s:4:"role";s:3:"php";}}i:70;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Smiley.php";s:4:"role";s:3:"php";}}i:71;a:1:{s:7:"attribs";a:2:{s:4:"name";s:38:"Text/Wiki/Render/Latex/Specialchar.php";s:4:"role";s:3:"php";}}i:72;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Strong.php";s:4:"role";s:3:"php";}}i:73;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Subscript.php";s:4:"role";s:3:"php";}}i:74;a:1:{s:7:"attribs";a:2:{s:4:"name";s:38:"Text/Wiki/Render/Latex/Superscript.php";s:4:"role";s:3:"php";}}i:75;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Table.php";s:4:"role";s:3:"php";}}i:76;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Tighten.php";s:4:"role";s:3:"php";}}i:77;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Titlebar.php";s:4:"role";s:3:"php";}}i:78;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Latex/Toc.php";s:4:"role";s:3:"php";}}i:79;a:1:{s:7:"attribs";a:2:{s:4:"name";s:29:"Text/Wiki/Render/Latex/Tt.php";s:4:"role";s:3:"php";}}i:80;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Underline.php";s:4:"role";s:3:"php";}}i:81;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Latex/Url.php";s:4:"role";s:3:"php";}}i:82;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Wikilink.php";s:4:"role";s:3:"php";}}i:83;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Anchor.php";s:4:"role";s:3:"php";}}i:84;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Render/Plain/Blockquote.php";s:4:"role";s:3:"php";}}i:85;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Bold.php";s:4:"role";s:3:"php";}}i:86;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Plain/Box.php";s:4:"role";s:3:"php";}}i:87;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Break.php";s:4:"role";s:3:"php";}}i:88;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Center.php";s:4:"role";s:3:"php";}}i:89;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Code.php";s:4:"role";s:3:"php";}}i:90;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Colortext.php";s:4:"role";s:3:"php";}}i:91;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Deflist.php";s:4:"role";s:3:"php";}}i:92;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Delimiter.php";s:4:"role";s:3:"php";}}i:93;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Embed.php";s:4:"role";s:3:"php";}}i:94;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Emphasis.php";s:4:"role";s:3:"php";}}i:95;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Font.php";s:4:"role";s:3:"php";}}i:96;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Freelink.php";s:4:"role";s:3:"php";}}i:97;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Function.php";s:4:"role";s:3:"php";}}i:98;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Heading.php";s:4:"role";s:3:"php";}}i:99;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Horiz.php";s:4:"role";s:3:"php";}}i:100;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Html.php";s:4:"role";s:3:"php";}}i:101;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Image.php";s:4:"role";s:3:"php";}}i:102;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Include.php";s:4:"role";s:3:"php";}}i:103;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Interwiki.php";s:4:"role";s:3:"php";}}i:104;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Italic.php";s:4:"role";s:3:"php";}}i:105;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Plain/List.php";s:4:"role";s:3:"php";}}i:106;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Newline.php";s:4:"role";s:3:"php";}}i:107;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Page.php";s:4:"role";s:3:"php";}}i:108;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Paragraph.php";s:4:"role";s:3:"php";}}i:109;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Phplookup.php";s:4:"role";s:3:"php";}}i:110;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Plugin.php";s:4:"role";s:3:"php";}}i:111;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Prefilter.php";s:4:"role";s:3:"php";}}i:112;a:1:{s:7:"attribs";a:2:{s:4:"name";s:39:"Text/Wiki/Render/Plain/Preformatted.php";s:4:"role";s:3:"php";}}i:113;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Plain/Raw.php";s:4:"role";s:3:"php";}}i:114;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Revise.php";s:4:"role";s:3:"php";}}i:115;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Smiley.php";s:4:"role";s:3:"php";}}i:116;a:1:{s:7:"attribs";a:2:{s:4:"name";s:38:"Text/Wiki/Render/Plain/Specialchar.php";s:4:"role";s:3:"php";}}i:117;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Strong.php";s:4:"role";s:3:"php";}}i:118;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Subscript.php";s:4:"role";s:3:"php";}}i:119;a:1:{s:7:"attribs";a:2:{s:4:"name";s:38:"Text/Wiki/Render/Plain/Superscript.php";s:4:"role";s:3:"php";}}i:120;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Table.php";s:4:"role";s:3:"php";}}i:121;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Tighten.php";s:4:"role";s:3:"php";}}i:122;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Titlebar.php";s:4:"role";s:3:"php";}}i:123;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Plain/Toc.php";s:4:"role";s:3:"php";}}i:124;a:1:{s:7:"attribs";a:2:{s:4:"name";s:29:"Text/Wiki/Render/Plain/Tt.php";s:4:"role";s:3:"php";}}i:125;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Underline.php";s:4:"role";s:3:"php";}}i:126;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Plain/Url.php";s:4:"role";s:3:"php";}}i:127;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Wikilink.php";s:4:"role";s:3:"php";}}i:128;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Address.php";s:4:"role";s:3:"php";}}i:129;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Anchor.php";s:4:"role";s:3:"php";}}i:130;a:1:{s:7:"attribs";a:2:{s:4:"name";s:37:"Text/Wiki/Render/Xhtml/Blockquote.php";s:4:"role";s:3:"php";}}i:131;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Bold.php";s:4:"role";s:3:"php";}}i:132;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Xhtml/Box.php";s:4:"role";s:3:"php";}}i:133;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Break.php";s:4:"role";s:3:"php";}}i:134;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Center.php";s:4:"role";s:3:"php";}}i:135;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Code.php";s:4:"role";s:3:"php";}}i:136;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Colortext.php";s:4:"role";s:3:"php";}}i:137;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Deflist.php";s:4:"role";s:3:"php";}}i:138;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Delimiter.php";s:4:"role";s:3:"php";}}i:139;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Embed.php";s:4:"role";s:3:"php";}}i:140;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Emphasis.php";s:4:"role";s:3:"php";}}i:141;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Font.php";s:4:"role";s:3:"php";}}i:142;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Freelink.php";s:4:"role";s:3:"php";}}i:143;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Function.php";s:4:"role";s:3:"php";}}i:144;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Heading.php";s:4:"role";s:3:"php";}}i:145;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Horiz.php";s:4:"role";s:3:"php";}}i:146;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Html.php";s:4:"role";s:3:"php";}}i:147;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Image.php";s:4:"role";s:3:"php";}}i:148;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Include.php";s:4:"role";s:3:"php";}}i:149;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Interwiki.php";s:4:"role";s:3:"php";}}i:150;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Italic.php";s:4:"role";s:3:"php";}}i:151;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/List.php";s:4:"role";s:3:"php";}}i:152;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Newline.php";s:4:"role";s:3:"php";}}i:153;a:1:{s:7:"attribs";a:2:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Page.php";s:4:"role";s:3:"php";}}i:154;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Paragraph.php";s:4:"role";s:3:"php";}}i:155;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Phplookup.php";s:4:"role";s:3:"php";}}i:156;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Plugin.php";s:4:"role";s:3:"php";}}i:157;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Prefilter.php";s:4:"role";s:3:"php";}}i:158;a:1:{s:7:"attribs";a:2:{s:4:"name";s:39:"Text/Wiki/Render/Xhtml/Preformatted.php";s:4:"role";s:3:"php";}}i:159;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Xhtml/Raw.php";s:4:"role";s:3:"php";}}i:160;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Revise.php";s:4:"role";s:3:"php";}}i:161;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Smiley.php";s:4:"role";s:3:"php";}}i:162;a:1:{s:7:"attribs";a:2:{s:4:"name";s:38:"Text/Wiki/Render/Xhtml/Specialchar.php";s:4:"role";s:3:"php";}}i:163;a:1:{s:7:"attribs";a:2:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Strong.php";s:4:"role";s:3:"php";}}i:164;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Subscript.php";s:4:"role";s:3:"php";}}i:165;a:1:{s:7:"attribs";a:2:{s:4:"name";s:38:"Text/Wiki/Render/Xhtml/Superscript.php";s:4:"role";s:3:"php";}}i:166;a:1:{s:7:"attribs";a:2:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Table.php";s:4:"role";s:3:"php";}}i:167;a:1:{s:7:"attribs";a:2:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Tighten.php";s:4:"role";s:3:"php";}}i:168;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Titlebar.php";s:4:"role";s:3:"php";}}i:169;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Xhtml/Toc.php";s:4:"role";s:3:"php";}}i:170;a:1:{s:7:"attribs";a:2:{s:4:"name";s:29:"Text/Wiki/Render/Xhtml/Tt.php";s:4:"role";s:3:"php";}}i:171;a:1:{s:7:"attribs";a:2:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Underline.php";s:4:"role";s:3:"php";}}i:172;a:1:{s:7:"attribs";a:2:{s:4:"name";s:30:"Text/Wiki/Render/Xhtml/Url.php";s:4:"role";s:3:"php";}}i:173;a:1:{s:7:"attribs";a:2:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Wikilink.php";s:4:"role";s:3:"php";}}i:174;a:1:{s:7:"attribs";a:2:{s:4:"name";s:26:"Text/Wiki/Render/Latex.php";s:4:"role";s:3:"php";}}i:175;a:1:{s:7:"attribs";a:2:{s:4:"name";s:26:"Text/Wiki/Render/Plain.php";s:4:"role";s:3:"php";}}i:176;a:1:{s:7:"attribs";a:2:{s:4:"name";s:26:"Text/Wiki/Render/Xhtml.php";s:4:"role";s:3:"php";}}i:177;a:1:{s:7:"attribs";a:2:{s:4:"name";s:21:"Text/Wiki/Default.php";s:4:"role";s:3:"php";}}i:178;a:1:{s:7:"attribs";a:2:{s:4:"name";s:19:"Text/Wiki/Parse.php";s:4:"role";s:3:"php";}}i:179;a:1:{s:7:"attribs";a:2:{s:4:"name";s:20:"Text/Wiki/Render.php";s:4:"role";s:3:"php";}}i:180;a:2:{s:7:"attribs";a:2:{s:4:"name";s:13:"Text/Wiki.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}}}}s:12:"dependencies";a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"4.0.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.4.4";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:6:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.2.0";s:3:"api";s:8:"1.2.0RC2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-03-11";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:39:"http://www.gnu.org/copyleft/lesser.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:754:"New Features:
# Added an Address Xhtml renderer
# Balanced token checking has been added (this means that output such as <b><i>italic</b></i> is caught)
# A new stack-based callback system for renderers has been added to allow for more flexible output handling (see BlockQuote)
# The Url Xhtml renderer now allows a name to be passed in
# The Url Xhtml, Plain, Latex renderers now allow start/end tokens

Changes:
# Experimental preg rendering method deprecated as it had problems
# Package.xml 2.0 is now used exclusively

Bugs fixed:
# Bug #7320 fix UTF-8 rendering in WikiLink and Freelink
# Various UTF-8 fixes
# Bug #6292 remove paragraph tags from around headings and hrs in Xhtml renderer
# Preformatted Xhtml renderer now correctly escapes output";}i:1;a:4:{s:7:"version";a:2:{s:7:"release";s:8:"1.2.0RC1";s:3:"api";s:8:"1.2.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:39:"http://www.gnu.org/copyleft/lesser.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:661:"New Features:
# Experimental new rendering method introduced that uses preg instead of char-by-char parsing
## Please test for both speed and memory usage

Changes:
# Internal Text_Wiki error handling used in factory and singleton
# Needed files are now required
# bertrand Gugger has left development of Text_Wiki

Bugs fixed:
# Raw output is now encoded in Xhtml renderer to avoid XSS attacks
# Bug 8313 fix anchor output in Xhtml/Wikilink when used in conjuction with sprintf (thanks to bjs5075 at rit dot edu)
# Fixed various encoding issues with Xhtml/Wikilink URLs
# Bug #7091 fixed variable substitution in Latex renderer (thanks randlem at bgsu dot edu)";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.1.0";s:3:"api";s:5:"1.1.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2006-03-02";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:39:"http://www.gnu.org/copyleft/lesser.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:1566:"This is a major release as we reduce global resource usage
# instantiate renderers only as needed
# factory() method introduced for instantiating Text_Wiki objects
# singleton() static method to get a single object instanciated pro parser (merci davidc for advices)

The constructor is now deprecated in favor of the new singleton() or factory() methods
Default also have its own class now, wich means Text_Wiki is a pure abstract class

Renderers now have their own methods for:
# text: textEncode() defaulted to php htmlspecialchars()
for Xhtml render to the text encoding choosed in conf (#5953, thanks jocke at selincite dot com)
# url: urlEncode() defaulted to the php rawurlencode()

Wiki general:
# Correct the key used in changeRule(), ensure no double new rule.
# Page names and anchors Urlencode() as render required (e.g. may contain spaces)
# Interwiki: parser may now give the full url instead of site+page (Mediawiki need)
# Improved test.

Latex render:
# Only variables should be assigned by reference (#6010, thanks twells at smarterliving dot com)

Plain render:
# Interwiki: Complete the rendering with indication of (url) or (site:page)

Xhtml render:
# Rendering Fix for Tables (Missing Whitespace) (thanks ritzmo)
# Added support for two-token URLs
## This allows formatting within URL text and proper rendering into other Wiki dialects (assuming that your parser supports the new feature. The Default parser does not yet support this.)

Maintainers:
# Del , one of the funders of the original code fully as pear developer
# JustinP is now lead";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.3";s:3:"api";s:5:"1.0.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2005-11-08";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:39:"http://www.gnu.org/copyleft/lesser.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:169:"This is a bug fix release, the Bug #5863: mixed <ul> <ol> when using * and # fix introduced a potential BBC: Bug #5879 Nested lists to do not parse properly in Text_Wiki";}i:4;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.2";s:3:"api";s:5:"1.0.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2005-11-06";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:39:"http://www.gnu.org/copyleft/lesser.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:670:"This is a bug fix release, also with a few enhancements
Default parser:
* Bug #5660: The # is to be kept in the anchor option, (jeremy Lecour)
* Bug #5863: Don't mix bullet and numbered lists when following each other, (stefan dot kilp at gmx dot net)
* Bug #5397: variable used inside single quotes bugs WikiLinks (kristof dot coomans at sckcen dot be)
Xhtml renderer:
* Bug #5447: Preset $collapse to null (martin at mein-horde dot de)
* Bug #5847: onclick in lowercase for Xhtml compliance (meisteg at msoe dot edu)
* Unitiliazed row and column 's spans when coming from not mediawiki parser
Xhtml and Latex renderers:
* Render enumeration type a, A, i, or I in lists";}i:5;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.1";s:3:"api";s:5:"1.0.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2005-09-12";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:39:"http://www.gnu.org/copyleft/lesser.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:2053:"This is a bug fix and security release, also preparing the introduction of new parsers/renderers
* Fixed bug 3881 and 4442, UTF-8 encoding problems.  There are new config options for Render_Xhtml, 'charset' and 'quotes', that allow you to specify the charset for translation.
* Fixed bug 3959, "XHTML lists not rendered according W3C Standards" (where a line of text before a list leaves an open paragraph tag and closes it after the list)
* In Parse_Xhtml_Toc, returns an extra newline before the parsed replacement text to comply with the matching regex.
* In Render_Xhtml_Toc, added a 'collapse' config key to collapse the div horizontally within a table; this is for aesthetics, nothing else.  The 'collapse' option is true by default.
* Added general rules Smiley, Subscript ",,text,," and Underline "__text__"
* Added rendering rules Box, Font, Page, Plugin, Preformatted, Specialchar and Titelbar
              for the optional extra parsers (BBCode, Cowiki, Doku, Mediawiki and Tiki)
* Fixed bug 4175 "Wrong transform method" by generating PEAR_Error objects when a parse, format, or render rule cannot be found.
* applied feature request 4436 "Add option to getTokens to get original token indices" -- now the return array from getTokens() is keyed to the original token index number.
* Fixed Bug #4473 Undefined variables in error()
* Fixed bug 4474 to silence calls to htmlentities and htmlspecialchars so that errors about charsets don't pop up, per counsel from Jan at Horde.
* Fixed Code potential nesting
* Fixed bug #4719, "In Latex, newline rule does not produce a new line"
* Request #4520  Additional space confuses image tag, adapted regexp
* Request #4634  Code block title/filename, uses conf css_filename
* Code Xhtml: add php tags only if not there
* Heading: collapsing in headers
* Colortext Xhtml: don't add # if allready present
* Anchor Xhtml htlmentify the link
* Cleaned Xhtml renderers documentation headers
* Added an example in doc
* Rowspan and space before free format in Table renderer
* Secured url linked on images";}}}s:8:"filelist";a:181:{s:34:"Text/Wiki/Parse/Default/Anchor.php";a:4:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Anchor.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a9f697c7826ace75a91ddd242dbaf8d2";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Parse/Default/Anchor.php";}s:38:"Text/Wiki/Parse/Default/Blockquote.php";a:4:{s:4:"name";s:38:"Text/Wiki/Parse/Default/Blockquote.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c9dc927e8c8686f117add03d902f0445";s:12:"installed_as";s:53:"/usr/share/php/Text/Wiki/Parse/Default/Blockquote.php";}s:32:"Text/Wiki/Parse/Default/Bold.php";a:4:{s:4:"name";s:32:"Text/Wiki/Parse/Default/Bold.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3d8ce66841e808c38fa779ff0ad00357";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Parse/Default/Bold.php";}s:33:"Text/Wiki/Parse/Default/Break.php";a:4:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Break.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"118481e6749bf2dc869951b751e6b749";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Parse/Default/Break.php";}s:34:"Text/Wiki/Parse/Default/Center.php";a:4:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Center.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"78a18e587562dc60d2b156860cd6ea82";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Parse/Default/Center.php";}s:32:"Text/Wiki/Parse/Default/Code.php";a:4:{s:4:"name";s:32:"Text/Wiki/Parse/Default/Code.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"43a4930427c9e1d0ef29bcd15832b48b";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Parse/Default/Code.php";}s:37:"Text/Wiki/Parse/Default/Colortext.php";a:4:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Colortext.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e5ddcc1df60902363d73a7f358e8aad6";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Parse/Default/Colortext.php";}s:35:"Text/Wiki/Parse/Default/Deflist.php";a:4:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Deflist.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3e291d5610d88fcf282fd390dfe3c1fb";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Parse/Default/Deflist.php";}s:37:"Text/Wiki/Parse/Default/Delimiter.php";a:4:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Delimiter.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"30646e767a7763369f0d9d4320931ff8";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Parse/Default/Delimiter.php";}s:33:"Text/Wiki/Parse/Default/Embed.php";a:4:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Embed.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8f3da5777c7e946a2e45993830a9f5c3";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Parse/Default/Embed.php";}s:36:"Text/Wiki/Parse/Default/Emphasis.php";a:4:{s:4:"name";s:36:"Text/Wiki/Parse/Default/Emphasis.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"132eabe3528915c7720e0cba7d3d4808";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Parse/Default/Emphasis.php";}s:36:"Text/Wiki/Parse/Default/Freelink.php";a:4:{s:4:"name";s:36:"Text/Wiki/Parse/Default/Freelink.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9b94ef3868174b75413f26e9fccdc4c9";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Parse/Default/Freelink.php";}s:36:"Text/Wiki/Parse/Default/Function.php";a:4:{s:4:"name";s:36:"Text/Wiki/Parse/Default/Function.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bfe30f7c838991b772a2cc3ea0a682b2";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Parse/Default/Function.php";}s:35:"Text/Wiki/Parse/Default/Heading.php";a:4:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Heading.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e55f9e7a481829f32bab050d3c3c4453";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Parse/Default/Heading.php";}s:33:"Text/Wiki/Parse/Default/Horiz.php";a:4:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Horiz.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b4235b1e3afff24638769051feed42e0";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Parse/Default/Horiz.php";}s:32:"Text/Wiki/Parse/Default/Html.php";a:4:{s:4:"name";s:32:"Text/Wiki/Parse/Default/Html.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"27ca3e7af4388af934963cc1bd408ea8";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Parse/Default/Html.php";}s:33:"Text/Wiki/Parse/Default/Image.php";a:4:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Image.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"599d3328afd073a1e4a6ab9b0599b8cd";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Parse/Default/Image.php";}s:35:"Text/Wiki/Parse/Default/Include.php";a:4:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Include.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9e02e70d4028ec6eb6e34707b64f1fee";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Parse/Default/Include.php";}s:37:"Text/Wiki/Parse/Default/Interwiki.php";a:4:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Interwiki.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"38effe86113918847f81991276814d43";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Parse/Default/Interwiki.php";}s:34:"Text/Wiki/Parse/Default/Italic.php";a:4:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Italic.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"73e85f26cc37a958a70d071adc60a26e";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Parse/Default/Italic.php";}s:32:"Text/Wiki/Parse/Default/List.php";a:4:{s:4:"name";s:32:"Text/Wiki/Parse/Default/List.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8b6d7e3ef5f60374ecbdb061e91c1b75";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Parse/Default/List.php";}s:35:"Text/Wiki/Parse/Default/Newline.php";a:4:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Newline.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"137a8e9785b124467a084fe76787650b";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Parse/Default/Newline.php";}s:37:"Text/Wiki/Parse/Default/Paragraph.php";a:4:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Paragraph.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3c056f3d0e98d635459ba7caae23c850";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Parse/Default/Paragraph.php";}s:37:"Text/Wiki/Parse/Default/Phplookup.php";a:4:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Phplookup.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0dec7e39d37586f89d17bbfaac9a2a5d";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Parse/Default/Phplookup.php";}s:37:"Text/Wiki/Parse/Default/Prefilter.php";a:4:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Prefilter.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c106d9b9d90a5994e907ecabbeabf9ef";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Parse/Default/Prefilter.php";}s:31:"Text/Wiki/Parse/Default/Raw.php";a:4:{s:4:"name";s:31:"Text/Wiki/Parse/Default/Raw.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0f83c2fb61581ffe2503eccc6c016a0e";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Parse/Default/Raw.php";}s:34:"Text/Wiki/Parse/Default/Revise.php";a:4:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Revise.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"779019068edab55e78349d8e448796d4";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Parse/Default/Revise.php";}s:34:"Text/Wiki/Parse/Default/Smiley.php";a:4:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Smiley.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e1050147d8dfb90b600fed99f16d901c";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Parse/Default/Smiley.php";}s:34:"Text/Wiki/Parse/Default/Strong.php";a:4:{s:4:"name";s:34:"Text/Wiki/Parse/Default/Strong.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5116db07cf27c08159daf72007c4a1f1";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Parse/Default/Strong.php";}s:37:"Text/Wiki/Parse/Default/Subscript.php";a:4:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Subscript.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"296591a8bd292085ad6138533d9a90a2";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Parse/Default/Subscript.php";}s:39:"Text/Wiki/Parse/Default/Superscript.php";a:4:{s:4:"name";s:39:"Text/Wiki/Parse/Default/Superscript.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"11e10996b671b94e2ea08c511e9dd158";s:12:"installed_as";s:54:"/usr/share/php/Text/Wiki/Parse/Default/Superscript.php";}s:33:"Text/Wiki/Parse/Default/Table.php";a:4:{s:4:"name";s:33:"Text/Wiki/Parse/Default/Table.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"92bd67b67dd1fee563fbe534ac671731";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Parse/Default/Table.php";}s:35:"Text/Wiki/Parse/Default/Tighten.php";a:4:{s:4:"name";s:35:"Text/Wiki/Parse/Default/Tighten.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"103385c1f1a70c2068f6599b426f709a";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Parse/Default/Tighten.php";}s:31:"Text/Wiki/Parse/Default/Toc.php";a:4:{s:4:"name";s:31:"Text/Wiki/Parse/Default/Toc.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"52e9a0ba9ac0ba1c23bd45550f9f890b";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Parse/Default/Toc.php";}s:30:"Text/Wiki/Parse/Default/Tt.php";a:4:{s:4:"name";s:30:"Text/Wiki/Parse/Default/Tt.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a8d39188698b54876636e2022b22d68b";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Parse/Default/Tt.php";}s:37:"Text/Wiki/Parse/Default/Underline.php";a:4:{s:4:"name";s:37:"Text/Wiki/Parse/Default/Underline.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"71bc22ccc84357df99ab48b64bac0174";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Parse/Default/Underline.php";}s:31:"Text/Wiki/Parse/Default/Url.php";a:4:{s:4:"name";s:31:"Text/Wiki/Parse/Default/Url.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e2ae342b03779c4dd22cf5a9cb74710e";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Parse/Default/Url.php";}s:36:"Text/Wiki/Parse/Default/Wikilink.php";a:4:{s:4:"name";s:36:"Text/Wiki/Parse/Default/Wikilink.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3244582016e5257a205e4e02c5f4744c";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Parse/Default/Wikilink.php";}s:33:"Text/Wiki/Render/Latex/Anchor.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Anchor.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"034639fa881752249daa89426d233045";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Latex/Anchor.php";}s:37:"Text/Wiki/Render/Latex/Blockquote.php";a:4:{s:4:"name";s:37:"Text/Wiki/Render/Latex/Blockquote.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0dd1343df1aebdc4bc622eb6c084fe81";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Render/Latex/Blockquote.php";}s:31:"Text/Wiki/Render/Latex/Bold.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Bold.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d2c1055af99f34e5c5293039a9965737";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Latex/Bold.php";}s:30:"Text/Wiki/Render/Latex/Box.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Latex/Box.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"28c483324e16b05f8c15bebc4f0b131b";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Latex/Box.php";}s:32:"Text/Wiki/Render/Latex/Break.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Break.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1e7630da3aca818aa2d8d4697e1724ea";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Latex/Break.php";}s:33:"Text/Wiki/Render/Latex/Center.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Center.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ae525fa78fd7512fbd14fc0406ea14f3";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Latex/Center.php";}s:31:"Text/Wiki/Render/Latex/Code.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Code.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2c67a15ef6bf0ee026f6a9d175623af3";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Latex/Code.php";}s:36:"Text/Wiki/Render/Latex/Colortext.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Colortext.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"68b9ab44e987aac5c146132a69e798ee";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Latex/Colortext.php";}s:34:"Text/Wiki/Render/Latex/Deflist.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Deflist.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"42fdf8ab39c310e57eeed8e6703432f3";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Latex/Deflist.php";}s:36:"Text/Wiki/Render/Latex/Delimiter.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Delimiter.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"79ce6516b8020c228e1635e7ef656de2";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Latex/Delimiter.php";}s:32:"Text/Wiki/Render/Latex/Embed.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Embed.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3e6e365fb2207875cdd2dba0a52e7d16";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Latex/Embed.php";}s:35:"Text/Wiki/Render/Latex/Emphasis.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Emphasis.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c2eca3b73200ff24cc90c103486fe2bc";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Latex/Emphasis.php";}s:31:"Text/Wiki/Render/Latex/Font.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Font.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4962134b7d1d9d6a4ae606b26d11373a";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Latex/Font.php";}s:35:"Text/Wiki/Render/Latex/Freelink.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Freelink.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"80896dc9a26125756abcaf085bd220a9";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Latex/Freelink.php";}s:35:"Text/Wiki/Render/Latex/Function.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Function.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"033a9697576b4876aa3084c906b7d084";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Latex/Function.php";}s:34:"Text/Wiki/Render/Latex/Heading.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Heading.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"767c567be9804be8d0959ddd0622a998";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Latex/Heading.php";}s:32:"Text/Wiki/Render/Latex/Horiz.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Horiz.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6367311f52591f558d1593ba81986749";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Latex/Horiz.php";}s:31:"Text/Wiki/Render/Latex/Html.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Html.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"46273f2b5851397db321e620b2e11364";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Latex/Html.php";}s:32:"Text/Wiki/Render/Latex/Image.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Image.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c9a4ea853a2308877b8cef08bab751a0";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Latex/Image.php";}s:34:"Text/Wiki/Render/Latex/Include.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Include.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0081d66276d151571a0770da03cd1a79";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Latex/Include.php";}s:36:"Text/Wiki/Render/Latex/Interwiki.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Interwiki.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c4a5babf67021e962cc8a3273fc89419";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Latex/Interwiki.php";}s:33:"Text/Wiki/Render/Latex/Italic.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Italic.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"18e80b768df3d4987fffaec592673b30";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Latex/Italic.php";}s:31:"Text/Wiki/Render/Latex/List.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Latex/List.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a3bfc609053920b424537ab3d715165e";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Latex/List.php";}s:34:"Text/Wiki/Render/Latex/Newline.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Newline.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9bdae2ad07f3b340ed5fdf8026b760c5";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Latex/Newline.php";}s:31:"Text/Wiki/Render/Latex/Page.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Latex/Page.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a22b6885b7a3eeca7713ed71b5f5b527";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Latex/Page.php";}s:36:"Text/Wiki/Render/Latex/Paragraph.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Paragraph.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b806e22811794d51ad7dbb104a06dc01";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Latex/Paragraph.php";}s:36:"Text/Wiki/Render/Latex/Phplookup.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Phplookup.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a8d661efe52a5dfaba3bbf86a3d0717c";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Latex/Phplookup.php";}s:33:"Text/Wiki/Render/Latex/Plugin.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Plugin.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a146efed83b225d17a489fc9ecf3267e";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Latex/Plugin.php";}s:36:"Text/Wiki/Render/Latex/Prefilter.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Prefilter.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b579af89e61faef36a23041ce11beb55";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Latex/Prefilter.php";}s:39:"Text/Wiki/Render/Latex/Preformatted.php";a:4:{s:4:"name";s:39:"Text/Wiki/Render/Latex/Preformatted.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3af5b00d7eef74ce6f36d6bd659c0c43";s:12:"installed_as";s:54:"/usr/share/php/Text/Wiki/Render/Latex/Preformatted.php";}s:30:"Text/Wiki/Render/Latex/Raw.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Latex/Raw.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a5441e310a340ef1c3cc141d279592dd";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Latex/Raw.php";}s:33:"Text/Wiki/Render/Latex/Revise.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Revise.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"25b17d6af4f3a12161e5ab043c80a629";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Latex/Revise.php";}s:33:"Text/Wiki/Render/Latex/Smiley.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Smiley.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2a4609b3998eb7b5ff5be32b74e970d1";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Latex/Smiley.php";}s:38:"Text/Wiki/Render/Latex/Specialchar.php";a:4:{s:4:"name";s:38:"Text/Wiki/Render/Latex/Specialchar.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c2ae68b4056d555eba8a9da2bdcfb7cf";s:12:"installed_as";s:53:"/usr/share/php/Text/Wiki/Render/Latex/Specialchar.php";}s:33:"Text/Wiki/Render/Latex/Strong.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Latex/Strong.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ae58a265d24dffc85993241718bd0a7a";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Latex/Strong.php";}s:36:"Text/Wiki/Render/Latex/Subscript.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Subscript.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9810389a487156a8c0c980716bc195c4";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Latex/Subscript.php";}s:38:"Text/Wiki/Render/Latex/Superscript.php";a:4:{s:4:"name";s:38:"Text/Wiki/Render/Latex/Superscript.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c84507b26b49fa7ad62c2f3731cdb010";s:12:"installed_as";s:53:"/usr/share/php/Text/Wiki/Render/Latex/Superscript.php";}s:32:"Text/Wiki/Render/Latex/Table.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Latex/Table.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"278b908b3924913426f20e31d6321145";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Latex/Table.php";}s:34:"Text/Wiki/Render/Latex/Tighten.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Latex/Tighten.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"65f9cd0727a39325107315d2beacb957";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Latex/Tighten.php";}s:35:"Text/Wiki/Render/Latex/Titlebar.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Titlebar.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"dfc43abed1073da93b9b45254ff8b13e";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Latex/Titlebar.php";}s:30:"Text/Wiki/Render/Latex/Toc.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Latex/Toc.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e20194c4b167432a43082db72afe3f2e";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Latex/Toc.php";}s:29:"Text/Wiki/Render/Latex/Tt.php";a:4:{s:4:"name";s:29:"Text/Wiki/Render/Latex/Tt.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"65b46ecfd73cf106544deb8cdfd639d8";s:12:"installed_as";s:44:"/usr/share/php/Text/Wiki/Render/Latex/Tt.php";}s:36:"Text/Wiki/Render/Latex/Underline.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Latex/Underline.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"aa6e4dcbc1d3fbbe0dc437c9de6e84e7";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Latex/Underline.php";}s:30:"Text/Wiki/Render/Latex/Url.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Latex/Url.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"768a2dc48a1122e9557fc6e98046253c";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Latex/Url.php";}s:35:"Text/Wiki/Render/Latex/Wikilink.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Latex/Wikilink.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b21667887a65bc6c6039d997fca3fe5a";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Latex/Wikilink.php";}s:33:"Text/Wiki/Render/Plain/Anchor.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Anchor.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1effdf33d995c78b9207a7db5e3fb25f";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Plain/Anchor.php";}s:37:"Text/Wiki/Render/Plain/Blockquote.php";a:4:{s:4:"name";s:37:"Text/Wiki/Render/Plain/Blockquote.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cab5c05d3385f912a2aed8315a50aa91";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Render/Plain/Blockquote.php";}s:31:"Text/Wiki/Render/Plain/Bold.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Bold.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"57f3d4651dd2597b671423af4a4dc873";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Plain/Bold.php";}s:30:"Text/Wiki/Render/Plain/Box.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Plain/Box.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e2fea078b8ecb1639060179fd01c88ec";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Plain/Box.php";}s:32:"Text/Wiki/Render/Plain/Break.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Break.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"83e8e710ba96f7b669df4dbf0b0da20c";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Plain/Break.php";}s:33:"Text/Wiki/Render/Plain/Center.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Center.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cd08b238c707ca6b208c6ea289abe450";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Plain/Center.php";}s:31:"Text/Wiki/Render/Plain/Code.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Code.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4d0fca8dc932811117cc08465bcdff05";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Plain/Code.php";}s:36:"Text/Wiki/Render/Plain/Colortext.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Colortext.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e411cba244717f16d59c5c7750203519";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Plain/Colortext.php";}s:34:"Text/Wiki/Render/Plain/Deflist.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Deflist.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"820dc4e5c73f3aef2b5cfa7b275293c5";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Plain/Deflist.php";}s:36:"Text/Wiki/Render/Plain/Delimiter.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Delimiter.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"96bc0e94126df90bb39d3c91f64243e9";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Plain/Delimiter.php";}s:32:"Text/Wiki/Render/Plain/Embed.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Embed.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3316a6cc07794e1c00b2800090e3a6a6";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Plain/Embed.php";}s:35:"Text/Wiki/Render/Plain/Emphasis.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Emphasis.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"51b79aee81fdac474cc7dcced5207385";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Plain/Emphasis.php";}s:31:"Text/Wiki/Render/Plain/Font.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Font.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c40133f335a97d613f865b4efd2cee5d";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Plain/Font.php";}s:35:"Text/Wiki/Render/Plain/Freelink.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Freelink.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1e787a7c385caf5efc7cbe548b1b1bd1";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Plain/Freelink.php";}s:35:"Text/Wiki/Render/Plain/Function.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Function.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"545590394ab0a62eb75c2d1eab82224a";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Plain/Function.php";}s:34:"Text/Wiki/Render/Plain/Heading.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Heading.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2c13626095638f492b481881001f3097";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Plain/Heading.php";}s:32:"Text/Wiki/Render/Plain/Horiz.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Horiz.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a1777d454b1aa3ae8a54886341202dce";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Plain/Horiz.php";}s:31:"Text/Wiki/Render/Plain/Html.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Html.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"075039f21e42316f00dcca7f0a5c306a";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Plain/Html.php";}s:32:"Text/Wiki/Render/Plain/Image.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Image.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cb632ba340758b2a3c6b9cfc1ec1f98b";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Plain/Image.php";}s:34:"Text/Wiki/Render/Plain/Include.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Include.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"10bd9df02b09436c1bc19a84df21496b";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Plain/Include.php";}s:36:"Text/Wiki/Render/Plain/Interwiki.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Interwiki.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"72dba557d8e1abb3c312844dca79c883";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Plain/Interwiki.php";}s:33:"Text/Wiki/Render/Plain/Italic.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Italic.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9b4864a0f423a26795532dcfbe46527b";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Plain/Italic.php";}s:31:"Text/Wiki/Render/Plain/List.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Plain/List.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9527979e32d6c89a23bdb105f0c095d3";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Plain/List.php";}s:34:"Text/Wiki/Render/Plain/Newline.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Newline.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"545ab97a6e7385f740ac2a4fe649015b";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Plain/Newline.php";}s:31:"Text/Wiki/Render/Plain/Page.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Plain/Page.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a58300d793b06f68e7cc7c9b48ec5541";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Plain/Page.php";}s:36:"Text/Wiki/Render/Plain/Paragraph.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Paragraph.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d5cb7e888c60e7c00941b761bd0aa401";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Plain/Paragraph.php";}s:36:"Text/Wiki/Render/Plain/Phplookup.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Phplookup.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4026c26ec55254d709aff632147cb8fc";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Plain/Phplookup.php";}s:33:"Text/Wiki/Render/Plain/Plugin.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Plugin.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"53f89c77f20738f6aba9411e15f861f1";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Plain/Plugin.php";}s:36:"Text/Wiki/Render/Plain/Prefilter.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Prefilter.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"76001d8671c0c3ae9b4d62be6d061ea3";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Plain/Prefilter.php";}s:39:"Text/Wiki/Render/Plain/Preformatted.php";a:4:{s:4:"name";s:39:"Text/Wiki/Render/Plain/Preformatted.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"06576b5fc49972f96e1407b1fe07eda2";s:12:"installed_as";s:54:"/usr/share/php/Text/Wiki/Render/Plain/Preformatted.php";}s:30:"Text/Wiki/Render/Plain/Raw.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Plain/Raw.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c36575344b43fbdb18e433181a656c78";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Plain/Raw.php";}s:33:"Text/Wiki/Render/Plain/Revise.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Revise.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6f8ec07c2dc649728b65b48346a8c16a";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Plain/Revise.php";}s:33:"Text/Wiki/Render/Plain/Smiley.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Smiley.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d464dfa31af939099f62cfc14cbf7da8";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Plain/Smiley.php";}s:38:"Text/Wiki/Render/Plain/Specialchar.php";a:4:{s:4:"name";s:38:"Text/Wiki/Render/Plain/Specialchar.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9ab19ebc5ad813b337b4780ff5bee618";s:12:"installed_as";s:53:"/usr/share/php/Text/Wiki/Render/Plain/Specialchar.php";}s:33:"Text/Wiki/Render/Plain/Strong.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Plain/Strong.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b76c1add68657e1d8854a33edc26e338";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Plain/Strong.php";}s:36:"Text/Wiki/Render/Plain/Subscript.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Subscript.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8ea39abef75f556ef28f6b54ec0db922";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Plain/Subscript.php";}s:38:"Text/Wiki/Render/Plain/Superscript.php";a:4:{s:4:"name";s:38:"Text/Wiki/Render/Plain/Superscript.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2c0ca289d15135ca6af96f336899d20f";s:12:"installed_as";s:53:"/usr/share/php/Text/Wiki/Render/Plain/Superscript.php";}s:32:"Text/Wiki/Render/Plain/Table.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Plain/Table.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"88b238175d230f16379eea8474d6f6c4";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Plain/Table.php";}s:34:"Text/Wiki/Render/Plain/Tighten.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Plain/Tighten.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"073176bb09d77e865e627a9fb01365a5";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Plain/Tighten.php";}s:35:"Text/Wiki/Render/Plain/Titlebar.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Titlebar.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e35b850bffdefa3dc2b7c9f1b693dbce";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Plain/Titlebar.php";}s:30:"Text/Wiki/Render/Plain/Toc.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Plain/Toc.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"44191bbd6feeb95e523569e74778f739";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Plain/Toc.php";}s:29:"Text/Wiki/Render/Plain/Tt.php";a:4:{s:4:"name";s:29:"Text/Wiki/Render/Plain/Tt.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a6176de398a7057c4f22b2a41c602b63";s:12:"installed_as";s:44:"/usr/share/php/Text/Wiki/Render/Plain/Tt.php";}s:36:"Text/Wiki/Render/Plain/Underline.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Plain/Underline.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9b7202458dada81530efd9ed7873f29c";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Plain/Underline.php";}s:30:"Text/Wiki/Render/Plain/Url.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Plain/Url.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"290763ca3ef1e2090816190188d03ef1";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Plain/Url.php";}s:35:"Text/Wiki/Render/Plain/Wikilink.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Plain/Wikilink.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cfe1cf8287b05b872b00509f91cc07ef";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Plain/Wikilink.php";}s:34:"Text/Wiki/Render/Xhtml/Address.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Address.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d2138cbcb32218c434e0719016294c4a";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Xhtml/Address.php";}s:33:"Text/Wiki/Render/Xhtml/Anchor.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Anchor.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"632a338a27b132299ffbf6cc78b0fff8";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Xhtml/Anchor.php";}s:37:"Text/Wiki/Render/Xhtml/Blockquote.php";a:4:{s:4:"name";s:37:"Text/Wiki/Render/Xhtml/Blockquote.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e65e4be2b7315671b0f729cab162b522";s:12:"installed_as";s:52:"/usr/share/php/Text/Wiki/Render/Xhtml/Blockquote.php";}s:31:"Text/Wiki/Render/Xhtml/Bold.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Bold.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a3008850384df57adb89b77644d471f6";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Xhtml/Bold.php";}s:30:"Text/Wiki/Render/Xhtml/Box.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Xhtml/Box.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"dacb0100e0038ce2df679615d9477ff3";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Xhtml/Box.php";}s:32:"Text/Wiki/Render/Xhtml/Break.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Break.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e1179f5fd91997a25acfb70fe1855848";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Xhtml/Break.php";}s:33:"Text/Wiki/Render/Xhtml/Center.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Center.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0a7b1d7ba54fb3cfa197816932803bd3";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Xhtml/Center.php";}s:31:"Text/Wiki/Render/Xhtml/Code.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Code.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9e40791e56dc29a2fed27f810f922560";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Xhtml/Code.php";}s:36:"Text/Wiki/Render/Xhtml/Colortext.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Colortext.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ae31fc84a5d6f0fb441b060ac1836ce0";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Xhtml/Colortext.php";}s:34:"Text/Wiki/Render/Xhtml/Deflist.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Deflist.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bdf9f4ba73bfc8f2a7ca759ed2f79cae";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Xhtml/Deflist.php";}s:36:"Text/Wiki/Render/Xhtml/Delimiter.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Delimiter.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4d288947766cc0dd0b2cf287c3d930c0";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Xhtml/Delimiter.php";}s:32:"Text/Wiki/Render/Xhtml/Embed.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Embed.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"abff11fe5bc433019fd4925ed6904933";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Xhtml/Embed.php";}s:35:"Text/Wiki/Render/Xhtml/Emphasis.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Emphasis.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b34986ab0130cc4bf03edfcb4de848b7";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Xhtml/Emphasis.php";}s:31:"Text/Wiki/Render/Xhtml/Font.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Font.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"87969a1a32f223167566833a45d972b7";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Xhtml/Font.php";}s:35:"Text/Wiki/Render/Xhtml/Freelink.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Freelink.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b1c61b64fdde799fe23b36f4a0c8c4be";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Xhtml/Freelink.php";}s:35:"Text/Wiki/Render/Xhtml/Function.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Function.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2c293a6bc991076cf7ee445317f2c0ea";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Xhtml/Function.php";}s:34:"Text/Wiki/Render/Xhtml/Heading.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Heading.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0b3f3ad88c262d96da884c29f9275eec";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Xhtml/Heading.php";}s:32:"Text/Wiki/Render/Xhtml/Horiz.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Horiz.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b02eebc279a4385729aa7baf57798d4e";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Xhtml/Horiz.php";}s:31:"Text/Wiki/Render/Xhtml/Html.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Html.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5c588496534915a3c7837ca2bd97ba35";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Xhtml/Html.php";}s:32:"Text/Wiki/Render/Xhtml/Image.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Image.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"904db393136e873ce85d1eb52b96d8b9";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Xhtml/Image.php";}s:34:"Text/Wiki/Render/Xhtml/Include.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Include.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"79171bbc29d5e6f1413aaed37cc3b3bb";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Xhtml/Include.php";}s:36:"Text/Wiki/Render/Xhtml/Interwiki.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Interwiki.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2649dc5783325a0d438bedac1366f1bc";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Xhtml/Interwiki.php";}s:33:"Text/Wiki/Render/Xhtml/Italic.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Italic.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3d5f5fb5e382f0a26d770db2824d1f7a";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Xhtml/Italic.php";}s:31:"Text/Wiki/Render/Xhtml/List.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/List.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"95f4d62867be87b102d07a3d395ec022";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Xhtml/List.php";}s:34:"Text/Wiki/Render/Xhtml/Newline.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Newline.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cbddd320d67f4931a11bb4824433f5e3";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Xhtml/Newline.php";}s:31:"Text/Wiki/Render/Xhtml/Page.php";a:4:{s:4:"name";s:31:"Text/Wiki/Render/Xhtml/Page.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"52ebae8724a31aee4fa4b849a8807940";s:12:"installed_as";s:46:"/usr/share/php/Text/Wiki/Render/Xhtml/Page.php";}s:36:"Text/Wiki/Render/Xhtml/Paragraph.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Paragraph.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"412d50120397dcb9254df9e4634ca432";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Xhtml/Paragraph.php";}s:36:"Text/Wiki/Render/Xhtml/Phplookup.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Phplookup.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c5f3fde7d75598e4a37b6908c8709ac0";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Xhtml/Phplookup.php";}s:33:"Text/Wiki/Render/Xhtml/Plugin.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Plugin.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"066cad7c8946bd992b4b1238224c1d56";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Xhtml/Plugin.php";}s:36:"Text/Wiki/Render/Xhtml/Prefilter.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Prefilter.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bf5b0d22ec14ad3561d6b2edb42ca2b4";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Xhtml/Prefilter.php";}s:39:"Text/Wiki/Render/Xhtml/Preformatted.php";a:4:{s:4:"name";s:39:"Text/Wiki/Render/Xhtml/Preformatted.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9da9cea77e1870e5b6335659bb428923";s:12:"installed_as";s:54:"/usr/share/php/Text/Wiki/Render/Xhtml/Preformatted.php";}s:30:"Text/Wiki/Render/Xhtml/Raw.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Xhtml/Raw.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5cf63793786d6b020f719393369f184c";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Xhtml/Raw.php";}s:33:"Text/Wiki/Render/Xhtml/Revise.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Revise.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cffdc8399bc0c97e98d739adaf188ab2";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Xhtml/Revise.php";}s:33:"Text/Wiki/Render/Xhtml/Smiley.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Smiley.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2de7d5caa4dd4182f1d621f9aa2b47e2";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Xhtml/Smiley.php";}s:38:"Text/Wiki/Render/Xhtml/Specialchar.php";a:4:{s:4:"name";s:38:"Text/Wiki/Render/Xhtml/Specialchar.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5a191d0686a4ac0ba945849892e11a0a";s:12:"installed_as";s:53:"/usr/share/php/Text/Wiki/Render/Xhtml/Specialchar.php";}s:33:"Text/Wiki/Render/Xhtml/Strong.php";a:4:{s:4:"name";s:33:"Text/Wiki/Render/Xhtml/Strong.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"20c21a4c0874da8afd5a94fb3fab4880";s:12:"installed_as";s:48:"/usr/share/php/Text/Wiki/Render/Xhtml/Strong.php";}s:36:"Text/Wiki/Render/Xhtml/Subscript.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Subscript.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4d0ffba2181bc494bdd218643bf1d229";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Xhtml/Subscript.php";}s:38:"Text/Wiki/Render/Xhtml/Superscript.php";a:4:{s:4:"name";s:38:"Text/Wiki/Render/Xhtml/Superscript.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"28bef417639d5f7de94c055dfa7949ce";s:12:"installed_as";s:53:"/usr/share/php/Text/Wiki/Render/Xhtml/Superscript.php";}s:32:"Text/Wiki/Render/Xhtml/Table.php";a:4:{s:4:"name";s:32:"Text/Wiki/Render/Xhtml/Table.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"94925c5a16c74a82d4d6cc1311b8a1bb";s:12:"installed_as";s:47:"/usr/share/php/Text/Wiki/Render/Xhtml/Table.php";}s:34:"Text/Wiki/Render/Xhtml/Tighten.php";a:4:{s:4:"name";s:34:"Text/Wiki/Render/Xhtml/Tighten.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ccd6f338de67753e0705b5caf3a14a62";s:12:"installed_as";s:49:"/usr/share/php/Text/Wiki/Render/Xhtml/Tighten.php";}s:35:"Text/Wiki/Render/Xhtml/Titlebar.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Titlebar.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"533e6847fb9a44099524538a41896419";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Xhtml/Titlebar.php";}s:30:"Text/Wiki/Render/Xhtml/Toc.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Xhtml/Toc.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7a10bc95ecd2ec939043f4f03bfbe026";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Xhtml/Toc.php";}s:29:"Text/Wiki/Render/Xhtml/Tt.php";a:4:{s:4:"name";s:29:"Text/Wiki/Render/Xhtml/Tt.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"144810f12799fc43db484690430591d8";s:12:"installed_as";s:44:"/usr/share/php/Text/Wiki/Render/Xhtml/Tt.php";}s:36:"Text/Wiki/Render/Xhtml/Underline.php";a:4:{s:4:"name";s:36:"Text/Wiki/Render/Xhtml/Underline.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2f3f7b7e4758723eb8541527153348cc";s:12:"installed_as";s:51:"/usr/share/php/Text/Wiki/Render/Xhtml/Underline.php";}s:30:"Text/Wiki/Render/Xhtml/Url.php";a:4:{s:4:"name";s:30:"Text/Wiki/Render/Xhtml/Url.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"35e140446075e473e535ff868d99f360";s:12:"installed_as";s:45:"/usr/share/php/Text/Wiki/Render/Xhtml/Url.php";}s:35:"Text/Wiki/Render/Xhtml/Wikilink.php";a:4:{s:4:"name";s:35:"Text/Wiki/Render/Xhtml/Wikilink.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"df1b0dbe39d7db59de9d0ab45bb0f79f";s:12:"installed_as";s:50:"/usr/share/php/Text/Wiki/Render/Xhtml/Wikilink.php";}s:26:"Text/Wiki/Render/Latex.php";a:4:{s:4:"name";s:26:"Text/Wiki/Render/Latex.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c4b80c22403a8cc8a36944574aac2330";s:12:"installed_as";s:41:"/usr/share/php/Text/Wiki/Render/Latex.php";}s:26:"Text/Wiki/Render/Plain.php";a:4:{s:4:"name";s:26:"Text/Wiki/Render/Plain.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"319d8299fb9171e68423e2e873579f37";s:12:"installed_as";s:41:"/usr/share/php/Text/Wiki/Render/Plain.php";}s:26:"Text/Wiki/Render/Xhtml.php";a:4:{s:4:"name";s:26:"Text/Wiki/Render/Xhtml.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4d26bff0abbfcdbb06ca119d107d7e09";s:12:"installed_as";s:41:"/usr/share/php/Text/Wiki/Render/Xhtml.php";}s:21:"Text/Wiki/Default.php";a:4:{s:4:"name";s:21:"Text/Wiki/Default.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c7de0a165d7888119ce18e3fdf3e66fd";s:12:"installed_as";s:36:"/usr/share/php/Text/Wiki/Default.php";}s:19:"Text/Wiki/Parse.php";a:4:{s:4:"name";s:19:"Text/Wiki/Parse.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6dc508f6305308cf4392b58d31876253";s:12:"installed_as";s:34:"/usr/share/php/Text/Wiki/Parse.php";}s:20:"Text/Wiki/Render.php";a:4:{s:4:"name";s:20:"Text/Wiki/Render.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6a60f1b3bbb070fb8ef3e53debe74a6a";s:12:"installed_as";s:35:"/usr/share/php/Text/Wiki/Render.php";}s:13:"Text/Wiki.php";a:4:{s:4:"name";s:13:"Text/Wiki.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"089af03c8e6d5a418f00ee984b393193";s:12:"installed_as";s:28:"/usr/share/php/Text/Wiki.php";}}s:12:"_lastversion";N;s:7:"dirtree";a:8:{s:38:"/usr/share/php/Text/Wiki/Parse/Default";b:1;s:30:"/usr/share/php/Text/Wiki/Parse";b:1;s:24:"/usr/share/php/Text/Wiki";b:1;s:19:"/usr/share/php/Text";b:1;s:37:"/usr/share/php/Text/Wiki/Render/Latex";b:1;s:31:"/usr/share/php/Text/Wiki/Render";b:1;s:37:"/usr/share/php/Text/Wiki/Render/Plain";b:1;s:37:"/usr/share/php/Text/Wiki/Render/Xhtml";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.2.1";s:12:"release_date";s:10:"2010-10-25";s:13:"release_state";s:6:"stable";s:15:"release_license";s:4:"LGPL";s:13:"release_notes";s:551:"QA Release
Bug #12490 wiki's do not display since php5-5.2.5 upgrade but are editable. 	justinpatrin
Bug #12580 incorrect/incomplete license in package.xml 	justinpatrin
Bug #12619 Tab character before # causes invalid Xhtml 	justinpatrin
Bug #12665 External site documentation link invalid 	justinpatrin
Doc Bug #14049 Missing documentation	justinpatrin
Bug #14869 skip tests when config is not available, not fail	justinpatrin
Bug #15758 URLs with # at the end not considered a url	justinpatrin
Bug #16222 External documentation is down	justinpatrin";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"4.0.0";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.4";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:3:{i:0;a:5:{s:4:"name";s:10:"Paul Jones";s:5:"email";s:18:"pmjones@ciaweb.net";s:6:"active";s:3:"yes";s:6:"handle";s:7:"pmjones";s:4:"role";s:4:"lead";}i:1;a:5:{s:4:"name";s:13:"Justin Patrin";s:5:"email";s:26:"papercrane@reversefold.com";s:6:"active";s:3:"yes";s:6:"handle";s:12:"justinpatrin";s:4:"role";s:4:"lead";}i:2;a:5:{s:4:"name";s:9:"Del Elson";s:5:"email";s:16:"del@babel.com.au";s:6:"active";s:3:"yes";s:6:"handle";s:10:"delatbabel";s:4:"role";s:9:"developer";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1459546634;}