[dw-nonfree] Add link to our Open Source page in the footer so people know we are.
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/cdf1bd5d18c7]
Add link to our Open Source page in the footer so people know we are.
Patch by
mark.
Files modified:
Add link to our Open Source page in the footer so people know we are.
Patch by
Files modified:
- bin/upgrading/en_DW.dat
- cgi-bin/bml/scheme/tropo-purple.look
- cgi-bin/bml/scheme/tropo-red.look
-------------------------------------------------------------------------------- diff -r 93167c7c87b0 -r cdf1bd5d18c7 bin/upgrading/en_DW.dat --- a/bin/upgrading/en_DW.dat Sun May 03 14:08:23 2009 +0000 +++ b/bin/upgrading/en_DW.dat Wed May 06 20:06:06 2009 +0000 @@ -54,4 +54,6 @@ tropo.footer.legal.privacypolicy=Privacy tropo.footer.legal.tos=Terms of Service +tropo.footer.opensource=Open Source + tropo.footer.sitemap=Site Map diff -r 93167c7c87b0 -r cdf1bd5d18c7 cgi-bin/bml/scheme/tropo-purple.look --- a/cgi-bin/bml/scheme/tropo-purple.look Sun May 03 14:08:23 2009 +0000 +++ b/cgi-bin/bml/scheme/tropo-purple.look Wed May 06 20:06:06 2009 +0000 @@ -155,11 +155,12 @@ _code?> footer<= <ul> - <li><a href="<?siteroot?>/legal/privacy.bml"><?_ml tropo.footer.legal.privacypolicy _ml?></a> • </li> - <li><a href="<?siteroot?>/legal/tos.bml"><?_ml tropo.footer.legal.tos _ml?></a> • </li> - <li><a href="<?siteroot?>/legal/diversity.bml"><?_ml tropo.footer.legal.diversitystatement _ml?></a> • </li> - <li><a href="<?siteroot?>/legal/principles.bml"><?_ml tropo.footer.legal.guidingprinciples _ml?></a> • </li> - <li><a href="<?siteroot?>/site/"><?_ml tropo.footer.sitemap _ml?></a></li> + <li><a href="<?siteroot?>/legal/privacy"><?_ml tropo.footer.legal.privacypolicy _ml?></a> • </li> + <li><a href="<?siteroot?>/legal/tos"><?_ml tropo.footer.legal.tos _ml?></a> • </li> + <li><a href="<?siteroot?>/legal/diversity"><?_ml tropo.footer.legal.diversitystatement _ml?></a> • </li> + <li><a href="<?siteroot?>/legal/principles"><?_ml tropo.footer.legal.guidingprinciples _ml?></a> • </li> + <li><a href="<?siteroot?>/site/"><?_ml tropo.footer.sitemap _ml?></a> • </li> + <li><a href="<?siteroot?>/site/opensource"?><?_ml tropo.footer.opensource _ml?></a></li> </ul> <p><?_ml tropo.footer.info _ml?></p> <=footer diff -r 93167c7c87b0 -r cdf1bd5d18c7 cgi-bin/bml/scheme/tropo-red.look --- a/cgi-bin/bml/scheme/tropo-red.look Sun May 03 14:08:23 2009 +0000 +++ b/cgi-bin/bml/scheme/tropo-red.look Wed May 06 20:06:06 2009 +0000 @@ -155,11 +155,12 @@ _code?> footer<= <ul> - <li><a href="<?siteroot?>/legal/privacy.bml"><?_ml tropo.footer.legal.privacypolicy _ml?></a> • </li> - <li><a href="<?siteroot?>/legal/tos.bml"><?_ml tropo.footer.legal.tos _ml?></a> • </li> - <li><a href="<?siteroot?>/legal/diversity.bml"><?_ml tropo.footer.legal.diversitystatement _ml?></a> • </li> - <li><a href="<?siteroot?>/legal/principles.bml"><?_ml tropo.footer.legal.guidingprinciples _ml?></a> • </li> - <li><a href="<?siteroot?>/site/"><?_ml tropo.footer.sitemap _ml?></a></li> + <li><a href="<?siteroot?>/legal/privacy"><?_ml tropo.footer.legal.privacypolicy _ml?></a> • </li> + <li><a href="<?siteroot?>/legal/tos"><?_ml tropo.footer.legal.tos _ml?></a> • </li> + <li><a href="<?siteroot?>/legal/diversity"><?_ml tropo.footer.legal.diversitystatement _ml?></a> • </li> + <li><a href="<?siteroot?>/legal/principles"><?_ml tropo.footer.legal.guidingprinciples _ml?></a> • </li> + <li><a href="<?siteroot?>/site/"><?_ml tropo.footer.sitemap _ml?></a> • </li> + <li><a href="<?siteroot?>/site/opensource"?><?_ml tropo.footer.opensource _ml?></a></li> </ul> <p><?_ml tropo.footer.info _ml?></p> <=footer --------------------------------------------------------------------------------
