Repository: incubator-unomi Updated Branches: refs/heads/master 6d69b92dc -> 95627509e
UNOMI-1 Add new download and license pages Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/95627509 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/95627509 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/95627509 Branch: refs/heads/master Commit: 95627509e5ac7528c84ac31452fe8f2f40292358 Parents: 6d69b92 Author: Serge Huber <[email protected]> Authored: Mon Mar 21 17:29:44 2016 +0100 Committer: Serge Huber <[email protected]> Committed: Mon Mar 21 17:29:44 2016 +0100 ---------------------------------------------------------------------- src/site/markdown/download.md | 22 ++++++++++++++++++++++ src/site/markdown/license.md | 30 ++++++++++++++++++++++++++++++ src/site/site.xml | 9 +++++++-- 3 files changed, 59 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/95627509/src/site/markdown/download.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md new file mode 100644 index 0000000..f369b2f --- /dev/null +++ b/src/site/markdown/download.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. + --> + +# Downloading Apache Unomi + +## Binaries + +## Source code http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/95627509/src/site/markdown/license.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/license.md b/src/site/markdown/license.md new file mode 100644 index 0000000..7715e2f --- /dev/null +++ b/src/site/markdown/license.md @@ -0,0 +1,30 @@ +<!-- + ~ 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. + --> + +# License + +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. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/95627509/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index f9dee89..682cd82 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -49,9 +49,9 @@ <titleTemplate>%2$s | %1$s</titleTemplate> <toc>sidebar</toc> <!--tocTopMax>6</tocTopMax--> - <topNav>Documentation|Standard|Contribute|Privacy|Community</topNav> + <topNav>Download|Documentation|Standard|Contribute|Privacy|Community</topNav> <bottomNav> - <column>Documentation|Standard|Contribute|Privacy|Community</column> + <column>Download|Documentation|Standard|Contribute|Privacy|Community</column> <column>modules</column> <column>reports</column> </bottomNav> @@ -96,6 +96,11 @@ <body> + <menu name="Download" inherit="top"> + <item name="Packages" href="download.html" /> + <item name="License" href="license.html" /> + </menu> + <menu name="Documentation" inherit="top"> <item name="Home" href="./" /> <item name="Building and deploying" href="building-and-deploying.html" />
