diff --git a/content/downloads.html b/content/downloads.html index 4445fa7..138225d 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -136,8 +136,8 @@

Verifying Signatures

@@ -149,7 +149,7 @@

Verifying Signatures

wget http://download.geany.org/frlan-pubkey.txt
gpg --import < frlan-pubkey.txt
-gpg --verify geany-plugins-1.29.tar.bz2.sig geany-plugins-1.29.tar.bz2 +gpg --verify geany-plugins-.tar.bz2.sig geany-plugins-.tar.bz2

Download directly from version control

diff --git a/index.php b/index.php index f6ced8d..004b293 100644 --- a/index.php +++ b/index.php @@ -16,17 +16,20 @@ if (file_exists(CONTENTPATH . $_GET['site'] . '.html')) { define('CONTENTFILE', CONTENTPATH . $_GET['site'] . '.html'); + define('PAGETITLE', $_GET['site']); } else { define('CONTENTFILE', CONTENTPATH . '404.html'); + define('PAGETITLE', 'Plugin could not be found.'); } } else { define('CONTENTFILE', CONTENTPATH . 'start.html'); + define('PAGETITLE', ''); } print ''; @@ -37,7 +40,7 @@ - Plugins for Geany + Plugins for Geany [<?php print PAGETITLE ?>]