fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-01-04 11:27 am

[dw-free] errors in TT conversion of htdocs/legal/dmca.bml

[commit: http://hg.dwscoalition.org/dw-free/rev/404c6b5c0335]

http://bugs.dwscoalition.org/show_bug.cgi?id=3375

Tweak a couple of config changes.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/DW/Template.pm
  • etc/config.pl
--------------------------------------------------------------------------------
diff -r e76d6f8b1e9d -r 404c6b5c0335 cgi-bin/DW/Template.pm
--- a/cgi-bin/DW/Template.pm	Tue Jan 04 18:55:46 2011 +0800
+++ b/cgi-bin/DW/Template.pm	Tue Jan 04 19:26:38 2011 +0800
@@ -38,7 +38,9 @@ my $site_constants = Template::Namespace
     nameshort   => $LJ::SITENAMESHORT,
     nameabbrev  => $LJ::SITENAMEABBREV,
 
-    company => $LJ::SITECOMPANY,
+    company          => $LJ::SITECOMPANY,
+    address          => $LJ::SITEADDRESS,
+    addressline      => $LJ::SITEADDRESSLINE,
 
     domain      => $LJ::DOMAIN,
     domainweb   => $LJ::DOMAIN_WEB,
@@ -50,6 +52,7 @@ my $site_constants = Template::Namespace
     help => \%LJ::HELPURL,
 
     email => {
+        abuse => $LJ::ABUSE_EMAIL,
         coppa => $LJ::COPPA_EMAIL,
         privacy => $LJ::PRIVACY_EMAIL,
     },
diff -r e76d6f8b1e9d -r 404c6b5c0335 etc/config.pl
--- a/etc/config.pl	Tue Jan 04 18:55:46 2011 +0800
+++ b/etc/config.pl	Tue Jan 04 19:26:38 2011 +0800
@@ -33,6 +33,7 @@
 
     # email addresses
     $ADMIN_EMAIL = "webmaster\@$DOMAIN";
+    $ABUSE_EMAIL = "abuse\@$DOMAIN";
     $SUPPORT_EMAIL = "support\@$DOMAIN";
     $COMMUNITY_EMAIL = "community_invitation\@$DOMAIN";
     $BOGUS_EMAIL = "dw_null\@$DOMAIN";
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org