Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Removed some extra lines.
Updated for 0.2
  • Loading branch information
Abhi-M committed Mar 14, 2013
1 parent 6faa256 commit 4eaaebc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README
@@ -1,13 +1,10 @@
--------------------------------------------------------------------------
README for the CanonURL extension 0.1
README for the CanonURL extension 0.2
Licenses: GNU General Public Licence (GPL)
GNU Free Documentation License (GFDL)
--------------------------------------------------------------------------

Adds the canonical links to the head of Mediawiki pages according to Google Canonicalization Content Guidelines.

<https://mediawiki.org/wiki/Extension:CanonURL>

Written by Abhi M Balakrishnan (http://about.me/abhim)

== Prerequisites ==
Expand All @@ -26,4 +23,4 @@ See [[Special:Version]] and confirm the presence of CanonURL under "Installed ex
* Clear the cache of your browser
* Reload any Mediawiki page
* Check the HTML source and confirm the presence of following line before </head>:
<link rel="canonical" href="CANONICAL_URL_OF_CURRENT_PAGE" />
<link rel="canonical" href="CANONICAL_URL_OF_CURRENT_PAGE" />

1 comment on commit 4eaaebc

@Krinkle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to update CanonURL_VERSION in CanonURL.php.

Please sign in to comment.