[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FWD: Re: A few comments on recent changes; ATTN: translators, DWN



On Sun, Sep 24, 2000 at 12:46:25AM +0200, Josip Rodin wrote:
> > AFAICT there is no solution with current templates, because you want
> > $(title) to contain some Perl commands, but in wml::debian::template
> > $(title) is used inside ePerl commands, whereas it is used outside in
> > wml::debian::basic.
> [...]
> > But i do not understand why you need ePerl there, maybe
> >    <ifeq "$(NOHEADER)" ""
> >          "<H1>$(title)</H1>
> >    ">
> > is a better alternative.
> 
> I agree. I'll change this.

Also, how about this:

--- basic.wml~  Fri Sep  8 19:10:48 2000
+++ basic.wml   Sun Sep 24 01:04:26 2000
@@ -89,15 +89,7 @@
 <META http-equiv="Content-Type" content="text/html; charset=$(CHARSET)">
 <TITLE>$(BARETITLE:*Debian GNU/Linux -- )$(title)</TITLE>
 <LINK REV="made" HREF="mailto:webmaster@debian.org";>
-<META NAME="Description" CONTENT="<:
-if ("$(SUMMARY)" eq "")
-{
-    print q(<blurb>);
-}
-else
-{
-    print "$(SUMMARY)";
-} :>">
+<META NAME="Description" CONTENT="<ifeq "$(SUMMARY)" "" "<blurb>" "$(SUMMARY)">">
 <META NAME="Keywords" CONTENT="<keywords>">
 <META NAME="Language" CONTENT="$(CUR_LANG)">
 <info style=meta>

-- 
Digital Electronic Being Intended for Assassination and Nullification



Reply to: