[dw-nonfree] Update DW .org files
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/ee5be66bac59]
http://bugs.dwscoalition.org/show_bug.cgi?id=544
Updates to staff page and new policy landing page.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=544
Updates to staff page and new policy landing page.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/site/policy.bml
- htdocs/site/staff.bml
-------------------------------------------------------------------------------- diff -r 225dfe2e0f53 -r ee5be66bac59 htdocs/site/policy.bml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/htdocs/site/policy.bml Sun Mar 29 04:44:15 2009 +0000 @@ -0,0 +1,62 @@ +<?page +body<= +<?_code +{ + # Policy Center + # + # Authors: + # Denise Paolucci <denise@dreamwidth.org> + # + # Copyright (c) 2009 by Dreamwidth Studios, LLC. + # + # This program is NOT free software or open-source; you can use it as an + # example of how to implement your own site-specific extensions to the + # Dreamwidth Studios open-source code, but you cannot use it on your site + # or redistribute it, with or without modifications. + # + + + use strict; + use vars qw(%GET %POST $title $headextra @errors @warnings); + + $title = "Policy Center"; + + my $ret; + + $ret .= <<PAGE; + +<p>In accordance with our commitment to open operations, we will make available as much information as we can about our policies, our operating procedures, and the steps we take to enforce our policies.</p> + +<p>We believe in providing our users with the maximum amount of free expression as permitted by United States law, with the exceptions of actions we choose to take to protect the health of the service (such as by removing spam) and actions we choose to take to safeguard the privacy and safety of others.</p> + +<p>We know that any conflict between two people has the potential to become heated, and that once a conflict becomes heated, it is often very difficult for us to determine what the best and most ethical course of action should be. We are committed to upholding our <a href='http://www.dreamwidth.org/legal/principles.bml'>Guiding Principles</a>, and we will work with you to determine the best course of action in any given situation.</p> + +<p>We will provide as much information about our policies and their enforcement as we can while still respecting the privacy of our users. While this means that we will never release details about a specific conflict without the express permission of all parties involved, we are always willing to answer general questions about our policies.</p> + +<dl><dt><a href='http://www.dreamwidth.org/legal/tos.bml'>Terms of Service</a></dt> +<dd>The Terms of Service governing all usage of the site.</dd></dl> + +<dl><dt><a href='http://www.dreamwidth.org/legal/privacy.bml'>Privacy Policy</a></dt> +<dd>Our Privacy Policy, which explains how we use any information you provide us.</dd></dl> + +<dl><dt><a href='http://www.dreamwidth.org/support/faqbrowse.bml?faqid=80'>Reporting a Terms of Service Violation</a></dt> +<dd>How to report a violation of our Terms of Service agreement, or seek clarification on any of our policies.</dd></dl> + + +PAGE + + return $ret; +} +_code?> +<=body +title=><?_code return $title; _code?> +head<= +<?_code return $headextra; _code?> + <style type='text/css'> +<!-- +dd {list-style: disc; margin-left: 2em; } +dt {font-weight: bold; margin-top: 10px;} +--> +</style> +<=head +page?> diff -r 225dfe2e0f53 -r ee5be66bac59 htdocs/site/staff.bml --- a/htdocs/site/staff.bml Thu Mar 19 04:21:23 2009 +0000 +++ b/htdocs/site/staff.bml Sun Mar 29 04:44:15 2009 +0000 @@ -83,9 +83,20 @@ Corporation. He currently works for Goog <br /> + + +<img src="http://www.dreamwidth.org/userpic/2564/6" style="float: left; padding: 5px;"> + +<p><b>DomTheKnight</b> is leading the beta testing team for Dreamwidth. At her day job in research administration, she has worked on database conversions, and currently manages data in several databases and trains her colleagues to use them. She's excited to be using those skills for an open source project in collaboration with such awesome people.</p> + +<p>In her free time, Dom enjoys singing in choirs, reading all the books she can afford, crocheting afghans, and playing bridge. She is a lifelong fan of Northwestern University sports in all shapes and sizes, and knows way too much trivia about the 'Cats.</p> + +<br /> + + <img src="http://www.dreamwidth.org/userpic/261/6" style="float: left; padding: 5px;"> -<b>Audra Johnson</b> (the Information Architect) joined Dreamwidth because she's passionate about online community and user experiences, as evidenced by her work running the LJ community no_lj_ads. As Mistress of Project Organization, she has insatiable needs to collate and organize information of all kinds, mostly manifesting in the site wiki and stalking everyone to make sure things are properly documented and categorized. If you ask her where someone put something, she can tell you in three seconds or less ... unless you mean her keys.</p> +<p><b>Audra Johnson</b> (the Information Architect) joined Dreamwidth because she's passionate about online community and user experiences, as evidenced by her work running the LJ community no_lj_ads. As Mistress of Project Organization, she has insatiable needs to collate and organize information of all kinds, mostly manifesting in the site wiki and stalking everyone to make sure things are properly documented and categorized. If you ask her where someone put something, she can tell you in three seconds or less ... unless you mean her keys.</p> <p>Audra lives in Seattle, WA, where she works as a bioinformatics software engineer, which involves sifting through massive amounts of data using code and math for biology research.</p> @@ -124,6 +135,13 @@ free time playing video games.</p> <p>Rachel lives in Lancaster, England, where she lives on her own, unless you count the collection of sheep ornaments, plushies, and fridge magnets. She has a tendency to get far too animated when talking about her beloved science of physics.</p> <br /> + +<img src="http://www.dreamwidth.org/userpic/2565/6" style="float: left; padding: 5px;"> + +<p><b>zvi LikesTV</b> got on the Internet to talk about speculative fiction novels. Her repertoire now includes television, queerness, and media fandom, but her interest in software is because she wants faster, easier, and more elegant methods to talk about two (or more) hot alien babes getting it on. It makes sense, then, that she's <del>leading</del> <ins>occasionally pointing in the same direction as</ins> the Cool Hunters on Dreamwidth.</p> + +<p>zvi is a black American dyke living on the East Coast of the United States. She runs Ubuntu Linux and reads about writing, open source software, intellectual property shenanigans, and the True Love of Those Guys from That Show.</p> + <=body title=>Our People page?> --------------------------------------------------------------------------------