fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-02-21 10:33 am

[dw-free] redirect m.dreamwidth.org to dreamwidth.org/mobile

[commit: http://hg.dwscoalition.org/dw-free/rev/3407797b6f9f]

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

add m.dreamwidth.org redirect to example config

Patch by [personal profile] fu.

Files modified:
  • etc/config.pl
--------------------------------------------------------------------------------
diff -r aa2828c94203 -r 3407797b6f9f etc/config.pl
--- a/etc/config.pl	Mon Feb 21 18:30:24 2011 +0800
+++ b/etc/config.pl	Mon Feb 21 18:32:39 2011 +0800
@@ -54,7 +54,8 @@
             syndicated => 'journal',
             cssproxy => 'cssproxy',
             shop => 'shop',
-            mobile => 'mobile', 
+            mobile => 'mobile',
+            m => 'mobile',
             support => 'support',
         );
 
--------------------------------------------------------------------------------