Mercurial > moin > 1.9
changeset 6093:cefd695e7572
merged Roger's changes
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Wed, 07 Sep 2016 03:05:27 +0200 |
parents | 01e4a21a5d1d (current diff) d811122349fb (diff) |
children | 4716268c34e3 |
files | |
diffstat | 9 files changed, 12 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/theme/__init__.py Thu Mar 19 18:34:51 2015 +0100 +++ b/MoinMoin/theme/__init__.py Wed Sep 07 03:05:27 2016 +0200 @@ -1701,6 +1701,8 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> +<meta http-equiv="X-UA-Compatible" content="IE=Edge"> +<meta name="viewport" content="width=device-width, initial-scale=1"> %s %s %s
--- a/wiki/server/moin Thu Mar 19 18:34:51 2015 +0100 +++ b/wiki/server/moin Wed Sep 07 03:05:27 2016 +0200 @@ -15,7 +15,7 @@ # a1) Path of the directory where the MoinMoin code package is located. # Needed if you installed with --prefix=PREFIX or you didn't use setup.py. -#sys.path.insert(0, 'PREFIX/lib/python2.3/site-packages') +#sys.path.insert(0, 'PREFIX/lib/python2.7/site-packages') # a2) Path of the directory where wikiconfig.py / farmconfig.py is located. # See wiki/config/... for some sample config files.
--- a/wiki/server/moin.ajp Thu Mar 19 18:34:51 2015 +0100 +++ b/wiki/server/moin.ajp Wed Sep 07 03:05:27 2016 +0200 @@ -15,7 +15,7 @@ # a1) Path of the directory where the MoinMoin code package is located. # Needed if you installed with --prefix=PREFIX or you didn't use setup.py. -#sys.path.insert(0, 'PREFIX/lib/python2.3/site-packages') +#sys.path.insert(0, 'PREFIX/lib/python2.7/site-packages') # a2) Path of the directory where wikiconfig.py / farmconfig.py is located. # See wiki/config/... for some sample config files.
--- a/wiki/server/moin.cgi Thu Mar 19 18:34:51 2015 +0100 +++ b/wiki/server/moin.cgi Wed Sep 07 03:05:27 2016 +0200 @@ -17,7 +17,7 @@ # a1) Path of the directory where the MoinMoin code package is located. # Needed if you installed with --prefix=PREFIX or you didn't use setup.py. -#sys.path.insert(0, 'PREFIX/lib/python2.3/site-packages') +#sys.path.insert(0, 'PREFIX/lib/python2.7/site-packages') # a2) Path of the directory where wikiconfig.py / farmconfig.py is located. # See wiki/config/... for some sample config files.
--- a/wiki/server/moin.fcgi Thu Mar 19 18:34:51 2015 +0100 +++ b/wiki/server/moin.fcgi Wed Sep 07 03:05:27 2016 +0200 @@ -18,7 +18,7 @@ # a1) Path of the directory where the MoinMoin code package is located. # Needed if you installed with --prefix=PREFIX or you didn't use setup.py. -#sys.path.insert(0, 'PREFIX/lib/python2.3/site-packages') +#sys.path.insert(0, 'PREFIX/lib/python2.7/site-packages') # a2) Path of the directory where wikiconfig.py / farmconfig.py is located. # See wiki/config/... for some sample config files.
--- a/wiki/server/moin.scgi Thu Mar 19 18:34:51 2015 +0100 +++ b/wiki/server/moin.scgi Wed Sep 07 03:05:27 2016 +0200 @@ -15,7 +15,7 @@ # a1) Path of the directory where the MoinMoin code package is located. # Needed if you installed with --prefix=PREFIX or you didn't use setup.py. -#sys.path.insert(0, 'PREFIX/lib/python2.3/site-packages') +#sys.path.insert(0, 'PREFIX/lib/python2.7/site-packages') # a2) Path of the directory where wikiconfig.py / farmconfig.py is located. # See wiki/config/... for some sample config files.
--- a/wiki/server/moin.wsgi Thu Mar 19 18:34:51 2015 +0100 +++ b/wiki/server/moin.wsgi Wed Sep 07 03:05:27 2016 +0200 @@ -3,7 +3,7 @@ MoinMoin - mod_wsgi driver script To use this, add those statements to your Apache's VirtualHost definition: - + # you will invoke your moin wiki at the root url, like http://servername/FrontPage: WSGIScriptAlias / /some/path/moin.wsgi @@ -25,7 +25,7 @@ # a1) Path of the directory where the MoinMoin code package is located. # Needed if you installed with --prefix=PREFIX or you didn't use setup.py. -#sys.path.insert(0, 'PREFIX/lib/python2.3/site-packages') +#sys.path.insert(0, 'PREFIX/lib/python2.7/site-packages') # a2) Path of the directory where wikiconfig.py / farmconfig.py is located. # See wiki/config/... for some sample config files.
--- a/wiki/server/test.wsgi Thu Mar 19 18:34:51 2015 +0100 +++ b/wiki/server/test.wsgi Wed Sep 07 03:05:27 2016 +0200 @@ -11,11 +11,10 @@ The main use of this script will be using the WSGI "application" defined below within your production WSGI environment. You will use some code similar to what you see at the end of this script to use the application from that -environment. For the special case of apache2/mod_wsgi, it shoud be possible +environment. For the special case of apache2/mod_wsgi, it should be possible to directly use this file. -If you start this script from the commandline either with python2.5 or with -and older python + wsgiref module installed, it will serve the content on +If you start this script from the commandline, it will serve the content on http://localhost:8000/ - this is mainly for debugging THIS script. @copyright: 2008 by MoinMoin:ThomasWaldmann
--- a/wikiserver.py Thu Mar 19 18:34:51 2015 +0100 +++ b/wikiserver.py Wed Sep 07 03:05:27 2016 +0200 @@ -14,7 +14,7 @@ # a1) Path of the directory where the MoinMoin code package is located. # Needed if you installed with --prefix=PREFIX or you didn't use setup.py. -#sys.path.insert(0, 'PREFIX/lib/python2.4/site-packages') +#sys.path.insert(0, 'PREFIX/lib/python2.7/site-packages') # a2) Path of the directory where wikiconfig.py / farmconfig.py is located. moinpath = os.path.abspath(os.path.normpath(os.path.dirname(sys.argv[0])))