/usr/share/doc/libtext-wikicreole-perl/README is in libtext-wikicreole-perl 0.07-1.
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 | Text-WikiCreole
Text::WikiCreole implements the Wiki Creole markup language, version
1.0, as described at http://www.wikicreole.org.  It reads Creole 1.0
markup and returns XHTML.
In addition to the official Creole 1.0 markup elements, it also supports
several extensions, such as plugins, superscript, subscript, underline, 
definition lists, indented paragraphs, plugins, etc.
CHANGES:
    Version 0.07:
       Bug fix: Italics around links rendered incorrectly.
    Version 0.06:
       Bug fix: & not converted to & where appropriate
       Feature addition: creole_barelink() and creole_custombarelinks() 
          functions for customized handling of http://google.com style links
          courtesy of Bernd Zeimetz
    Version 0.05:
       Added creole_customlinks() and creole_customimgs()
    Version 0.04:
       Fixed a bug with creole_parse and undefined input
    Version 0.03:
       Added <<< alternate plugin >>> syntax
    Version 0.02: 
       Fixed bug parsing plugin blocks
       Fixed bug with nowiki blocks at end of file
       Added creole_img for custom image URLs
                  
    Version 0.01: Initial release.
INSTALLATION
To install this module, run the following commands:
    perl Makefile.PL
    make
    make test
    make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
    perldoc Text::WikiCreole
You can also look for information at:
    Search CPAN
        http://search.cpan.org/dist/Text-WikiCreole
    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-WikiCreole
    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Text-WikiCreole
    CPAN Ratings:
        http://cpanratings.perl.org/d/Text-WikiCreole
COPYRIGHT AND LICENCE
Copyright (C) 2007 Jason Burnett
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
 |