diff options
author | piny-code <ikiwiki-piny-code@piny.svcs.cs.pdx.edu> | 2009-09-06 04:26:32 -0700 |
---|---|---|
committer | piny-code <ikiwiki-piny-code@piny.svcs.cs.pdx.edu> | 2009-09-06 04:26:32 -0700 |
commit | 1cbe6712d6ed474885480b07437b19d55eb95398 (patch) | |
tree | b570142009b21594d2a3de6e2c9e90ec2078ab13 | |
parent | 29355a1653a12742928ce563e4c077a77f67c9f9 (diff) | |
download | piny-code-1cbe6712d6ed474885480b07437b19d55eb95398.tar.gz piny-code-1cbe6712d6ed474885480b07437b19d55eb95398.zip |
automatic index generation
-rw-r--r-- | etc.mdwn | 1 | ||||
-rw-r--r-- | etc/apache2.mdwn | 1 | ||||
-rw-r--r-- | etc/apache2/sites-available.mdwn | 1 | ||||
-rw-r--r-- | srv.mdwn | 1 | ||||
-rw-r--r-- | srv/templates.mdwn | 1 | ||||
-rw-r--r-- | usr.mdwn | 1 | ||||
-rw-r--r-- | usr/local.mdwn | 1 | ||||
-rw-r--r-- | usr/local/bin.mdwn | 1 | ||||
-rw-r--r-- | usr/local/sbin.mdwn | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/etc.mdwn b/etc.mdwn new file mode 100644 index 0000000..466c438 --- /dev/null +++ b/etc.mdwn @@ -0,0 +1 @@ +[[!map pages="etc/* and ! etc/*/*"]] diff --git a/etc/apache2.mdwn b/etc/apache2.mdwn new file mode 100644 index 0000000..9057089 --- /dev/null +++ b/etc/apache2.mdwn @@ -0,0 +1 @@ +[[!map pages="etc/apache2/* and ! etc/apache2/*/*"]] diff --git a/etc/apache2/sites-available.mdwn b/etc/apache2/sites-available.mdwn new file mode 100644 index 0000000..f787c1a --- /dev/null +++ b/etc/apache2/sites-available.mdwn @@ -0,0 +1 @@ +[[!map pages="etc/apache2/sites-available/* and ! etc/apache2/sites-available/*/*"]] diff --git a/srv.mdwn b/srv.mdwn new file mode 100644 index 0000000..dad5942 --- /dev/null +++ b/srv.mdwn @@ -0,0 +1 @@ +[[!map pages="srv/* and ! srv/*/*"]] diff --git a/srv/templates.mdwn b/srv/templates.mdwn new file mode 100644 index 0000000..6b8eeb1 --- /dev/null +++ b/srv/templates.mdwn @@ -0,0 +1 @@ +[[!map pages="srv/templates/* and ! srv/templates/*/*"]] diff --git a/usr.mdwn b/usr.mdwn new file mode 100644 index 0000000..10c94a3 --- /dev/null +++ b/usr.mdwn @@ -0,0 +1 @@ +[[!map pages="usr/* and ! usr/*/*"]] diff --git a/usr/local.mdwn b/usr/local.mdwn new file mode 100644 index 0000000..74a221a --- /dev/null +++ b/usr/local.mdwn @@ -0,0 +1 @@ +[[!map pages="usr/local/* and ! usr/local/*/*"]] diff --git a/usr/local/bin.mdwn b/usr/local/bin.mdwn new file mode 100644 index 0000000..3134759 --- /dev/null +++ b/usr/local/bin.mdwn @@ -0,0 +1 @@ +[[!map pages="usr/local/bin/* and ! usr/local/bin/*/*"]] diff --git a/usr/local/sbin.mdwn b/usr/local/sbin.mdwn new file mode 100644 index 0000000..265d599 --- /dev/null +++ b/usr/local/sbin.mdwn @@ -0,0 +1 @@ +[[!map pages="usr/local/sbin/* and ! usr/local/sbin/*/*"]] |