summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-05 17:54:12 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-09 11:40:19 +0900
commite21bbbe516921e227f92a79aee8f907ee2563828 (patch)
tree843c3d69b31dfbf04f759572a92204a81c70082e /wiki
parent43717ae31ee76dab029cc6ba0aa07e6cd7688a55 (diff)
Wiki support 1st version
Renesas contracted service provider will stop Redmine at 2021. But, We want to keep it. This patch start to support Wiki at PeriJect. 100% compatible is difficult, but some of them can be. These are known un-compatiblity. - list "-" doesn't work - line "---" doesn't work - [[link]] doesn't work (periject supports similar one) - !image! doesn't work (periject supports similar one) - <pre>...</pre> doesn't allow white line - {{toc}} doesn't work Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'wiki')
-rw-r--r--wiki/css8
-rw-r--r--wiki/top.wiki67
2 files changed, 75 insertions, 0 deletions
diff --git a/wiki/css b/wiki/css
new file mode 100644
index 0000000..3d25415
--- /dev/null
+++ b/wiki/css
@@ -0,0 +1,8 @@
+table {
+ border-collapse: collapse;
+ border: solid 1px gray;
+}
+
+table th, table td {
+ border: solid 1px gray;
+}
diff --git a/wiki/top.wiki b/wiki/top.wiki
new file mode 100644
index 0000000..681bccc
--- /dev/null
+++ b/wiki/top.wiki
@@ -0,0 +1,67 @@
+h1. "PeriJect":https://osdg.renesas.com/periperi/periject
+
+h1. [[member info]]
+
+h1. Core group
+
+* member
+** *Geert*
+** Laurent
+** Magnus
+** Morimoto
+** Shimoda
+** Ulrich
+** Niklas
+
+* [[core-todo-list]]
+* [[core-chat-meeting]]
+
+h1. I/O group
+
+* member
+** Geert
+** Marek
+** Niklas
+** Shimoda
+** Ulrich
+** *Wolfram*
+
+* [[io-chat-meeting]]
+
+* [[sdhi scratchpad]]
+
+h1. Multimedia group
+
+* members
+** Jacopo
+** Kieran
+** *Laurent*
+** Magnus
+** Morimoto
+** Niklas
+** Ulrich
+
+* [[Ongoing Multimedia Development]]
+* [[GMSL Camera Setup]]
+* [[multimedia-todo-list]]
+* [[multimedia-chat-meeting]]
+
+h1. [[Hardware]]
+
+h1. Renesas Information
+
+* [[R-Car-Gen3]]
+
+h1. PeriPeriCon
+
+* [[periperi-2016-02]]
+* [[miniperi-2016-07]]
+* [[renesas-2016-07]]
+* [[miniperi-2016-10]]
+* [[miniperi-2017-02]]
+* [[miniperi-2017-05]]
+* [[periperi-2017-09]]
+* [[miniperi-2017-10]]
+* [[periperi-2018-02]]
+* [[periperi-2018-10]]
+* [[periperi-2019-02]]