easy docs

This commit is contained in:
JT Smith 2008-02-15 21:34:56 +00:00
parent 4f05ebb9ff
commit dfb1526468
11 changed files with 2236 additions and 4088 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
designdocs/cc_form.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because it is too large Load diff

2229
designdocs/commerce.pod Normal file

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

7
designdocs/test Normal file
View file

@ -0,0 +1,7 @@
# Use the program 'html2pod' that comes in this dist, or:
use Pod::HTML2Pod;
print Pod::HTML2Pod::convert(
'file' => 'commerce.html', # input file
'a_href' => 1, # try converting links
);