Skip to content

Commit

Permalink
added ghEditPage hidden to pages to render "edit" link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Oct 24, 2016
1 parent a4a5962 commit c4731cd
Show file tree
Hide file tree
Showing 85 changed files with 170 additions and 63 deletions.
3 changes: 2 additions & 1 deletion 10-minute-tutorial.md.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,5 @@ However, how you configure a [Realm](realm.html "Realm") is largely dependent up

When you're ready to jump in with a little more detail, you'll definitely want to read the [Authentication Guide](java-authentication-guide.html "Java Authentication Guide") and [Authorization Guide](java-authorization-guide.html "Java Authorization Guide"). Then can move onto other [Documentation](documentation.html "Documentation"), in particularly the [Reference Manual](reference.html "Reference"), to answer any other questions. You'll also probably want to join the user [mailing list](mailing-lists.html "Mailing Lists") - you'll find that we have a great community with people willing to help whenever possible.

Thanks for following along. We hope you enjoy using Apache Shiro!
Thanks for following along. We hope you enjoy using Apache Shiro!
<input type="hidden" id="ghEditPage" value="10-minute-tutorial.md.vtl"></input>
2 changes: 2 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ If you'd like to learn more about Shiro please visit the links below
* [Events](events.html) - See what Apache Shiro events are coming that you should consider attending

* [License](license.html) - Review the license under which Shiro is released - Apache Software License, Version 2.0

<input type="hidden" id="ghEditPage" value="about.md"></input>
3 changes: 2 additions & 1 deletion adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

Are you using Shiro to build an application? List your name and company here and let the world know!

The more people that adopt Shiro, the better it becomes, and the more you benefit from it. Help adoption by letting others know how you use it.
The more people that adopt Shiro, the better it becomes, and the more you benefit from it. Help adoption by letting others know how you use it.
<input type="hidden" id="ghEditPage" value="adoption.md"></input>
2 changes: 2 additions & 0 deletions architecture.md.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ While we hope this documentation helps you with the work you're doing with Apach

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).


<input type="hidden" id="ghEditPage" value="architecture.md.vtl"></input>
3 changes: 2 additions & 1 deletion articles.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ Once you've gotten your feet wet, you might find these useful too:

