Hi everybody I think I can improve my patch, but I still need some help.
Since all the pages show a footer with mailto:debian-www@lists.debian.org, I think it would be nice to add the "disclaimer" to the footer. Attached you can find a patch for that. I have splitted the text in the footer (now in 1 "define-tag") into 3 "define-tag"s. I'm afraid it will create fuzzy translations, but I can help in updating those translations since it's only about splitting two sentences. If you see the patch ok, I would apply it, and the disclaimer shown in the footer could be reused for the contact.wml page, vendors, and others (in these cases, inside a "div class="note" to remark it a bit more). This is where I need help: I don't know how should I update, for example, contact.wml page to include the "gettext-ed" text instead of the current disclaimer. Regards -- Laura Arjona https://wiki.debian.org/LauraArjona
? footer.wml.patch Index: footer.wml =================================================================== RCS file: /cvs/webwml/webwml/english/template/debian/footer.wml,v retrieving revision 1.128 diff -u -r1.128 footer.wml --- footer.wml 9 May 2014 14:14:07 -0000 1.128 +++ footer.wml 28 Apr 2015 20:24:36 -0000 @@ -94,7 +94,16 @@ # you can add some information of your own translation mailing list # (i.e. debian-l10n-xxx...@lists.debian.org) for reporting things in # your language. - <gettext>To report a problem with the web site, e-mail <a href="mailto:debian-www@lists.debian.org">debian-www@lists.debian.org</a>. For other contact information, see the Debian <a href="m4_HOME/contact">contact page</a>. Web site source code is <a href="m4_HOME/devel/website/using_cvs">available</a>.</gettext> + <gettext>To report a problem with the web site, e-mail <a href="mailto:debian-www@lists.debian.org">debian-www@lists.debian.org</a>. For other contact information, see the Debian <a href="m4_HOME/contact">contact page</a>. + </gettext> +</define-tag> +<define-tag publicmailinglists whitespace=delete> +<gettext>Please note that most of the e-mail addresses represent open mailing lists with public archives. +Read the <a href="$(HOME)/MailingLists/disclaimer">\ +disclaimer</a> before sending any messages.</gettext> +</define-tag> +<define-tag sourcecode whitespace=delete> +<gettext>Web site source code is <a href="m4_HOME/devel/website/using_cvs">available</a>.</gettext> </define-tag> <define-tag lastmodified whitespace=delete> <gettext>Last Modified</gettext>
signature.asc
Description: OpenPGP digital signature