| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump $Pod::Html::VERSION to reflect the changes of commit 978af2c644ee9abf. | Nicholas Clark | 2012-06-04 | 1 | -1/+1 |
* | Add --libpods back as a non-functional option to pod2html. | Steve Peters | 2012-05-04 | 1 | -1/+3 |
* | Since the HTML files generated by pod2html claim to have a utf-8 charset, | Steve Peters | 2012-05-04 | 1 | -0/+1 |
* | disable codes_in_verbatim for Pod::Html | Ricardo Signes | 2012-04-26 | 1 | -0/+1 |
* | Set *.html permissions in installhtml. | Craig A. Berry | 2012-04-19 | 1 | -0/+1 |
* | allow "." in directory name | Ricardo Signes | 2012-04-19 | 1 | -1/+1 |
* | make Pod-Html's _unixify normalize Win32 drive letters | Ricardo Signes | 2012-04-15 | 1 | -1/+2 |
* | Sisyphus's fix for pod2html | Ricardo Signes | 2012-03-12 | 1 | -0/+9 |
* | Bump Pod::Html version. | Craig A. Berry | 2012-02-28 | 1 | -1/+1 |
* | Better cross-platform unixify for Pod::Html. | Craig A. Berry | 2012-02-28 | 1 | -3/+25 |
* | unixify paths a bit more systematicaly in Pod-Html | Ricardo Signes | 2012-02-22 | 1 | -21/+15 |
* | unixify the --outfile arg to pod2html | Ricardo Signes | 2012-02-21 | 1 | -0/+6 |
* | Fix bug in pod2html crossreferencing | Marc Green | 2012-02-20 | 1 | -19/+18 |
* | avoid making a new top-level package for one helper | Ricardo Signes | 2012-02-07 | 1 | -22/+11 |
* | Modernize the use of open() (copied from old code) | Marc Green | 2012-02-06 | 1 | -6/+6 |
* | Re-add cache feature | Marc Green | 2012-02-06 | 1 | -14/+134 |
* | Make Pod::Html more robust against malformed L<> contents. | Nicholas Clark | 2012-01-17 | 1 | -2/+2 |
* | Add Marc Green an an AUTHOR of Pod::Html | Marc Green | 2011-10-31 | 1 | -1/+3 |
* | Update version number (1.11 -> 1.12) | Marc Green | 2011-10-31 | 1 | -1/+1 |
* | Clean up some documentation | Marc Green | 2011-10-31 | 1 | -6/+5 |
* | Unixify the whole path, not just $dir.$file | Marc Green | 2011-10-31 | 1 | -2/+1 |
* | Fix crossref cross platform compatability issues | Marc Green | 2011-10-31 | 1 | -15/+44 |
* | Fix crossref bug | Marc Green | 2011-10-31 | 1 | -12/+19 |
* | Tabs -> Spaces | Marc Green | 2011-10-31 | 1 | -89/+88 |
* | Implement option to disable POD ERRORS section | Marc Green | 2011-10-31 | 1 | -39/+54 |
* | Implement --recurse and update test cases | Marc Green | 2011-10-31 | 1 | -1/+1 |
* | Fix bug with removal of Podroot from each Podpath | Marc Green | 2011-10-31 | 1 | -2/+7 |
* | Always anchor =item definitions. | Marc Green | 2011-10-31 | 1 | -0/+1 |
* | Update htmlfeature.t for new p2h; fix typo in Html | Marc Green | 2011-10-31 | 1 | -2/+2 |
* | Fix --backlink bug; add some documentation | Marc Green | 2011-10-31 | 1 | -4/+10 |
* | Use catdir (not catfile) to avoid a leading '//' | Marc Green | 2011-10-31 | 1 | -1/+2 |
* | Fix bug dealing with PODS not in %Pages | Marc Green | 2011-10-31 | 1 | -4/+4 |
* | Fix cross reference bug | Marc Green | 2011-10-31 | 1 | -41/+68 |
* | Move Pod::Simple::XHTML::LocalPodLinks into Pod::Html | Marc Green | 2011-10-31 | 1 | -1/+75 |
* | Add $Htmlfileurl to support relativizing crossrefs | Marc Green | 2011-10-31 | 1 | -11/+28 |
* | Fix ::Search callback arg; fix @Podpath mapping | Marc Green | 2011-10-31 | 1 | -4/+13 |
* | Fix minor formatting | Marc Green | 2011-10-31 | 1 | -3/+3 |
* | Remove --libpods feature | Marc Green | 2011-10-31 | 1 | -26/+3 |
* | Reimplement --header, $bodystyle, $tdstyle | Marc Green | 2011-10-31 | 1 | -8/+19 |
* | Start to reimplement --header | Marc Green | 2011-10-31 | 1 | -6/+49 |
* | Consider $Podroot when finding PODs; consider $Quiet | Marc Green | 2011-10-31 | 1 | -4/+4 |
* | Finish skeleton version of Pod::Html | Marc Green | 2011-10-31 | 1 | -6/+25 |
* | Create lib/ dir; begin writing ::Search object | Marc Green | 2011-10-31 | 1 | -38/+16 |
* | Use Pod::Simple::Search to resolve L<> directives | Marc Green | 2011-10-31 | 1 | -17/+18 |
* | Continue to transition to ::LocalPodLinks | Marc Green | 2011-10-31 | 1 | -19/+14 |
* | Remove spurious code after start of parser switch | Marc Green | 2011-10-31 | 1 | -1554/+11 |
* | Start replacing home made pod parser with ::Simple | Marc Green | 2011-10-31 | 1 | -112/+47 |
* | Temporarily remove --header feature | Marc Green | 2011-10-31 | 1 | -12/+1 |
* | Remove cache feature for simplicity | Marc Green | 2011-10-31 | 1 | -177/+7 |
* | Remove deprecated --netscape flag | Marc Green | 2011-10-31 | 1 | -11/+2 |