File: Changes

package info (click to toggle)
libpod-2-docbook-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 684 kB
  • sloc: perl: 1,779; xml: 168; makefile: 58
file content (140 lines) | stat: -rw-r--r-- 3,090 bytes parent folder | download | duplicates (3)
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
=head1 Pod::2::DocBook

    * 0.02 Thu  3 Jul 2008
        - now using Module::Build instead of ExtUtils::MakeMaker
        - moved NAME, SYNOPSIS, DESCRIPTION on top of DocBook.pm
        - added METHODS POD
        - added 00-compile.t, distribution.t, pod-coverage.t, pod-spell.t,
          pod.t, signature.t
        - docbook in examples/
        - "refnamediv>" xml typo fixed (yanick)
        - code cleanup (yanick, jk)
        - no more duplicated id-s (yanick)
        - added --base-id option for setting the id of the base element of generated xml
        - element id strings generated from base-id and the name of the pod heading

    * 0.01 Tue 10 Jun 2008
        - Applied patches for =for blocks from Perl Training Australia's
          Pod::DocBook repository. (pjf)
        - Updated t/Pod-2-Docbook.t for more streamlined testing. (pjf)
        - Corrected POD errors in Changes file. (pjf)
        - xml validity fix, full DOCTYPE (yanick)

=back

=head1 OLD Pod::DocBook

=head1 v1.2

=over

=item Fri 6 Jun 2008

Renamed module to Pod::2::DocBook 0.01

=item Tue 16 Mar 2004

Released Pod::DocBook 1.2

Added missing test files

=back

=head1 v1.1

=over

=item Tue 16 Mar 2004

Released Pod::DocBook 1.1

=item Wed 3 Mar 2004

F<README> is now pod format (seemed appropriate)

=item Tue 2 Mar 2004

F<Changes> is now pod format (seemed appropriate)

fixed doc: C<=item *> yields C<< <itemizedlist> >>, not
C<< <simplelist> >>

fixed bug in C<< <orderedlist> >> output

now uses MD5 hashes for fixed-length IDs (thanks to Jacques Supcik)

added B<--no-header> option to B<pod2docbook> (thanks to Jacques
Supcik)

=item Thu 26 Feb 2004

fixed bug with blank lines in C<=begin docbook> ... C<=end docbook>
regions (thanks to Garry Williams)

=back

=head1 v1.0

=over

=item Thu 19 Feb 2004

released Pod::DocBook 1.0

=item Tue 30 Dec 2003

started rewrite of Pod::DocBook

specialize Pod::Parser instead of parsing directly

emit formatted DocBook 4.2 SGML

=back

=head1  OLD -- Pod::DocBook 0.6 and earlier

  0.0.6
  =====

      o Support for L<> style linking, includes new Id naming scheme

      o additional styles, variable headx->secty mapping

      o removed unneccessary <para></para> pairs

      o fixed index building (but don't use this)

      o general de-HTML-ization

  0.0.5
  =====

      o Added an incremental fix from Pod::HTML which corrected bogus output
        in C<0>, B<0> and so on tags.

  0.0.4
  =====

      o Added handling for auto-tag generation

  0.0.3
  =====

      o POD files such as:

          =head1 Some Chapter Title

          blah

        will format the first =head1 tag as a <chapter> tag and automatically
        fill in the final </chapter> for you when run with --no-header and
        --no-footer

      o =over/=item/=back handling cleaned up a bit to produce correct
        <variablelist>, <orderedList> and <itemizedList> constructs

      o Added basic auto-tagging handling.

      o Added --root-id argument to specify the root tag id

      o Removed <A> tags which were an overhang from pod2html