This is an automated email from the ASF dual-hosted git repository.
johnsd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes-website.git
The following commit(s) were added to refs/heads/main by this push:
new e1623e3 hopefully enabled gh pages
e1623e3 is described below
commit e1623e3bdf3696e18a47f2555d726a0ebcd4ccec
Author: Johnsd11 <[email protected]>
AuthorDate: Thu Jun 15 15:10:15 2023 -0400
hopefully enabled gh pages
---
.asf.yaml | 38 ++++++++++++++++++++++++++++++++++++++
_layouts/default.html | 3 ++-
2 files changed, 40 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..f848930
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,38 @@
+# 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.
+
+github:
+ description: "Apache cTAKES is a Natural Language Processing (NLP) platform
for clinical text."
+ homepage: https://ctakes.apache.org
+ ghp_branch: main
+ ghp_path: /
+ labels:
+ - ctakes
+ - nlp
+ - cnlp
+ - clinical
+ - text
+ - natural
+ - language
+ - processing
+ - apache
+
+notifications:
+ commits: [email protected]
+ pullrequests: [email protected]
+ issues: [email protected]
+ discussions: [email protected]
diff --git a/_layouts/default.html b/_layouts/default.html
index 9e5878e..3033020 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <meta http-equiv="refresh" content="7; url='https://www.w3docs.com'" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{%
endif %}</title>
@@ -22,7 +23,7 @@
<li><a href="/intro/">Introduction</a></li>
<li><a href="https://github.com/apache/ctakes/wiki"
target="_blank">Ctakes Wiki</a></li>
<li><a href="https://github.com/apache/ctakes" target="_blank">Git
Repository</a></li>
- <li><a href="www.apache.org" target="_blank">Apache</a></li>
+ <li><a href="https://www.apache.org/"
target="_blank">Apache</a></li>
</ul>
</nav>
</header>