Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

html::wikiconverter::phpwiki(3pm) [debian man page]

HTML::WikiConverter::PhpWiki(3pm)			User Contributed Perl Documentation			 HTML::WikiConverter::PhpWiki(3pm)

NAME
HTML::WikiConverter::PhpWiki - Convert HTML to PhpWiki markup SYNOPSIS
use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => 'PhpWiki' ); print $wc->html2wiki( $html ); DESCRIPTION
This module contains rules for converting HTML into PhpWiki markup. See HTML::WikiConverter for additional usage details. AUTHOR
David J. Iberri, "<diberri at cpan.org>" BUGS
Please report any bugs or feature requests to "bug-html-wikiconverter-phpwiki at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-WikiConverter-PhpWiki>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc HTML::WikiConverter::PhpWiki You can also look for information at: o AnnoCPAN: Annotated CPAN documentation <http://annocpan.org/dist/HTML-WikiConverter-PhpWiki> o CPAN Ratings <http://cpanratings.perl.org/d/HTML-WikiConverter-PhpWiki> o RT: CPAN's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-WikiConverter-PhpWiki> o Search CPAN <http://search.cpan.org/dist/HTML-WikiConverter-PhpWiki> COPYRIGHT &; LICENSE Copyright 2006 David J. Iberri, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2006-03-04 HTML::WikiConverter::PhpWiki(3pm)

Check Out this Related Man Page

HTML::WikiConverter::SnipSnap(3pm)			User Contributed Perl Documentation			HTML::WikiConverter::SnipSnap(3pm)

NAME
HTML::WikiConverter::SnipSnap - Convert HTML to SnipSnap markup SYNOPSIS
use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => 'SnipSnap' ); print $wc->html2wiki( $html ); DESCRIPTION
This module contains rules for converting HTML into SnipSnap markup. See HTML::WikiConverter for additional usage details. AUTHOR
David J. Iberri, "<diberri at cpan.org>" BUGS
Please report any bugs or feature requests to "bug-html-wikiconverter-snipsnap at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-WikiConverter-SnipSnap>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc HTML::WikiConverter::SnipSnap You can also look for information at: o AnnoCPAN: Annotated CPAN documentation <http://annocpan.org/dist/HTML-WikiConverter-SnipSnap> o CPAN Ratings <http://cpanratings.perl.org/d/HTML-WikiConverter-SnipSnap> o RT: CPAN's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-WikiConverter-SnipSnap> o Search CPAN <http://search.cpan.org/dist/HTML-WikiConverter-SnipSnap> COPYRIGHT &; LICENSE Copyright 2006 David J. Iberri, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2006-01-10 HTML::WikiConverter::SnipSnap(3pm)
Man Page

15 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

HTML parsing by PERL

i have a HTML report file..its in attachment(a part of the whole report is attached..name "input html.doc").also its source is attached in "report source code.txt" i just want to seperate the datas like in first line it should be.. NHTEST-3848498958-NHTEST-10.2-no-baloo a and so on for whole... (3 Replies)
Discussion started by: avik1983
3 Replies

2. Shell Programming and Scripting

Date Manipulation

I need to achieve the following.....I seached the forum but could not find it... This is I have in a file... "CH","TIA","10/27/2006",000590 I need the date in the third field to be attached to fileas 20061027_test.txt How do I do it. (6 Replies)
Discussion started by: mgirinath
6 Replies

3. Shell Programming and Scripting

To Break data out of HTML

I'm working with the output of an html form and trying to get it into CSV. The html is a table with many entries like the following. <tr><td nowrap><b><font size=3>NAME</font></b></td><td nowrap><b>License # : </b>&nbsp;LICENSE</td></tr> <tr><td><b>City : </b>&nbsp;CITY<td nowrap><b>Type :... (1 Reply)
Discussion started by: phip
1 Replies

4. Shell Programming and Scripting

Footers and iFrames in HTML

Hi All, I have 2 questions: 1. I was coming up with a HTML page and wanted a footer to always be at the bottom of the page regardless of the size of the page that has been populated. How do I acheive this? 2. I was trying to build an iframe with the following tags "<iframe id=\"iframe01\"... (5 Replies)
Discussion started by: garric
5 Replies

