#!/usr/bin/perl -w =encoding UTF-8 =head1 NAME Locale::Po4a::AsciiDoc - convert AsciiDoc documents from/to PO files =head1 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::AsciiDoc is a module to help the translation of documentation in the AsciiDoc format. =cut package Locale::Po4a::AsciiDoc; use 5.010; use strict; use warnings; require Exporter; use vars qw(@ISA @EXPORT); @ISA = qw(Locale::Po4a::TransTractor); @EXPORT = qw(); use Locale::Po4a::TransTractor; use Locale::Po4a::Common; =head1 OPTIONS ACCEPTED BY THIS MODULE These are this module's particular options: =over =item B The name of a file containing definitions for po4a, as defined in the B section. You can use this option if it is not possible to put the definitions in the document being translated. In a definitions file, lines must not start by two slashes, but directly by B. =item B Space-separated list of attribute entries you want to translate. By default, no attribute entries are translatable. =item B Space-separated list of macro definitions. =item B