Courseilt Instructor Tools Html
HTML::Template::Extension::DOC are plugins for comments in template. SYNOPSIS use HTML::Template::Extension; my $text = qq | < HTML >< HEAD >< /HEAD >< BODY > < H1 >This is a template example...< /H1 > < TMPL_DOC >An example use of TMPL_DOC tag < /TMPL_DOC > The sum between 1+1 is: <...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 15.36 KB | Download (49): HTML::Template::Extension::DOC Download |
HTML::Template::Extension::SLASH_VAR is a plugins for < /TMPL_VAR > syntax. SYNOPSIS use HTML::Template::Extension; my $text = qq | SLASH_VAR plugin example ======================== If all is ok you can read this here --> < TMPL_VAR NAME="test" >a placeholder< /TMPL_VAR > |; my...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 15.36 KB | Download (43): HTML::Template::Extension::SLASH_VAR Download |
HTML Redemption Language, or HRL for short, is an HTML-preprocessor. Its basically a macro package, with built-in Python scripting. It redeems HTML by adding useful tags such as < include >, < macro >, < if >, and < python >. The last tag allows the web site designer to embed Python...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 34.82 KB | Download (46): HTML Redemption Language Download |
Formerly known as the Ximian Setup Tools, GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. Theyre thought to help from the new Linux or UNIX user to the system administrators. The GNOME System...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 3.5 MB | Download (46): GNOME System Tools Download |
HTML::FromText is a Perl module that can convert plain text to HTML. SYNOPSIS use HTML::FromText; text2html( $text, %options ); # or use HTML::FromText (); my $t2h = HTML::FromText->new( %options ); my $html = $t2h->parse( $html ); HTML::FromText converts plain text to HTML. There...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 13.31 KB | Download (60): HTML::FromText Download |
Bio::Tools::Run::PiseApplication::align2model is a Bioperl class for align2model - create a multiple alignment of sequences to an existing model. Parameters: align2model (String) run (String) Run name db (Sequence) Sequences to align (-db) model_file (InFile) Model (-i) pipe:...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 829.44 KB | Download (45): Bio::Tools::Run::PiseApplication::align2model Download |
HTML::CMTemplate.pm is a Perl module that can generate text-based content from templates. SYNOPSIS use HTML::CMTemplate; $t = new HTML::CMTemplate( path => [ /path1, /longer/path2 ] ); $t->import_template( filename => file.html.ctpl, # in the paths above packagename => theTemplate,...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 65.54 KB | Download (43): HTML::CMTemplate Download |
HTML::Mail is a Perl extension for sending emails with embedded HTML and media. SYNOPSIS use HTML::Mail; ### initialisation my $html_mail = HTML::Mail->new( HTML => http://www.cpan.org, Text => This is the text representation of the webpage http://www.cpan.org, From => me@myhost.org,...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 15.36 KB | Download (46): HTML::Mail Download |
HTML Objects is a Perl module library for turning HTML tags into Perl objects. HTML Objects allows Web pages to be manipulated as a data structure rather than text. Once manipulation is done, the entire page is generated via depth-first recursion..
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 25.6 KB | Download (43): HTML Objects Download |
HTML::StripScripts can strip scripting constructs out of HTML. SYNOPSISM use HTML::StripScripts; my $hss = HTML::StripScripts->new({ Context => Inline }); $hss->input_start_document; $hss->input_start(< i >); $hss->input_text(hello, world!); $hss->input_end(< /i >);...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 40.96 KB | Download (44): HTML::StripScripts Download |
HTML::Scrubber is a Perl extension for scrubbing/sanitizing html. SYNOPSIS #!/usr/bin/perl -w use HTML::Scrubber; use strict; # my $html = q[ BAD { background: #666; color: #666;} alert(Hello, I am EVIL!); a => link br => b => bold u => UNDERLINE ]; # my $scrubber =...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 17.41 KB | Download (49): HTML::Scrubber Download |
Oak::Web::HTML::B is B HTML Tag. HIERARCHY Oak::Object Oak::Persistent Oak::Component Oak::Web::Visual Oak::Web::HTML::PhraseElement Oak::Web::HTML::B PROPERTIES The Oak::Web::HTML::B object has the following properties: caption The text inside the tag All other defined by W3C....
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 21.5 KB | Download (50): Oak::Web::HTML::B Download |
Oak::Web::HTML::A is a HTML tag (Container). A Container to hold objects inside an A tag. Perl Oak Component Tree - Web Interface Components. This package brings the Web Component library, used to create web interfaces to your applications. See also the Forest Web Application Builder, a tool...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 21.5 KB | Download (44): Oak::Web::HTML::A Download |
HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > <...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 9.22 KB | Download (43): HTML::Template::Set Download |
HTML::WikiConverter::MediaWiki is a Perl module used to convert HTML to MediaWiki markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => MediaWiki ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into MediaWiki markup. See...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 11.26 KB | Download (52): HTML::WikiConverter::MediaWiki Download |
HTML::WikiConverter::Dialects is a Perl module which contains a tutorial on how to add a dialect. SYNOPSIS # In your dialect module: package HTML::WikiConverter::MySlimWiki; use HTML::WikiConverter -dialect; rule b => { start => **, end => ** }; rule i => { start => //, end => // };...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 34.82 KB | Download (44): HTML::WikiConverter::Dialects Download |
HTML::WikiConverter::Markdown is a Perl module to convert HTML to Markdown markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => Markdown ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into Markdown markup. You should not...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 8.19 KB | Download (54): HTML::WikiConverter::Markdown Download |
HTML::WikiConverter::Oddmuse is a Perl module that can convert HTML to Oddmuse markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => Oddmuse ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into Oddmuse markup. This dialect...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 6.14 KB | Download (52): HTML::WikiConverter::Oddmuse Download |
HTML::WikiConverter is a Perl module that can convert HTML to wiki markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => MediaWiki ); # Provide HTML directly print $wc->html2wiki( $html ); # ...which is the same as print $wc->html2wiki( html => $html );...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 34.82 KB | Download (53): HTML::WikiConverter Download |
SYNOPSIS use HTML::TreeBuilder; use HTML::WikiConverter::Normalizer; my $tree = new HTML::TreeBuilder(); $tree->parse( text ); my $norm = new HTML::WikiConverter::Normalizer(); $norm->normalize($tree); # Roughly gives " text " print $tree->as_HTML(); HTML::WikiConverter dialects...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 34.82 KB | Download (51): HTML::WikiConverter::Normalizer Download |
