ask/index.html (45 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Traffic Control</title> <!-- Bootstrap --> <link href="../css/bootstrap.min.css" rel="stylesheet"> <link href="../css/home.css" rel="stylesheet"> </head> <body> <div class="bkgdWrapper"> </div> <div class="appWrapper"> <div class="appHeader"> <div class="applogo"></div> <div class="navWrapper"> <ul> <li class="navMain"><a href="../security/index.html">SECURITY</a></li> <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li> <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li> <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li> <li class="selected">INFO</li> <li class="navMain"><a href="../index.html">HOME</a></li></ul> </div> </div> <hr/> <p class="sectionContainer"> <b>Mailing Lists</b><br> The best way to keep tabs on what's going on with Traffic Control or to ask a question is to use the mailing lists. <br><br> &nbsp;&nbsp;&nbsp;&nbsp;Click <a href="mailto:users-subscribe@trafficcontrol.incubator.apache.org">here</a> to subscribe to our users@ mailing lists.<br> &nbsp;&nbsp;&nbsp;&nbsp;Click <a href="mailto:dev-subscribe@trafficcontrol.incubator.apache.org">here</a> to subscribe to our dev@ mailing lists.<br><br> &nbsp;&nbsp;&nbsp;&nbsp;Go <a href="https://lists.apache.org/list.html?dev@trafficcontrol.apache.org">here</a> to search the archives of our mailing lists in apache. <br><br> </p> <p class="sectionContainer"> <b>Slack</b><br> We also hangout on <a href="http://traffic-control-cdn.slack.com">traffic-control-cdn</a> Slack channel, use <a href="https://goo.gl/Suzakj">this form</a> to get added to that if you are interested. </p> <p class="sectionContainer"> <b>Contributing</b><br> Want to help? Great! See <a href="https://github.com/apache/incubator-trafficcontrol/blob/master/CONTRIBUTING.md">our contribiting guidelines</a>. But don't worry about the rules too much. Ping us on the lists or Slack, and we'll help make it work. </p> </body> </html>