From 8bc113a5969463892290b4713eec864f94d1dcf0 Mon Sep 17 00:00:00 2001
From: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
Date: Mon, 27 Aug 2007 16:29:23 -0400
Subject: [PATCH] Move documentation, and clean doc/ directory.

The contents of the website will be stored in doc/, because they are actually
documentation.
---
 {www => doc}/Git_Access.txt            |   0
 doc/README                             |   2 ++
 doc/{ => doxygen}/Doxyfile             |   0
 doc/{ => doxygen}/Doxyfile-fullsource  |   0
 doc/{ => doxygen}/Doxyfile-gui-qt      |   0
 doc/{ => doxygen}/Doxyfile-server      |   0
 doc/{ => misc}/libsamplerate.png       | Bin
 doc/{ => misc}/matrice-comparaison.ods | Bin
 www/config.inc.php.dist                |   2 +-
 9 files changed, 3 insertions(+), 1 deletion(-)
 rename {www => doc}/Git_Access.txt (100%)
 create mode 100644 doc/README
 rename doc/{ => doxygen}/Doxyfile (100%)
 rename doc/{ => doxygen}/Doxyfile-fullsource (100%)
 rename doc/{ => doxygen}/Doxyfile-gui-qt (100%)
 rename doc/{ => doxygen}/Doxyfile-server (100%)
 rename doc/{ => misc}/libsamplerate.png (100%)
 rename doc/{ => misc}/matrice-comparaison.ods (100%)

diff --git a/www/Git_Access.txt b/doc/Git_Access.txt
similarity index 100%
rename from www/Git_Access.txt
rename to doc/Git_Access.txt
diff --git a/doc/README b/doc/README
new file mode 100644
index 0000000000..3d723986d9
--- /dev/null
+++ b/doc/README
@@ -0,0 +1,2 @@
+This directory holds all the documentation files, that are interfaced on the
+sflphone.org website, and in other documentation areas.
diff --git a/doc/Doxyfile b/doc/doxygen/Doxyfile
similarity index 100%
rename from doc/Doxyfile
rename to doc/doxygen/Doxyfile
diff --git a/doc/Doxyfile-fullsource b/doc/doxygen/Doxyfile-fullsource
similarity index 100%
rename from doc/Doxyfile-fullsource
rename to doc/doxygen/Doxyfile-fullsource
diff --git a/doc/Doxyfile-gui-qt b/doc/doxygen/Doxyfile-gui-qt
similarity index 100%
rename from doc/Doxyfile-gui-qt
rename to doc/doxygen/Doxyfile-gui-qt
diff --git a/doc/Doxyfile-server b/doc/doxygen/Doxyfile-server
similarity index 100%
rename from doc/Doxyfile-server
rename to doc/doxygen/Doxyfile-server
diff --git a/doc/libsamplerate.png b/doc/misc/libsamplerate.png
similarity index 100%
rename from doc/libsamplerate.png
rename to doc/misc/libsamplerate.png
diff --git a/doc/matrice-comparaison.ods b/doc/misc/matrice-comparaison.ods
similarity index 100%
rename from doc/matrice-comparaison.ods
rename to doc/misc/matrice-comparaison.ods
diff --git a/www/config.inc.php.dist b/www/config.inc.php.dist
index 6633c38a8a..0b443cbd60 100644
--- a/www/config.inc.php.dist
+++ b/www/config.inc.php.dist
@@ -15,6 +15,6 @@ $USE_BRANCH = 'master';
 $CACHE_PATH = 'cache';
 
 /** File prefix (inside the git trees) */
-$PREFIX = 'www';
+$PREFIX = 'doc';
 
 ?>
\ No newline at end of file
-- 
GitLab