[Hejes-devel] [839] Added verification code for Google Webmaster Tools
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Wed Jul 3 00:20:21 CEST 2013
Revision: 839
Author: mihaltz
Date: 2013-07-03 00:20:20 +0200 (Wed, 03 Jul 2013)
Log Message:
-----------
Added verification code for Google Webmaster Tools
Modified Paths:
--------------
maintenance.log
trunk/web2py/routes.py
trunk/web2py/routes.py.ezit
Added Paths:
-----------
trunk/web2py/applications/helyesiras_webdev/static/googledd873971c5893b8f.html
Modified: maintenance.log
===================================================================
--- maintenance.log 2013-07-02 14:54:14 UTC (rev 838)
+++ maintenance.log 2013-07-02 22:20:20 UTC (rev 839)
@@ -73,3 +73,15 @@
szotar.nytud.hu
Wed Jun 5 23:28:59 CEST 2013
Restarted uwsgi
+szotar.nytud.hu
+Tue Jul 2 23:51:26 CEST 2013
+Restarted uwsgi
+szotar.nytud.hu
+Tue Jul 2 23:54:14 CEST 2013
+Deployed release-1.0.7 to /opt/web2py/applications/helyesiras
+szotar.nytud.hu
+Tue Jul 2 23:56:10 CEST 2013
+Restarted uwsgi
+szotar.nytud.hu
+Wed Jul 3 00:11:51 CEST 2013
+Restarted uwsgi
Added: trunk/web2py/applications/helyesiras_webdev/static/googledd873971c5893b8f.html
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/static/googledd873971c5893b8f.html (rev 0)
+++ trunk/web2py/applications/helyesiras_webdev/static/googledd873971c5893b8f.html 2013-07-02 22:20:20 UTC (rev 839)
@@ -0,0 +1 @@
+google-site-verification: googledd873971c5893b8f.html
\ No newline at end of file
Modified: trunk/web2py/routes.py
===================================================================
--- trunk/web2py/routes.py 2013-07-02 14:54:14 UTC (rev 838)
+++ trunk/web2py/routes.py 2013-07-02 22:20:20 UTC (rev 839)
@@ -9,7 +9,8 @@
#
routes_in = ((r'.*:/favicon.ico', r'/helyesiras/static/favicon.ico'),
(r'.*:/robots.txt', r'/helyesiras/static/robots.txt'),
- (r'.*:/sitemap.xml', r'/helyesiras/static/sitemap.xml')
+ (r'.*:/sitemap.xml', r'/helyesiras/static/sitemap.xml'),
+ (r'.*:/googledd873971c5893b8f.html', r'/helyesiras/static/googledd873971c5893b8f.html')
)
# This sets the default web2py application (MM)
Modified: trunk/web2py/routes.py.ezit
===================================================================
--- trunk/web2py/routes.py.ezit 2013-07-02 14:54:14 UTC (rev 838)
+++ trunk/web2py/routes.py.ezit 2013-07-02 22:20:20 UTC (rev 839)
@@ -9,7 +9,8 @@
#
routes_in = ((r'.*:/favicon.ico', r'/helyesiras/static/favicon.ico'),
(r'.*:/robots.txt', r'/helyesiras/static/robots.txt'),
- (r'.*:/sitemap.xml', r'/helyesiras/static/sitemap.xml')
+ (r'.*:/sitemap.xml', r'/helyesiras/static/sitemap.xml'),
+ (r'.*:/googledd873971c5893b8f.html', r'/helyesiras/static/googledd873971c5893b8f.html')
)
# This sets the default web2py application (MM)
More information about the Hejes-devel
mailing list