[Po4a-commits] "po4a/html .htaccess, NONE, 1.1 default.css, NONE, 1.1 documentation.php.en, NONE, 1.1 download.php.en, NONE, 1.1 features.php.en, NONE, 1.1 footer.php, NONE, 1.1 fuzzy.png, NONE, 1.1 getinvolved.php.en, NONE, 1.1 header.php.en, NONE, 1.1 header.png, NONE, 1.1 header1.php.en, NONE, 1.1 header2.php.en, NONE, 1.1 index.php.en, NONE, 1.1 po4a.conf, NONE, 1.1 table_translations_legend.php, NONE, 1.1 translated.png, NONE, 1.1 translations.php.en, NONE, 1.1 untranslated.png, NONE, 1.1"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Thu Aug 16 16:46:29 UTC 2007


Update of /cvsroot/po4a/po4a/html
In directory alioth:/tmp/cvs-serv20451/html

Added Files:
	.htaccess default.css documentation.php.en download.php.en 
	features.php.en footer.php fuzzy.png getinvolved.php.en 
	header.php.en header.png header1.php.en header2.php.en 
	index.php.en po4a.conf table_translations_legend.php 
	translated.png translations.php.en untranslated.png 
Log Message:
New website.


--- NEW FILE: po4a.conf ---
[po4a_langs] fr

[po4a_paths] po/www/po4a-www.pot $lang:po/www/$lang.po

[po4a_alias:xhtml] xhtml opt:"-L UTF-8"

[type: xhtml] html/index.php.en         $lang:html.gen/index.php.$lang
[type: xhtml] html/documentation.php.en $lang:html.gen/documentation.php.$lang
[type: xhtml] html/download.php.en      $lang:html.gen/download.php.$lang
[type: xhtml] html/features.php.en      $lang:html.gen/features.php.$lang
[type: xhtml] html/getinvolved.php.en   $lang:html.gen/getinvolved.php.$lang
[type: xhtml] html/header.php.en        $lang:html.gen/header.php.$lang  \
              opt:"-k 0 -o 'nodefault=<a> <span>'"
[type: xhtml] html/header1.php.en       $lang:html.gen/header1.php.$lang \
              opt:"-k 0 -o 'nodefault=<a> <span>'"
[type: xhtml] html/header2.php.en       $lang:html.gen/header2.php.$lang \
              opt:"-k 0 -o 'nodefault=<a> <span>'"
[type: xhtml] html/translations.php.en  $lang:html.gen/translations.php.$lang


--- NEW FILE: getinvolved.php.en ---
<!-- vim: set noexpandtab tw=0 : -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="stylesheet"
	      type="text/css"
	      href="default.css" />
	<meta http-equiv="Content-Type"
	      content="application/xhtml+xml; charset=utf-8" />
	<title>po4a - Get involved!</title>
