| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| |
| <title>Grails Spring Security Core Plugin</title> |
| |
| <style type="text/css"> |
| body { |
| margin-top: 1.0em; |
| font-family: "Tahoma,Helvetica,Arial,Sans"; |
| } |
| |
| #container { |
| margin: 0 auto; |
| margin-left: 50px; |
| margin-right: 50px; |
| } |
| |
| .propName { |
| font-weight: bold; |
| } |
| |
| h1 { |
| color: #00CC00; |
| margin-bottom: 3px; |
| } |
| |
| td { |
| padding: 2px 5px; |
| } |
| |
| .download { |
| float: right; |
| } |
| |
| pre { |
| background: #000; |
| color: #fff; |
| padding: 15px; |
| } |
| |
| hr { |
| border: 0; |
| width: 80%; |
| border-bottom: 1px solid #aaa |
| } |
| |
| a { |
| color: #0196aa; |
| } |
| |
| img { |
| border: 0; |
| } |
| </style> |
| |
| </head> |
| |
| <body> |
| <a href="http://github.com/grails-plugins/grails-spring-security-core"> |
| <img style="position: absolute; top: 0; right: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /> |
| </a> |
| |
| <div id="container"> |
| <h1>Grails Spring Security Core Plugin</h1> |
| <table id="properties"> |
| <tbody> |
| <tr> |
| <td class="propName">Author</td> |
| <td>Burt Beckwith</td> |
| </tr> |
| </tbody> |
| </table> |
| |
| <hr /> |
| |
| <h2>Spring Security Core Plugin - Documentation</h2> |
| <ul> |
| <li><a href="/grails-spring-security-core/snapshot/index.html">Documentation Snapshot</a></li> |
| <!-- <li><a href="/grails-spring-security-core/latest/index.html">Latest Documentation</a></li> --> |
| </ul> |
| <h2>Grails 4.0.x and beyond</h2> |
| <ul> |
| <li><a href="/grails-spring-security-core/4.0.x/index.html">User guide</a></li> |
| <li><a href="/grails-spring-security-core/4.0.x/spring-security-core.pdf">User guide PDF</a></li> |
| <li><a href="/grails-spring-security-core/4.0.x/spring-security-core.epub">User guide EPUB</a></li> |
| <!--<li><a href="/grails-spring-security-core/3.2.x/spring-security-core.mobi">User guide MOBI (Kindle)</a></li>--> |
| </ul> |
| |
| <h2>Grails 3.3.x</h2> |
| <ul> |
| <li><a href="/grails-spring-security-core/3.2.x/index.html">User guide</a></li> |
| <li><a href="/grails-spring-security-core/3.2.x/spring-security-core.pdf">User guide PDF</a></li> |
| <li><a href="/grails-spring-security-core/3.2.x/spring-security-core.epub">User guide EPUB</a></li> |
| <!--<li><a href="/grails-spring-security-core/3.2.x/spring-security-core.mobi">User guide MOBI (Kindle)</a></li>--> |
| </ul> |
| |
| <h2>Grails 3.0.x, 3.1.x, 3.2.x</h2> |
| <ul> |
| <li><a href="/grails-spring-security-core/3.1.x/index.html">User guide</a></li> |
| <li><a href="/grails-spring-security-core/3.1.x/spring-security-core.pdf">User guide PDF</a></li> |
| <li><a href="/grails-spring-security-core/3.1.x/spring-security-core.epub">User guide EPUB</a></li> |
| <!--<li><a href="/grails-spring-security-core/v3/spring-security-core-@VERSION@.mobi">User guide MOBI (Kindle)</a></li>--> |
| </ul> |
| |
| <h2>Documentation (version 2.0.x)</h2> |
| <ul> |
| <li><a href="http://grails-plugins.github.io/grails-spring-security-core/2.0.x/index.html">User guide</a></li> |
| <li><a href="http://grails-plugins.github.io/grails-spring-security-core/2.0.x/guide/single.pdf">User guide PDF</a></li> |
| </ul> |
| |
| <hr /> |
| |
| <div class="download"> |
| <a href="http://github.com/grails-plugins/grails-spring-security-core/zipball/master"> |
| <img width="90" src="http://github.com/images/modules/download/zip.png"> |
| </a> |
| <a href="http://github.com/grails-plugins/grails-spring-security-core/tarball/master"> |
| <img width="90" src="http://github.com/images/modules/download/tar.png"> |
| </a> |
| </div> |
| |
| <h2>Download Source</h2> |
| <p> |
| You can download this project in either |
| <a href="http://github.com/grails-plugins/grails-spring-security-core/zipball/master">zip</a> or |
| <a href="http://github.com/grails-plugins/grails-spring-security-core/tarball/master">tar</a> formats. |
| </p> |
| <p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running: |
| <pre>$ git clone git://github.com/grails-plugins/grails-spring-security-core</pre> |
| </p> |
| |
| </div> |
| |
| <script type="text/javascript"> |
| var _gaq = _gaq || []; |
| _gaq.push(['_setAccount', 'UA-16219500-1']); |
| _gaq.push(['_trackPageview']); |
| |
| (function() { |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| })(); |
| </script> |
| </body> |
| </html> |