Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

locale::po4a::wml(3) [debian man page]

Locale::Po4a::Wml(3)					User Contributed Perl Documentation				      Locale::Po4a::Wml(3)

NAME
Locale::Po4a::Wml - convert WML (web markup language) documents from/to PO files DESCRIPTION
The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation. Locale::Po4a::Wml is a module to help the translation of WML documents into other [human] languages. Do not mixup the WML we are speaking about here (web markup language) and the WAP crap used on cell phones. Please note that this module relies upon the Locale::Po4a::Xhtml module, which also relies upon the Locale::Po4a::Xml module. This means that all tags for web page expressions are assumed to be written in the XHTML syntax. OPTIONS ACCEPTED BY THIS MODULE
NONE. STATUS OF THIS MODULE
This module works for some simple documents, but is still young. Currently, the biggest issue of the module is probably that it cannot handle documents that contain non-XML inline tags such as <email "foo@example.org">, which are often defined in the WML. Improvements will be added in the future releases. AUTHORS
Martin Quinson (mquinson#debian.org) Noriada Kobayashi <nori1@dolphin.c.u-tokyo.ac.jp> COPYRIGHT AND LICENSE
Copyright 2005 by SPI, inc. This program is free software; you may redistribute it and/or modify it under the terms of GPL (see the COPYING file). perl v5.14.2 2012-05-17 Locale::Po4a::Wml(3)

Check Out this Related Man Page

Locale::Po4a::Chooser(3)				User Contributed Perl Documentation				  Locale::Po4a::Chooser(3)

NAME
Locale::Po4a::Chooser - manage po4a modules DESCRIPTION
Locale::Po4a::Chooser is a module to manage po4a modules. Previously, all po4a binaries used to know all po4a modules (pod, man, sgml, etc). This made the addition of a new module boring, to make sure the documentation is synchronized in all modules, and that each of them can access the new module. Now, you just have to call the Locale::Po4a::Chooser::new() function, passing the name of module as argument. You also have the Locale::Po4a::Chooser::list() function which lists the available formats and exits on the value passed as argument. SEE ALSO
About po4a: Locale::Po4a::Po(3pm), Locale::Po4a::TransTractor(3pm), po4a(7) About modules: Locale::Po4a::Dia(3pm), Locale::Po4a::Docbook(3pm), Locale::Po4a::Guide(3pm), Locale::Po4a::Halibut(3pm), Locale::Po4a::Ini(3pm), Locale::Po4a::KernelHelp(3pm), Locale::Po4a::LaTeX(3pm), Locale::Po4a::Man(3pm), Locale::Po4a::Pod(3pm), Locale::Po4a::Sgml(3pm), Locale::Po4a::TeX(3pm), Locale::Po4a::Texinfo(3pm), Locale::Po4a::Text(3pm), Locale::Po4a::Wml(3pm). Locale::Po4a::Xhtml(3pm), Locale::Po4a::Xml(3pm), Locale::Po4a::Wml(3pm). AUTHORS
Denis Barbier <barbier@linuxfr.org> Martin Quinson (mquinson#debian.org) COPYRIGHT AND LICENSE
Copyright 2002,2003,2004,2005 by SPI, inc. This program is free software; you may redistribute it and/or modify it under the terms of GPL (see the COPYING file). perl v5.14.2 2012-05-17 Locale::Po4a::Chooser(3)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

My crap PERL program

Hey all, I've been trying to learn Perl on my BSD box. When it came to printing the files out, it bothered me that the lines weren't numbered. So here's my little *crap* claim to some-form-of-fame Perl script which numbers files: ... (9 Replies)
Discussion started by: WIntellect
9 Replies

2. Shell Programming and Scripting

Another text filtering question

I want to remove everything from a file but the word following the search word. Example: crap crap crap crap SearchWord WordToKeep crap crap crap How would I do this with say awk or grep? Thank you! (4 Replies)
Discussion started by: DethLark
4 Replies

3. Shell Programming and Scripting

remove large portion of web page code between two tags

Hi everybody, I am trying to remove bunch of lines from web pages between two tags: one is <h1> and the other is <table it looks like <h1>Anniversary cards roses</h1> many lines here <table summary="Free anniversary greeting cards." cellspacing="8" cellpadding="8" width="70%">my goal... (5 Replies)
Discussion started by: georgi58
5 Replies