Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 24.450.020 Times

Courseilt Instructor Tools Html freeware
Filter: All | Freeware | Demo
Display by: Relevance |  Downloads |  Name

Courseilt Instructor Tools Html

< 1 2 3 4 5 
Added: May 16, 2010 | Visits: 383

HTML::Template::Extension::DOC 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

Added: September 04, 2010 | Visits: 391

HTML::Template::Extension::SLASH_VAR 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

Added: October 18, 2010 | Visits: 261

HTML Redemption Language 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

Added: June 13, 2010 | Visits: 446

GNOME System Tools 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

Added: September 14, 2010 | Visits: 442

HTML::FromText 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

Added: August 02, 2010 | Visits: 745

Bio::Tools::Run::PiseApplication::align2model 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

Added: November 13, 2010 | Visits: 207

HTML::CMTemplate 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

Added: September 01, 2010 | Visits: 360

HTML::Mail 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

Added: October 03, 2010 | Visits: 322

HTML Objects 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

Added: July 17, 2010 | Visits: 335

HTML::StripScripts 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

Added: September 08, 2010 | Visits: 768

HTML::Scrubber 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

Added: April 22, 2010 | Visits: 432

Oak::Web::HTML::B 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

Added: November 12, 2010 | Visits: 371

Oak::Web::HTML::A 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

Added: March 27, 2010 | Visits: 312

HTML::Template::Set 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

Added: October 12, 2010 | Visits: 571

HTML::WikiConverter::MediaWiki 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

Added: July 17, 2010 | Visits: 279

HTML::WikiConverter::Dialects 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

Added: February 03, 2010 | Visits: 599

HTML::WikiConverter::Markdown 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

Added: February 09, 2010 | Visits: 384

HTML::WikiConverter::Oddmuse 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

Added: February 25, 2010 | Visits: 382

HTML::WikiConverter 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

Added: January 18, 2010 | Visits: 477

HTML::WikiConverter::Normalizer 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

< 1 2 3 4 5 
Home  | About Us  | Privacy  | Disclaimer  | Link to Us  | Contact Us  | Top Searches  | Submit Software
File Transit © 1998-2012