[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Wed Feb 28 15:24:42 UTC 2018
The branch master has been updated
via 46a84819a178b76996e0ddbe4b6d72b3197153e7 (commit)
from 8e971cf5d3256e7a1ca7bbb04c28926f36505eb8 (commit)
- Log -----------------------------------------------------------------
commit 46a84819a178b76996e0ddbe4b6d72b3197153e7
Author: Rich Salz <rsalz at akamai.com>
Date: Wed Feb 28 10:23:36 2018 -0500
Add Travel Reimbursement policy
-----------------------------------------------------------------------
Summary of changes:
policies/index.html | 6 +++--
policies/sidebar.shtml | 3 +++
policies/travel.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 67 insertions(+), 2 deletions(-)
create mode 100644 policies/travel.html
diff --git a/policies/index.html b/policies/index.html
index e12703d..71607df 100644
--- a/policies/index.html
+++ b/policies/index.html
@@ -29,10 +29,12 @@
supported.</li>
</ul>
<p>
- Put another way, by being as transparent as possible,
+ By being as transparent as possible,
we hope to reduce the chance that people are surprised by
what we do, and we hope to help maintain predictable
- behavior within the project.
+ behavior within the project. This includes how spend some
+ money, as detailed in the
+ <a href="travel.html">travel reimbursement policy</a>.
</p>
<p>
The <a href="roadmap.html">Roadmap</a> describes our overall
diff --git a/policies/sidebar.shtml b/policies/sidebar.shtml
index f7cd8c1..389cc51 100644
--- a/policies/sidebar.shtml
+++ b/policies/sidebar.shtml
@@ -16,6 +16,9 @@
<a href="releasestrat.html">Release Strategy</a>
</li>
<li>
+ <a href="travel.html">Travel Reimbursement Policy</a>.
+ </li>
+ <li>
<a href="secpolicy.html">Security Policy</a>
</li>
<li>
diff --git a/policies/travel.html b/policies/travel.html
new file mode 100644
index 0000000..5d0f1db
--- /dev/null
+++ b/policies/travel.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html lang="en">
+<!--#include virtual="/inc/head.shtml" -->
+
+<body>
+<!--#include virtual="/inc/banner.shtml" -->
+
+<div id="main">
+ <div id="content">
+ <div class="blog-index">
+ <article>
+ <header>
+ <h2>Travel Reimbursement Policy</h2>
+ <h5>
+ First issued 28th February 2014<br/>
+ </h5>
+ </header>
+
+ <div class="entry-content">
+
+ <p>The OpenSSL project may pay travel expenses for OMC members when
+ pre-approved by the OMC or when it is an official OMC meeting (as
+ determined by vote). Project members may seek to be reimbursed if
+ their employer is not covering the expense. The requirements for
+ reimbursement are:</p>
+
+ <ul>
+ <li>An email sent to openssl-omc, including scanned attachments of
+ all receipts over 30 Euros.</li>
+ <li>Barring exceptional circumstances, for an all-day meeting the
+ project will pay for arrival the day before and departure the
+ following morning.</li>
+ <li>When presenting at a conference, the project will pay the
+ expenses for the entire conference provided the attendee agrees
+ to act as representative of the project during that time.</li>
+ <li>Reasonable lodging and meal expenses during the travel time
+ will be covered.</li>
+ <li>Barring exceptional circumstances, room service, minibar,
+ in-room movies, and other similar amenities are not
+ covered.</li>
+ </ul>
+
+ </div>
+ <footer>
+ You are here: <a href="/">Home</a>
+ : <a href="/policies">Policies</a>
+ : <a href="">Travel Reimbursement Policy</a>
+ <br/><a href="/sitemap.txt">Sitemap</a>
+ </footer>
+ </article>
+ </div>
+ <!--#include virtual="sidebar.shtml" -->
+ </div>
+</div>
+
+<!--#include virtual="/inc/footer.shtml" -->
+</body>
+
+</html>
+
More information about the openssl-commits
mailing list