removed unused 404, removed unused metadata in contributing, small build fix


Project: http://git-wip-us.apache.org/repos/asf/celix-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix-site/commit/ece5efd1
Tree: http://git-wip-us.apache.org/repos/asf/celix-site/tree/ece5efd1
Diff: http://git-wip-us.apache.org/repos/asf/celix-site/diff/ece5efd1

Branch: refs/heads/asf-site
Commit: ece5efd1d8cd40d2a8af61a750cb77f4471ffd3b
Parents: 0bf1094
Author: ESmink <[email protected]>
Authored: Tue Nov 28 12:29:39 2017 +0100
Committer: ESmink <[email protected]>
Committed: Tue Nov 28 12:29:39 2017 +0100

----------------------------------------------------------------------
 build.py                     | 2 +-
 src/markdown/contributing.md | 6 ------
 src/noprocess/404.html       | 2 --
 3 files changed, 1 insertion(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix-site/blob/ece5efd1/build.py
----------------------------------------------------------------------
diff --git a/build.py b/build.py
index ceff165..00d4097 100755
--- a/build.py
+++ b/build.py
@@ -63,7 +63,7 @@ for title in root:
        docT += '\n\t<tr><th>' + title.attrib['name'] + '</th></tr>'
        for fl in title:
                docT += '\n\t<tr><td><a href=/' + fl.find('dest').text[len(out) 
+ 1:] + '>' + fl.attrib['name'] + '</a></td></tr>'
-docT += '\n</table></div>\n'
+docT = docT.replace('/index.html', '/') + '\n</table></div>\n'
 
 #register site markdown
 md = ''

http://git-wip-us.apache.org/repos/asf/celix-site/blob/ece5efd1/src/markdown/contributing.md
----------------------------------------------------------------------
diff --git a/src/markdown/contributing.md b/src/markdown/contributing.md
index a911993..5806cb1 100644
--- a/src/markdown/contributing.md
+++ b/src/markdown/contributing.md
@@ -1,8 +1,3 @@
-<!--
-Meta-Name:     Name
--->
-<? instruction ?>
-
 # Contributing
 
 The Celix community is open for everyone to participate in. Discussions are 
done over the 
@@ -11,4 +6,3 @@ seen by everyone.
 
 If you would like to join the Celix community, a good start would be to follow 
the mailing list and participate in the 
 discussions, use Celix and report bugs you find, possibly with patches.
-

http://git-wip-us.apache.org/repos/asf/celix-site/blob/ece5efd1/src/noprocess/404.html
----------------------------------------------------------------------
diff --git a/src/noprocess/404.html b/src/noprocess/404.html
deleted file mode 100755
index 84a21b3..0000000
--- a/src/noprocess/404.html
+++ /dev/null
@@ -1,2 +0,0 @@
-404 :(
-

Reply via email to