* **[Apache Shiro tags for JSF - Securing Your JSF Pages](http://techbeats.deluan.com/apache-shiro-tags-for-jsffacelets)** by Deluan Quintão on 1 November 2010.

* **Shiro DevNexus 2009 Presentation** by Jeremy Haile: ([PDF](assets/images/articles/Ki-DevNexus-2009.pdf?version=1&modificationDate=1246602947000)) ([Keynote](assets/images/articles/Ki-DevNexus-2009.key.zip?version=1&modificationDate=1246602947000)) ([Powerpoint](assets/images/articles/Ki-DevNexus-2009.ppt.zip?version=1&modificationDate=1246602947000))
* **Shiro DevNexus 2009 Presentation** by Jeremy Haile: ([PDF](assets/images/articles/Ki-DevNexus-2009.pdf?version=1&modificationDate=1246602947000)) ([Keynote](assets/images/articles/Ki-DevNexus-2009.key.zip?version=1&modificationDate=1246602947000)) ([Powerpoint](assets/images/articles/Ki-DevNexus-2009.ppt.zip?version=1&modificationDate=1246602947000))
<input type="hidden" id="ghEditPage" value="articles.md"></input>
2 changes: 2 additions & 0 deletions authentication-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ The Shiro framework is designed to make authentication as clean and intuitive as

* **Login with one or more realms** - Using Shiro, you can easily authenticate a user against one or more realms and return one unified view of their identity. In addition, you can customize the authentication process with Shiro's notion of an authentication strategy. The strategies can be setup in configuration files so changes don't require source code modifications-- reducing complexity and maintenance effort.


<input type="hidden" id="ghEditPage" value="authentication-features.md"></input>
2 changes: 2 additions & 0 deletions authentication-guide.html.vtl
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#redirect('java-authentication-guide.html', 'Authentication Guide')

<input type="hidden" id="ghEditPage" value="authentication-guide.html.vtl"></input>
3 changes: 2 additions & 1 deletion authentication.md.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,5 @@ 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").
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").
<input type="hidden" id="ghEditPage" value="authentication.md.vtl"></input>
3 changes: 2 additions & 1 deletion authenticator.html.vtl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#todoAddDoc()
#todoAddDoc()
<input type="hidden" id="ghEditPage" value="authenticator.html.vtl"></input>
3 changes: 2 additions & 1 deletion authorization-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ Authorization is a critical element of any application but it can quickly become

* **Pluggable data sources** - Shiro uses pluggable data access objects, referred to as Realms, to connect to security data sources where you keep your access control information, like a LDAP or a relational database. To help you avoid building and maintaining integrations yourself, Shiro provides out-of-the-box realms for popular data sources like LDAP, Active Directory, Kerboros, and JDBC. If needed, you can also create your own realms to support specific functionality not included in the basic realms.

* **Supports any data model** - Shiro can support any data model for access control-- it doesn't force a model on you. Your realm implementation ultimately decides how your permissions and roles are grouped together and whether to return a "yes" or a "no" answer to Shiro. This feature allows you to architect your application in the manner you chose and Shiro will bend to support you.
* **Supports any data model** - Shiro can support any data model for access control-- it doesn't force a model on you. Your realm implementation ultimately decides how your permissions and roles are grouped together and whether to return a "yes" or a "no" answer to Shiro. This feature allows you to architect your application in the manner you chose and Shiro will bend to support you.
<input type="hidden" id="ghEditPage" value="authorization-features.md"></input>
3 changes: 2 additions & 1 deletion authorization.md.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,5 @@ For example, in `shiro.ini`:
authorizer = com.foo.bar.authz.CustomAuthorizer

securityManager.authorizer = $authorizer
```
```
<input type="hidden" id="ghEditPage" value="authorization.md.vtl"></input>
3 changes: 2 additions & 1 deletion authorizer.html.vtl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#todoAddDoc()
#todoAddDoc()
<input type="hidden" id="ghEditPage" value="authorizer.html.vtl"></input>
3 changes: 2 additions & 1 deletion banner.html.vtl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#redirect('index.html', 'Main Page')
#redirect('index.html', 'Main Page')
<input type="hidden" id="ghEditPage" value="banner.html.vtl"></input>
2 changes: 2 additions & 0 deletions cachemanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ Finally note that [`AuthorizingRealm`](static/current/apidocs/org/apache/shiro/r
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 <a class="external-link" href="http://shiro-user.582556.n2.nabble.com/" rel="nofollow">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.

<input type="hidden" id="ghEditPage" value="cachemanager.md"></input>
3 changes: 2 additions & 1 deletion caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ TBD
<a name="Caching-AuthorizationCacheInvalidation"></a>
##Authorization Cache Invalidation

Finally note that [`AuthorizingRealm`](static/current/apidocs/org/apache/shiro/realm/AuthorizingRealm.html) has a [clearCachedAuthorizationInfo method](static/current/apidocs/org/apache/shiro/realm/AuthorizingRealm.html#clearCachedAuthorizationInfo-org.apache.shiro.subject.PrincipalCollection-) that can be called by subclasses to evict the cached authzInfo for a particular account. It is usually called by custom logic if the corresponding account's authz data has changed (to ensure the next authz check will pick up the new data).
Finally note that [`AuthorizingRealm`](static/current/apidocs/org/apache/shiro/realm/AuthorizingRealm.html) has a [clearCachedAuthorizationInfo method](static/current/apidocs/org/apache/shiro/realm/AuthorizingRealm.html#clearCachedAuthorizationInfo-org.apache.shiro.subject.PrincipalCollection-) that can be called by subclasses to evict the cached authzInfo for a particular account. It is usually called by custom logic if the corresponding account's authz data has changed (to ensure the next authz check will pick up the new data).
<input type="hidden" id="ghEditPage" value="caching.md"></input>
3 changes: 2 additions & 1 deletion cas.md.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,5 @@ roles.loginUrl = https://server.cas.com/login?service=http://application.example
<a name="CAS-History"></a>
#[[##History]]#

_Version 1.2.0_ : first release of the _shiro-cas_ module.
_Version 1.2.0_ : first release of the _shiro-cas_ module.
<input type="hidden" id="ghEditPage" value="cas.md.vtl"></input>
3 changes: 2 additions & 1 deletion codec.html.vtl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#todoAddDoc())
#todoAddDoc())
<input type="hidden" id="ghEditPage" value="codec.html.vtl"></input>
3 changes: 2 additions & 1 deletion command-line-hasher.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ Some examples:
<command> -r ~/documents/myfile.pdf
<command> -r /usr/local/logs/absolutePathFile.log
<command> -r url:http://foo.com/page.html <command> -r classpath:/WEB-INF/lib/something.jar
```
```
<input type="hidden" id="ghEditPage" value="command-line-hasher.md"></input>
3 changes: 2 additions & 1 deletion commercial-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Shiro commercial support and consulting services are available from Stormpath, a

[Learn More >>>](https://www.stormpath.com/apache-shiro-support "Stormpath Support for Apache Shiro")

**Providing Shiro services? Get listed on this page by posting to the [Dev Mailing list](mailing-lists.html "Shiro Mailing Lists")**
**Providing Shiro services? Get listed on this page by posting to the [Dev Mailing list](mailing-lists.html "Shiro Mailing Lists")**
<input type="hidden" id="ghEditPage" value="commercial-support.md"></input>
3 changes: 2 additions & 1 deletion community.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ At the Shiro project we make it easy for anyone to join our great community and

* **[Issue Tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHIRO%20AND%20status%20%3D%20Open%20ORDER%20BY%20priority%20DESC)** - Once you're ready to contribute, this is a good place to see what needs to get done

* **[Donate to ASF](http://www.apache.org/foundation/sponsorship.html)** - Shiro is a project under the Apache Software Foundation, a non-profit that relies on donations and community support
* **[Donate to ASF](http://www.apache.org/foundation/sponsorship.html)** - Shiro is a project under the Apache Software Foundation, a non-profit that relies on donations and community support
<input type="hidden" id="ghEditPage" value="community.md"></input>
3 changes: 2 additions & 1 deletion concurrency.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
TBD
TBD
<input type="hidden" id="ghEditPage" value="concurrency.md"></input>
3 changes: 2 additions & 1 deletion conferences.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
If Shiro is presented at any conferences, we'll update this page with details.
If Shiro is presented at any conferences, we'll update this page with details.
<input type="hidden" id="ghEditPage" value="conferences.md"></input>
3 changes: 2 additions & 1 deletion configuration.md.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,5 @@ 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").
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").
<input type="hidden" id="ghEditPage" value="configuration.md.vtl"></input>
3 changes: 2 additions & 1 deletion confluence-auto-export.html.vtl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#redirect("index.html" ,"index.html")
#redirect("index.html" ,"index.html")
<input type="hidden" id="ghEditPage" value="confluence-auto-export.html.vtl"></input>
2 changes: 2 additions & 0 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Below are helpful links on how you can contribute to the Apache Shiro project.
* [Donate to ASF](http://www.apache.org/foundation/sponsorship.html) - Shiro is a project under the Apache Software Foundation, a non-profit that relies on donations and community support

* [Developer Resources](developer-resources.html) - Helpful information for anyone providing project help as a committer or contributor

<input type="hidden" id="ghEditPage" value="contribute.md"></input>
2 changes: 2 additions & 0 deletions core.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ First we'll present Shiro's architecture and a summary of each core concept. Th
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).

<input type="hidden" id="ghEditPage" value="core.md"></input>
3 changes: 2 additions & 1 deletion cryptography-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ Shiro Cryptography's primary goal is take what has traditionally be an extremely
<a name="CryptographyFeatures-GetStartedin10MinuteswithShiro"></a>
##Get Started in 10 Minutes with Shiro

Try out Shiro for yourself with our [10 Minute Tutorial](10-minute-tutorial.html "10 Minute Tutorial"). And if you have any questions about Shiro, please check out our [community forum](forums.html "Forums") or [user mailing list](mailing-lists.html "Mailing Lists") for answers from the community.
Try out Shiro for yourself with our [10 Minute Tutorial](10-minute-tutorial.html "10 Minute Tutorial"). And if you have any questions about Shiro, please check out our [community forum](forums.html "Forums") or [user mailing list](mailing-lists.html "Mailing Lists") for answers from the community.
<input type="hidden" id="ghEditPage" value="cryptography-features.md"></input>
3 changes: 2 additions & 1 deletion cryptography.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ TODO. In the mean time, you can read more about [Shiro's Crypography Features](c

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").
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").
<input type="hidden" id="ghEditPage" value="cryptography.md"></input>
2 changes: 2 additions & 0 deletions deprecated-pages.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

<input type="hidden" id="ghEditPage" value="deprecated-pages.html"></input>
3 changes: 2 additions & 1 deletion developer-resources.md.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ For Shiro cutting-edge development, you can clone the code from Git and build it

The resulting artifacts will be in your local M2 Repo under the org.apache.shiro group.

#danger('Cutting-edge development', 'When building from `master` or any branches, use the generated artifacts at your own risk! Current and previous stable releases will always be available via the <a href="download.html" title="Download">Download</a> page.')
#danger('Cutting-edge development', 'When building from `master` or any branches, use the generated artifacts at your own risk! Current and previous stable releases will always be available via the <a href="download.html" title="Download">Download</a> page.')
<input type="hidden" id="ghEditPage" value="developer-resources.md.vtl"></input>
3 changes: 2 additions & 1 deletion developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ The website files are maintained on `people.apache.org` in `/www/shiro.apache.or
[lhazlewood@minotaur:/www/shiro.apache.org]$
```

Changes made to any files under this directory are synced and published to a set of mirrored Apache web servers that we can't access. So note: **Any changes to files under this directory will be propagated to the public Shiro site**. Be careful!
Changes made to any files under this directory are synced and published to a set of mirrored Apache web servers that we can't access. So note: **Any changes to files under this directory will be propagated to the public Shiro site**. Be careful!
<input type="hidden" id="ghEditPage" value="developers.md"></input>
3 changes: 2 additions & 1 deletion documentation-help-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

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").
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").
<input type="hidden" id="ghEditPage" value="documentation-help-block.md"></input>
3 changes: 2 additions & 1 deletion documentation.md.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ Apache Shiro ${latestRelease} ([Download](download.html "Download"))

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").
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").
<input type="hidden" id="ghEditPage" value="documentation.md.vtl"></input>
2 changes: 2 additions & 0 deletions download.html.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -1086,3 +1086,5 @@ customizeMacroTable('table-1.2.x', columnTypes, 1, 'lightgoldenrodyellow', true,
customizeMacroTable('table-1.1.0', columnTypes, 1, 'lightgoldenrodyellow', true, 'Click to sort', '', false, false, false, true, 0, false, '');
//-->
</script>

<input type="hidden" id="ghEditPage" value="download.html.vtl"></input>
3 changes: 2 additions & 1 deletion events.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ October 12, 2010, San Francisco, CA
<a name="Events-SDForum%3ASecuringApplicationswithApacheShiro"></a>
###SDForum: Securing Applications with Apache Shiro

June 1, 2010, Palo Alto, CA
June 1, 2010, Palo Alto, CA
<input type="hidden" id="ghEditPage" value="events.md"></input>
Loading

0 comments on commit c4731cd

Please sign in to comment.