Skip to content

Commit

Permalink
Improves formatting of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninSlejska committed Feb 17, 2017
1 parent 05febf5 commit 6fbfe4f
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,38 @@ CONTENTS OF THIS FILE
* FAQ
* Maintainers

INTRODUCTION
------------
INTRODUCTION
------------

This minimalistic Drupal module activates the 'Tab to Search' feature used in Chrome.
This minimalistic Drupal module activates the 'Tab to Search' feature used in Chrome.

The 'Tab to Search' feature is described in the article <a href="http://www.danielfuterman.com/google-chrome-tab-to-search/">Google Chrome – Tab to Search</a>. How can a website enable the 'Tab to Search' is described on the website of the Chromium project: <a href="http://www.chromium.org/tab-to-search">Tab to Search</a>.
The 'Tab to Search' feature is described in the article [Google Chrome – Tab to Search](http://www.danielfuterman.com/google-chrome-tab-to-search/). How can a website enable the 'Tab to Search' is described on the website of the Chromium project: [Tab to Search](http://www.chromium.org/tab-to-search).

You can test the module on a test site:
You can test the module on a test site:

1. Visit the [test website](https://drupal.slejska.de) with Chrome.
2. After that you should find a new search engine 'Test OTS' in [Chrome search settings / Other search engines](chrome://settings/searchEngines).
3. Open a new tab.
4. Write 'drupal.slejska.de test' in your Chrome address bar.
1. Visit the [test website](https://drupal.slejska.de) with Chrome.
2. After that you should find a new search engine 'Test OTS' in 'Chrome search settings / Other search engines' (chrome://settings/searchEngines).
3. Open a new tab.
4. Write 'drupal.slejska.de test' in your Chrome address bar.

The module is published as:
The module is published as:

* [Drupal sandbox project](https://www.drupal.org/node/2847577)
* [GitHub repository](https://github.com/AntoninSlejska/opensearchtab-drupal8)
* [Drupal sandbox project](https://www.drupal.org/node/2847577)
* [GitHub repository](https://github.com/AntoninSlejska/opensearchtab-drupal8)

An application for full Drupal project was <a href='https://www.drupal.org/node/2847717'>submitted</a>. The project application process will take some time, but you can fork the module or download a <a href='https://github.com/AntoninSlejska/opensearchtab/releases'>release</a> on GitHub.
An application for full Drupal project was [submitted](https://www.drupal.org/node/2847717). The project application process will take some time, but you can fork the module or download a [release](https://github.com/AntoninSlejska/opensearchtab/releases) on GitHub.

* For a full description of the module, visit the project page:
https://www.drupal.org/node/2847577
* For a full description of the module, visit [the project page](https://www.drupal.org/node/2847577).

* To submit bug reports and feature suggestions, or to track changes:
https://www.drupal.org/project/issues/2847577
* To submit bug reports and feature suggestions, or to track changes, visit [the issue page](https://www.drupal.org/project/issues/2847577).


REQUIREMENTS
------------

This module requires the following modules:

* Search module (https://www.drupal.org/docs/8/core/modules/search/overview)
* [Search module](https://www.drupal.org/docs/8/core/modules/search/overview)

RECOMMENDED MODULES
-------------------
Expand All @@ -53,8 +51,7 @@ There are no recommended modules.
INSTALLATION
------------

* Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/documentation/install/modules-themes/modules-8
* Install as you would normally install a contributed Drupal module. See [documentation](https://www.drupal.org/documentation/install/modules-themes/modules-8)
for further information.

CONFIGURATION
Expand Down Expand Up @@ -82,4 +79,4 @@ MAINTAINERS

Current maintainers:

* Antonín Slejška (AntoninSlejska) - https://www.drupal.org/u/anton%C3%ADn-slej%C5%A1ka
* [Antonín Slejška](https://www.drupal.org/u/anton%C3%ADn-slej%C5%A1ka)

0 comments on commit 6fbfe4f

Please sign in to comment.