Changes between Initial Version and Version 1 of GoogleWebmasterVerifyPlugin


Ignore:
Timestamp:
Mar 16, 2009, 6:26:13 PM (15 years ago)
Author:
Martin Scharrer
Comment:

New hack GoogleWebmasterVerifyPlugin, created by martin_s

Legend:

Unmodified
Added
Removed
Modified
  • GoogleWebmasterVerifyPlugin

    v1 v1  
     1= Send verification webpages for Google Webmaster Service. =
     2
     3== Description ==
     4
     5Google's Webmaster service (https://www.google.com/webmasters/) asks you to place a special webpage on your server to verify that you are the webmaster. This simple plugin handles the HTTP request for this webpage after it got configured in the config file.
     6
     7Please note that this works so far only with single project Trac installations.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for GoogleWebmasterVerifyPlugin are
     12[report:9?COMPONENT=GoogleWebmasterVerifyPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=GoogleWebmasterVerifyPlugin&owner=martin_s new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:googlewebmasterverifyplugin here].
     20
     21== Source ==
     22
     23You can check out GoogleWebmasterVerifyPlugin from [http://trac-hacks.org/svn/googlewebmasterverifyplugin here] using Subversion, or [source:googlewebmasterverifyplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27Google asks you to put a webpage called like `googlefe33d72848790168.html` into the root of your web server. The configuration looks like this:
     28{{{
     29[components]
     30tracgooglewebmasterverify.* = enabled
     31
     32[googlewebmasterverify]
     33verify = fe33d72848790168
     34}}}
     35
     36
     37== Recent Changes ==
     38
     39[[ChangeLog(googlewebmasterverifyplugin, 3)]]
     40
     41== Author/Contributors ==
     42
     43'''Author:''' [wiki:martin_s] [[BR]]
     44'''Contributors:'''