aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/Makefile7
-rw-r--r--www/custom.css17
-rw-r--r--www/footer.in26
-rw-r--r--www/header.in18
-rw-r--r--www/index.in6
l---------www/index.md1
6 files changed, 75 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
new file mode 100644
index 0000000..287cb5c
--- /dev/null
+++ b/www/Makefile
@@ -0,0 +1,7 @@
+all:
+ kursg -o out
+ chmod a+rX out -R
+
+make clean:
+ $(RM) -r out
+ $(RM) -r manuals
diff --git a/www/custom.css b/www/custom.css
new file mode 100644
index 0000000..98c54a6
--- /dev/null
+++ b/www/custom.css
@@ -0,0 +1,17 @@
+pre#logo
+{
+ font-size: 5px;
+ max-width: 100%;
+}
+
+pre#logo-footer
+{
+ font-size: 1px;
+ max-width: 100%;
+}
+
+div#footer a:hover
+{
+ color: red;
+ text-decoration: none;
+}
diff --git a/www/footer.in b/www/footer.in
new file mode 100644
index 0000000..bf90771
--- /dev/null
+++ b/www/footer.in
@@ -0,0 +1,26 @@
+ <a href="http://en.bofc.pl"><pre id="logo-footer">
+  
+88888888  
+8::::::8 8888888888888888 8888888 
+8::::::8 8::::::::::::::::8 8:::::8 
+8::::::8 8::::::::::::::::::8 8:::::8 
+ 8:::::8 8::::::8888888:::::8 8:::::8 
+ 8:::::888888888 88888888888 8:::::8 8888888888888888888888 88888 888888888 8::::8 
+ 8::::::::::::::88 88:::::::::::88 8:::::8 88:::::::::::::::8 8::::888:::::::::8 8::::8 
+ 8::::::::::::::::8 8:::::::::::::::88:::::::888888 8:::::::::::::::::8 8:::::::::::::::::8 8::::8 
+ 8:::::88888:::::::88:::::88888:::::88::::::::::::8 8:::::::888888:::::8 88::::::88888::::::8 8::::8 
+ 8:::::8 8::::::88::::8 8::::88::::::::::::8 8::::::8 8888888 8:::::8 8:::::8 8::::8  
+ 8:::::8 8:::::88::::8 8::::88:::::::888888 8:::::8 8:::::8 8:::::8 8::::8  
+ 8:::::8 8:::::88::::8 8::::8 8:::::8 8:::::8 8:::::8 8:::::8 8::::8  
+ 8:::::8 8:::::88::::8 8::::8 8:::::8 8::::::8 8888888 8:::::8 8::::::8 8::::8  
+ 8:::::888888::::::88:::::88888:::::88:::::::8 8:::::::888888:::::8 8:::::88888:::::::88::::::8
+ 8::::::::::::::::8 8:::::::::::::::88:::::::8 8:::::::::::::::::8 ...... 8::::::::::::::::8 8::::::8
+ 8:::::::::::::::8 88:::::::::::88 8:::::::8 88:::::::::::::::8 .::::. 8::::::::::::::88 8::::::8
+ 8888888888888888 88888888888 888888888 8888888888888888 ...... 8::::::88888888 88888888
+ 8:::::8  
+ 8:::::8  
+ 8:::::::8  
+ 8:::::::8  
+ 8:::::::8  
+ 888888888  
+ </pre></a>
diff --git a/www/header.in b/www/header.in
new file mode 100644
index 0000000..ce9be81
--- /dev/null
+++ b/www/header.in
@@ -0,0 +1,18 @@
+<pre id="logo">
+ 8888 8888
+ 888:::8 888:::8
+ 8:::::8 8:::::8
+ 8:::::8 8:::::8
+ 8888888 8888888 8888888:::::8888888 888888888888 8888888888 8888888:::::8888888
+ 88:::::::8 8:::::::88 8:::::::::::::::::8 88::::::::::::88 88::::::::::8 8:::::::::::::::::8
+8::::::::::88::::::::::88:::::::::::::::::8 8::::::88888:::::8888:::::::::::::8 8:::::::::::::::::8
+8::::::::::::::::::::::8888888:::::::888888 8::::::8 8:::::88::::::8888:::::8888888:::::::888888
+8:::::888::::::888:::::8 8:::::8 8:::::::88888::::::8 8:::::8 888888 8:::::8
+8::::8 8::::8 8::::8 8:::::8 8:::::::::::::::::8 8::::::8 8:::::8
+8::::8 8::::8 8::::8 8:::::8 8::::::88888888888 8::::::8 8:::::8
+8::::8 8::::8 8::::8 8:::::8 8888888:::::::8 888888 8:::::8 8:::::8 888888
+8::::8 8::::8 8::::8 8::::::8888:::::88::::::::8 8:::::8888::::::8 8::::::8888:::::8
+8::::8 8::::8 8::::8 88::::::::::::::8 8::::::::88888888 8::::::::::::::8 88::::::::::::::8
+8::::8 8::::8 8::::8 88:::::::::::88 88:::::::::::::8 8:::::::::::88 88:::::::::::88
+888888 888888 888888 88888888888 88888888888888 88888888888 88888888888
+</pre>
diff --git a/www/index.in b/www/index.in
new file mode 100644
index 0000000..03bdfff
--- /dev/null
+++ b/www/index.in
@@ -0,0 +1,6 @@
+in_title="mtest.kurwinet.pl - mtest (macro test) for simple C unit testing"
+in_description="mtest - macro test, is a very small unit test framework. Really small, it contains only single header file with macros only. mtest outputs test results in TAP format, so it can be piped to anything (like automake or jenkins) for even nicer output."
+in_keywords="c, unit, test, framework"
+in_author="Michał Łyszczek"
+pygment=vim
+style=man
diff --git a/www/index.md b/www/index.md
new file mode 120000
index 0000000..15926e3
--- /dev/null
+++ b/www/index.md
@@ -0,0 +1 @@
+../readme.md \ No newline at end of file