Publican is a single source publishing tool based on DocBook XML.
WWW: https://fedorahosted.org/publican/
This commit is contained in:
parent
4357b9a9c3
commit
bcd7a251c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302661
14 changed files with 946 additions and 0 deletions
|
@ -1105,6 +1105,7 @@
|
|||
SUBDIR += ppower4
|
||||
SUBDIR += print-n-times
|
||||
SUBDIR += prosper
|
||||
SUBDIR += publican
|
||||
SUBDIR += pure-csv
|
||||
SUBDIR += pure-xml
|
||||
SUBDIR += py-4suite
|
||||
|
|
102
textproc/publican/Makefile
Normal file
102
textproc/publican/Makefile
Normal file
|
@ -0,0 +1,102 @@
|
|||
# New ports collection makefile for: publican
|
||||
# Date created: 2012-08-16
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= publican
|
||||
PORTVERSION= 2.8
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/publican/Publican-${PORTVERSION}.tar.gz/1ddcf8e93e96d0e49868f21df41b53a4/
|
||||
DISTNAME= Publican-${PORTVERSION}
|
||||
|
||||
MAINTAINER= doceng@FreeBSD.org
|
||||
COMMENT= A single source publishing tool based on DocBook XML.
|
||||
|
||||
USE_JAVA= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_DISPLAY= yes
|
||||
|
||||
BUILD_DEPENDS= \
|
||||
p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
|
||||
p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
|
||||
p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \
|
||||
p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple \
|
||||
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
|
||||
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
|
||||
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \
|
||||
p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
|
||||
p5-File-Copy-Recursive>=0.38:${PORTSDIR}/devel/p5-File-Copy-Recursive \
|
||||
p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||
p5-File-Path>=0:${PORTSDIR}/devel/p5-File-Path \
|
||||
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
|
||||
p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd \
|
||||
p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
|
||||
p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \
|
||||
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
|
||||
p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes \
|
||||
p5-Locale-Maketext-Gettext>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Gettext \
|
||||
p5-Locale-PO>=0:${PORTSDIR}/devel/p5-Locale-PO \
|
||||
p5-Makefile-Parser>=0:${PORTSDIR}/textproc/p5-Makefile-Parser \
|
||||
p5-Syntax-Highlight-Engine-Kate>=0:${PORTSDIR}/textproc/p5-Syntax-Highlight-Engine-Kate \
|
||||
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor \
|
||||
p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \
|
||||
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
||||
p5-XML-LibXML>=1.67:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
p5-XML-LibXSLT>=1.67:${PORTSDIR}/textproc/p5-XML-LibXSLT \
|
||||
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
p5-XML-TreeBuilder>=4.0:${PORTSDIR}/textproc/p5-XML-TreeBuilder \
|
||||
${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 \
|
||||
${LOCALBASE}/share/sgml/docbook/4.2:${PORTSDIR}/textproc/docbook-420 \
|
||||
${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \
|
||||
librsvg2>=2.0:${PORTSDIR}/graphics/librsvg2 \
|
||||
fop:${PORTSDIR}/textproc/fop \
|
||||
${JAVALIBDIR}/xmlgraphics-commons.jar:${PORTSDIR}/graphics/xmlgraphics-commons \
|
||||
${JAVALIBDIR}/xml-apis-ext.jar:${PORTSDIR}/textproc/xml-commons \
|
||||
${LOCALBASE}/share/java/batik/lib/batik-all.jar:${PORTSDIR}/graphics/batik
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Devel-Cover>=0:${PORTSDIR}/devel/p5-Devel-Cover \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
|
||||
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
||||
MAN1= publican.1
|
||||
MAN3= Publican.3 Publican::Builder.3 Publican::CreateBook.3 \
|
||||
Publican::CreateBrand.3 Publican::Localise.3 Publican::Translate.3 \
|
||||
Publican::TreeView.3 Publican::WebSite.3 Publican::XmlClean.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
-e 's,%%DATADIR%%,${DATADIR},g' \
|
||||
-e 's,%%LOCALBASE%%,${LOCALBASE},g' \
|
||||
${WRKSRC}/Build.PL \
|
||||
${WRKSRC}/bin/publican \
|
||||
${WRKSRC}/completion/_publican \
|
||||
${WRKSRC}/datadir/xsl/eclipse.xsl \
|
||||
${WRKSRC}/datadir/xsl/epub.xsl \
|
||||
${WRKSRC}/datadir/xsl/html-single.xsl \
|
||||
${WRKSRC}/datadir/xsl/html.xsl \
|
||||
${WRKSRC}/datadir/xsl/man.xsl \
|
||||
${WRKSRC}/datadir/xsl/pdf.xsl \
|
||||
${WRKSRC}/etc/publican-website.cfg \
|
||||
${WRKSRC}/fop-ttc-metric.pl \
|
||||
${WRKSRC}/lib/Publican.pm \
|
||||
${WRKSRC}/lib/Publican/Builder.pm \
|
||||
${WRKSRC}/lib/Publican/WebSite.pm
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
textproc/publican/distinfo
Normal file
2
textproc/publican/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Publican-2.8.tar.gz) = 4cebf54937a7f0eae58fcf68e77d0aed62bde734641996df6b91d502b0ea9d07
|
||||
SIZE (Publican-2.8.tar.gz) = 1135912
|
21
textproc/publican/files/patch-Build.PL
Normal file
21
textproc/publican/files/patch-Build.PL
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- Build.PL.orig 2012-08-16 11:52:10.613393871 -0400
|
||||
+++ Build.PL 2012-08-16 11:53:17.923511254 -0400
|
||||
@@ -247,12 +247,12 @@
|
||||
],
|
||||
script_files => ['bin/publican'],
|
||||
install_path => {
|
||||
- 'datadir' => '/usr/share/publican',
|
||||
- 'generated' => '/usr/share/publican/sitetemplate',
|
||||
- 'web' => '/usr/share/publican/sitetemplate',
|
||||
- 'templates' => '/usr/share/publican/templates',
|
||||
- 'etc' => '/etc',
|
||||
- 'completion' => '/etc/bash_completion.d',
|
||||
+ 'datadir' => '%%DATADIR%%',
|
||||
+ 'generated' => '%%DATADIR%%/sitetemplate',
|
||||
+ 'web' => '%%DATADIR%%/sitetemplate',
|
||||
+ 'templates' => '%%DATADIR%%/templates',
|
||||
+ 'etc' => '%%PREFIX%%/etc',
|
||||
+ 'completion' => '%%PREFIX%%/etc/bash_completion.d',
|
||||
},
|
||||
data_files => {
|
||||
'datadir/default.db' => 'datadir/default.db',
|
20
textproc/publican/files/patch-bin-publican
Normal file
20
textproc/publican/files/patch-bin-publican
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- bin/publican.orig 2012-08-16 13:09:50.814392754 -0400
|
||||
+++ bin/publican 2012-08-16 13:11:02.429393674 -0400
|
||||
@@ -30,7 +30,7 @@
|
||||
my $LANG_PATTERN = q|__LANG__|;
|
||||
## TODO Consider making these parameters
|
||||
my $IMPORT_SCRIPT = '../common/cvs-import.sh';
|
||||
-my $WEB_TEMPLATE_PATH = '/usr/share/publican';
|
||||
+my $WEB_TEMPLATE_PATH = '%%DATADIR%%';
|
||||
|
||||
=head1 NAME
|
||||
|
||||
@@ -1184,7 +1184,7 @@
|
||||
|
||||
COMPREPLY=()
|
||||
cur=`_get_cword`
|
||||
- brands=`ls /usr/share/publican/Common_Content`
|
||||
+ brands=`ls %%DATADIR%%/Common_Content`
|
||||
|
||||
commands='$actions'
|
||||
|
11
textproc/publican/files/patch-completion-publican
Normal file
11
textproc/publican/files/patch-completion-publican
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- completion/_publican.orig 2012-08-16 13:12:17.798392922 -0400
|
||||
+++ completion/_publican 2012-08-16 13:12:37.492392277 -0400
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
COMPREPLY=()
|
||||
cur=`_get_cword`
|
||||
- brands=`ls /usr/share/publican/Common_Content`
|
||||
+ brands=`ls %%DATADIR%%/Common_Content`
|
||||
|
||||
commands='build bump clean clean_ids clean_set create create_brand create_site help_config install_book install_brand lang_stats old2new package print_banned print_known print_tree print_unused remove_book rename site_stats update_db update_po update_pot update_site'
|
||||
|
11
textproc/publican/files/patch-fop-ttc-metric.pl
Normal file
11
textproc/publican/files/patch-fop-ttc-metric.pl
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- fop-ttc-metric.pl.orig 2012-08-16 13:18:18.812392376 -0400
|
||||
+++ fop-ttc-metric.pl 2012-08-16 13:20:03.563392637 -0400
|
||||
@@ -35,7 +35,7 @@
|
||||
my $man = undef;
|
||||
my $help = undef;
|
||||
my $outdir = 'font-metrics';
|
||||
-my $share = '/usr/share/publican';
|
||||
+my $share = '%%DATADIR%%';
|
||||
my $conf_file = 'datadir/fop/fop.xconf';
|
||||
use utf8;
|
||||
binmode(STDERR, ':encoding(UTF-8)');
|
11
textproc/publican/files/patch-lib-Publican-Builder.pm
Normal file
11
textproc/publican/files/patch-lib-Publican-Builder.pm
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- lib/Publican/Builder.pm.orig 2012-08-16 13:33:44.153394319 -0400
|
||||
+++ lib/Publican/Builder.pm 2012-08-16 13:34:26.115391916 -0400
|
||||
@@ -768,7 +768,7 @@
|
||||
$wkhtmltopdf_cmd, '--header-spacing',
|
||||
5, '--margin-top',
|
||||
20, '--header-html',
|
||||
- '/usr/share/publican/header.html', '--title',
|
||||
+ '%%DATADIR%%/header.html', '--title',
|
||||
$title, "$tmp_dir/$lang/html-single/index.html",
|
||||
"$tmp_dir/$lang/pdf/$pdf_name"
|
||||
);
|
15
textproc/publican/files/patch-lib-Publican-WebSite.pm
Normal file
15
textproc/publican/files/patch-lib-Publican-WebSite.pm
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- lib/Publican/WebSite.pm.orig 2012-08-16 13:35:06.489393365 -0400
|
||||
+++ lib/Publican/WebSite.pm 2012-08-16 13:35:47.792392091 -0400
|
||||
@@ -23,9 +23,9 @@
|
||||
|
||||
my $DB_NAME = 'books';
|
||||
my $DEFAULT_LANG = 'en-US';
|
||||
-my $DEFAULT_TMPL_PATH = '/usr/share/publican/templates';
|
||||
-my $DEFAULT_CONFIG_FILE = '/etc/publican-website.cfg';
|
||||
-my $DEFAULT_DUMP_FILE = '/var/www/html/DUMP.xml';
|
||||
+my $DEFAULT_TMPL_PATH = '%%DATADIR%%/templates';
|
||||
+my $DEFAULT_CONFIG_FILE = '%%PREFIX%%/etc/publican-website.cfg';
|
||||
+my $DEFAULT_DUMP_FILE = '/var/tmp/DUMP.xml';
|
||||
|
||||
my %LANG_NAME = (
|
||||
'ar-SA' => 'العربية',
|
23
textproc/publican/files/patch-lib-Publican.pm
Normal file
23
textproc/publican/files/patch-lib-Publican.pm
Normal file
|
@ -0,0 +1,23 @@
|
|||
--- lib/Publican.pm.orig 2012-08-16 13:21:51.612392924 -0400
|
||||
+++ lib/Publican.pm 2012-08-16 13:32:40.089394197 -0400
|
||||
@@ -117,17 +117,17 @@
|
||||
classpath => {
|
||||
descr => maketext('Path to jar files for FOP.'),
|
||||
default =>
|
||||
- '/usr/share/java/ant/ant-trax-1.7.0.jar:/usr/share/java/xmlgraphics-commons.jar:/usr/share/java/batik-all.jar:/usr/share/java/xml-commons-apis.jar:/usr/share/java/xml-commons-apis-ext.jar',
|
||||
+ '%%JAVALIBDIR%%/ant-trax-1.7.0.jar:%%JAVALIBDIR%%/xmlgraphics-commons.jar:%%LOCALBASE%%/share/java/batik/lib/batik-all.jar:%%JAVALIBDIR%%/xml-apis.jar:%%JAVALIBDIR%%/xml-apis-ext.jar',
|
||||
|
||||
},
|
||||
common_config => {
|
||||
descr => maketext('Path to publican content.'),
|
||||
- default => '/usr/share/publican',
|
||||
+ default => '%%DATADIR%%',
|
||||
|
||||
},
|
||||
common_content => {
|
||||
descr => maketext('Path to publican common content.'),
|
||||
- default => '/usr/share/publican/Common_Content',
|
||||
+ default => '%%DATADIR%%/Common_Content',
|
||||
|
||||
},
|
||||
condition => {
|
13
textproc/publican/files/patch-publican-website.cfg
Normal file
13
textproc/publican/files/patch-publican-website.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- etc/publican-website.cfg.orig 2012-08-16 13:16:22.485392250 -0400
|
||||
+++ etc/publican-website.cfg 2012-08-16 13:16:42.011641287 -0400
|
||||
@@ -1,7 +1,7 @@
|
||||
# where will the content be published to?
|
||||
-toc_path: /var/www/html/docs
|
||||
+toc_path: .
|
||||
# Where are the templates to build the TOCs?
|
||||
-tmpl_path: /usr/share/publican/templates
|
||||
+tmpl_path: %%DATADIR%%/templates
|
||||
# Where is the database?
|
||||
-db_file: /usr/share/publican/default.db
|
||||
+db_file: %%DATADIR%%/default.db
|
||||
|
76
textproc/publican/files/patch-xsl
Normal file
76
textproc/publican/files/patch-xsl
Normal file
|
@ -0,0 +1,76 @@
|
|||
--- datadir/xsl/epub.xsl.orig 2012-08-16 15:46:39.331392250 -0400
|
||||
+++ datadir/xsl/epub.xsl 2012-08-16 15:47:55.060664223 -0400
|
||||
@@ -5,7 +5,7 @@
|
||||
version="1.0"
|
||||
exclude-result-prefixes="exsl">
|
||||
|
||||
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl"/>
|
||||
+<xsl:import href="file:///%%LOCALBASE%%/share/xsl/docbook/epub/docbook.xsl"/>
|
||||
<xsl:import href="defaults.xsl"/>
|
||||
<xsl:import href="xhtml-common.xsl"/>
|
||||
<xsl:param name="suppress.navigation" select="1"/>
|
||||
--- datadir/xsl/html.xsl.orig 2012-08-16 15:46:39.383392003 -0400
|
||||
+++ datadir/xsl/html.xsl 2012-08-16 15:52:20.003743268 -0400
|
||||
@@ -5,8 +5,8 @@
|
||||
version="1.0"
|
||||
exclude-result-prefixes="exsl">
|
||||
|
||||
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
|
||||
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
|
||||
+<xsl:import href="file://%%LOCALBASE%%/share/xsl/docbook/xhtml/docbook.xsl"/>
|
||||
+<xsl:import href="file://%%LOCALBASE%%/share/xsl/docbook/xhtml/chunk.xsl"/>
|
||||
|
||||
<xsl:include href="defaults.xsl"/>
|
||||
<xsl:include href="xhtml-common.xsl"/>
|
||||
--- datadir/xsl/html-single.xsl.orig 2012-08-16 15:46:39.364393171 -0400
|
||||
+++ datadir/xsl/html-single.xsl 2012-08-16 15:50:35.868391706 -0400
|
||||
@@ -5,8 +5,8 @@
|
||||
version="1.0"
|
||||
exclude-result-prefixes="exsl">
|
||||
|
||||
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
|
||||
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/titlepage.xsl"/>
|
||||
+<xsl:import href="file://%%LOCALBASE%%/share/xsl/docbook/xhtml/docbook.xsl"/>
|
||||
+<xsl:import href="file://%%LOCALBASE%%/share/xsl/docbook/xhtml/titlepage.xsl"/>
|
||||
<xsl:include href="defaults.xsl"/>
|
||||
<xsl:include href="xhtml-common.xsl"/>
|
||||
|
||||
--- datadir/xsl/pdf.xsl.orig 2012-08-16 15:46:39.351392118 -0400
|
||||
+++ datadir/xsl/pdf.xsl 2012-08-16 15:49:31.796392903 -0400
|
||||
@@ -32,11 +32,11 @@
|
||||
exclude-result-prefixes="exsl perl ptbl xtbl stbl">
|
||||
<!-- exclude-result-prefixes="#default"> -->
|
||||
|
||||
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
|
||||
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/graphics.xsl"/>
|
||||
+<xsl:import href="file://%%LOCALBASE%%/share/xsl/docbook/fo/docbook.xsl"/>
|
||||
+<xsl:import href="file://%%LOCALBASE%%/share/xsl/docbook/fo/graphics.xsl"/>
|
||||
<!-- This is required to get footnotes to format correctly due to overriding para BZ #565903 -->
|
||||
<!-- This has to use include to get the override working, do not change to import -->
|
||||
-<xsl:include href="http://docbook.sourceforge.net/release/xsl/current/fo/footnote.xsl"/>
|
||||
+<xsl:include href="file://%%LOCALBASE%%/share/xsl/docbook/fo/footnote.xsl"/>
|
||||
<xsl:include href="defaults.xsl"/>
|
||||
<xsl:param name="alignment">
|
||||
<xsl:choose>
|
||||
--- datadir/xsl/eclipse.xsl.orig 2012-08-16 15:46:39.370392468 -0400
|
||||
+++ datadir/xsl/eclipse.xsl 2012-08-16 15:51:24.547936197 -0400
|
||||
@@ -5,7 +5,7 @@
|
||||
version="1.0"
|
||||
exclude-result-prefixes="exsl">
|
||||
|
||||
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse.xsl"/>
|
||||
+<xsl:import href="file://%%LOCALBASE%%/share/xsl/docbook/eclipse/eclipse.xsl"/>
|
||||
<xsl:import href="defaults.xsl"/>
|
||||
<xsl:import href="xhtml-common.xsl"/>
|
||||
<xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
|
||||
--- datadir/xsl/man.xsl.orig 2012-08-16 15:56:25.956396025 -0400
|
||||
+++ datadir/xsl/man.xsl 2012-08-16 15:56:46.938818699 -0400
|
||||
@@ -5,7 +5,7 @@
|
||||
version="1.0"
|
||||
exclude-result-prefixes="exsl">
|
||||
|
||||
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
|
||||
+<xsl:import href="file://%%LOCALBASE%%/share/xsl/docbook/manpages/docbook.xsl"/>
|
||||
<xsl:import href="defaults.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
3
textproc/publican/pkg-descr
Normal file
3
textproc/publican/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Publican is a single source publishing tool based on DocBook XML.
|
||||
|
||||
WWW: https://fedorahosted.org/publican/
|
637
textproc/publican/pkg-plist
Normal file
637
textproc/publican/pkg-plist
Normal file
|
@ -0,0 +1,637 @@
|
|||
etc/bash_completion.d/_publican
|
||||
etc/publican-website.cfg
|
||||
bin/publican
|
||||
%%SITE_PERL%%/Publican/TreeView.pm
|
||||
%%SITE_PERL%%/Publican/CreateBook.pm
|
||||
%%SITE_PERL%%/Publican/CreateBrand.pm
|
||||
%%SITE_PERL%%/Publican/WebSite.pm
|
||||
%%SITE_PERL%%/Publican/XmlClean.pm
|
||||
%%SITE_PERL%%/Publican/Localise.pm
|
||||
%%SITE_PERL%%/Publican/Builder.pm
|
||||
%%SITE_PERL%%/Publican/Translate.pm
|
||||
%%SITE_PERL%%/Publican.pm
|
||||
%%DATADIR%%/Common_Content/common/ar-SA/css/lang.css
|
||||
%%DATADIR%%/Common_Content/common/ar-SA/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/ar-SA/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/ar-SA/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/as-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/as-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/as-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/ast-ES/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/ast-ES/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/ast-ES/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/bg-BG/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/bg-BG/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/bg-BG/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/bn-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/bn-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/bn-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/bs-BA/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/bs-BA/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/bs-BA/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/ca-ES/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/ca-ES/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/ca-ES/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/cs-CZ/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/cs-CZ/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/cs-CZ/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/da-DK/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/da-DK/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/da-DK/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/de-CH/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/de-CH/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/de-CH/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/de-DE/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/de-DE/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/de-DE/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/el-GR/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/el-GR/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/el-GR/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/en-US/css/common.css
|
||||
%%DATADIR%%/Common_Content/common/en-US/css/lang.css
|
||||
%%DATADIR%%/Common_Content/common/en-US/css/print.css
|
||||
%%DATADIR%%/Common_Content/common/en-US/css/default.css
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/3.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/stock-go-up.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/important.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/33.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/11.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/29.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/13.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/25.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/20.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/38.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/22.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/34.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/note.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/33.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/20.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/15.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/image_right.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/3.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/24.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/37.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/28.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/stock-go-back.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/39.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/31.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/2.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/warning.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/34.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/green.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/important.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/9.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/6.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/4.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/35.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/11.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/32.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/16.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/29.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/26.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/8.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/9.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/31.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/21.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/10.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/39.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/shine.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/21.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/28.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/27.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/40.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/14.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/25.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/1.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/2.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/19.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/stock-go-forward.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/title_logo.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/8.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/36.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/7.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/26.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/1.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/36.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/12.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/37.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/6.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/38.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/warning.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/18.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/23.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/dot2.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/19.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/22.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/16.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/yellow.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/10.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/stock-home.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/note.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/17.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/27.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/13.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/4.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/5.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/30.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/14.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/title_logo.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/30.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/watermark-draft.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/23.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/15.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/35.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/red.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/17.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/24.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/32.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/dot.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/12.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/5.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/h1-bg.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/7.svg
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/18.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/image_left.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/images/40.png
|
||||
%%DATADIR%%/Common_Content/common/en-US/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/en-US/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/en-US/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/es-ES/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/es-ES/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/es-ES/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/fa-IR/css/lang.css
|
||||
%%DATADIR%%/Common_Content/common/fa-IR/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/fa-IR/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/fa-IR/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/fi-FI/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/fi-FI/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/fi-FI/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/fr-FR/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/fr-FR/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/fr-FR/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/gu-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/gu-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/gu-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/he-IL/css/lang.css
|
||||
%%DATADIR%%/Common_Content/common/he-IL/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/he-IL/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/he-IL/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/hi-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/hi-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/hi-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/hr-HR/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/hr-HR/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/hr-HR/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/hu-HU/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/hu-HU/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/hu-HU/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/id-ID/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/id-ID/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/id-ID/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/is-IS/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/is-IS/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/is-IS/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/it-IT/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/it-IT/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/it-IT/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/ja-JP/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/ja-JP/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/ja-JP/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/kn-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/kn-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/kn-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/ko-KR/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/ko-KR/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/ko-KR/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/lv-LV/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/lv-LV/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/lv-LV/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/ml-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/ml-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/ml-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/mr-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/mr-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/mr-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/ms-MY/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/ms-MY/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/ms-MY/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/nb-NO/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/nb-NO/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/nb-NO/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/nl-NL/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/nl-NL/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/nl-NL/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/or-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/or-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/or-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/pa-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/pa-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/pa-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/pl-PL/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/pl-PL/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/pl-PL/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/pt-BR/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/pt-BR/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/pt-BR/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/pt-PT/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/pt-PT/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/pt-PT/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/ru-RU/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/ru-RU/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/ru-RU/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/si-LK/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/si-LK/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/si-LK/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/sk-SK/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/sk-SK/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/sk-SK/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/sr-Latn-RS/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/sr-Latn-RS/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/sr-Latn-RS/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/sr-RS/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/sr-RS/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/sr-RS/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/sv-SE/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/sv-SE/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/sv-SE/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/ta-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/ta-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/ta-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/te-IN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/te-IN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/te-IN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/th-TH/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/th-TH/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/th-TH/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/tr-TR/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/tr-TR/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/tr-TR/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/uk-UA/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/uk-UA/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/uk-UA/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/zh-CN/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/zh-CN/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/zh-CN/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/zh-TW/Conventions.xml
|
||||
%%DATADIR%%/Common_Content/common/zh-TW/Feedback.xml
|
||||
%%DATADIR%%/Common_Content/common/zh-TW/Legal_Notice.xml
|
||||
%%DATADIR%%/Common_Content/common/publican.cfg
|
||||
%%DATADIR%%/fop/fop.xconf
|
||||
%%DATADIR%%/sitetemplate/ar-SA/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/ar-SA/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/ar-SA/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/as-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/as-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/as-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/ast-ES/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/ast-ES/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/ast-ES/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/bg-BG/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/bg-BG/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/bg-BG/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/bn-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/bn-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/bn-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/bs-BA/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/bs-BA/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/bs-BA/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/ca-ES/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/ca-ES/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/ca-ES/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/cs-CZ/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/cs-CZ/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/cs-CZ/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/da-DK/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/da-DK/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/da-DK/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/de-CH/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/de-CH/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/de-CH/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/de-DE/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/de-DE/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/de-DE/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/el-GR/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/el-GR/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/el-GR/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/en-US/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/en-US/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/en-US/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/es-ES/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/es-ES/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/es-ES/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/fa-IR/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/fa-IR/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/fa-IR/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/fi-FI/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/fi-FI/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/fi-FI/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/fr-FR/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/fr-FR/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/fr-FR/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/gu-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/gu-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/gu-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/he-IL/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/he-IL/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/he-IL/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/hi-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/hi-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/hi-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/hr-HR/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/hr-HR/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/hr-HR/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/hu-HU/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/hu-HU/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/hu-HU/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/id-ID/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/id-ID/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/id-ID/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/is-IS/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/is-IS/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/is-IS/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/it-IT/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/it-IT/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/it-IT/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/ja-JP/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/ja-JP/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/ja-JP/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/kn-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/kn-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/kn-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/ko-KR/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/ko-KR/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/ko-KR/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/lv-LV/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/lv-LV/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/lv-LV/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/ml-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/ml-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/ml-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/mr-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/mr-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/mr-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/ms-MY/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/ms-MY/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/ms-MY/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/nb-NO/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/nb-NO/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/nb-NO/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/nl-NL/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/nl-NL/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/nl-NL/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/or-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/or-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/or-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/pa-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/pa-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/pa-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/pl-PL/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/pl-PL/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/pl-PL/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/pt-BR/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/pt-BR/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/pt-BR/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/pt-PT/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/pt-PT/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/pt-PT/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/ru-RU/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/ru-RU/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/ru-RU/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/si-LK/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/si-LK/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/si-LK/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/sk-SK/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/sk-SK/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/sk-SK/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/sr-Latn-RS/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/sr-Latn-RS/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/sr-Latn-RS/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/sr-RS/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/sr-RS/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/sr-RS/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/sv-SE/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/sv-SE/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/sv-SE/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/ta-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/ta-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/ta-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/te-IN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/te-IN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/te-IN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/th-TH/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/th-TH/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/th-TH/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/tr-TR/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/tr-TR/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/tr-TR/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/uk-UA/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/uk-UA/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/uk-UA/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/zh-CN/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/zh-CN/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/zh-CN/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/zh-TW/images/publican_logo.png
|
||||
%%DATADIR%%/sitetemplate/zh-TW/images/publican_logo.svg
|
||||
%%DATADIR%%/sitetemplate/zh-TW/Site_Tech.html
|
||||
%%DATADIR%%/sitetemplate/images/close.png
|
||||
%%DATADIR%%/sitetemplate/images/open.png
|
||||
%%DATADIR%%/sitetemplate/images/arrows.png
|
||||
%%DATADIR%%/sitetemplate/images/page.png
|
||||
%%DATADIR%%/sitetemplate/interactive.css
|
||||
%%DATADIR%%/sitetemplate/toc.js
|
||||
%%DATADIR%%/sitetemplate/index.html
|
||||
%%DATADIR%%/templates/stats.tmpl
|
||||
%%DATADIR%%/templates/Sitemap.tmpl
|
||||
%%DATADIR%%/templates/opds.tmpl
|
||||
%%DATADIR%%/templates/toc.tmpl
|
||||
%%DATADIR%%/templates/opds-langs.tmpl
|
||||
%%DATADIR%%/templates/index.tmpl
|
||||
%%DATADIR%%/templates/static_toc.tmpl
|
||||
%%DATADIR%%/templates/opds-prods.tmpl
|
||||
%%DATADIR%%/xsl/dt_htmlsingle_spec.xsl
|
||||
%%DATADIR%%/xsl/html.xsl
|
||||
%%DATADIR%%/xsl/epub.xsl
|
||||
%%DATADIR%%/xsl/pdf.xsl
|
||||
%%DATADIR%%/xsl/subtitle.xsl
|
||||
%%DATADIR%%/xsl/abstract.xsl
|
||||
%%DATADIR%%/xsl/eclipse.xsl
|
||||
%%DATADIR%%/xsl/defaults.xsl
|
||||
%%DATADIR%%/xsl/xhtml-common.xsl
|
||||
%%DATADIR%%/xsl/web-spec.xsl
|
||||
%%DATADIR%%/xsl/txt.xsl
|
||||
%%DATADIR%%/xsl/web-home-spec.xsl
|
||||
%%DATADIR%%/xsl/man.xsl
|
||||
%%DATADIR%%/xsl/html-single.xsl
|
||||
%%DATADIR%%/header.html
|
||||
%%DATADIR%%/footer.html
|
||||
%%DATADIR%%/default.db
|
||||
@dirrm %%SITE_PERL%%/Publican
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ar-SA/css
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ar-SA
|
||||
@dirrm %%DATADIR%%/Common_Content/common/as-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ast-ES
|
||||
@dirrm %%DATADIR%%/Common_Content/common/bg-BG
|
||||
@dirrm %%DATADIR%%/Common_Content/common/bn-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/bs-BA
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ca-ES
|
||||
@dirrm %%DATADIR%%/Common_Content/common/cs-CZ
|
||||
@dirrm %%DATADIR%%/Common_Content/common/da-DK
|
||||
@dirrm %%DATADIR%%/Common_Content/common/de-CH
|
||||
@dirrm %%DATADIR%%/Common_Content/common/de-DE
|
||||
@dirrm %%DATADIR%%/Common_Content/common/el-GR
|
||||
@dirrm %%DATADIR%%/Common_Content/common/en-US/css
|
||||
@dirrm %%DATADIR%%/Common_Content/common/en-US/images
|
||||
@dirrm %%DATADIR%%/Common_Content/common/en-US
|
||||
@dirrm %%DATADIR%%/Common_Content/common/es-ES
|
||||
@dirrm %%DATADIR%%/Common_Content/common/fa-IR/css
|
||||
@dirrm %%DATADIR%%/Common_Content/common/fa-IR
|
||||
@dirrm %%DATADIR%%/Common_Content/common/fi-FI
|
||||
@dirrm %%DATADIR%%/Common_Content/common/fr-FR
|
||||
@dirrm %%DATADIR%%/Common_Content/common/gu-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/he-IL/css
|
||||
@dirrm %%DATADIR%%/Common_Content/common/he-IL
|
||||
@dirrm %%DATADIR%%/Common_Content/common/hi-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/hr-HR
|
||||
@dirrm %%DATADIR%%/Common_Content/common/hu-HU
|
||||
@dirrm %%DATADIR%%/Common_Content/common/id-ID
|
||||
@dirrm %%DATADIR%%/Common_Content/common/is-IS
|
||||
@dirrm %%DATADIR%%/Common_Content/common/it-IT
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ja-JP
|
||||
@dirrm %%DATADIR%%/Common_Content/common/kn-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ko-KR
|
||||
@dirrm %%DATADIR%%/Common_Content/common/lv-LV
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ml-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/mr-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ms-MY
|
||||
@dirrm %%DATADIR%%/Common_Content/common/nb-NO
|
||||
@dirrm %%DATADIR%%/Common_Content/common/nl-NL
|
||||
@dirrm %%DATADIR%%/Common_Content/common/or-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/pa-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/pl-PL
|
||||
@dirrm %%DATADIR%%/Common_Content/common/pt-BR
|
||||
@dirrm %%DATADIR%%/Common_Content/common/pt-PT
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ru-RU
|
||||
@dirrm %%DATADIR%%/Common_Content/common/si-LK
|
||||
@dirrm %%DATADIR%%/Common_Content/common/sk-SK
|
||||
@dirrm %%DATADIR%%/Common_Content/common/sr-Latn-RS
|
||||
@dirrm %%DATADIR%%/Common_Content/common/sr-RS
|
||||
@dirrm %%DATADIR%%/Common_Content/common/sv-SE
|
||||
@dirrm %%DATADIR%%/Common_Content/common/ta-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/te-IN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/th-TH
|
||||
@dirrm %%DATADIR%%/Common_Content/common/tr-TR
|
||||
@dirrm %%DATADIR%%/Common_Content/common/uk-UA
|
||||
@dirrm %%DATADIR%%/Common_Content/common/zh-CN
|
||||
@dirrm %%DATADIR%%/Common_Content/common/zh-TW
|
||||
@dirrm %%DATADIR%%/Common_Content/common
|
||||
@dirrm %%DATADIR%%/Common_Content
|
||||
@dirrm %%DATADIR%%/fop
|
||||
@dirrm %%DATADIR%%/sitetemplate/ar-SA/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/as-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/ast-ES/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/bg-BG/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/bn-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/bs-BA/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/ca-ES/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/cs-CZ/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/da-DK/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/de-CH/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/de-DE/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/el-GR/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/en-US/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/es-ES/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/fa-IR/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/fi-FI/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/fr-FR/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/gu-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/he-IL/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/hi-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/hr-HR/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/hu-HU/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/id-ID/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/is-IS/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/it-IT/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/ja-JP/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/kn-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/ko-KR/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/lv-LV/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/ml-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/mr-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/ms-MY/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/nb-NO/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/nl-NL/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/or-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/pa-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/pl-PL/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/pt-BR/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/pt-PT/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/ru-RU/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/si-LK/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/sk-SK/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/sr-Latn-RS/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/sr-RS/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/sv-SE/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/ta-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/te-IN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/th-TH/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/tr-TR/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/uk-UA/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/zh-CN/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/zh-TW/images
|
||||
@dirrm %%DATADIR%%/sitetemplate/ar-SA
|
||||
@dirrm %%DATADIR%%/sitetemplate/as-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/ast-ES
|
||||
@dirrm %%DATADIR%%/sitetemplate/bg-BG
|
||||
@dirrm %%DATADIR%%/sitetemplate/bn-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/bs-BA
|
||||
@dirrm %%DATADIR%%/sitetemplate/ca-ES
|
||||
@dirrm %%DATADIR%%/sitetemplate/cs-CZ
|
||||
@dirrm %%DATADIR%%/sitetemplate/da-DK
|
||||
@dirrm %%DATADIR%%/sitetemplate/de-CH
|
||||
@dirrm %%DATADIR%%/sitetemplate/de-DE
|
||||
@dirrm %%DATADIR%%/sitetemplate/el-GR
|
||||
@dirrm %%DATADIR%%/sitetemplate/en-US
|
||||
@dirrm %%DATADIR%%/sitetemplate/es-ES
|
||||
@dirrm %%DATADIR%%/sitetemplate/fa-IR
|
||||
@dirrm %%DATADIR%%/sitetemplate/fi-FI
|
||||
@dirrm %%DATADIR%%/sitetemplate/fr-FR
|
||||
@dirrm %%DATADIR%%/sitetemplate/gu-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/he-IL
|
||||
@dirrm %%DATADIR%%/sitetemplate/hi-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/hr-HR
|
||||
@dirrm %%DATADIR%%/sitetemplate/hu-HU
|
||||
@dirrm %%DATADIR%%/sitetemplate/id-ID
|
||||
@dirrm %%DATADIR%%/sitetemplate/is-IS
|
||||
@dirrm %%DATADIR%%/sitetemplate/it-IT
|
||||
@dirrm %%DATADIR%%/sitetemplate/ja-JP
|
||||
@dirrm %%DATADIR%%/sitetemplate/kn-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/ko-KR
|
||||
@dirrm %%DATADIR%%/sitetemplate/lv-LV
|
||||
@dirrm %%DATADIR%%/sitetemplate/ml-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/mr-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/ms-MY
|
||||
@dirrm %%DATADIR%%/sitetemplate/nb-NO
|
||||
@dirrm %%DATADIR%%/sitetemplate/nl-NL
|
||||
@dirrm %%DATADIR%%/sitetemplate/or-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/pa-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/pl-PL
|
||||
@dirrm %%DATADIR%%/sitetemplate/pt-BR
|
||||
@dirrm %%DATADIR%%/sitetemplate/pt-PT
|
||||
@dirrm %%DATADIR%%/sitetemplate/ru-RU
|
||||
@dirrm %%DATADIR%%/sitetemplate/si-LK
|
||||
@dirrm %%DATADIR%%/sitetemplate/sk-SK
|
||||
@dirrm %%DATADIR%%/sitetemplate/sr-Latn-RS
|
||||
@dirrm %%DATADIR%%/sitetemplate/sr-RS
|
||||
@dirrm %%DATADIR%%/sitetemplate/sv-SE
|
||||
@dirrm %%DATADIR%%/sitetemplate/ta-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/te-IN
|
||||
@dirrm %%DATADIR%%/sitetemplate/th-TH
|
||||
@dirrm %%DATADIR%%/sitetemplate/tr-TR
|
||||
@dirrm %%DATADIR%%/sitetemplate/uk-UA
|
||||
@dirrm %%DATADIR%%/sitetemplate/zh-CN
|
||||
@dirrm %%DATADIR%%/sitetemplate/zh-TW
|
||||
@dirrm %%DATADIR%%/sitetemplate/images
|
||||
@dirrm %%DATADIR%%/sitetemplate
|
||||
@dirrm %%DATADIR%%/templates
|
||||
@dirrm %%DATADIR%%/xsl
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in a new issue