File: Changes

package info (click to toggle)
libpod-simple-wiki-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 456 kB
  • ctags: 138
  • sloc: perl: 3,247; makefile: 2
file content (119 lines) | stat: -rw-r--r-- 2,160 bytes parent folder | download
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
119
Revision history for Pod::Simple::Wiki.

0.16 May 4 2014

     + Added support for Markdown.
       Thanks to Daniel T. Staal.


0.15 Oct 14 2012

     + Added options for beautifying MediaWiki output.
       Changes provided by Peter Hallam.

     + Added rudimentary link support to Confluence.


0.14 Sept 17 2010

     ! Fix for RT#37480. Allow the output encoding to be specified
       by the --encoding pod2wiki option.


0.13 Aug 24 2010

     ! Fix for RT#60650: Escape TiddlyWiki words.
       Patch by Olivier 'dolmen' Mengue'.


0.12 Aug 22 2010

     ! Fix for RT#60304: Escape TiddlyWiki format sequences.
       Patch by Olivier 'dolmen' Mengue'.

     ! Fix for RT#60307: Ignore X<>.
       Patch by Olivier 'dolmen' Mengue'.


0.11 Aug 29 2009

     ! Fix for literal newline in <pre> block in Textile filter.


0.10 Aug 28 2009

     + Added Textile support for github wikis.


0.09 May 24 2008

    + Added Confluence support.
      Thanks to David Bartle, Andrew Hobbs and
      Jim Renwick for patches.


0.08 August 25 2007

    + Added TiddlyWiki support.
      Thanks Tim Bunce and Ron Savage.

    + Added better MediaWiki support and tests.
      Thanks Christopher J. Madsen.


0.07 February 1 2007

    + Refactored format handlers into separate modules
      to make them easier to port and test.

    + Added Pod::Simple::Wiki::Template as an example
      of how to port a format.


0.06 January 30 2007

    + Added MoinMoin support (Michael Matthews)


0.05 March 30 2005

    + Added support for TWiki formatting (Sam Tregar)

    + Added support for Wikipedia formatting (Tony Sidaway)

    ! Updated to the new C2 Wiki bullet list format.

    + Added more tests.


0.04 August 24 2004

    ! Fixed bug when parsing F<> formats.
      Reported by Markus Dreyer.

    ! Fixed bug in kwiki h4 directives.

    + Added tests for formats and headings.

    + Added pod2wiki command line utility.


0.03 July 21 2003

    + First CPAN release.

    + Added usemod support.


0.02 May 21 2003

	+ First release to pod+people mailing list.

    + Added Kwiki support.


0.01 May 21 2003

	+ Initial version.

    + c2wiki support.