]> git.deb.at Git - deb/packages.git/commitdiff
Move a remaining HTML message from DoShow.pm to show.tmpl
authorFrank Lichtenheld <frank@lichtenheld.de>
Tue, 28 Nov 2006 02:21:08 +0000 (02:21 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 28 Nov 2006 02:21:08 +0000 (02:21 +0000)
(this commit contaminates the config.tmpl with the packages.debian.net
settings, but I couldn't care less atm ;)

lib/Packages/DoShow.pm
templates/config.tmpl
templates/html/show.tmpl

index 87320e8b65fface9a5f31d7eb0993c5af7c7d54b..d6502ab7c318519d5b397a82324b10cb8d6ddc65 100644 (file)
@@ -204,10 +204,6 @@ sub do_show {
                        $contents{desc}{short} = _g( "virtual package" );
                        $contents{subsection} = 'virtual';
 
-                       my $policy_url = 'http://www.debian.org/doc/debian-policy/';
-                       note( sprintf( _g( 'This is a <em>virtual package</em>. See the <a href="%s">Debian policy</a> for a <a href="%sch-binary.html#s-virtual_pkg">definition of virtual packages</a>.' ),
-                                      $policy_url, $policy_url ));
-
                        my $provided_by = $page->{provided_by};
                        $contents{providers} = [];
                        pkg_list( \%packages, $opts, $provided_by, 'en', $contents{providers} );
index 3eeb2ff9c87aa86caee561233418c42e8983bc1a..e89e4c9e269d10074bf3a6135439a03aa46e9f40 100644 (file)
@@ -4,14 +4,15 @@
 
    organisation = 'Debian'
    homepage = 'http://www.debian.org/'
-   packages_homepage = 'http://packages.debian.org/'
+   packages_homepage = 'http://packages.debian.net/'
    searchformurl = packages_homepage
    search_url = '/'
    tags_url = 'http://debtags.alioth.debian.org/'
    bugs_url = 'http://bugs.debian.org/'
    src_bugs_url = bugs_url _ 'src:'
    mirror_url = 'http://ftp.debian.org/'
-   changelogs_url = '/changelogs/'
+   changelogs_url = 'http://packages.debian.org/changelogs/'
+   policy_url = 'http://www.debian.org/doc/debian-policy/'
    cn_help_url = homepage _ 'intro/cn'
    logo = {
        url => homepage,
@@ -37,8 +38,8 @@
    }
    trademarknotes = organisation _ ' is a trademark of ' _ copyright.name
 -%]
-[%#-
+[%-
    # possible values for importance: high, normal, low
-   sitewidemsg = { importance => "low",
+   sitewidemsg = { importance => "high",
                   txt => "Please note that this is an experimental version of <a href=\"http://packages.debian.org/\">packages.debian.org</a>. Errors and obsolete information should be expected" }
 -%]
index fba7dfe8bb976909620e207a54c9dc2ede5fb3f3..43e9b60a2a3b746372423fa9ba6db69571ae9257 100644 (file)
@@ -130,14 +130,16 @@ Do not install it on a normal Debian system.</p>
 </div>
 [% END %]
 
-[% UNLESS is_virtual %]
 <div id="pdesc">
-[% IF desc.short %]
+[% UNLESS is_virtual %]
+       [% IF desc.short %]
        <h2>[% desc.short %]</h2>
        <p>[% desc.long %]
+       [% END %]
+[% ELSE %]
+       <p>This is a <em>virtual package</em>. See the <a href="[% policy_url %]">Debian policy</a> for a <a href="[% policy_url %]ch-binary.html#s-virtual_pkg">definition of virtual packages</a>.</p>
 [% END %]
 </div> <!-- end pdesc -->
-[% END %]
 
 [% FOREACH tag IN tags %]
   [% IF loop.first -%]