</head>
<body>
	<? include "header.php.en"; ?>

	<div id="content">
		<div class="item">
			<h2>Get involved!</h2>
			<p>If you want to participate, you can contact us</p>
			<ul>
				<li>on our <a href="mailto:po4a-devel at lists.alioth.debian.org">mailing list</a>,</li>
				<li>on IRC (#po4a on oftc).</li></ul>
			<p>Bug reports, patches, feature requests or any
			feedback are welcomed on the mailing list, in the
			<a href="http://alioth.debian.org/tracker/?atid=410622&amp;group_id=30267">Alioth tracker</a>
			or in the <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=po4a;dist=unstable">Debian BTS</a>.</p>
			<p>Commit emails are sent on a separate
			<a href="mailto:po4a-commits at lists.alioth.debian.org">mailing list</a>.</p>
		</div>
		<div class="item">
			<h2>TODO</h2>
			<p>We are looking for people interesting in
			testing/porting on Windows</p>
			<p>Support for XLIFF would be welcomed.</p>
			<p>Implementation of a C extension to make po4a faster
			is ongoing.</p>
		</div>
	</div>

	<? include "footer_getinvolved.php"; ?>
	<? include "footer.php"; ?>
</body>
</html>

--- NEW FILE: header.php.en ---
<!-- begin header.php -->
	<div class="bg"><div class="header">
		<h1>po4a<sup>v<? include "version.php"; ?></sup></h1>
	</div></div>

	<div id="nav">
		<a href="."                 title="Welcome"      >Welcome<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="features.php"      title="Features"     >Features<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="documentation.php" title="Documentation">Documentation<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="download.php"      title="Download"     >Download<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="getinvolved.php"   title="Get Involved" >Get Involved<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="translations.php"  title="Translations" >Translations<span>&nbsp;&nbsp;&lt;</span></a>
	</div>
<!-- end header.php -->

--- NEW FILE: header2.php.en ---
<!-- begin header2.php -->
	<div class="bg"><div class="header">
		<h1>po4a<sup>v<? include "version.php"; ?></sup></h1>
	</div></div>

	<div id="nav">
		<a href="../../index.php"         title="Welcome"      >Welcome<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../../features.php"      title="Features"     >Features<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../../documentation.php" title="Documentation">Documentation<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../../download.php"      title="Download"     >Download<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../../getinvolved.php"   title="Get Involved" >Get Involved<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../../translations.php"  title="Translations" >Translations<span>&nbsp;&nbsp;&lt;</span></a>
	</div>
<!-- end header2.php -->

--- NEW FILE: download.php.en ---
<!-- vim: set noexpandtab tw=0 : -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="stylesheet"
	      type="text/css"
	      href="default.css" />
	<meta http-equiv="Content-Type"
	      content="application/xhtml+xml; charset=utf-8" />
	<title>po4a - Download</title>
</head>
<body>
	<? include "header.php.en"; ?>

	<div id="content">
		<div class="item">
			<h2>Sources</h2>
			<p>You can find the sources of the latest release on
			<a href="http://alioth.debian.org/plugins/scmcvs/cvsweb.php/po4a/?cvsroot=po4a">Alioth</a>.</p>
		</div>
		<div class="item">
			<h2>Binary</h2>
			<p>po4a is a Perl module. It is available as a binary
			package in many OpenSource distributions (Debian,
			Ubuntu, Fink, FreeBSD, Gentoo, Fedora, Mandriva, and
			probably others).</p>
		</div>
		<div class="item">
			<h2>CVS</h2>
			<p>The latest sources are available from our <a href="http://alioth.debian.org/plugins/scmcvs/cvsweb.php/po4a/?cvsroot=po4a">CVS repository</a>.</p>
			<p>It also contains additional modules which are being
			considered, but are not of a sufficient quality.</p>
		</div>
	</div>

	<? include "footer_download.php"; ?>
	<? include "footer.php"; ?>
</body>
</html>

--- NEW FILE: documentation.php.en ---
<!-- vim: set noexpandtab tw=0 : -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="stylesheet"
	      type="text/css"
	      href="default.css" />
	<meta http-equiv="Content-Type"
	      content="application/xhtml+xml; charset=utf-8" />
	<title>po4a - Documentation</title>
</head>
<body>
	<? include "header.php.en"; ?>

	<div id="content">
		<div class="item">
			<h2>Documentation</h2>
			<p>Here is an HTML version of the po4a's manpages.</p>
			<p>The <a href="man/man7/po4a.7.php">po4a.7</a> manpage
			provides an introduction to po4a.</p>
			<p>For more details, the <a href="man/">index</a>
			provides the documentation of the various commands
			and modules.</p>
		</div>
		<div class="item">
			<h2>Help</h2>
			<p>We can help you to set up a translation framework
			for your project's documentation or to adapt po4a to
			your needs.  Do not hesitate to contact us on our
			<a href="mailto:po4a-devel at lists.alioth.debian.org">mailing
			list</a> or on IRC (#po4a on oftc).</p>
		</div>
	</div>

	<? include "footer_documentation.php"; ?>
	<? include "footer.php"; ?>
</body>
</html>

--- NEW FILE: translations.php.en ---
<!-- vim: set noexpandtab tw=0 : -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="stylesheet"
	      type="text/css"
	      href="default.css" />
	<meta http-equiv="Content-Type"
	      content="application/xhtml+xml; charset=utf-8" />
	<title>po4a - Translations</title>
</head>
<body>
	<? include "header.php.en"; ?>

	<div id="content">
		<div class="item">
			<h2>Translating</h2>
			<p>Strings are usually freezed one or two week before
			the releases. Tell us if you want to be notified.</p>
			<p>See below for the list of available translations and
			work needed.</p>
			<p>You can find the translation material on our CVS
			repository (<a href="http://alioth.debian.org/plugins/scmcvs/cvsweb.php/po4a/po/bin/?cvsroot=po4a">translation of the program</a>,
			<a href="http://alioth.debian.org/plugins/scmcvs/cvsweb.php/po4a/po/pod/?cvsroot=po4a">translation of the documentation</a>).</p>
		</div>
		<div class="item">
			<h2>Available translations</h2>
			<p>Po4a is currently translated in the following
			languages:</p>
			<? include "table_translations_bin.php";?>
		</div>
		<div class="item">
			<h2>Translations of the documentation</h2>
			<p>The po4a documentation is also translated in the following languages:</p>
			<? include "table_translations_pod.php";?>
		</div>
		<div class="item">
			<h2>Translations of the web site</h2>
			<p>This web site is also translated in the following languages:</p>
			<? include "table_translations_www.php";?>
		</div>
	</div>

	<? include "footer_translations.php"; ?>
	<? include "footer.php"; ?>
</body>
</html>

--- NEW FILE: header1.php.en ---
<!-- begin header1.php -->
	<div class="bg"><div class="header">
		<h1>po4a<sup>v<? include "version.php"; ?></sup></h1>
	</div></div>

	<div id="nav">
		<a href="../index.php"         title="Welcome"      >Welcome<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../features.php"      title="Features"     >Features<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../documentation.php" title="Documentation">Documentation<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../download.php"      title="Download"     >Download<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../getinvolved.php"   title="Get Involved" >Get Involved<span>&nbsp;&nbsp;&lt;</span></a>
		<a href="../translations.php"  title="Translations" >Translations<span>&nbsp;&nbsp;&lt;</span></a>
	</div>
<!-- end header1.php -->

--- NEW FILE: fuzzy.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: .htaccess ---
# Activate content negotiation
Options Multiviews

--- NEW FILE: untranslated.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: table_translations_legend.php ---
<tr><td>legend:</td><td></td></tr>
<tr><td><img height="10" src="translated.png" style="height: 1em;" width="100%" alt="translated"/></td><td>translated</td></tr>
<tr><td><img height="10" src="fuzzy.png" style="height: 1em;" width="100%" alt="fuzzy"/></td><td>fuzzy</td></tr>
<tr><td><img height="10" src="untranslated.png" style="height: 1em;" width="100%" alt="untranslated"/></td><td>untranslated</td></tr>

--- NEW FILE: features.php.en ---
<!-- vim: set noexpandtab tw=0 : -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="stylesheet"
	      type="text/css"
	      href="default.css" />
	<meta http-equiv="Content-Type"
	      content="application/xhtml+xml; charset=utf-8" />
	<title>po4a - Features</title>
</head>
<body>
	<? include "header.php.en"; ?>

	<div id="content">
		<div class="item">
			<h2>Introduction</h2>
			<p>po4a extracts the translatable material from its
			input in a PO file.</p>
			<p>When the PO file is translated, it re-injects the
			translation in the structure of the document, and
			generates the translated document.</p>
			<p>If a string is not translated (i.e. it was not
			translated or it is "fuzzy" because the original
			document was updated), the original string is used.</p>
			<p>This permits to provide always up-to-date
			documentation.</p>
		</div>
		<div class="item">
			<h2>Supported formats</h2>
			<p>po4a supports currently the following formats:</p>
			<ul>
				<li>manpages</li>
				<li>pod</li>
				<li>xml (generic, docbook, xhtml, dia, or guide)</li>
				<li>sgml</li>
				<li>TeX (generic, LaTeX, or Texinfo)</li>
				<li>text (simple text files with some
				formatting)</li>
				<li>ini</li>
				<li>KernelHelp</li>
			</ul>
		</div>
		<div class="item">
			<h2>Configuration file</h2>
			<p>You can use a configuration file to ease its usage
			to a single command invocation. This configuration
			file will contain the list of documents, the options,
			etc.</p>
			<p>When invoked with a configuration file, po4a uses
			an 'a la make' algorithm to detect if files changed and
			if an operation is required.</p>
		</div>
	</div>

	<? include "footer_features.php"; ?>
	<? include "footer.php"; ?>
</body>
</html>

--- NEW FILE: index.php.en ---
<!-- vim: set noexpandtab tw=0 : -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="stylesheet"
	      type="text/css"
	      href="default.css" />
	<meta http-equiv="Content-Type"
	      content="application/xhtml+xml; charset=utf-8" />
	<title>po4a - Welcome</title>
</head>
<body>
	<? include "header.php.en"; ?>

	<div id="content">
		<div class="item">
			<h2>Welcome!</h2>
			<p>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.</p>
		</div>
		<div class="item">
			<h2>2007-08-16 - New website</h2>
			<p>We've changed the aspect of our web site and we've
			added some contents to help new users to use po4a.</p>
		</div>
		<div class="item">
			<h2>2007-08-15 - po4a 0.32 released</h2>
			<p></p>
		</div>
		<div class="item">
			<h2>Project links</h2>
			<p>The <a href="http://alioth.debian.org/projects/po4a/">po4a project</a>
			is hosted on
			<a href="http://alioth.debian.org">Alioth</a>.</p>
		</div>
	</div>

	<? include "footer_index.php"; ?>
	<? include "footer.php"; ?>
</body>
</html>

--- NEW FILE: header.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: translated.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: footer.php ---
<!-- begin footer.php -->
<!--This theme is free for distriubtion,  so long as  link to openwebdesing.org and webhostingbluebook.com stay on the theme-->
	<div id="footer">
		<p>Theme courtesy <a href="http://www.openwebdesign.org">Open Web Design</a>.
		Thanks to <a href="http://www.webhostingbluebook.com">web hosting bluebook</a>.
		(Copyright &copy;2004 Mark Florian)</p>
	</div>
<!-- end footer.php -->

--- NEW FILE: default.css ---
body {
    font-family: Tahoma,Verdana,sans-serif;
    font-size: small;
    color: rgb(100,100,100);
    margin: 0;
    background: rgb(250,255,252);
}

.bg {
    margin: 0;
    margin-bottom: 20px;
    background-image: url(header.png);
    background-repeat: repeat-x;
}

.bg .header {
    margin: 0 15% 0 15%;
    max-width: 50em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.bg .header h1 {
    font-size: xx-large;
    text-align: right;
    color: white;
}

.bg .header h1 sup {
    font-size: small;
    position: absolute;
}

#body {
    margin: 0 15% 0 15%;
    max-width: 50em;
}

h1 { font-size: x-large; border-bottom: 1px rgb(200,200,200) solid; text-align: right; margin: 0 0 0.7em 0; padding: 0 0 0.2em 0; }
h1 sup { font-size: small; position: absolute; }

h2 { margin: 0; font-size: small;}


a { font-weight: bold; text-decoration: none; color: black; }
a:visited { font-weight: normal; }
a:hover { font-style: italic; }

#nav {
    width: 10em;
    /*background: gray;*/
    text-align: right;
    float: left;
    padding: 1em 0 0 0;
}

#nav a { display: block; padding: 0 0 1em 0; font-weight: normal; }
#nav a:hover { font-style: normal; background: transparent; /* background so that IE does hover effect (?!?!)*/ }
#nav a span { color: rgb(250,255,252); }
#nav a:hover span { color: black; }

#content {
    /*background: lightsteelblue;*/
    margin: 0 0 0 10em;
    padding: 1em 1em 0 1em;
    border-left: 1px rgb(200,200,200) solid;
}

div.item {
    border-bottom: 1px rgb(200,200,200) solid;
    margin: 0 0 2em 0;
}

div.item p { margin: 1em 0.2em 0.3em 0; line-height: 1.5; text-align: justify; }

#languages {
    margin: 2em 0 2em 2em;
    font-size: x-small;
}

#footer {
    margin: 2em 0 0 0;
    text-align: center;
    border-top: 1px rgb(200,200,200) solid;
    font-size: xx-small;
}




More information about the Po4a-commits mailing list