diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-15 16:34:38 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-15 16:34:38 +0200 |
commit | 85aaf45b9086e8017631c0f0fc4d013fca2fbd93 (patch) | |
tree | cf8d4e8be6c4014265a7816c50b6ab4642e549d0 | |
parent | 2aef9f30a01b18468ce4ff7f0865a3caec4c87b8 (diff) | |
download | bugzilla-85aaf45b9086e8017631c0f0fc4d013fca2fbd93.tar.gz bugzilla-85aaf45b9086e8017631c0f0fc4d013fca2fbd93.tar.xz |
Bug 560465 - provide an easy way for researchers to learn about how to get access to a limited copy of bugzilla.mozilla.org
r=gerv
-rw-r--r-- | extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl | 4 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/pages/researchers.html.tmpl | 40 |
2 files changed, 44 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl b/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl index 56a133c6c..c628d74ea 100644 --- a/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl +++ b/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl @@ -8,3 +8,7 @@ <a href="https://developer.mozilla.org/en/Bug_writing_guidelines"> [%- terms.Bug %] Writing Guidelines</a> </li> +| +<a href="page.cgi?id=researchers.html"> + Data for Researchers</a> +</li> diff --git a/extensions/BMO/template/en/default/pages/researchers.html.tmpl b/extensions/BMO/template/en/default/pages/researchers.html.tmpl new file mode 100644 index 000000000..892384798 --- /dev/null +++ b/extensions/BMO/template/en/default/pages/researchers.html.tmpl @@ -0,0 +1,40 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% PROCESS global/variables.none.tmpl %] +[% INCLUDE global/header.html.tmpl + title = "$terms.Bugzilla Data For Researchers" +%] + +<h2>[% terms.Bugzilla %] Data For Researchers</h2> + +<p>In the past we have made sanitized (that is, with all security [% terms.bug %] information removed) dumps of the + bugzilla.mozilla.org database available to researchers from <i>bona fide</i> academic institutions who + are willing to agree to our requirements for data handling and user privacy. We would much prefer + individuals to request this service rather than attempt to spider the data using the web interface.</p> + +<p>Because we are familiar with the [% terms.Bugzilla %] data and its possible flaws and biases, we are + also happy to answer questions about it, and review papers which make use of it pre-publication. Please + let us know if you would like us to do that.</p> + +<p>To request a sanitized copy of the database, please file a [% terms.bug %] against + <a href="enter_bug.cgi?product=bugzilla.mozilla.org&component=Administration"> + bugzilla.mozilla.org/Administration</a> with the following information included.</p> + +<ul> + <li>Description of why you need the copy.</li> + <li>The academic institution you are associated with along with any course related information.</li> + <li>Contact information for yourself and your professor, mentor, or person overseeing your work.</li> + <li>How soon you will need the data.</li> +</ul> + +<p>Once the request has been approved you will be asked to sign an <i>Agreement for Receipt and Use +of [% terms.Bugzilla %] Data</i>. An administrator will then create the MySQL dump of the sanitized data and place +it somewhere you will be able to access it.</p> + +[% INCLUDE global/footer.html.tmpl %] |