Repository: roller Updated Branches: refs/heads/bootstrap-ui [created] a3f685b22
Update README.txt Couple of notes about my fork of Roller. Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/ddd41936 Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/ddd41936 Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/ddd41936 Branch: refs/heads/bootstrap-ui Commit: ddd41936f1c5529197d69fa146a0280970aa9117 Parents: 700fb39 Author: Dave Johnson <[email protected]> Authored: Mon Dec 29 10:11:22 2014 -0500 Committer: Dave Johnson <[email protected]> Committed: Mon Dec 29 10:11:22 2014 -0500 ---------------------------------------------------------------------- README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/ddd41936/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index fcf2b08..ad9cc19 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,19 @@ README.txt + +This is my personal and experimental fork of Apache Roller. +There are two experiments here: + +1) shiro_not_spring: is a branch of Roller's trunk that has been modified to use +Apache Shiro for security instead of Spring. Also, all Spring depdenencies have been removed. + +2) jaxrs_not_struts: is a branch of Roller's trunk that has been modified to add +a REST API, powered by Apache CXF and Apache Shiro. Someday this REST API could power +a new JavaScript based web interface for Roller. + + +---------------------------------------------------------- + This file exists at the top-level of the Roller source tree. Roller is made up of the following Maven projects:
