Skip to content

Commit

Permalink
[UPD] Upgrade website_no_crawler to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel Adriaans committed Jun 23, 2016
1 parent 37afee9 commit 1b2f7b3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
28 changes: 22 additions & 6 deletions website_no_crawler/README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

=========================================
Disable robots crawling for Odoo websites
=========================================

Expand All @@ -7,7 +12,6 @@ This module will overwrite view that generates /robots.txt and will disalow inde

Installation
============

Just install the module.

Configuration
Expand All @@ -19,14 +23,26 @@ Usage
=====

No useable features for an user are available.
To view the results, visit /robots.txt on your site.


.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/186/9.0

Known issues / Roadmap
======================

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/website/issues>`_.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/
website/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/website/issues/new?body=module:%20website_no_crawler%0Aversion:%201.0%0%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/
website/issues/new?body=module:%20
website_no_crawler%0Aversion:%20
9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
Expand All @@ -40,9 +56,9 @@ Contributors
Maintainer
----------

.. image:: http://odoo-community.org/logo.png
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://odoo-community.org
:target: https://odoo-community.org

This module is maintained by the OCA.

Expand Down
4 changes: 2 additions & 2 deletions website_no_crawler/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'name': 'Alter robots.txt disallow indexing',
'summary': 'Disables robots.txt for indexing by webcrawlers like Google',
'license': 'AGPL-3',
'version': '8.0.1.0.0',
'version': '9.0.1.0.0',
'author': "B-Informed B.V.,Odoo Community Association (OCA)",
'category': 'Website',
'depends': [
Expand All @@ -34,5 +34,5 @@
],
'demo': [],
'test': [],
'installable': False,
'installable': True,
}
2 changes: 1 addition & 1 deletion website_no_crawler/views/disable_robots.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<template id="website.robots">
User-agent: *
Disallow: /
Sitemap:<t t-esc="url_root"/>sitemap.xml
Sitemap: <t t-esc="url_root"/>sitemap.xml
</template>
</data>
</openerp>

0 comments on commit 1b2f7b3

Please sign in to comment.