From 85aaf45b9086e8017631c0f0fc4d013fca2fbd93 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 15 Aug 2012 10:34:38 -0400 Subject: 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 --- .../en/default/pages/researchers.html.tmpl | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 extensions/BMO/template/en/default/pages/researchers.html.tmpl (limited to 'extensions/BMO/template/en/default/pages') 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" +%] + +

[% terms.Bugzilla %] Data For Researchers

+ +

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 bona fide 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.

+ +

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.

+ +

To request a sanitized copy of the database, please file a [% terms.bug %] against + + bugzilla.mozilla.org/Administration with the following information included.

+ + + +

Once the request has been approved you will be asked to sign an Agreement for Receipt and Use +of [% terms.Bugzilla %] Data. An administrator will then create the MySQL dump of the sanitized data and place +it somewhere you will be able to access it.

+ +[% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b