You are here

README.txt in Coffee 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7 README.txt
-- SUMMARY --

The Coffee module helps you to navigate through the Drupal admin faster,
inspired by Alfred and Spotlight (OS X). By default the management menu is
included in the results. Go to the config page to select an other of multiple
menus. 

For a full description of the module, visit the project page:
  http://drupal.org/project/coffee

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/1356930


-- REQUIREMENTS --

Menu module (core).


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70501 for further information.


-- CONFIGURATION --

* Configure user permissions in admin/people/permissions

  - access coffee

    Users in Roles with the "access coffee" permission can make use of the
    Coffee module.

* Configure which menus are included in the coffee results here:
  - admin/config/user-interface/coffee


-- USAGE --

Toggle Coffee using the keyboard shortcut alt + D
(alt + shift + D in Opera, alt + ctrl + D in Windows Internet Explorer).

Type the first few characters of the task that you want to perform. Coffee
will try to find the right result in as less characters as possible.
For example, if you want to go the the Appearance admin page, type ap and
just hit enter.

If your search query returns multiple results, you can use the arrow up/down
keys to choose the one you were looking for.

This will work for all Drupal admin pages.

If the Devel module is installed it will also look for items that Devel 
generates. For example; type 'clear' to get devel/cache/clear as result. 

-- UPGRADE PATH -- 

If you had Coffee 1.x installed, make sure to run update.php as it will install
a cache table for the prefetching the Coffee results. 

If you have implemented the hook hook_coffee_command() make sure to rewrite it 
to the newly hook_coffee_commands(), see coffee.api.php for an example. 

-- COFFEE COMMANDS --

Coffee provides default commands that you can use.

:add
Rapidly add a node of a specific content type.

-- COFFEE HOOKS --

You can define your own commands in your module with hook_coffee_commands(),
see coffee.api.php for further documentation.


-- CONTRIBUTORS --

Maintainer
- Michael Mol 'michaelmol' <http://drupal.org/user/919186>

Co-maintainer
- Alli Price 'heylookalive' <http://drupal.org/user/431193>

JavaScript/CSS/Less
- Maarten Verbaarschot 'maartenverbaarschot' <http://drupal.org/user/1305466>

File

README.txt
View source
  1. -- SUMMARY --
  2. The Coffee module helps you to navigate through the Drupal admin faster,
  3. inspired by Alfred and Spotlight (OS X). By default the management menu is
  4. included in the results. Go to the config page to select an other of multiple
  5. menus.
  6. For a full description of the module, visit the project page:
  7. http://drupal.org/project/coffee
  8. To submit bug reports and feature suggestions, or to track changes:
  9. http://drupal.org/project/issues/1356930
  10. -- REQUIREMENTS --
  11. Menu module (core).
  12. -- INSTALLATION --
  13. * Install as usual, see http://drupal.org/node/70501 for further information.
  14. -- CONFIGURATION --
  15. * Configure user permissions in admin/people/permissions
  16. - access coffee
  17. Users in Roles with the "access coffee" permission can make use of the
  18. Coffee module.
  19. * Configure which menus are included in the coffee results here:
  20. - admin/config/user-interface/coffee
  21. -- USAGE --
  22. Toggle Coffee using the keyboard shortcut alt + D
  23. (alt + shift + D in Opera, alt + ctrl + D in Windows Internet Explorer).
  24. Type the first few characters of the task that you want to perform. Coffee
  25. will try to find the right result in as less characters as possible.
  26. For example, if you want to go the the Appearance admin page, type ap and
  27. just hit enter.
  28. If your search query returns multiple results, you can use the arrow up/down
  29. keys to choose the one you were looking for.
  30. This will work for all Drupal admin pages.
  31. If the Devel module is installed it will also look for items that Devel
  32. generates. For example; type 'clear' to get devel/cache/clear as result.
  33. -- UPGRADE PATH --
  34. If you had Coffee 1.x installed, make sure to run update.php as it will install
  35. a cache table for the prefetching the Coffee results.
  36. If you have implemented the hook hook_coffee_command() make sure to rewrite it
  37. to the newly hook_coffee_commands(), see coffee.api.php for an example.
  38. -- COFFEE COMMANDS --
  39. Coffee provides default commands that you can use.
  40. :add
  41. Rapidly add a node of a specific content type.
  42. -- COFFEE HOOKS --
  43. You can define your own commands in your module with hook_coffee_commands(),
  44. see coffee.api.php for further documentation.
  45. -- CONTRIBUTORS --
  46. Maintainer
  47. - Michael Mol 'michaelmol'
  48. Co-maintainer
  49. - Alli Price 'heylookalive'
  50. JavaScript/CSS/Less
  51. - Maarten Verbaarschot 'maartenverbaarschot'