Repository: incubator-edgent-website
Updated Branches:
  refs/heads/master a62aa5c83 -> 793007ab0


Add license header and align


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/6eadb005
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/6eadb005
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/6eadb005

Branch: refs/heads/master
Commit: 6eadb005c81fca66c5d4c9ef59db0bd3996a6607
Parents: a62aa5c
Author: Cazen Lee <ca...@apache.org>
Authored: Sun Dec 18 00:07:28 2016 +0900
Committer: Cazen Lee <ca...@apache.org>
Committed: Sun Dec 18 00:07:28 2016 +0900

----------------------------------------------------------------------
 site/_data/alerts.yml                  | 15 +++++++++++++
 site/_data/mydoc/mydoc_definitions.yml | 15 +++++++++++++
 site/_data/mydoc/mydoc_glossary.yml    | 15 +++++++++++++
 site/_data/mydoc/mydoc_sidebar.yml     | 23 ++++++++++++++++++++
 site/_data/mydoc/mydoc_tags.yml        | 15 +++++++++++++
 site/_data/mydoc/mydoc_topnav.yml      | 15 +++++++++++++
 site/_data/mydoc/mydoc_urls.yml        | 33 ++++++++++++-----------------
 site/_data/mydoc/samplelist.yml        | 15 +++++++++++++
 site/_data/project.yml                 |  1 +
 site/_data/strings.yml                 | 15 ++++++++++++-
 site/_data/terms.yml                   | 14 ++++++++++++
 11 files changed, 156 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/alerts.yml
----------------------------------------------------------------------
diff --git a/site/_data/alerts.yml b/site/_data/alerts.yml
index 157e162..3c43229 100644
--- a/site/_data/alerts.yml
+++ b/site/_data/alerts.yml
@@ -1,3 +1,18 @@
+# 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.
+
 tip: '<div class="alert alert-success" role="alert"><i class="fa 
fa-check-square-o"></i> <b>Tip: </b>'
 note: '<div class="alert alert-info" role="alert"><i class="fa 
fa-info-circle"></i> <b>Note: </b>'
 important: '<div class="alert alert-warning" role="alert"><i class="fa 
fa-warning"></i> <b>Important: </b>'

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/mydoc/mydoc_definitions.yml
----------------------------------------------------------------------
diff --git a/site/_data/mydoc/mydoc_definitions.yml 
b/site/_data/mydoc/mydoc_definitions.yml
index 0da85d3..dec0df7 100644
--- a/site/_data/mydoc/mydoc_definitions.yml
+++ b/site/_data/mydoc/mydoc_definitions.yml
@@ -1,3 +1,18 @@
+# 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.
+
 elephant: "This is a sample definition."
 
 baseball: "Baseball is considered America's pasttime sport, though that may be 
more of a historical term than a current one. There's a lot more excitement 
about football than baseball. A baseball game is somewhat of a snooze to watch, 
for the most part."

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/mydoc/mydoc_glossary.yml
----------------------------------------------------------------------
diff --git a/site/_data/mydoc/mydoc_glossary.yml 
b/site/_data/mydoc/mydoc_glossary.yml
index e953fe7..cada31c 100644
--- a/site/_data/mydoc/mydoc_glossary.yml
+++ b/site/_data/mydoc/mydoc_glossary.yml
@@ -1,3 +1,18 @@
+# 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.
+
 jekyll_platform: "Jekyll is a static site generator that builds sites using 
most modern web technologies."
 
 fractious: "Like a little mischevious child, full of annoying and constant 
trouble."

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/mydoc/mydoc_sidebar.yml
----------------------------------------------------------------------
diff --git a/site/_data/mydoc/mydoc_sidebar.yml 
b/site/_data/mydoc/mydoc_sidebar.yml
index 137ec3a..d2e4b64 100644
--- a/site/_data/mydoc/mydoc_sidebar.yml
+++ b/site/_data/mydoc/mydoc_sidebar.yml
@@ -1,3 +1,18 @@
+# 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.
+
 # This is your sidebar TOC. The sidebar code loops through sections here and 
provides the appropriate formatting.
 
 # Sidebar
@@ -58,6 +73,14 @@ entries:
     version: all
     output: web, pdf
     items:
+    - title: Downloads
+      url: /docs/downloads.html
+      audience: writers, designers
+      platform: all
+      product: all
+      version: all
+      output: web, pdf
+
     - title: Getting started guide
       url: /docs/edgent-getting-started.html
       audience: writers, designers

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/mydoc/mydoc_tags.yml
----------------------------------------------------------------------
diff --git a/site/_data/mydoc/mydoc_tags.yml b/site/_data/mydoc/mydoc_tags.yml
index 1af6e1f..3796d33 100644
--- a/site/_data/mydoc/mydoc_tags.yml
+++ b/site/_data/mydoc/mydoc_tags.yml
@@ -1,3 +1,18 @@
+# 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.
+
 allowed-tags:
   - getting_started
   - content_types

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/mydoc/mydoc_topnav.yml
----------------------------------------------------------------------
diff --git a/site/_data/mydoc/mydoc_topnav.yml 
b/site/_data/mydoc/mydoc_topnav.yml
index 92a6ffb..3c086fa 100644
--- a/site/_data/mydoc/mydoc_topnav.yml
+++ b/site/_data/mydoc/mydoc_topnav.yml
@@ -1,3 +1,18 @@
+# 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.
+
 ## Topnav single links
 ## if you want to list an external url, use external_url instead of url. the 
theme will apply a different link base.
 #    - title: Sample

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/mydoc/mydoc_urls.yml
----------------------------------------------------------------------
diff --git a/site/_data/mydoc/mydoc_urls.yml b/site/_data/mydoc/mydoc_urls.yml
index c5b533d..ae96cc7 100644
--- a/site/_data/mydoc/mydoc_urls.yml
+++ b/site/_data/mydoc/mydoc_urls.yml
@@ -1,22 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+# 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.
 
 home:
   title: "Introduction"

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/mydoc/samplelist.yml
----------------------------------------------------------------------
diff --git a/site/_data/mydoc/samplelist.yml b/site/_data/mydoc/samplelist.yml
index 1f133ff..91838f1 100644
--- a/site/_data/mydoc/samplelist.yml
+++ b/site/_data/mydoc/samplelist.yml
@@ -1,3 +1,18 @@
+# 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.
+
 entries:
 - title: Sidebar
   subcategories:

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/project.yml
----------------------------------------------------------------------
diff --git a/site/_data/project.yml b/site/_data/project.yml
index 2e7df99..d546311 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -12,6 +12,7 @@
 # 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.
+
 #
 # Edgent Project configurations
 #

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/strings.yml
----------------------------------------------------------------------
diff --git a/site/_data/strings.yml b/site/_data/strings.yml
index d7c1392..9997932 100644
--- a/site/_data/strings.yml
+++ b/site/_data/strings.yml
@@ -1,4 +1,17 @@
-
+# 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.
 
 # placed here for translation purposes
 search_placeholder_text: search...

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/6eadb005/site/_data/terms.yml
----------------------------------------------------------------------
diff --git a/site/_data/terms.yml b/site/_data/terms.yml
index 1e91448..95b59ff 100644
--- a/site/_data/terms.yml
+++ b/site/_data/terms.yml
@@ -1 +1,15 @@
+# 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.
 apple: "apple - the fruit of a disiduous tree."
\ No newline at end of file

Reply via email to