From 6b084689b491d62b33e05a39d77803d9800e515e Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Thu, 15 Dec 2016 14:00:45 +0100 Subject: [PATCH] - move nhttdp-documentation to /doc-directory --- {src/nhttpd/doc => doc/nhttpd}/Changelog.txt | 0 .../nhttpd}/design/Kollaborationsdiagramm1.gif | 0 .../doc => doc/nhttpd}/design/Sequenzdiagramm1.gif | Bin {src/nhttpd/doc => doc/nhttpd}/design/Webserver.gif | Bin .../doc => doc/nhttpd}/design/big_picturer.gif | 0 {src/nhttpd/doc => doc/nhttpd}/design/mods.gif | Bin {src/nhttpd/doc => doc/nhttpd}/design/nhttpd.gif | Bin .../doc => doc/nhttpd}/design/nhttpdNeutrinoAPI.gif | Bin {src/nhttpd/doc => doc/nhttpd}/index.html | 0 .../doc => doc/nhttpd}/nhttpd_controlapi.html | 0 .../doc => doc/nhttpd}/nhttpd_implementation.html | 0 {src/nhttpd/doc => doc/nhttpd}/yhttpd.css | 0 {src/nhttpd/doc => doc/nhttpd}/yhttpd_conf.txt | 0 .../doc => doc/nhttpd}/yhttpd_documentation.html | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {src/nhttpd/doc => doc/nhttpd}/Changelog.txt (100%) rename {src/nhttpd/doc => doc/nhttpd}/design/Kollaborationsdiagramm1.gif (100%) rename {src/nhttpd/doc => doc/nhttpd}/design/Sequenzdiagramm1.gif (100%) rename {src/nhttpd/doc => doc/nhttpd}/design/Webserver.gif (100%) rename {src/nhttpd/doc => doc/nhttpd}/design/big_picturer.gif (100%) rename {src/nhttpd/doc => doc/nhttpd}/design/mods.gif (100%) rename {src/nhttpd/doc => doc/nhttpd}/design/nhttpd.gif (100%) rename {src/nhttpd/doc => doc/nhttpd}/design/nhttpdNeutrinoAPI.gif (100%) rename {src/nhttpd/doc => doc/nhttpd}/index.html (100%) rename {src/nhttpd/doc => doc/nhttpd}/nhttpd_controlapi.html (100%) rename {src/nhttpd/doc => doc/nhttpd}/nhttpd_implementation.html (100%) rename {src/nhttpd/doc => doc/nhttpd}/yhttpd.css (100%) rename {src/nhttpd/doc => doc/nhttpd}/yhttpd_conf.txt (100%) rename {src/nhttpd/doc => doc/nhttpd}/yhttpd_documentation.html (100%) diff --git a/src/nhttpd/doc/Changelog.txt b/doc/nhttpd/Changelog.txt similarity index 100% rename from src/nhttpd/doc/Changelog.txt rename to doc/nhttpd/Changelog.txt diff --git a/src/nhttpd/doc/design/Kollaborationsdiagramm1.gif b/doc/nhttpd/design/Kollaborationsdiagramm1.gif similarity index 100% rename from src/nhttpd/doc/design/Kollaborationsdiagramm1.gif rename to doc/nhttpd/design/Kollaborationsdiagramm1.gif diff --git a/src/nhttpd/doc/design/Sequenzdiagramm1.gif b/doc/nhttpd/design/Sequenzdiagramm1.gif similarity index 100% rename from src/nhttpd/doc/design/Sequenzdiagramm1.gif rename to doc/nhttpd/design/Sequenzdiagramm1.gif diff --git a/src/nhttpd/doc/design/Webserver.gif b/doc/nhttpd/design/Webserver.gif similarity index 100% rename from src/nhttpd/doc/design/Webserver.gif rename to doc/nhttpd/design/Webserver.gif diff --git a/src/nhttpd/doc/design/big_picturer.gif b/doc/nhttpd/design/big_picturer.gif similarity index 100% rename from src/nhttpd/doc/design/big_picturer.gif rename to doc/nhttpd/design/big_picturer.gif diff --git a/src/nhttpd/doc/design/mods.gif b/doc/nhttpd/design/mods.gif similarity index 100% rename from src/nhttpd/doc/design/mods.gif rename to doc/nhttpd/design/mods.gif diff --git a/src/nhttpd/doc/design/nhttpd.gif b/doc/nhttpd/design/nhttpd.gif similarity index 100% rename from src/nhttpd/doc/design/nhttpd.gif rename to doc/nhttpd/design/nhttpd.gif diff --git a/src/nhttpd/doc/design/nhttpdNeutrinoAPI.gif b/doc/nhttpd/design/nhttpdNeutrinoAPI.gif similarity index 100% rename from src/nhttpd/doc/design/nhttpdNeutrinoAPI.gif rename to doc/nhttpd/design/nhttpdNeutrinoAPI.gif diff --git a/src/nhttpd/doc/index.html b/doc/nhttpd/index.html similarity index 100% rename from src/nhttpd/doc/index.html rename to doc/nhttpd/index.html diff --git a/src/nhttpd/doc/nhttpd_controlapi.html b/doc/nhttpd/nhttpd_controlapi.html similarity index 100% rename from src/nhttpd/doc/nhttpd_controlapi.html rename to doc/nhttpd/nhttpd_controlapi.html diff --git a/src/nhttpd/doc/nhttpd_implementation.html b/doc/nhttpd/nhttpd_implementation.html similarity index 100% rename from src/nhttpd/doc/nhttpd_implementation.html rename to doc/nhttpd/nhttpd_implementation.html diff --git a/src/nhttpd/doc/yhttpd.css b/doc/nhttpd/yhttpd.css similarity index 100% rename from src/nhttpd/doc/yhttpd.css rename to doc/nhttpd/yhttpd.css diff --git a/src/nhttpd/doc/yhttpd_conf.txt b/doc/nhttpd/yhttpd_conf.txt similarity index 100% rename from src/nhttpd/doc/yhttpd_conf.txt rename to doc/nhttpd/yhttpd_conf.txt diff --git a/src/nhttpd/doc/yhttpd_documentation.html b/doc/nhttpd/yhttpd_documentation.html similarity index 100% rename from src/nhttpd/doc/yhttpd_documentation.html rename to doc/nhttpd/yhttpd_documentation.html