[
https://issues.apache.org/jira/browse/YETUS-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909616#comment-14909616
]
Sean Busbey commented on YETUS-2:
---------------------------------
+1, with below
fine to fix on commit:
{code}
--- a/NOTICE
+++ b/NOTICE
@@ -3,3 +3,11 @@ Copyright 2008-2015 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
+
+---
+The website includes portions of the following projects:
+
+* Bootstrap: Copyright (c) 2011-2015 Twitter, Inc
+* GLYPHICONS FREE: Copyright (c) 2010-2015 Jan Kovarik
+* Font Awesome: Copyright (c) 2015 Dave Gandy
+* JQuery: Copyright jQuery Foundation and other contributors
{code}
Should note here to see LICENSE for the terms. Also "this project" instead of
"this website" ?
{code}
diff --git a/asf-site-src/source/_footer.md.erb
b/asf-site-src/source/_footer.md.erb
new file mode 100644
index 0000000..d5cf9a8
--- /dev/null
+++ b/asf-site-src/source/_footer.md.erb
@@ -0,0 +1,28 @@
+<!---
+ Licensed 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. See accompanying LICENSE file.
+-->
+
{code}
using HTML comments for this means we end up with ~4 copies in the generated
web page. switch to an erb comment instead? maybe leave the one in layout.erb
since then we git a single one at the top of the page source.
> Build website
> -------------
>
> Key: YETUS-2
> URL: https://issues.apache.org/jira/browse/YETUS-2
> Project: Yetus
> Issue Type: Improvement
> Reporter: Sean Busbey
> Priority: Critical
> Attachments: YETUS-2.00.patch, YETUS-2.01.patch
>
>
> the gitpubsub set up only serves static content directly to browsers. We need
> some means to build our markdown (or whatever) source into html, and a
> workflow to push it into hte gitpubsub branch.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)