You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2021/09/28 19:33:11 UTC

[shiro-site] 01/01: port articles.md to adoc

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch port-articles
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit b6c1d4479705a8ef54b1980ea3185e6145c34632
Author: Brian Demers <bd...@apache.org>
AuthorDate: Tue Sep 28 15:33:01 2021 -0400

    port articles.md to adoc
    
    Created new `assets/files` directory which serves files at `/files/*`
---
 articles.md                                        |  57 -------------------
 .../files}/articles/Ki-DevNexus-2009.key.zip       | Bin
 .../assets/files}/articles/Ki-DevNexus-2009.pdf    | Bin
 .../files}/articles/Ki-DevNexus-2009.ppt.zip       | Bin
 jbake/content/articles.adoc                        |  62 +++++++++++++++++++++
 5 files changed, 62 insertions(+), 57 deletions(-)

diff --git a/articles.md b/articles.md
deleted file mode 100644
index 65560fb..0000000
--- a/articles.md
+++ /dev/null
@@ -1,57 +0,0 @@
-<a name="Articles-ApacheShiroArticles"></a>
-#Apache Shiro Articles
-
-Here are some articles written by and for members of the Apache Shiro community. Please post any errata to the user or dev [mailing lists](mailing-lists.html "Mailing Lists").
-
-<a name="Articles-IntroductoryArticles"></a>
-##Introductory Articles
-
-New to Shiro? Here are some great introductory articles:
-
-*   **[Application Security with Apache Shiro](https://www.infoq.com/articles/apache-shiro)** InfoQ article by Les Hazlewood, Apache Shiro PMC Chair.
-
-*   **[Apache Shiro Beginner's Webapp Tutorial](webapp-tutorial.html "Apache Shiro Beginner's Webapp Tutorial"): a step-by-step tutorial to enable Shiro in a web application** on 19 November 2013 by Les Hazlewood
-
-*   **[What's new in Apache Shiro 1.2](https://stormpath.com/blog/whats-new-apache-shiro-12)** on 13 March 2012 by Les Hazlewood.
-
-*   **[Introducing Apache Shiro](http://www.ibm.com/developerworks/web/library/wa-apacheshiro/)** by Nathan Good on IBM DeveloperWorks, 14 September 2010.
-
-*   **An Introduction to Shiro (formerly JSecurity/Ki) - A Beginner's Tutorial** by [Bruce Phillips](http://www.brucephillips.name):
-    *   [Part 1](http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-1)
-    *   [Part 2](http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-2)
-    *   [Part 3](http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-3)
-    *   [Part 4](http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-4)
-    *   [Part 5](http://www.brucephillips.name/blog/index.cfm/2009/5/1/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners-Tutorial-Part-5)
-
-<a name="Articles-AdditionalArticles"></a>
-##Additional Articles
-
-Once you've gotten your feet wet, you might find these useful too:
-
-*   **[How to Integrate Apache Shiro with JavaEE6](http://czetsuya-tech.blogspot.com/2012/10/how-to-integrate-apache-shiro-with.html?spref=tw)** by czetsuya on 11 October 2012.
-
-*   **[Custom Apache Shiro JDBC Realm](https://mehmetceliksoy.wordpress.com/2015/06/28/shiro-jdbc-realm/)** by Mehmet Celiksoy
-
-*   **[Securing ZK Applications with Apache Shiro](https://www.zkoss.org/wiki/Small_Talks/2012/March/Securing_ZK_Applications_With_Apache_Shiro)** by Ashish Dasnurkar on 6 March 2012.
-
-*   **Facebook Login with Apache Shiro** by Mike Warren on 28 November 2011
-    *   [Part 1](https://mrdwnotes.wordpress.com/2011/11/28/using-apache-shiro-security-to-allow-login-via-facebook-part-1/)
-    *   [Part 2](https://mrdwnotes.wordpress.com/2011/11/28/using-apache-shiro-security-to-allow-login-via-facebook-part-2/)
-
-*   **Apache Shiro - a blog series by Meri**
-    *   [Part 1 - Basics](http://meri-stuff.blogspot.com/2011/03/apache-shiro-part-1-basics.html) on 27 March 2011
-    *   [Part 2 - Realms, Database and PGP Certificates](http://meri-stuff.blogspot.com/2011/04/apache-shiro-part-2-realms-database-and.html) on 18 April 2011
-    *   [Part 3 - Cryptography](http://meri-stuff.blogspot.com/2011/12/apache-shiro-part-3-cryptography.html) on 4 December 2011
-
-*   **[The New RBAC: Resource-Based Access Control](https://stormpath.com/blog/new-rbac-resource-based-access-control)** by Les Hazlewood on 9 May 2011
-
-*   **[HTTP Authentication and Security with Apache Shiro](http://blog.xebia.com/author/yamsellem/)** blog article by yamsellem on 18 April 2011.
-
-*   **[Using Shiro for Authorization via CDI Interceptors then Easily Test with Arquillian](http://spring-java-ee.blogspot.com/2011/04/using-shiro-for-authorization-via-cdi.html)** blog article by Hendy Irawan on 16 April 2011.
-
-*   **[Apache Shiro Support for Mule](http://blogs.mulesoft.com/dev/mule-dev/apache-shiro-support-for-mule/)** by Dan Diephouse on 10 January 2011.
-
-*   **[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))
-<input type="hidden" id="ghEditPage" value="articles.md"></input>
diff --git a/assets/images/articles/Ki-DevNexus-2009.key.zip b/jbake/assets/files/articles/Ki-DevNexus-2009.key.zip
similarity index 100%
rename from assets/images/articles/Ki-DevNexus-2009.key.zip
rename to jbake/assets/files/articles/Ki-DevNexus-2009.key.zip
diff --git a/assets/images/articles/Ki-DevNexus-2009.pdf b/jbake/assets/files/articles/Ki-DevNexus-2009.pdf
similarity index 100%
rename from assets/images/articles/Ki-DevNexus-2009.pdf
rename to jbake/assets/files/articles/Ki-DevNexus-2009.pdf
diff --git a/assets/images/articles/Ki-DevNexus-2009.ppt.zip b/jbake/assets/files/articles/Ki-DevNexus-2009.ppt.zip
similarity index 100%
rename from assets/images/articles/Ki-DevNexus-2009.ppt.zip
rename to jbake/assets/files/articles/Ki-DevNexus-2009.ppt.zip
diff --git a/jbake/content/articles.adoc b/jbake/content/articles.adoc
new file mode 100644
index 0000000..959394e
--- /dev/null
+++ b/jbake/content/articles.adoc
@@ -0,0 +1,62 @@
+= Apache Shiro Articles
+:jbake-type: page
+:jbake-status: published
+:jbake-tags: community
+:idprefix:
+
+[#Articles-ApacheShiroArticles]
+Here are some articles written by and for members of the Apache Shiro community. Please post any errata to the user or dev link:mailing-lists.html[mailing lists].
+
+[#Articles-IntroductoryArticles]
+== Introductory Articles
+
+New to Shiro? Here are some great introductory articles:
+
+* *https://www.infoq.com/articles/apache-shiro[Application Security with Apache Shiro]* InfoQ article by Les Hazlewood, Apache Shiro PMC Chair.
+
+* *link:webapp-tutorial.html[Apache Shiro Beginner's Webapp Tutorial]: a step-by-step tutorial to enable Shiro in a web application* on 19 November 2013 by Les Hazlewood
+
+* *https://stormpath.com/blog/whats-new-apache-shiro-12[What's new in Apache Shiro 1.2]* on 13 March 2012 by Les Hazlewood.
+
+* *http://www.ibm.com/developerworks/web/library/wa-apacheshiro/[Introducing Apache Shiro]* by Nathan Good on IBM DeveloperWorks, 14 September 2010.
+
+* *An Introduction to Shiro (formerly JSecurity/Ki) - A Beginner's Tutorial* by http://www.brucephillips.name[Bruce Phillips]:
+
+** http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-1[Part 1]
+** http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-2[Part 2]
+** http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-3[Part 3]
+** http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-4[Part 4]
+** http://www.brucephillips.name/blog/index.cfm/2009/5/1/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners-Tutorial-Part-5[Part 5]
+
+[#Articles-AdditionalArticles]
+
+== Additional Articles
+
+Once you've gotten your feet wet, you might find these useful too:
+
+* *http://czetsuya-tech.blogspot.com/2012/10/how-to-integrate-apache-shiro-with.html?spref=tw[How to Integrate Apache Shiro with JavaEE6]* by czetsuya on 11 October 2012.
+
+* *https://mehmetceliksoy.wordpress.com/2015/06/28/shiro-jdbc-realm/[Custom Apache Shiro JDBC Realm]* by Mehmet Celiksoy
+
+* *https://www.zkoss.org/wiki/Small_Talks/2012/March/Securing_ZK_Applications_With_Apache_Shiro[Securing ZK Applications with Apache Shiro]* by Ashish Dasnurkar on 6 March 2012.
+
+* *Facebook Login with Apache Shiro* by Mike Warren on 28 November 2011
+
+** https://mrdwnotes.wordpress.com/2011/11/28/using-apache-shiro-security-to-allow-login-via-facebook-part-1/[Part 1]
+** https://mrdwnotes.wordpress.com/2011/11/28/using-apache-shiro-security-to-allow-login-via-facebook-part-2/[Part 2]
+* *Apache Shiro - a blog series by Meri*
+
+** http://meri-stuff.blogspot.com/2011/03/apache-shiro-part-1-basics.html[Part 1 - Basics] on 27 March 2011
+** http://meri-stuff.blogspot.com/2011/04/apache-shiro-part-2-realms-database-and.html[Part 2 - Realms, Database and PGP Certificates] on 18 April 2011
+** http://meri-stuff.blogspot.com/2011/12/apache-shiro-part-3-cryptography.html[Part 3 - Cryptography] on 4 December 2011
+* *https://stormpath.com/blog/new-rbac-resource-based-access-control[The New RBAC: Resource-Based Access Control]* by Les Hazlewood on 9 May 2011
+
+* *http://blog.xebia.com/author/yamsellem/[HTTP Authentication and Security with Apache Shiro]* blog article by yamsellem on 18 April 2011.
+
+* *http://spring-java-ee.blogspot.com/2011/04/using-shiro-for-authorization-via-cdi.html[Using Shiro for Authorization via CDI Interceptors then Easily Test with Arquillian]* blog article by Hendy Irawan on 16 April 2011.
+
+* *https://github.com/mulesoft-labs/mule-module-shiro/[Apache Shiro Support for Mule]* by Dan Diephouse on 10 January 2011.
+
+* *http://techbeats.deluan.com/apache-shiro-tags-for-jsffacelets[Apache Shiro tags for JSF - Securing Your JSF Pages]* by Deluan Quintão on 1 November 2010.
+
+* *Shiro DevNexus 2009 Presentation* by Jeremy Haile: (link:files/articles/Ki-DevNexus-2009.pdf?version=1&modificationDate=1246602947000[PDF]) (link:files/articles/Ki-DevNexus-2009.key.zip?version=1&modificationDate=1246602947000[Keynote]) (link:files/articles/Ki-DevNexus-2009.ppt.zip?version=1&modificationDate=1246602947000[Powerpoint])