--- /dev/null
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+ <link href="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
+ <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" />
+ <title> Anti-harassment policy — LibrePlanet 2014</title>
+
+ </head>
+ <body>
+
+ <div id="wrapper"> <!-- start of wrapper -->
+
+ <div class="lp-banner"> <!-- start of lp banner -->
+ <div class="container"> <!-- start of container -->
+ <div class="row">
+ <div class="col-sm-7">
+ <div class="lp-head">
+ <h1>LibrePlanet <small>2014</small></h1>
+ <p><strong>March 23rd-24th 2014 in Cambridge, MA</strong></p>
+ <p class="text-muted">The yearly conference of the free software community.</p>
+ </div>
+ </div>
+ <div class="col-sm-offset-1 col-sm-4"> <!-- start of signup form -->
+ <form role="form" class="margin-top lp-signup">
+ <div class="form-group">
+ <label class="sr-only" for="emailAddress">Email address</label>
+ <div class="input-group">
+ <input type="email" class="form-control" id="emailAddress" placeholder="Your email address" required>
+ <span class="input-group-btn">
+ <button type="submit" class="btn btn-default">Sign Up</button>
+ </span>
+ </div>
+ <p class="help-block">Read the <a href="#">privacy
+ policy</a>.</p>
+ </div>
+ </form>
+ </div> <!-- end of signup form -->
+ </div>
+ </div> <!-- end of header container -->
+ </div> <!-- end of lp banner -->
+
+ <div class="container"> <!-- start of main container -->
+
+ <div class="row">
+
+ <div class="col-sm-3"> <!-- start of nav items -->
+ <ul class="nav nav-pills nav-stacked">
+ <li><a href="#">Videos from LP 2013</a></li>
+ <li><a href="#">Previous years</a></li>
+ <li><a href="#">Anti-harassment policy</a></li>
+ </ul>
+ <div class="fsf-donate-button">
+ <a href="#">
+ <img class="img-responsive"
+ src="https://static.fsf.org/nosvn/donate.en.png"
+ alt="[ Donate to the FSF ]" />
+ </a>
+ </div>
+ </div> <!-- end of nav items -->
+
+ <div class="col-sm-9"> <!-- start of anti-harassment column -->
+
+ <h2> Anti-harassment policy </h2>
+
+ <p>
+ <em>Libby Reinish, FSF campaigns manager, is the contact
+ person for any reports of violations of the
+ anti-harassment policy during LibrePlanet 2013. If you
+ need to file a report, find Libby or call her at
+ 413-275-4786</em>
+ </p>
+
+ <p>
+ The FSF is dedicated to providing a harassment-free LibrePlanet experience for everyone.
+ </p>
+
+ <ul>
+ <li>
+ We do not tolerate harassment of conference
+ participants in any form. Offensive or graphic sexual
+ language and imagery is not appropriate for any
+ conference venue, including talks.</li>
+
+ <li> Conference participants violating these rules may
+ be sanctioned or expelled from the conference at the
+ discretion of the conference organizers.</li>
+
+ <li>Harassment includes offensive verbal comments
+ related to gender, sexual orientation, disability,
+ physical appearance, body size, race, religion, sexual
+ images in public spaces, deliberate intimidation,
+ stalking, following, harassing photography or recording,
+ sustained disruption of talks or other events,
+ inappropriate physical contact, and unwelcome sexual
+ attention.</li>
+
+ <li>Participants asked to stop any harassing behavior
+ are expected to comply immediately.</li>
+
+ <li>If a participant engages in harassing behavior, the
+ conference organizers may take any action they deem
+ appropriate, including warning the offender or expulsion
+ from the conference.</li>
+
+ <li>If you are being harassed, notice that someone else
+ is being harassed, or have any other concerns, please
+ contact a member of [http://www.fsf.org/about/staff FSF
+ staff] immediately. FSF staff are available in every
+ conference track and at the information desk throughout
+ the conference.</li>
+
+ <li>Conference staff will be happy to help participants
+ contact hotel/venue security or local law enforcement,
+ provide escorts, or otherwise assist those experiencing
+ harassment to feel safe for the duration of the
+ conference.</li>
+
+ </ul>
+
+ <p>
+ <strong>We value your attendance.</strong>
+ </p>
+
+ <hr />
+
+ <p class="text-muted">This policy is based on several
+ other policies, including the OLF anti-harassment
+ policy, written by Esther Filderman and Beth Lynn
+ Eicher, and the Con Anti-Harassment Project. Mary
+ Gardiner, Valerie Aurora, Sarah Smith, and Donna
+ Benjamin generalized the policies and added supporting
+ material. Many members of LinuxChix, Geek Feminism and
+ other groups contributed to this work.</p>
+
+ </div> <!-- end of ant-harassment column -->
+
+ </div>
+ </div> <!-- end of main container -->
+
+ </div> <!-- end of wrapper -->
+
+ <div id="footer">
+ <div class="container">
+ <p class="text-muted">
+ The <a href="http://www.fsf.org/">Free Software
+ Foundation</a> is a nonprofit with a worldwide mission to
+ advance software freedom learn about our history and
+ work.</p>
+
+ <p class="text-muted"> Copyright © 2013 Free Software
+ Foundation, Inc. This work is licensed under
+ a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative
+ Commons Attribution-NoDerivs 3.0 United
+ States</a>. <a href="http://www.gnu.org/licenses/license-list.html#OpinionLicenses">Why
+ this license?</a></p>
+
+ <p class="text-muted text-center">
+ <small>
+ <a href="/2014/javascript/" rel="jslicense">Javascript license information.</a>
+ </small>
+ </p>
+
+ </div>
+ </div> <!-- end of footer -->
+ <script type="text/javascript" src="/2014/assets/js/jquery-1.10.2.min.js"></script>
+ <script type="text/javascript" src="/2014/assets/js/bootstrap.min.js"></script>
+ <script type="text/javascript">
+ /**
+ * @licstart The following is the entire license notice for the JavaScript code in this page.
+ *
+ * Copyright (C) 2013 Free Software Foundation, Inc
+
+ * Licensed under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+
+ * http://www.apache.org/licenses/LICENSE-2.0
+
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ * either express or implied. See the License for the specific
+ * language governing permissions and limitations under the
+ * License.
+
+ *
+ * @licend The above is the entire license notice for the JavaScript code in this page.
+ **/
+ $(document).ready(function() {
+ $('.glyphicon-chevron-left').css('display','inline-block');
+ $('.glyphicon-chevron-right').css('display','inline-block');
+ });
+ </script>
+ </body>
+</html>