|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <title> |
| 5 | + Functional Java |
| 6 | + - Community |
| 7 | + </title> |
| 8 | + <meta charset="utf-8"> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 10 | + <meta name="author" content="Author"> |
| 11 | + <meta name="description" content="Static blog generated with JBake"> |
| 12 | + |
| 13 | + <!-- Style --> |
| 14 | + <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootswatch/3.1.1/yeti/bootstrap.min.css"> |
| 15 | + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css"> |
| 16 | + <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"> |
| 17 | + <link rel="stylesheet" href="/css/base.css"> |
| 18 | + |
| 19 | + <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> |
| 20 | + <!--[if lt IE 9]> |
| 21 | + <script src="/js/html5shiv.js"></script> |
| 22 | + <![endif]--> |
| 23 | + |
| 24 | + <!-- Fav icon --> |
| 25 | + <link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon"> |
| 26 | + <link rel="icon" href="/img/favicon.ico" type="image/x-icon"> |
| 27 | + </head> |
| 28 | + <body> |
| 29 | + <nav class="navbar navbar-default navbar-fixed-top " role="navigation"> |
| 30 | + <div class="container"> |
| 31 | + <!-- Brand and toggle get grouped for better mobile display --> |
| 32 | + <div class="navbar-header"> |
| 33 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> |
| 34 | + <span class="sr-only">Toggle navigation</span> |
| 35 | + <span class="icon-bar"></span> |
| 36 | + <span class="icon-bar"></span> |
| 37 | + <span class="icon-bar"></span> |
| 38 | + </button> |
| 39 | + <a class="navbar-brand" href="/"><img src="/img/white-lambda6.png" height="20"/> Functional Java</a> |
| 40 | + </div> |
| 41 | + |
| 42 | + <!-- Collect the nav links, forms, and other content for toggling --> |
| 43 | + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
| 44 | + <ul class="nav navbar-nav"> |
| 45 | + <li><a href="/docs.html">Docs</a></li> |
| 46 | + <li><a href="/community.html">Community</a></li> |
| 47 | + <li><a href="/download.html">Download</a></li> |
| 48 | + </ul> |
| 49 | + |
| 50 | + <!-- Right navigation --> |
| 51 | + <ul class="nav navbar-nav navbar-right"> |
| 52 | + <li><a href="/feed.xml" title="Rss"><i class="fa fa-rss"></i> Feed</a></li> |
| 53 | + </ul> |
| 54 | + <!-- Right navigation end --> |
| 55 | + |
| 56 | + </div><!-- /.navbar-collapse --> |
| 57 | + </div><!-- /.container-fluid --> |
| 58 | + </nav><!-- /.navbar --> |
| 59 | + |
| 60 | + <!-- Begin page content --> |
| 61 | + <div class="container"> |
| 62 | + |
| 63 | + <div class="row"> |
| 64 | + <div class="col-md-12"> |
| 65 | + <article> |
| 66 | + <h2>Community</h2> |
| 67 | + <p><div class="sect2"> |
| 68 | +<h3 id="_articles">Articles</h3> |
| 69 | +<div class="paragraph"> |
| 70 | +<p>Neal Ford features FunctionalJava in many of his posts on <a href="http://nealford.com/functionalthinking.html">Functional Thinking</a></p> |
| 71 | +</div> |
| 72 | +</div> |
| 73 | +<div class="sect2"> |
| 74 | +<h3 id="_videos">Videos</h3> |
| 75 | +<div class="paragraph"> |
| 76 | +<p><a href="https://vimeo.com/44767789">What Does Functional Programming Mean?</a> by Tony Morris</p> |
| 77 | +</div> |
| 78 | +</div> |
| 79 | +<div class="sect2"> |
| 80 | +<h3 id="_repositories">Repositories</h3> |
| 81 | +<div class="ulist"> |
| 82 | +<ul> |
| 83 | +<li> |
| 84 | +<p><a href="https://github.com/functionaljava/functionaljava">Github repository</a></p> |
| 85 | +</li> |
| 86 | +<li> |
| 87 | +<p><a href="https://github.com/functionaljava/functionaljava/issues?state=open">Github issues</a></p> |
| 88 | +</li> |
| 89 | +</ul> |
| 90 | +</div> |
| 91 | +</div> |
| 92 | +<div class="sect2"> |
| 93 | +<h3 id="_communication">Communication</h3> |
| 94 | +<div class="ulist"> |
| 95 | +<ul> |
| 96 | +<li> |
| 97 | +<p><a href="http://groups.google.com/group/functionaljava">Mailing list via Google Groups</a></p> |
| 98 | +</li> |
| 99 | +<li> |
| 100 | +<p><a href="mailto:functionaljava@googlegroups.com">Group email: <a href="mailto:functionaljava@googlegroups.com">functionaljava@googlegroups.com</a></a></p> |
| 101 | +</li> |
| 102 | +<li> |
| 103 | +<p>IRC Channel: #functionaljava</p> |
| 104 | +</li> |
| 105 | +</ul> |
| 106 | +</div> |
| 107 | +</div> |
| 108 | +<div class="sect2"> |
| 109 | +<h3 id="_resources">Resources</h3> |
| 110 | +<div class="ulist"> |
| 111 | +<ul> |
| 112 | +<li> |
| 113 | +<p><a href="https://functionaljava.ci.cloudbees.com">Cloudbees Cloud Build Machine</a></p> |
| 114 | +</li> |
| 115 | +<li> |
| 116 | +<p><a href="http://mvnrepository.com/artifact/org.functionaljava">Maven Repository</a></p> |
| 117 | +</li> |
| 118 | +<li> |
| 119 | +<p><a href="https://oss.sonatype.org/content/groups/public/org/functionaljava">Sonatype Repository</a></p> |
| 120 | +</li> |
| 121 | +</ul> |
| 122 | +</div> |
| 123 | +</div> |
| 124 | +<div class="sect2"> |
| 125 | +<h3 id="_obsolete">Obsolete</h3> |
| 126 | +<div class="ulist"> |
| 127 | +<ul> |
| 128 | +<li> |
| 129 | +<p><a href="https://code.google.com/p/functionaljava/issues/list">Old issue repository</a></p> |
| 130 | +</li> |
| 131 | +<li> |
| 132 | +<p><a href="https://code.google.com/p/functionaljava/">Old Google Code Hosting</a></p> |
| 133 | +</li> |
| 134 | +<li> |
| 135 | +<p><a href="https://code.google.com/p/functionaljavaweb/">Old Website Repository</a></p> |
| 136 | +</li> |
| 137 | +</ul> |
| 138 | +</div> |
| 139 | +</div></p> |
| 140 | + </article> |
| 141 | + </div> <!-- /.col-md-12 --> |
| 142 | + </div> <!-- /.row --> |
| 143 | + |
| 144 | + </div><!-- /.container --> |
| 145 | + |
| 146 | + <footer> |
| 147 | + <div class="container"> |
| 148 | + <hr> |
| 149 | + <div class="row"> |
| 150 | + <div class="col-xs-10"> |
| 151 | + <p class="text-muted credit">© 2014 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.3.1</a> | <i title="Linux" class="fa fa-linux"></i></p> |
| 152 | + </div> |
| 153 | + <div class="col-xs-2 gotop"> |
| 154 | + <a href="#"><i class="fa fa-arrow-circle-up"> top</i></a> |
| 155 | + </div> |
| 156 | + </div> |
| 157 | + </div> |
| 158 | + </footer> |
| 159 | + |
| 160 | + <!-- Placed at the end of the document so the pages load faster --> |
| 161 | + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> |
| 162 | + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> |
| 163 | + <script src="//cdnjs.cloudflare.com/ajax/libs/gist-embed/1.6/gist-embed.min.js"></script> |
| 164 | + |
| 165 | + <script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script> |
| 166 | + <script type="text/javascript"> |
| 167 | + <!-- load prettify only when needed --> |
| 168 | + $(document).ready(function(){ |
| 169 | + var prettify = false; |
| 170 | + var classToAdd = 'prettyprint snippet'; |
| 171 | + $("pre > code").each(function() { |
| 172 | + $("pre > code").parent().addClass(classToAdd); |
| 173 | + prettify = true; |
| 174 | + }); |
| 175 | + if(prettify) { |
| 176 | + prettyPrint(); |
| 177 | + } |
| 178 | + }); |
| 179 | + </script> |
| 180 | + |
| 181 | + |
| 182 | + </body> |
| 183 | +</html> |
0 commit comments