[Xfce4-commits] <www:nick/gettext> Update terminal project page.
Jérôme Guelfucci
noreply at xfce.org
Sat Dec 18 13:44:01 CET 2010
Updating branch refs/heads/nick/gettext
to 1d29069308527c89787977682e9a4b7a1c4e1fd3 (commit)
from d5c3a7bc3316fef58eecb9e52b9395cf89bcc39a (commit)
commit 1d29069308527c89787977682e9a4b7a1c4e1fd3
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Sat Dec 18 13:39:52 2010 +0100
Update terminal project page.
pages/projects/terminal.php | 38 +++++++++++++++++++++++---------------
1 files changed, 23 insertions(+), 15 deletions(-)
diff --git a/pages/projects/terminal.php b/pages/projects/terminal.php
index 663ae88..c1fc0b7 100644
--- a/pages/projects/terminal.php
+++ b/pages/projects/terminal.php
@@ -1,21 +1,29 @@
-<div style="float:right; margin:0 0 0.5em 0.5em;"><img src="/images/projects/terminal.png" alt="terminal" width="48" height="48" /></div>
-
-<h2>Terminal</h2>
-
-<p class="center"><img src="/images/projects/screenshots/terminal.png" alt="Terminal" /></p>
+<h1><?php E_("What is Terminal?") ?></h1>
<p>
-Terminal is a modern, lightweight, and low memory cost terminal emulator with tabs and multiple windows for the Xfce
-desktop environment. It offers full-customization for the key bindings, the aspect, the colors, and more.
+ <?php E_("Terminal is a modern, lightweight, and low memory cost terminal emulator with tabs and multiple windows for the Xfce desktop environment. It offers full-customization for the key bindings, the aspect, the colors, and more.") ?>
</p>
-<h3>External Links</h3>
-
-<p><a class="external" href="http://goodies.xfce.org/projects/applications/terminal">Homepage</a></p>
-
-<?php include("git.address.php"); ?>
-
-<h3>Author</h3>
+<p class="center"><img src="/images/projects/screenshots/terminal.png" alt="Terminal" /></p>
-<?php include("authors.php"); ?>
+<h2><?php E_("Authors") ?></h2>
+
+<ul>
+ <li>Benedikt Meurer [benny at xfce.org]</li>
+ <li>Nick Schermer [nick at xfce.org]</li>
+</ul>
+
+<h2><?php E_("Useful links") ?></h2>
+
+<ul>
+ <li>
+ <a href="http://archive.xfce.org/src/apps/terminal/" class="external"><?php E_("Download the source tarballs of Terminal releases") ?></a>
+ </li>
+ <li>
+ <a href="http://git.xfce.org/apps/terminal/" class="external"><?php E_("Terminal source code on git.xfce.org") ?></a>
+ </li>
+ <li>
+ <a href="http://bugzilla.xfce.org/buglist.cgi?resolution=---;classification=Apps;query_format=advanced;product=Terminal" class="external"><?php E_("Bugs reported against Terminal") ?></a>
+ </li>
+</ul>
More information about the Xfce4-commits
mailing list