]> rtime.felk.cvut.cz Git - ert_linux_web.git/commitdiff
Add IkiWiki setup and Makefile
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 7 Mar 2014 14:53:51 +0000 (15:53 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 7 Mar 2014 14:53:51 +0000 (15:53 +0100)
Makefile [new file with mode: 0644]
ikiwiki.setup
index.html

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..691d74f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+DESTDIR=$(HOME)/public_html/lintarget
+
+IKIWIKI_OPTS = --setup ikiwiki.setup --libdir=$(CURDIR)/libdir \
+              --set srcdir=$(CURDIR) --set destdir=$(DESTDIR) \
+              $(addprefix --set git_wrapper=,$(wildcard /home/ocera/lib/lintarget-web-post-update))
+
+all:
+       ikiwiki $(IKIWIKI_OPTS)
+
+.PHONY: ikiwiki.setup
+ikiwiki.setup:
+       ikiwiki $(IKIWIKI_OPTS) --dumpsetup ikiwiki.setup
index abbb8a6b73c9269e435360fdcd26b4bd9938a03d..366c92ba583ed75f422752cbaef1d85cb63cb02c 100644 (file)
@@ -8,9 +8,9 @@
 # Remember to re-run ikiwiki --setup any time you edit this file.
 #
 # name of the wiki
-wikiname: wiki
+wikiname: LinTarget
 # contact email for wiki
-#adminemail: me@example.com
+adminemail: sojkam1@fel.cvut.cz
 # users who are wiki admins
 adminuser: []
 # users who are banned from the wiki
@@ -20,7 +20,7 @@ srcdir: ''
 # where to build the wiki
 destdir: ''
 # base url to the wiki
-url: ''
+url: 'http://lintarget.sourceforge.net/'
 # url to the ikiwiki.cgi
 cgiurl: ''
 # filename of cgi wrapper to generate
@@ -36,7 +36,9 @@ only_committed_changes: 0
 # rcs backend to use
 rcs: ''
 # plugins to add to the default configuration
-add_plugins: []
+add_plugins:
+  - html
+  - toc
 # plugins to disable
 disable_plugins: []
 # additional directory to search for template files
@@ -52,7 +54,7 @@ usedirs: 1
 # use '!'-prefixed preprocessor directives?
 prefix_directives: 1
 # use page/index.mdwn source files
-indexpages: 0
+indexpages: 1
 # enable Discussion pages?
 discussion: 1
 # name of Discussion pages
index c30d2570804c4f348acd30043e954751d5526d0b..a303a7f8a30cd9486cf0d42690950cddfc86c61c 100644 (file)
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-  <title></title>
+  <title>[[!meta title="Linux Target for Simulink® Embedded Coder"]]</title>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <link><style type="text/css">
     #main_content {max-width: 70em}
@@ -12,8 +12,6 @@
 
 <div id="main_content">
 
-<h1>Linux Target for Embedded Real-Time (ERT)</h1>
-
 <p>
 Linux ERT target is based on <a href="http://www.mathworks.com/">MathWorks</a>' generic Unix target
 for <a href="http://en.wikipedia.org/wiki/Simulink">Simulink</a> Embedded Coder®. It allows to compile
@@ -27,15 +25,11 @@ can be achieved by carefully selected x86 or embedded system (see <a href="http:
 <a href="http://www.osadl.org/Quality-assurance-at-the-OSADL-QA-Farm.osadl-services-qa.0.html">Quality Assurance Farm</a>).
 </p>
 
-<h2>Page Contents</h2>
+<div>
+<b>Page Contents</b>
 
-<ul>
-<li><a href="#news">Recent News</a></li>
-<li><a href="#prjbackground">Project Background</a></li>
-<li><a href="#linuxnative">Native Linux Real-Time and I/O Cards Support</a></li>
-<li><a href="#download">Source Code and Download</a></li>
-<li><a href="#contributors">Project Contributors</a></li>
-</ul>
+[[!toc]]
+</div>
 
 <h2 id="news">Recent News</h2>
 
@@ -128,7 +122,7 @@ documentation for this driver can be found in Rostislav Lisový master thesis an
 <p id="dce"><b>DCE</b> - <a href="http://dce.fel.cvut.cz/" target="_blank">Department of Control Engineering</a> -
 <a href="http://www.cvut.cz/en" target="_blank">Czech Technical University in Prague</a>, <a href="http://www.fel.cvut.cz/en" target="_blank">Faculty of Electrical Engineering</a></p>
 
-<h2>Acknowledgement:</h2>
+<h2>Acknowledgement</h2>
 
 <p>This work was supported by Ministry of Industry and Trade of the Czech Republic under Project 
 FT—TA3/044 during period of 2006 to 2009 years.</p>