diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8670017d3023b9515e283c3050cdefe9dadf9044 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Multi-path autocomplete + +Multi-path autocomplete (formely known as Menu path autocomplete) changes some input field for entering paths to an autocomplete text field so users do not need to know the internal system path but simply can enter the title of the page to link to. + +For a full description of the module, visit the +[project page](https://www.drupal.org/project/mpac). + +To submit bug reports and feature suggestions, or track changes in the +[issue queue](https://www.drupal.org/project/issues/mpac). + + +## Table of contents + +- Requirements +- Installation +- Configuration +- Maintainers + + +## Requirements + +This module requires no modules outside of Drupal core. + + +## Installation + +Install as you would normally install a contributed Drupal module. For further +information, see +[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules). + + +## Configuration + +- Configure Multi-path autocomplete: +Home >> Administration >> Configuration >> Search and metadata +(/admin/config/search/mpac) + + +## Maintainers + +- Stefan Borchert - [stBorchert](https://www.drupal.org/u/stborchert) +- Viktor Holovachek - [AstonVictor](https://www.drupal.org/u/astonvictor) diff --git a/README.txt b/README.txt deleted file mode 100644 index b10d804869560f8041e2911ea9330ddd7927807a..0000000000000000000000000000000000000000 --- a/README.txt +++ /dev/null @@ -1,37 +0,0 @@ - --- SUMMARY -- - -"Multi-path autocomplete" helps anyone who creates menu items on -admin/structure/menu/manage/*/add to enter the path to nodes. -It changes the input field for the menu path to an autocomplete text field so -you can simply enter the title of the node and will get a list with all -matching values. If you select one of them its path will be placed into the -textfield. - -If path.module is enabled autocomplete is working for URL aliases, too. - - -For a full description of the module, visit the project page: - http://drupal.org/project/mpac - -To submit bug reports and feature suggestions, or to track changes: - http://drupal.org/project/issues/mpac - - --- REQUIREMENTS -- - -None. - - --- INSTALLATION -- - -* Install as usual, see http://drupal.org/node/70151 for further information. - - --- CONTACT -- - -Current maintainers: -* Stefan Borchert (stborchert) - http://drupal.org/user/36942 - -Development on Multi-path autocomplete is sponsored by -<a href="http://undpaul.de">undpaul</a>.