summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--all.php4
-rw-r--r--index.php2
-rw-r--r--smarty/templates/rpmphp/index.tpl10
-rw-r--r--smarty/templates/rpmphp/main.tpl2
5 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 83b0578..5d7a50c 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This repository manage sources of PHP scripts use to generate reports for
- Packages in Fedora repositories
+ Packages in Fedora / RHEL / CentOS / EPEL repositories
http://rpms.famillecollet.com/rpmphp/
diff --git a/all.php b/all.php
index 6eeba7a..44bc6f4 100644
--- a/all.php
+++ b/all.php
@@ -39,12 +39,12 @@ $what=(isset($_GET["what"]) ? $_GET["what"] : false);
$ariane[] = array(
'url' => '#',
- 'text' => 'Packages in Fedora repositories'
+ 'text' => 'Packages in Fedora / RHEL / CentOS / EPEL repositories'
);
$smarty->assign('ariane', $ariane);
$smarty->assign('what', $what);
-$smarty->assign('page_title', 'All packages in Fedora repositories');
+$smarty->assign('page_title', 'All packages in Fedora / RHEL / CentOS / EPEL repositories');
/**
* Retrieve packages informations
diff --git a/index.php b/index.php
index b3e82bd..b8edab2 100644
--- a/index.php
+++ b/index.php
@@ -37,7 +37,7 @@
require 'include/main.php';
$smarty->assign('ariane', $ariane);
-$smarty->assign('page_title', 'Packages in Fedora repositories');
+$smarty->assign('page_title', 'Packages in Fedora / RHEL / CentOS / EPEL repositories');
try {
diff --git a/smarty/templates/rpmphp/index.tpl b/smarty/templates/rpmphp/index.tpl
index 046af55..7bf709a 100644
--- a/smarty/templates/rpmphp/index.tpl
+++ b/smarty/templates/rpmphp/index.tpl
@@ -20,11 +20,11 @@
*}
<h2>Package reports</h2>
<ul id="reports">
- <li><a href="rpm.php?type=composer">COMPOSER Libraries in Fedora</a> with upstream information</li>
- <li><a href="rpm.php?type=pecl">PECL Extensions in Fedora</a> with upstream information</li>
- <li><a href="rpm.php?type=pear">PEAR Libraries in Fedora</a> with upstream information</li>
- <li><a href="rpm.php?type=R">R Extensions in Fedora</a> with upstream information</li>
- <li><a href="all.php">All Packages in Fedora</a></li>
+ <li><a href="rpm.php?type=composer">COMPOSER Libraries in Fedora / RHEL / CentOS / EPEL</a> with upstream information</li>
+ <li><a href="rpm.php?type=pecl">PECL Extensions in Fedora / RHEL / CentOS / EPEL</a> with upstream information</li>
+ <li><a href="rpm.php?type=pear">PEAR Libraries in Fedora / RHEL / CentOS / EPEL</a> with upstream information</li>
+ <li><a href="rpm.php?type=R">R Extensions in Fedora / RHEL / CentOS / EPEL</a> with upstream information</li>
+ <li><a href="all.php">All Packages in Fedora / RHEL / CentOS / EPEL</a></li>
</ul><!-- /reports -->
<table id="list-packages">
<caption><strong>Analysed repositories</strong></caption>
diff --git a/smarty/templates/rpmphp/main.tpl b/smarty/templates/rpmphp/main.tpl
index b0cae4b..4bc9b21 100644
--- a/smarty/templates/rpmphp/main.tpl
+++ b/smarty/templates/rpmphp/main.tpl
@@ -21,7 +21,7 @@
<!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" xml:lang="en">
<head>
- <title>Packages in Fedora - {$page_title}</title>
+ <title>Packages in Fedora / RHEL / CentOS / EPEL - {$page_title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" media="screen" href="css/rpmphp.css"/>
<!--<link rel="stylesheet" type="text/css" media="print" href="css/rpmphp-print.css">-->