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 50.415.168 Times

Html Draw Tree freeware
Filter: All | Freeware | Demo
 

Html Draw Tree

1 2 3 4 5 > 
Added: May 14, 2010 | Visits: 1.573

HTML::TreeBuilder HTML::TreeBuilder is a parser that builds a HTML syntax tree. SYNOPSIS foreach my $file_name (@ARGV) { my $tree = HTML::TreeBuilder->new; # empty tree $tree->parse_file($file_name); print "Hey, heres a dump of the parse tree of $file_name:n"; $tree->dump; # a method we inherit from...



Platforms: *nix

License: Freeware Size: 122.88 KB Download (114): HTML::TreeBuilder Download

Added: January 18, 2010 | Visits: 1.187

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: *nix

License: Freeware Size: 34.82 KB Download (102): HTML::WikiConverter::Normalizer Download

Added: May 10, 2013 | Visits: 428

Helement This script is a HTML-element tree declaration that emits nice HTML. This is a straight-forward, freeĀ and fast HTML generator. No validation is done, so you can generate any HTML code, but depends on the browser if it will be accepted.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Helement Download

Added: September 23, 2010 | Visits: 1.175

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Added: May 17, 2010 | Visits: 2.080

Tree::Simple::View::HTML Tree::Simple::View::HTML is a Perl class for viewing Tree::Simple hierarchies in HTML. SYNOPSIS use Tree::Simple::View::HTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::HTML->new($tree); ## more complex examples # use the...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): Tree::Simple::View::HTML Download

Added: August 01, 2013 | Visits: 413

html-tree-diff Structure aware diff of XML and HTML documents. The intended use is to concisely show the edits that have been made in a document, so that authors of html content can review their work. * HTML: The inputs to the diff function are HTML documents * Tree: It considers the full XML tree structure...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): html-tree-diff Download

Added: September 10, 2010 | Visits: 610

Pod::HTML2Pod Pod::HTML2Pod Perl module can translate HTML into POD. SYNOPSIS # Use the program html2pod that comes in this dist, or: use Pod::HTML2Pod; print Pod::HTML2Pod::convert( file => my_stuff.html, # input file a_href => 1, # try converting links ); Larry Wall once said (1999-08-27, on the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Pod::HTML2Pod Download

Added: June 13, 2013 | Visits: 338

simplehtmldom API The module is actually a wrapper around the simplehtmldom PHP library.HTML parsing can be done in Drupal input filters, in hook_alter(); or when migrating HTML sites to Drupal.InstallationUnpack in your modules folder (usually '/sites/all/modules/')Enable under Administer > Site Building > Mod


Platforms: PHP

License: Freeware Size: 40.96 KB Download (40): simplehtmldom API Download

Added: September 01, 2013 | Visits: 494

Content Injector for Scripts Content Injector is a complete content management system that dynamically 'injects' content into pages while creating menu links (if the user requires them) and a whole lot more!Features include:- Page/Article Management with ability to add multiple pages to the same article.- Fully templatable...


Platforms: PHP

License: Freeware Size: 440.32 KB Download (49): Content Injector for Scripts Download

Added: August 10, 2013 | Visits: 575

Content Injector Script for Scripts Content Injector is a complete content management system that dynamically 'injects' content into pages whilst creating menu links (if the user requires them) and a whole lot more!Features include:- Page/Article Management with ability to add multiple pages to the same article.- Fully templatable...


Platforms: PHP

License: Freeware Size: 440.32 KB Download (44): Content Injector Script for Scripts Download

Added: September 23, 2010 | Visits: 913

HTML::Tree::AboutObjects HTML::Tree::AboutObjects is an article: "Users View of Object-Oriented Modules". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #17 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): HTML::Tree::AboutObjects Download

Added: May 06, 2010 | Visits: 939

HTML::Tree::AboutTrees HTML::Tree::AboutTrees is a article on tree-shaped data structures in Perl. This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #18 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): HTML::Tree::AboutTrees Download

Added: May 06, 2010 | Visits: 814

HTML::Seamstress HTML::Seamstress is a HTML::Tree subclass for HTML templating via tree rewriting. SYNOPSIS HTML::Seamstress provides "fourth generation" dynamic HTML generation (templating). In the beginning we had... First generation dynamic HTML production First generation dynamic HTML production used...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (101): HTML::Seamstress Download

Added: May 09, 2010 | Visits: 774

HTML::ElementSuper HTML::ElementSuper is a Perl extension for HTML::Element(3). SYNOPSIS use HTML::ElementSuper; ### Positional extension $e = new HTML::ElementSuper font; $sibling_number = $e->addr(); $e2 = new HTML::ElementSuper p; $e2->push_content($e); # @coords = $e->position(); $depth_in_pos_tree...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (96): HTML::ElementSuper Download

Added: October 05, 2010 | Visits: 999

Pod::Html::HtmlTre Pod::Html::HtmlTree is a Perl module to convert pod files to html tree. SYNOPSIS use Pod::Html::HtmlTree; use Data::Dumper; my $p = Pod::Html::HtmlTree->new; $p->indir ( /usr/lib/perl5/site_perl/5.8.3/Pod ); $p->outdir ( /tmp/pod ); $p->mask_dir ( 0777 ); # default is 0775...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Pod::Html::HtmlTre Download

Released: December 17, 2012  |  Added: January 12, 2013 | Visits: 1.701

Creata-Tree Creata-Tree creates one of the most powerful JavaScript menu trees available for your web site. It comes complete with installation and un-installation. The program has a nice tree view for you to layout items and it's very straightforward. Creata-Tree requires only basic HTML skills. The...


Platforms: Windows

License: Freeware Size: 4.52 MB Download (126): Creata-Tree Download

Added: November 12, 2010 | Visits: 1.103

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: *nix

License: Freeware Size: 21.5 KB Download (95): Oak::Web::HTML::A Download

Added: May 02, 2010 | Visits: 1.288

HTML::Sanitizer HTML::Sanitizer is a HTML Sanitizer. SYNOPSIS my $safe = new HTML::Sanitizer; $safe->permit_only( qw/ strong em /, a => { href => qr/^(?:http|ftp):/, title => 1, }, img => { src => qr/^(?:http|ftp):/, alt => 1, }, b => HTML::Element->new(strong), ); $sanitized =...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (104): HTML::Sanitizer Download

Added: September 22, 2010 | Visits: 2.401

HTML::Widgets::Index HTML::Widgets::Index is a Perl module for creating web indexes and menus. This module renders the index of a document tree using the data stored in a MySQL database generated by anxova. It has a flexible set of render options that gives the webmaster many options on the menu item layout....


Platforms: *nix

License: Freeware Size: 65.54 KB Download (103): HTML::Widgets::Index Download

Added: June 27, 2010 | Visits: 1.423

HTML::EmbperlObject HTML::EmbperlObject is a Perl module that extents HTML::Embperl for building whole website with reusable components and objects. SYNOPSIS < Location /foo > PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH ".htm.?|.epl$" SetHandler perl-script PerlHandler...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (95): HTML::EmbperlObject Download

1 2 3 4 5 >