Main > Free Download Search >

Free docset software for linux

docset

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2
DocSet::Doc::Common 0.19

DocSet::Doc::Common 0.19


DocSet::Doc::Common is a Perl module with common functions used in DocSet::Doc subclasses. more>>
DocSet::Doc::Common is a Perl module with common functions used in DocSet::Doc subclasses.

Implements functions and bits of code which otherwise needed to be duplicated in many modules. These functions couldnt be put into the base class DocSet::Doc. Certainly we could devise one more subclassing level but for now this gentle mix of inheritance and inclusion is doing its job just fine.

METHODS

postprocess_ps_pdf

$self->postprocess_ps_pdf()

renders ps and pdf version of a the current doc
fetch_pdf_doc_ver

%pdf_data = %{ $self->fetch_pdf_doc_ver() }

search for a pdf version of the same document in the parallel tree (usually the dst_html tree) and copy it to the same dir as the html version. Later we link to it from the html version of the document if the pdf version is found in the same directory as the html one.

The function returns a reference to a hash with the keys: size -- for the size of the file and the location of the file relative to the current document (its in the same directory after all).

fetch_src_doc_ver
similar to fetch_pdf_doc_ver() but works with the source version of the document.

%src_data = %{ $self->fetch_src_doc_ver() }

fetch the source version of the same document in the parallel tree (usually the src tree) and copy it to the same dir as the html version. Later we link to it from the html version of the document if the source version is found in the same directory as the html one. Notice that we add a .orig extension, because otherwise the rendered version of the source document may have the same full name as the source file (e.g. if the source was .html and destination one is .html too).

The function returns a reference to a hash with the keys: size -- for the size of the source file and the location of the file relative to the current document (its in the same directory after all).

pod_pom_html_view_seq_link_transform_path

my $linked_doc_path =
$self->pod_pom_html_view_seq_link_transform_path($src_path)

this is an implementation of the view_seq_link_transform_path() callback used in Pod::POM::HTML::view_seq_link(), using the DocSet::Docs transform_src_doc() method over pre-scanned cache of the source documents the $src_path is resolved into the path in the generated docset. So for example a the resource devel::help in L pod_pom_html_anchor($title);

this is a common function that takes the $title Pod::POM object, converts it into a < a name > html anchor and returns it.

<<less
Download (0.37MB)
Added: 2007-03-10 License: Perl Artistic License Price:
958 downloads
DocSet::Doc::HTML2HTMLPS 0.19

DocSet::Doc::HTML2HTMLPS 0.19


DocSet::Doc::HTML2HTMLPS is a HTML source to PS (intermediate HTML) target converter. more>>
DocSet::Doc::HTML2HTMLPS is a HTML source to PS (intermediate HTML) target converter.

See DocSet::Doc::HTML2HTML. This sub-class only extends the postprocess() method.

METHODS

For the rest of the super class methods see DocSet::Doc::HTML2HTML.
postprocess()

Convert the generated HTML doc to PS and PDF.

<<less
Download (0.36MB)
Added: 2007-03-10 License: Perl Artistic License Price:
961 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1