5. UNIX for Dummies Questions & Answers

HTML file in the mailbody

Hi Guys, How can i send a html file in the mailbody. when i use the command cat aa.html | mail -s "hello" abc.gmail.com this displays the entire contents of the html file. It doesn't display in html format. (3 Replies)
Discussion started by: Swapna173
3 Replies

6. Shell Programming and Scripting

Multi-Line Search and Replace

There appears to be several threads that touch on what I'm trying to do, but nothing quite generic enough. What I need to do is search through many (poorly coded) HTML files and make changes. The catch is that my search string may be on one line or may be on several lines. For example there... (5 Replies)
Discussion started by: bisbell
5 Replies

7. Web Development

HTML

Hey guys. I'm just starting to enter the "programming world." However, before I do, I must familiarize myself with markup languages like HTML. Anybody offering some basic tutorials? (2 Replies)
Discussion started by: OussenkoSearch
2 Replies

8. Web Development

What are web design programming steps starting with HTML?

I'm studying web design and I would like to know the stages to knowing what you will ultimately need to know when entering this profession. With HTML being the step one and the basics, to I think XHTML and Css, being two, what's next? JavaScript? MySQL? Can some one provide an ordered list of... (5 Replies)
Discussion started by: Anna Hussie
5 Replies

9. Shell Programming and Scripting

Output Display in a perl program

Hi All, I have created a sample perl program in one of the unix environment as below #!/usr/bin/perl print "Content-type: text/html\n\n"; print "<H1>Hello World</H1>"; When I execute it in unix, I get the below Content-type: text/html <H1>Hello World</H1> However, when I... (1 Reply)
Discussion started by: mr_manii
1 Replies

10. Shell Programming and Scripting

Details about WIN32::OLE

Hi all, Is win32::OLE module is applicable in linux system??? from my understanding it is not possible..because we have to use some tools for that..for more info refer this website http://oclug.on.ca/archives/oclug/2001-July/008100.html (1 Reply)
Discussion started by: kavi.mogu
1 Replies

11. Shell Programming and Scripting

problem during perl module installation

Hi 'm getting error while installing perl mdule on linux.can any one tell me how to resolve that error? problem is: CPAN: File::Temp loaded ok (v0.22) CPAN.pm: Going to build J/JD/JDB/Win32-OLE-0.1709.tar.gz OS unsupported Warning: No success on command Warning (usually harmless):... (1 Reply)
Discussion started by: kavi.mogu
1 Replies

12. UNIX for Dummies Questions & Answers

Remove all HTML, scripts and styles?

Hi all, How might I go about writing a program that will read all input as an HTML file, and subsequently strip all HTML, embedded scripts and style sheets from its input, leaving only text as the output? I am a beginner, so the simpler, the better. Thanks for any advice :) (4 Replies)
Discussion started by: Molly.P.
4 Replies

13. UNIX for Dummies Questions & Answers

Regarding relation between SAS and HTML

How is sas related to web development - once we have the sas code executed what is the necessity to create a html output?? Any sas and html users welcome .. (2 Replies)
Discussion started by: swathi123
2 Replies

14. UNIX for Dummies Questions & Answers

Script that automatically generates HTML

hi I have a script with HTML code and am currently generating the html page everytime using genWebsite.sh > startPage.html Is it possible to have a loop at the begining of the script to run this command every minute so an updated HTML page is displayed or could someone suggest an alternative... (2 Replies)
Discussion started by: scriptnewbie
2 Replies

15. Shell Programming and Scripting

Search and retrieve the next Column.

Hi Guys, I have a File like below. FTOP,1|NOME,5|SERP,3 SERP,4|FTOP,7|POSE,4 Now, i am able to separate using multiple Delimiters in Awk. So,now when i search for FTOP, i need to retrieve the next column. In the above case, 1 7 Can somebody help as how to retrieve it. ... (2 Replies)
Discussion started by: mac4rfree
2 Replies