Difference between revisions of "Main Page"

From Klaus' wiki
Jump to: navigation, search
Line 18: Line 18:
  
 
[[Links]] to the world
 
[[Links]] to the world
 +
 +
 +
== Graphical overview ==
 +
 +
 +
<sitegraph type="digraph" layout="neato">
 +
graph [
 +
  center=true,
 +
  fontname="Verdana",
 +
  bgcolor="transparent",
 +
  truecolor="true",
 +
  fontsize=12,
 +
  overlap="orthoyx",
 +
  splines="true",
 +
  pack="true",
 +
  sep="0.1",
 +
  dpi=62,
 +
  ratio="compress",
 +
  epsilon="0.001",
 +
];
 +
 +
edge [
 +
  fontsize=10,
 +
  arrowsize=0.5,
 +
  len=0.5
 +
];
 +
 +
node [
 +
  fontsize=12,
 +
  shape="ellipse",
 +
  height=0.25,
 +
  width=0.25,
 +
  fontcolor=blue,
 +
];
 +
</sitegraph>

Revision as of 21:10, 28 April 2010

Hi and welcome to my spot in the internet galaxy

On this wiki I will collect my thoughts about this and that - mostly work related.

Disclamer:

What is written here expresses only my personal opinion not necessarily the opinion of AU-HIH or AU in general.


Content

A Graphical overview of the content on this wiki

General about Wikies

Citrix client on Linux

Links to the world


Graphical overview

<sitegraph type="digraph" layout="neato"> graph [

 center=true,
 fontname="Verdana",
 bgcolor="transparent",
 truecolor="true",
 fontsize=12,
 overlap="orthoyx",
 splines="true",
 pack="true",
 sep="0.1",
 dpi=62,
 ratio="compress",
 epsilon="0.001",

];

edge [

 fontsize=10,
 arrowsize=0.5,
 len=0.5

];

node [

 fontsize=12,
 shape="ellipse",
 height=0.25,
 width=0.25,
 fontcolor=blue,

]; </sitegraph>