From 70f581523b5883401aa2b8251d0cde908383e899 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 7 May 2009 14:28:25 +0200 Subject: [PATCH] add tag test1 Signed-off-by: Nico Schottelius --- about.mdwn | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ local.css | 25 ++++++++++++++++++------ tags.mdwn | 1 + tags/test1.mdwn | 1 + 4 files changed, 72 insertions(+), 6 deletions(-) create mode 100644 about.mdwn create mode 100644 tags.mdwn create mode 100644 tags/test1.mdwn diff --git a/about.mdwn b/about.mdwn new file mode 100644 index 00000000..9adf7cc8 --- /dev/null +++ b/about.mdwn @@ -0,0 +1,51 @@ +Nico Schottelius is the orginator and author of this website. + +You can read about me and my projects at several sites: + +* [very old personal website (to be merged into this one)](http://nico.schotteli.us/) +* [old personal website (to be merged into this one)](http://nico.schottelius.org/) +* [UNIX related projects](http://unix.schottelius.org/) +* [irc related data/information (to be merged into this site)](http://irc.schottelius.org/) +* [mailing lists](http://l.schottelius.org) +* Search the searchengines: + * http://www.google.com/search?q=%22Nico+Schottelius%22 + * http://www.alltheweb.com/search?q=%22nico+schottelius%22 + + +My aims and plans + + * Create a clean (secure, fast, and comfortable) Linux distribution + * To stimulate the FOSS development, to boost the acceptance of FOSS. + * Create tools that are needed for himself and to make them available for use in other Unices as well (like cinit, ccollect are available already) + * Group together some people, interested in aiding the success of FOSS + o Paid people + o "Normal people" (those, that are just using the computer, not using to hack with it) + o Try to get different groups to work closer (like *BSD with the Linux community) + * I want to study computer science again + o Learn more, to create better software + o this time without the focus on economy + + +Press + +The following is an incomplete list of news and articles about my projects and those I wrote: + + * February 2005: Linux-Magazin about monotone and gnu arch (tla). + * 26. August 2004: OpenNET (russia) about the Blacksheep project. + * 9. July 2004: Pro-Linux about the LinuxDistributionen Wiki + * 14. April 2004: The Linux Documentation Project about the document explaining why cryptoloops offer only partial security. + * 22. August 2003: Newsforge about the Blacksheep project. + * 31. July 2003: Pro-Linux about the Blacksheep project. + + +Please notify me, if you find an article not listed here. + + +Contact + +You can contact me via E-Mail at nico-webcontact (at the following domain) schottelius.org. +I recommened using PGP to encrypt any mail. The fingerprint of my pgp-key is + +BFE4 C736 ABE5 406F 8F42 F7CF B8BE F92A 9885 188C + +[[!tag test1]] diff --git a/local.css b/local.css index a0659c30..2962ccb7 100644 --- a/local.css +++ b/local.css @@ -8,11 +8,7 @@ * 2008-01-?? * */ -#sidebar { - width: 20ex; - float: left; - margin-top: 10px; - margin-left: 0px; +#sidebar, .pagecloud { background: #800000; border: 2px solid #500000; font-size: 80%; @@ -20,6 +16,13 @@ color: #c0c0c0 !important; } +#sidebar { + width: 20ex; + float: left; + margin-top: 10px; + margin-left: 0px; +} + #sidebar ul { list-style-type: none; padding-left: 1em; @@ -77,7 +80,17 @@ pre { } .header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;} -.pagedate, .tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;} +.tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;} + +.pagedate { + background: #474747; + border: none; + padding: 4px; + color: #efefef; + font-family: sans-serif; + font-size: 60%; +} + .tags { color: yellow } .selflink { background: yellow; color: black } diff --git a/tags.mdwn b/tags.mdwn new file mode 100644 index 00000000..873bb7da --- /dev/null +++ b/tags.mdwn @@ -0,0 +1 @@ +[[!pagestats pages="tags/*"]] diff --git a/tags/test1.mdwn b/tags/test1.mdwn new file mode 100644 index 00000000..f601bb4a --- /dev/null +++ b/tags/test1.mdwn @@ -0,0 +1 @@ +[[!inline pages="link(tags/test1) and ./posts/* and !*/Discussion" show="10" actions=yes]]