This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
forked from globus/globus-toolkit-documentation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
contacts.php
executable file
·75 lines (57 loc) · 2.75 KB
/
contacts.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?php
$title = "Globus: Contacts";
$section = "section-2";
include_once( "include/local.inc" );
include_once( $SITE_PATHS["SERV_INC"].'header.inc' );
?>
<!--
<div id="left">
<?php include($SITE_PATHS["SERV_INC"].'alliance.inc'); ?>
</div>
-->
<div id="main">
<h1 class="first">Contact Us</h1>
<h2> Technical Questions and Problem Reporting </h2>
<p>If you are using the Globus<sup>®</sup> Toolkit and you want to report a bug
or make a feature request, or if you want to ask a question and
have it entered in our automated tracking system, use the Globus
Toolkit Bugzilla system.</p>
<p>To establish a new account, go to the <a
href="http://bugzilla.globus.org/bugzilla/">Globus Toolkit Bugzilla
page </a> and select "Open a new account". You will then be able to
submit new bugs, and query existing bugs. There is a <a
href="http://bugzilla.globus.org/bugzilla/quicksearch.html">short
bug-query form</a> that lets you search by keyword and a <a
href="http://bugzilla.globus.org/bugzilla/query.cgi">more involved
interface</a> that lets you search on many different fields.</p>
<h2>Mailing Lists</h2>
<p>The Globus Alliance maintains a number of mailing lists for people who
are active in the Grid community or who use the Globus Toolkit. Joining a list
is an excellent way to stay in touch with others who share your interest
in the Grid.</p>
<p>Visit the Globus <a href="subscriptions.php">Subscription
Center</a> to subscribe to or unsubscribe from these mailing lists.</p>
<p>Our <a href="email-archive-search.php">searchable archive</a>
of Globus Alliance mailing lists provides a rich source of information
about the Globus Toolkit and related technologies. The <a
href="http://www-unix.globus.org/mail_archive/discuss/threads.html">[email protected]</a>
mailing list in particular is an excellent way to get help with the
Globus Toolkit.</p>
<h2>Alliance Addresses</h2>
<p>If you want to communicate directly with members of the Globus Alliance, you may
use one of the following addresses.</p>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr valign="top">
<td><a href="mailto:[email protected]">[email protected]</a></td>
<td>Administrative questions about the Globus Alliance, including press inquiries</td>
</tr>
<tr valign="top">
<td><a href="mailto:[email protected]">[email protected]</a></td>
<td>Inquiries regarding employment with the Globus Alliance</td> </tr>
<tr valign="top">
<td><a href="mailto:[email protected]">[email protected]</a></td>
<td>Comments about this website</td>
</tr>
</table>
</div>
<?php include($SITE_PATHS["SERV_INC"].'footer.inc'); ?>