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

[mina-site] branch asf-site updated: Create README.md

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

elecharny pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mina-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c6e2a1c  Create README.md
c6e2a1c is described below

commit c6e2a1cb38b479e4d7a675bca15a8bfbef35ca37
Author: Emmanuel Lécharny <el...@apache.org>
AuthorDate: Sun Oct 31 10:29:26 2021 +0100

    Create README.md
---
 README.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9ec33cc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+<!--                                                                                                                                                                                                    
+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.
+-->
+# Apache MINA website
+
+The `asf-site` branch is only used for storing the generated static website.
+From this branch, the MINA website is being served.
+
+When submitting patches, apply them to the `master` branch instead of the `asf-site` branch.