Skip to content

Commit

Permalink
converted a few more pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Oct 23, 2016
1 parent 26d6e78 commit 585f846
Show file tree
Hide file tree
Showing 12 changed files with 483 additions and 475 deletions.
10 changes: 0 additions & 10 deletions forums.html

This file was deleted.

12 changes: 12 additions & 0 deletions forums.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<a name="Forums-ApacheShiroCommunityForums"></a>
#Apache Shiro Community Forums

For users that prefer to use forums over mailing lists, we use the [Nabble](http://www.nabble.com) forum/email/archive service. Nabble ensures that its forums remain synchronized with the mailing lists, so feel free to use whichever mechanism you like.

* [Shiro User Forum](http://shiro-user.582556.n2.nabble.com/)
* [Shiro Developer Forum](http://shiro-developer.582600.n2.nabble.com/)

<a name="Forums-MailingLists"></a>
##Mailing Lists

For those that may prefer mailing lists, please see the [Mailing Lists](mailing-lists.html) information.
13 changes: 0 additions & 13 deletions guides.html

This file was deleted.

12 changes: 12 additions & 0 deletions guides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<a name="Guides-ApacheShiroGuides"></a>
#Apache Shiro Guides

Here are some basic guides on how to use Shiro.

Please post any errata to the user or dev mailing lists.

* **[10 Minute Tutorial](10-minute-tutorial.html "10 Minute Tutorial")**

* **[Authentication Guide](java-authentication-guide.html "Java Authentication Guide")**

* **[Authorization Guide](java-authorization-guide.html "Java Authorization Guide")**
13 changes: 0 additions & 13 deletions issues.html

This file was deleted.

20 changes: 20 additions & 0 deletions issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<a name="Issues-ApacheShiroBug%26IssueTracking"></a>
##Apache Shiro Bug & Issue Tracking

Apache Shiro uses Atlassian Jira for tracking tasks, feature requests, bugs, and other issues related to the project development.

<a name="Issues-UsageGuidelines"></a>
##Usage Guidelines

Jira is provided as a Shiro software development resource. It is meant to be for managing bugs, tasks and improvements in the software itself - it is not a support portal to ask for advice or help. For community advice and help in using Apache Shiro, please visit the [Support](support.html "Support") page.

**Prior to using Jira, we ask that:**

* You do your due diligence to ensure a suspected error is actually a bug.
* You search the issue tracker to ensure what you want to report has not already been reported by someone else.
* If your problem is actually a bug, we would appreciate it if you could attach a simple JUnit test case that allows us to repeat the problem so we can fix it as fast as possible.
* If a unit test is not available (please really try to make one!), attach a stack trace and Shiro's TRACE or DEBUG log output.
* If you've already fixed the problem, please submit a patch and we'll likely include it in the next release.

<a name="Issues-ClickheretovisittheApacheShiroJiraissuetrackerhttps%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FSHIRO"></a>
##[Click here to visit the Apache Shiro Jira issue tracker](https://issues.apache.org/jira/browse/SHIRO)
15 changes: 0 additions & 15 deletions java-annotations.html

This file was deleted.

20 changes: 20 additions & 0 deletions java-annotations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<a name="JavaAnnotations-JavaAnnotationSupport"></a>
#Java Annotation Support

Before you can use Java annotations, you'll need to enable AOP support in your application. There are a number of different AOP frameworks so, unfortunately, there is no standard way to enable AOP in an application.

For AspectJ, you can review our [AspectJ sample application](https://github.com/apache/shiro/tree/master/samples/aspectj).

For Spring, you can look into our [Spring Integration](spring.html "Spring") documentation.

<a name="JavaAnnotations-Shiro%27sJavaAnnotations."></a>
##Shiro's Java Annotations.

Once you have AOP enabled in our application, you can use Shiro's set of annotations found in the [Java Annotations List](java-annotations-list.html "Java Annotations List")

<a name="JavaAnnotations-Lendahandwithdocumentation"></a>
##Lend a hand with documentation

While we hope this documentation helps you with the work you're doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you'd like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro.

The easiest way to contribute your documentation is to send it to the [User Forum](http://shiro-user.582556.n2.nabble.com/) or the [User Mailing List](mailing-lists.html "Mailing Lists").
Loading

0 comments on commit 585f846

Please sign in to comment.