You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by to...@apache.org on 2016/05/10 22:17:03 UTC

svn commit: r1743271 - /incubator/milagro/site/www/community.html

Author: tommatecki
Date: Tue May 10 22:17:03 2016
New Revision: 1743271

URL: http://svn.apache.org/viewvc?rev=1743271&view=rev
Log: (empty)

Added:
    incubator/milagro/site/www/community.html   (with props)

Added: incubator/milagro/site/www/community.html
URL: http://svn.apache.org/viewvc/incubator/milagro/site/www/community.html?rev=1743271&view=auto
==============================================================================
--- incubator/milagro/site/www/community.html (added)
+++ incubator/milagro/site/www/community.html Tue May 10 22:17:03 2016
@@ -0,0 +1,197 @@
+<!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">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <title>Milagro</title>
+
+    <!-- Montserrat and Open Sans fonts -->
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic|Montserrat:400,700' rel='stylesheet' type='text/css'>
+
+    <!-- Bootstrap Core CSS -->
+    <link href="css/bootstrap.css" rel="stylesheet">
+
+    <!-- Custom CSS -->
+    <link href="css/styles.css" rel="stylesheet">
+
+    <!-- Custom Fonts -->
+    <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
+
+    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+    <![endif]-->
+
+</head>
+
+<body>
+
+    <!-- Navigation -->
+    <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+        <div class="container">
+            <!-- Brand and toggle get grouped for better mobile display -->
+            <div class="navbar-header">
+        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="index.html"><img src="images/milagro-header.png" width="186" height="38" alt="Milagro Logo"></a>
+            </div>
+            <!-- Collect the nav links, forms, and other content for toggling -->
+            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+                <ul class="nav navbar-nav navbar-right">
+                  <li class="dropdown">
+                      <a href="#" class="dropdown-toggle" data-toggle="dropdown">Features <b class="caret"></b></a>
+                      <ul class="dropdown-menu">
+                          <li>
+                              <a href="high-performance-crypto.html">High Perfomance Crypto</a>
+                          </li>
+                          <li>
+                              <a href="multi-factor-auth.html">Multi-Factor Authentication</a>
+                          </li>
+                          <li>
+                              <a href="cert-less-tls.html">Certificate-less TLS</a>
+                          </li>
+                      </ul>
+                  </li>
+                  <li class="dropdown">
+                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Docs <b class="caret"></b></a>
+                     <ul class="dropdown-menu">
+                         <li>
+                             <a href="http://docs.milagro.io/en" target="_blank">English</a>
+                         </li>
+                         <li>
+                             <a href="http://docs.milagro.io/ja" target="_blank">Japanese</a>
+                         </li>
+                     </ul>
+                 </li>
+                 <li class="dropdown">
+                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
+                     <ul class="dropdown-menu">
+                         <li>
+                             <a href="community.html">Ask a Question</a>
+                         </li>
+                         <li>
+                             <a href="community.html">Mailing lists</a>
+                         </li>
+                         <li>
+                             <a href="community.html">Git Repositiories</a>
+                         </li>
+                         <li>
+                             <a href="community.html">Milagro Jira</a>
+                         </li>
+                       </ul>
+                   </li>
+                  </ul>
+              </div>
+              <!-- /.navbar-collapse -->
+          </div>
+          <!-- /.container -->
+      </nav>
+
+
+
+    <!-- Page Content -->
+    <div class="container">
+
+    <!-- Changelog Section -->
+    <div class="row row-border">
+      <section class="col-md-12 section-list">
+        <h2>Changelog</h2>
+        <p>Source code will be pushed live soon, and you will be able to find all updates and release notes here. In the meantime, please see the useful links below:</p>
+
+<ul><li><a href="https://wiki.apache.org/incubator/MilagroProposal" target="_blank" title="Propsal">Apache Milagro (incubating) proposal</a></li>
+
+<li><a href="http://incubator.apache.org/projects/milagro.html" target="_blank" title="Project-Status">Project status</a></li>
+</ul>
+</section>
+        </div>
+        <!-- /.row -->
+
+        <!-- Ask a Question Section -->
+        <div class="row row-border">
+          <section class="col-md-12 section-list">
+            <h2>Ask a Question</h2>
+            <p>There are many ways you can get help from the Milagro community. The mailing lists are the easiest way to get answers or to get involved with the project. Specifically, if you have any questions on how to use Milagro code, you should subscribe to the 'user' mailing list.</p><p>If you have questions regarding development, please sign on to the the 'dev' mailing list.</p>
+
+    <ul><li><a href="mailto:dev-subscribe@milagro.incubator.apache.org" target="_blank" title="Developer Mailing List">Developer Mailing List</a></li>
+    <li><a href="mailto:user-subscribe@milagro.incubator.apache.org" target="_blank" title="User Mailing List">User Mailing List</a></li>
+    </ul>
+    </section>
+            </div>
+            <!-- /.row -->
+
+          <!-- Git -->
+        <div class="row ">
+         <section class="col-md-12 section-list">
+           <h2>Git Repositories</h2><p></p>
+<li><a href="git://git.apache.org/incubator-milagro.git" target="_blank" title-="">Apache Git Repository</a></li>
+<li><a href="https://github.com/apache/incubator-milagro" target="_blank" title-="">GitHub Mirror</a></li>
+</section>
+        </div>
+<!-- Issue Tracking -->
+<div class="row ">
+<section class="col-md-12 section-list">
+ <h2>Issue Tracking</h2><p></p>
+<p>Visit <a href="https://issues.apache.org/jira/browse/MILAGRO/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="_blank" title="Milagro-Jira">Milagro Jira</a> if you would like to file a new issue or view existing issues. If you would like to assign an issue to yourself and start contributing, please send an email to the <a href="mailto:dev-subscribe@milagro.incubator.apache.org" target="_blank" title="Developer Mailing List">dev mailing list</a>, so you can be granted proper Jira permissions.</p>
+  </section>
+  </div>
+        <!-- Footer -->
+        <footer>
+        <div class="container">
+            <div class="row">
+                <section class="col-md-4 footer-nav">
+                    <ul>
+                    <li><a href="http://docs.milagro.io/en" target="_blank" title-="Docs">Docs</a></li>
+                    <li><a href="community.html" title-="Community">Community</a></li>
+                    <li><a href="https://github.com/apache/incubator-milagro" target="_blank" title-="">GitHub</a></li>
+                    </ul>
+                 </section>
+                 <section class="col-md-7 footer-content">
+                     <div class="footer-logos">
+               	   <img src="images/milagro-footer.png" width="189" height="38" alt="Milagro Logo">
+                   <img src="images/apache-feather.png" width="152" height="42" alt="Apache Logo">
+                   <img src="images/apache-incubator.png" width="165" height="42" alt="Apache Incubator Logo">
+                    <span class="stretch"></span>
+                   </div>
+                 <p>Apache Milagro is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.  While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. </p>
+
+<p>Copyright <span class="sup">&copy;</span> 2016 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
+Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+              </section>
+                </div>
+            </div>
+            </div>
+        </footer>
+
+
+    <!-- /.container -->
+
+    <!-- jQuery -->
+    <script src="js/jquery.js"></script>
+
+    <!-- Bootstrap Core JavaScript -->
+    <script src="js/bootstrap.min.js"></script>
+
+    <!-- Script to Activate the Carousel -->
+    <script>
+    $('.carousel').carousel({
+        interval: 5000 //changes the speed
+    })
+    </script>
+
+    <!--------Script for Twitter------------>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</body>
+
+</html>

Propchange: incubator/milagro/site/www/community.html
------------------------------------------------------------------------------
    svn:eol-style = native



Re: svn commit: r1743271 - /incubator/milagro/site/www/community.html

Posted by Nick Kew <ni...@apache.org>.
On Tue, 2016-05-10 at 22:17 +0000, tommatecki@apache.org wrote:
> Author: tommatecki
> Date: Tue May 10 22:17:03 2016
> New Revision: 1743271
> 
> URL: http://svn.apache.org/viewvc?rev=1743271&view=rev
> Log: (empty)

Empty log messages can become a real pain in the future,
when one has occasion to review the history of something.
Even something as trivial as a typo fix or whitespace tidying
benefits, as it tells the reviewer instantly "that's not the
change that did the interesting thing I'm investigating".

> Added:
>     incubator/milagro/site/www/community.html   (with props)

In this instance, a commit message of just two words could
make all the difference!

-- 
Nick Kew