Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add new Pod-Html tests (etc) to MANIFEST | Ricardo Signes | 2011-10-31 | 1 | -0/+22 |
| | |||||
* | add Marc Green to AUTHORS | Ricardo Signes | 2011-10-31 | 1 | -0/+1 |
| | |||||
* | Clean up some documentation | Marc Green | 2011-10-31 | 1 | -6/+5 |
| | |||||
* | Clean up test cases, rename a few | Marc Green | 2011-10-31 | 21 | -86/+66 |
| | |||||
* | Stop prepending $volume onto $cwd --podroot | Marc Green | 2011-10-31 | 1 | -1/+1 |
| | | | | $cwd already includes $volume | ||||
* | 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 | 10 | -65/+106 |
| | | | | | | | I added a whole bunch of "File::Spec"s and "File::Spec::Unix"s and I updated the test cases and test harness to be platform independent. I also updated some documentation in Pod::Html and removed some unneeded code. | ||||
* | Fix crossref bug | Marc Green | 2011-10-31 | 2 | -22/+20 |
| | | | | Take into account Windows paths in Podroot and Podpath | ||||
* | Tabs -> Spaces | Marc Green | 2011-10-31 | 2 | -141/+88 |
| | |||||
* | Implement option to disable POD ERRORS section | Marc Green | 2011-10-31 | 5 | -39/+215 |
| | |||||
* | Remove unneeded code | Marc Green | 2011-10-31 | 1 | -4/+1 |
| | |||||
* | Stop using wrong outfile | Marc Green | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Add a test case | Marc Green | 2011-10-31 | 2 | -0/+76 |
| | |||||
* | Remove /usr/share/perl presence dependency | Marc Green | 2011-10-31 | 5 | -16/+3661 |
| | |||||
* | Update htmlview.t for new Pod::Html | Marc Green | 2011-10-31 | 2 | -103/+183 |
| | |||||
* | Update test case for new Pod::Html | Marc Green | 2011-10-31 | 1 | -73/+103 |
| | |||||
* | Don't uc(), keep case the same | Marc Green | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Implement --recurse and update test cases | Marc Green | 2011-10-31 | 5 | -9/+29 |
| | |||||
* | Fix bug with removal of Podroot from each Podpath | Marc Green | 2011-10-31 | 1 | -2/+7 |
| | | | | | Correct the lack of possible offset when removing Podroot from each Podpath to account for a trailing slash in Podroot. | ||||
* | Always anchor =item definitions. | Marc Green | 2011-10-31 | 1 | -0/+1 |
| | |||||
* | Update htmlfeature2.t for new p2h | Marc Green | 2011-10-31 | 1 | -28/+24 |
| | |||||
* | Update htmlfeature.t for new p2h; fix typo in Html | Marc Green | 2011-10-31 | 3 | -30/+20 |
| | |||||
* | Update old-p2h to new-p2h script conversion | Marc Green | 2011-10-31 | 1 | -13/+12 |
| | | | | | It converts more and correctly converts anchored =head directives and index elements | ||||
* | Fix --backlink bug; add some documentation | Marc Green | 2011-10-31 | 1 | -4/+10 |
| | | | | | The bug prevented '<body id="_podtop_">' from appearing when --backlink was enabled | ||||
* | Update htmlescp.t test case for new Pod::Html | Marc Green | 2011-10-31 | 1 | -24/+16 |
| | | | | | Note that it uses <b> instead of <strong>, <i> instead of <em>, and converts E<> formatting codes before they are written to .html | ||||
* | Fix typo in test case | Marc Green | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Update htmldir4.t to test new Pod::Html | Marc Green | 2011-10-31 | 1 | -23/+20 |
| | |||||
* | Update htmldir2.t and htmldir3.t to test new p2h | Marc Green | 2011-10-31 | 2 | -46/+40 |
| | |||||
* | Use catdir (not catfile) to avoid a leading '//' | Marc Green | 2011-10-31 | 1 | -1/+2 |
| | |||||
* | Add old-p2h test to new-p2h test conversion script | Marc Green | 2011-10-31 | 1 | -0/+53 |
| | | | | | The script does basic conversion of old Pod::HTMl test cases to new Pod::Html test cases. | ||||
* | Fix bug dealing with PODS not in %Pages | Marc Green | 2011-10-31 | 1 | -4/+4 |
| | | | | | | | The bug inhibited finding replacement paths for POD documents not found in %Pages. Update the accompanying warning message, too. | ||||
* | Update htmldir.t testcase for new Pod::Html | Marc Green | 2011-10-31 | 1 | -23/+20 |
| | |||||
* | Update crossref test case for new Pod::Html | Marc Green | 2011-10-31 | 1 | -17/+33 |
| | |||||
* | Fix cross reference bug | Marc Green | 2011-10-31 | 1 | -41/+68 |
| | | | | | The bug stopped POD files from being crossreferenced if they were more than one directory below $Podpath | ||||
* | Start modifying test cases to suit new Pod::Html | Marc Green | 2011-10-31 | 15 | -6/+681 |
| | |||||
* | 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 |
| | | | | | | I remove $Podroot in the ::Search callback for correct crossreferencing. I update @Podpath mapping to use File::Spec instead of normal string concat | ||||
* | Fix minor formatting | Marc Green | 2011-10-31 | 1 | -3/+3 |
| | |||||
* | Remove --libpods feature | Marc Green | 2011-10-31 | 1 | -26/+3 |
| | | | | | | | | | Libpods was used to implicitly convert C<> text to links given that the C<>text was also the text of an =item directive in any particular perldoc. I do not plan on reimplementing this feature, or any implicit linkification for that matter. | ||||
* | Allow test cases to change arguments to pod2html | Marc Green | 2011-10-31 | 1 | -3/+5 |
| | |||||
* | 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 |
| | | | | It can now output html! | ||||
* | Don't delete html file produced, used for testing | Marc Green | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | 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 |
| |