summaryrefslogtreecommitdiffstats
path: root/getinvolved.html
blob: f0259597dfeb6be13471be81cfe72f34b85baf2b (plain) (blame)
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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>SystemTap</title> <link rel="stylesheet" href="systemtap.css" type="text/css"> <meta http-equiv="Content-Type" content= "text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> </head> <body> <table cellspacing="2" cellpadding="2" border="0" width="100%"> <tr> <td valign="bottom" height="80"><img src="systemtaplogo.png" alt="SystemTap logo" width="165" height="25"></td> <td valign="bottom" class="topnavright" align="right"> <a href="index.html">Overview</a>&nbsp;|&nbsp; <a href="status.html">Status</a>&nbsp;|&nbsp; Get Involved&nbsp;|&nbsp; <a href="documentation.html">Documentation</a>&nbsp;|&nbsp; <a href="links.html">Links</a></td> </tr> </table> <div class="mainbackground"> <div class="maintextregion"> <img src="systemtapcorner.gif"> <table cellspacing="2" cellpadding="4" border="0" width="99%" style="margin-top:17;"> <tr> <td width="200">&nbsp;</td> <td valign="top"> <h1>Get Involved</h1> <h2>Communicate</h2> <p>Sign up for the Systemtap mailing list here.</p> <blockquote> <form method="get" action= "http://sources.redhat.com/cgi-bin/ml-request"> <select name="listname"> <option value="systemtap"> systemtap </option> <option value="systemtap-cvs"> systemtap-cvs </option> </select> Your e-mail address: <input type="text" name="username" size="25"><br> <input type="checkbox" name="digest">Digest version <tt>&nbsp;</tt> <select name="operation"> <option value="subscribe"> subscribe </option> <option value="unsubscribe"> unsubscribe </option> </select> <tt>&nbsp;</tt> <input type="Submit" name="submit" value="Send in the request"> </form> </blockquote> <p>Or just browse the mailing list archives</p> <ul> <li><a href= "http://sources.redhat.com/ml/systemtap/">general discussion</a>, also on a <a href="news://news.gmane.org/gmane.linux.systemtap">gmane newsgroup</a>.</li> <li><a href= "http://sources.redhat.com/ml/systemtap-cvs/">cvs checkins</a></li> </ul> <p>Join the Systemtap discussion at <a href= "irc://freenode.net/systemtap">#systemtap</a> on irc://freenode.net/</p><br> <hr> <h2>Try It Out</h2> <p>If you are running Fedora Core 4 or newer, you can install systemtap and its dependencies with </p> <pre>yum install systemtap kernel-devel yum --enablerepo=core-debuginfo kernel-debuginfo </pre> <p>To build and install the latest sources, follow the directions <a href="build.html">here</a>.</p> <br> <hr> <h2>Contribute</h2> <p>We welcome people to test, document, and develop systemtap. We try to make it easy with minimal legal bureaucracy or process constriction; one should read the <a href="http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~//src/HACKING?cvsroot=systemtap">HACKING</a> file for details on contributing to systemtap. Regular contributors may earn <a href="http://sources.redhat.com/cgi-bin/pdw/ps_form.cgi">CVS write accounts</a> to directly commit their code. Everyone can <a href="http://sources.redhat.com/cgi-bin/cvsweb.cgi/?cvsroot=systemtap">browse the CVS repository</a>. <p>Here is the list of <a href= "http://sources.redhat.com/bugzilla/buglist.cgi?query_format=&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=systemtap&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;gcchost_type=allwordssubstr&amp;gcchost=&amp;gcctarget_type=allwordssubstr&amp;gcctarget=&amp;gccbuild_type=allwordssubstr&amp;gccbuild=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Bug+Number&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0="> current bugs</a>. You may need to create a <a href= "http://sources.redhat.com/bugzilla/createaccount.cgi">new bugzilla account</a>.</p><!-- end text --> </td> </tr> </table> </div> </div> <table cellspacing="2" cellpadding="2" border="0" width="100%"> <tr> <td align="center" class="footer"><a href= "http://sources.redhat.com/systemtap">SystemTap</a></td> </tr> </table> </body> </html>