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.196.825 Times

HTML::WikiConverter::Normalizer 0.61

  Date Added: January 18, 2010  |  Visits: 1.183

HTML::WikiConverter::Normalizer

Report Broken Link
Printer Friendly Version


Product Homepage
Download (102 downloads)



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 convert HTML into wiki markup. Most (if not all) know nothing about CSS, nor do they take it into consideration when performing html-to-wiki conversion. But there is no good reason for, say, text not to be converted into text in the MediaWiki dialect. The same is true of other dialects, all of which should be able to use CSS information to produce wiki markup. The issue becomes especially problematic when considering that several WYSIWYG HTML editors (e.g. Mozillas) produce this sort of CSS-heavy HTML. Prior to HTML::WikiConverter::Normalizer, this HTML would have been essentially converted to text, the CSS information having been ignored by HTML::WikiConverter. HTML::WikiConverter::Normalizer avoids this with a few simple transformations that convert CSS styles into HTML tags..

Requirements: No special requirements
Platforms: Linux
Keyword: Convert Css Styles Html Htmlwikiconverternormalizer Libraries Programming Roughly Styles Text Wikiconverter
Users rating: 0/10

License: Freeware Size: 34.82 KB
USER REVIEWS
More Reviews or Write Review


HTML::WIKICONVERTER::NORMALIZER RELATED
MS Office Add-Ins  -  Free Convert PDF to HTML 2.7.1
HTML is preferable to PDF for website uploading. Free Convert PDF to HTML can convert PDF documents to HTML files, saving you time from using HTML editor to recompose the textual & graphical contents in PDF. You can add as many PDF files as you...
3.38 MB  
Specialized Tools  -  Drop Down Menu in CSS and HTML 1.0
Create truly cross-browser, light-weight css drop down menu in minutes - try Drop Down Menu in CSS and HTML today! Drop Down Menu in CSS and HTML is a software tool that lets you add professional looking css drop down menu systems. With this html...
9.02 MB  
Libraries  -  Posy::Plugin::DynamicCss 0.42
Posy::Plugin::DynamicCss is a posy plugin to load different CSS styles based on the UserAgent. SYNOPSIS @plugins = qw(Posy::Core Posy::Plugin::YamlConfig ... Posy::Plugin::DynamicCss ... )); @actions = qw(init_params ... head_template...
5.12 KB  
Modules  -  All CSS Styles 1.0
Seems silly, but I would have love if someone had done it before, so I wouln't have to do it. It is just a html page with all osCommerce styles applied in spans, TR, TD and tables. This way you can preview the look locally before uploading.Saves a...
 
MP3 Tools  -  Bravo Free PDF to HTML Converter 8.1.3
Compared to PDF, HTML is preferable to PDF for website uploading. Bravo Free PDF to HTML Converter is able to help to batch convert PDF to HTML files so that you can easily upload them to your websites so that search engine can easily look for...
3.11 MB  
PDA Software  -  BlueFox Free PDF to HTML Converter 9.5.5
If you want to convert PDF document into HTML files so that they can be easily uploaded to your website without retyping or reformatting, BlueFox Free PDF to HTML Converter is the tool you should consider. It can convert PDF to HTML webpages for...
3.11 MB  
Word Processing  -  UniPDF PDF to HTML Converter 1.3.3
100% Free PDF to HTML converter software. Convert PDF to HTML format in batch mode and keep original document texts, layouts, images. This easy-to-use PDF to HTML converter allows you to change PDF files into HTML images in seconds in only two...
4.57 MB  
Business  -  PDF Viewer 3.10.1052
PDF Viewer freeware allows to view PDF, convert PDF to text, extract data from PDF as CSV, XML or XLS format, convert PDF to HTML, convert PDF to TIFF, PDF to PNG, PDF to BMP images. PDF Viewer is the free tool to convert PDF to images,...
5.11 MB  
Libraries  -  Pod::Hlp 1.02
Pod::Hlp is a Perl module that can convert POD data to formatted VMS HLP Help module text. SYNOPSIS use Pod::Hlp; pod2hlp("perlfunc.pod",$top_help_level,*Filehandle); Also: pod2hlp < input.pod Also: perl pod2hlb Pod::Hlp is a...
102.4 KB  
Libraries  -  HTML::BBReverse 0.07
HTML::BBReverse is a Perl module to convert HTML to BBCode and back. SYNOPSIS use HTML::BBReverse my $bbr = HTML::BBReverse->new(); # convert BBCode into HTML my $html = $bbr->parse($bbcode); # convert generated HTML back to BBCode my...
9.22 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB