kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-08-03 07:15 am

[dw-free] add more dev process info to site/opensource.bml

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

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

Add more useful links to the Open Source page linked in the site footer.

Patch by [staff profile] denise.

Files modified:
  • htdocs/site/opensource.bml
  • htdocs/site/opensource.bml.text
--------------------------------------------------------------------------------
diff -r fb2a27007801 -r bbc24e5f20d7 htdocs/site/opensource.bml
--- a/htdocs/site/opensource.bml	Sun Aug 02 21:12:23 2009 -0500
+++ b/htdocs/site/opensource.bml	Mon Aug 03 02:15:06 2009 -0500
@@ -31,6 +31,13 @@ body<=
 <h1><?_ml .attrib.header _ml?></h1>
 
 <p><?_code return BML::ml ('.attrib.silk', {'sitenameshort' => $LJ::SITENAMESHORT}); _code?></p>
+
+<h1><?_ml .development.header _ml?></h1>
+
+<p><?_ml .development.main _ml?></p>
+
+<p><?_ml .development.directions _ml?></p>
+
 <=body
 windowtitle=><?_ml .title _ml?>
 page?>
diff -r fb2a27007801 -r bbc24e5f20d7 htdocs/site/opensource.bml.text
--- a/htdocs/site/opensource.bml.text	Sun Aug 02 21:12:23 2009 -0500
+++ b/htdocs/site/opensource.bml.text	Mon Aug 03 02:15:06 2009 -0500
@@ -4,6 +4,12 @@
 .attrib.header=Attribution for Content
 
 .attrib.silk=&bull; In certain places, [[sitenameshort]] uses the <a href="http://www.famfamfam.com/lab/icons/silk/">Silk</a> icon set made by Mark James, which are licensed under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. We are grateful to Mark for creating and sharing these.
+
+.development.header=Development
+
+.development.directions=If you'd like to report a bug that you've found in the Dreamwidth code, please do so by opening a <a href="http://www.dreamwidth.org/support/submit.bml">support request</a> on Dreamwidth.org, or email support@dreamwidth.org. That will allow us to verify the bug and the steps to reproduce it before entering it into our Bugzilla. If the bug is security-related and you think it shouldn't be posted in public, you can email webmaster@dreamwidth.org instead.
+
+.development.main=Information about installing and maintaining a Dreamwidth-powered site can be found at <a href="http://wiki.dwscoalition.org">the Dreamwidth Wiki</a>. If you'd like to submit a patch to us, or see a list of the bugs available for someone to work on, check out our <a href="http://bugs.dwscoalition.org">Bugzilla installation</a>.
 
 .licensing.header=Licensing Information
 
--------------------------------------------------------------------------------