minor fixes
authorkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Fri, 7 Aug 2009 12:45:26 +0000 (12:45 +0000)
committerkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Fri, 7 Aug 2009 12:45:26 +0000 (12:45 +0000)
git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@314 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33

debian/README.server
debian/gencl
src/smoke.pro

index 44afaf6..c9f70b7 100644 (file)
@@ -3,13 +3,17 @@ MagicSmoke Server Installation on Debian
 
 Unfortunately this does not work entirely automaticly.
 
-1 - DocumentRoot
------------------
+1 - DocumentRoot and Web Server
+--------------------------------
 
 The debian package installs the server PHP files in /usr/lib/magicsmoke-server
-and links them to /var/www/magicsmoke2 . You need to change that link if your
+and links them from /var/www/magicsmoke2 . You need to change that link if your
 DocumentRoot is somewhere else or you want a different name.
 
+MagicSmoke runs with any web server that can execute PHP 5 scripts. Please be
+aware that the client does enforce SSL encryption, so the web server must be
+configured accordingly.
+
 2 - Database
 -------------
 
index aaa3741..37b6ef8 100755 (executable)
@@ -3,7 +3,7 @@
 cl=debian/changelog
 
 REV="$(svn info|grep Revision:|cut -d " " -f 2)"
-REV="2$(echo -n $REV|wc -c|tr 1-9 a-i)$REV"
+REV="2$(echo -n $REV|wc -c|tr 0-9 a-j)$REV"
 
 if test `svn stat -q|wc -l` -gt 0 ; then
  REV="$REV-local0"
index c7bf4df..5b63963 100644 (file)
@@ -94,7 +94,7 @@ include(widgets/widgets.pri)
 include(wbase/wbase.pri)
 include(wob/wob.pri)
 
-LIBS += -lgmp
+#LIBS += -lgmp
 
 versiontarget.target = version.xml
 versiontarget.commands = svn info -R --xml --non-interactive .. > version.xml