You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/09/10 20:52:09 UTC

[shiro-site] branch asf-staging-jbake created (now 866927f)

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

bmarwell pushed a change to branch asf-staging-jbake
in repository https://gitbox.apache.org/repos/asf/shiro-site.git.


      at 866927f  create staging-jbake branch.

This branch includes the following new commits:

     new 866927f  create staging-jbake branch.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[shiro-site] 01/01: create staging-jbake branch.

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch asf-staging-jbake
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit 866927f0e8a8037496df9150d8224e8287936d34
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Fri Sep 10 22:49:18 2021 +0200

    create staging-jbake branch.
---
 .asf.yaml | 29 +++++++++++++++++++++++++++++
 .htaccess | 15 +++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..03c2c16
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,29 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "Apache Shiro Website"
+  homepage: https://shiro.apache.org/
+  labels:
+    - apache
+    - shiro
+
+staging:
+  profile: jbake
+  whoami:  asf-staging-jbake
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..0c8b288
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,15 @@
+RedirectMatch ^/favicon.ico /assets/images/favicon.ico
+RedirectMatch ^/shiro-all(.*) /static/current/shiro-all/$1
+RedirectMatch ^/shiro-core(.*) /static/current/shiro-core/$1
+
+RedirectMatch ^/shiro-quartz(.*) /static/current/shiro-quartz/$1
+RedirectMatch ^/shiro-samples(.*) /static/current/shiro-samples/$1
+RedirectMatch ^/shiro-ehcache(.*) /static/current/shiro-ehcache/$1
+RedirectMatch ^/shiro-cas(.*) /static/current/shiro-cas/$1
+RedirectMatch ^/shiro-aspectj(.*) /static/current/shiro-aspectj/$1
+RedirectMatch ^/shiro-spring(.*) /static/current/shiro-spring/$1
+RedirectMatch ^/shiro-guice(.*) /static/current/shiro-guice/$1
+RedirectMatch ^/shiro-web(.*) /static/current/shiro-web/$1
+RedirectMatch ^/spring.html /spring-framework.html
+RedirectMatch ^/features-overview.html /features.html
+RedirectMatch ^/contribute.html /how-to-contribute.html