afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-08-05 09:48 am

[dw-free] Change lj- headers for email posting to site-agnostic forms

[commit: http://hg.dwscoalition.org/dw-free/rev/64e20546ba2e]

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

Documentation

Patch by [personal profile] kareila.

Files modified:
  • htdocs/manage/emailpost.bml
  • htdocs/manage/emailpost.bml.text
--------------------------------------------------------------------------------
diff -r 04d3814a911a -r 64e20546ba2e htdocs/manage/emailpost.bml
--- a/htdocs/manage/emailpost.bml	Wed Aug 05 09:43:34 2009 +0000
+++ b/htdocs/manage/emailpost.bml	Wed Aug 05 09:47:53 2009 +0000
@@ -173,33 +173,33 @@ body<=
                     $to_pin
                     $from
                     $subject
-                    <b>lj-userpic:</b> $ML{'.help.headers.options.userpic.example'}<br />
-                    <b>lj-tags:</b> $ML{'.help.headers.options.tags.example'}<br />
-                    <b>lj-mood:</b> $ML{'.help.headers.options.mood.example'}<br />
-                    <b>lj-music:</b> $ML{'.help.headers.options.music.example'}<br />
-                    <b>lj-comments:</b> } . BML::ml('.help.headers.options.comments.example', {'off' => 'off', 'noemail' => 'noemail'}) . qq{<br />
+                    <b>post-userpic:</b> $ML{'.help.headers.options.userpic.example'}<br />
+                    <b>post-tags:</b> $ML{'.help.headers.options.tags.example'}<br />
+                    <b>post-mood:</b> $ML{'.help.headers.options.mood.example'}<br />
+                    <b>post-music:</b> $ML{'.help.headers.options.music.example'}<br />
+                    <b>post-comments:</b> } . BML::ml('.help.headers.options.comments.example', {'off' => 'off', 'noemail' => 'noemail'}) . qq{<br />
                     <br />
                     $body
                     emailex?></fieldset>
 
                     <fieldset><legend>$ML{'.help.headers.security.header'}</legend>
-                    <?p } . BML::ml('.help.headers.security.text', {'header' => 'lj-security'}) . qq{ p?>
+                    <?p } . BML::ml('.help.headers.security.text', {'header' => 'post-security'}) . qq{ p?>
                     <div style="margin-left:40px">
-                    <b>lj-security:</b> public<br />
+                    <b>post-security:</b> public<br />
                     <div style="margin-left:40px">$ML{'.help.headers.security.public.desc'}</div><br />
                     </div>
                     <div style="margin-left:40px">
-                    <b>lj-security:</b> private<br />
+                    <b>post-security:</b> private<br />
                     <div style="margin-left:40px">$ML{'.help.headers.security.private.desc'}</div><br />
                     </div>
                     <div style="margin-left:40px">
-                    <b>lj-security:</b> friends<br />
+                    <b>post-security:</b> friends<br />
                     <div style="margin-left:40px">$ML{'.help.headers.security.friends.desc'}</div><br />
                     </div>
                     <div style="margin-left:40px">
-                    <b>lj-security:</b> $ML{'.help.headers.security.group.word'}<br />
+                    <b>post-security:</b> $ML{'.help.headers.security.group.word'}<br />
                     <div style="margin-left:40px">$ML{'.help.headers.security.group.desc'}
-                    <br />} . BML::ml('.help.headers.security.group.example', {'header' => 'lj-security:'}) . qq{</div><br />
+                    <br />} . BML::ml('.help.headers.security.group.example', {'header' => 'post-security:'}) . qq{</div><br />
                     </div></fieldset>
                 }
             },
diff -r 04d3814a911a -r 64e20546ba2e htdocs/manage/emailpost.bml.text
--- a/htdocs/manage/emailpost.bml.text	Wed Aug 05 09:43:34 2009 +0000
+++ b/htdocs/manage/emailpost.bml.text	Wed Aug 05 09:47:53 2009 +0000
@@ -65,7 +65,7 @@
 
 .help.headers.options.tags.example=greyhounds, potato, wool
 
-.help.headers.options.text=Most journal specific features can be set via "lj-headers" in the body of your message. The lj-headers should be at the top of your message, separated by a newline. All lj-headers are completely optional, and simply override your journal defaults.
+.help.headers.options.text=Most journal specific features can be set via "post-headers" in the body of your message. The post-headers should be at the top of your message, separated by a newline. All post-headers are completely optional, and simply override your journal defaults.
 
 .help.headers.options.userpic.example=userpic keywords
 
@@ -84,7 +84,7 @@
 
 .help.headers.security.public.desc=The post is posted publicly.
 
-.help.headers.security.text=Security options are set via the lj-header "[[header]]". If the security type specified is unknown, the journal entry defaults to private. If no security is specified, the entry is posted according to your default journal security.
+.help.headers.security.text=Security options are set via the post-header "[[header]]". If the security type specified is unknown, the journal entry defaults to private. If no security is specified, the entry is posted according to your default journal security.
 
 .help.manage.header=Manage your emailpost settings
 
@@ -208,7 +208,7 @@
 
 .settings.image.size.select.default=default
 
-.settings.text=These settings apply to all journal updates via email. You can leave these options alone to let your journal defaults take over, or override on a per message basis using lj-headers. These settings (and lj-header overrides) are described <a [[aopts]]>here</a>.
+.settings.text=These settings apply to all journal updates via email. You can leave these options alone to let your journal defaults take over, or override on a per message basis using post-headers. These settings (and post-header overrides) are described <a [[aopts]]>here</a>.
 
 .sorry.acct=Sorry, updating your journal via email is not available for your account type.
 
--------------------------------------------------------------------------------