You are here

README.txt in External Links 8

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------
The External Links module is a very simple approach to adding icons to links
to external websites or e-mail addresses. It is a JavaScript-based
implementation, so the icons are only shown to users that have JavaScript
enabled.

External Links was written by Nathan Haug.
Built by Robots: http://www.lullabot.com

Module Maintained by Neslee Canil Pinto.


REQUIREMENTS
------------
This module requires no modules outside of Drupal core.


INSTALLATION
------------
Install the External Links as you would normally install a contributed
Drupal module. Visit https://www.drupal.org/node/1897420 for further information.

1) Copy the extlink folder in the modules folder in your Drupal directory.

2) Enable the module using Manage -> Extend (/admin/modules).


CONFIGURATION
-------------
No additional configuration is necessary though you may fine-tune settings at
Manage -> Configuration -> External Links
(/admin/config/user-interface/extlink).

A NOTE ABOUT THE CSS
--------------------
This module adds a CSS file that is only a few lines in length. You may choose
to move this CSS to your theme to prevent the file from needing to be loaded
separately. To do this:

1) Open the .info.yml file for your theme and add those lines of code to
   prevent the extlink.css file from loading:

    stylesheets-remove:
      - extlink.css

2) Open the extlink.css file within the extlink directory and copy all the code
   from the file into your theme's style.css file.
3) Copy the extlink.png and mailto.png files to your theme's directory.

Note that you DO NOT need to make an extlink.css file. Specifying the file
in the .info.yml file is enough to tell Drupal not to load the original file.


MAINTAINERS
-----------
Current maintainer:
 * Neslee Canil Pinto - https://www.drupal.org/u/neslee-canil-pinto

Past maintainers:
 * Lachlan Ennis (elachlan) - https://www.drupal.org/u/elachlan
 * Nate Haug (quicksketch) - https://www.drupal.org/u/quicksketch

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. The External Links module is a very simple approach to adding icons to links
  11. to external websites or e-mail addresses. It is a JavaScript-based
  12. implementation, so the icons are only shown to users that have JavaScript
  13. enabled.
  14. External Links was written by Nathan Haug.
  15. Built by Robots: http://www.lullabot.com
  16. Module Maintained by Neslee Canil Pinto.
  17. REQUIREMENTS
  18. ------------
  19. This module requires no modules outside of Drupal core.
  20. INSTALLATION
  21. ------------
  22. Install the External Links as you would normally install a contributed
  23. Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
  24. 1) Copy the extlink folder in the modules folder in your Drupal directory.
  25. 2) Enable the module using Manage -> Extend (/admin/modules).
  26. CONFIGURATION
  27. -------------
  28. No additional configuration is necessary though you may fine-tune settings at
  29. Manage -> Configuration -> External Links
  30. (/admin/config/user-interface/extlink).
  31. A NOTE ABOUT THE CSS
  32. --------------------
  33. This module adds a CSS file that is only a few lines in length. You may choose
  34. to move this CSS to your theme to prevent the file from needing to be loaded
  35. separately. To do this:
  36. 1) Open the .info.yml file for your theme and add those lines of code to
  37. prevent the extlink.css file from loading:
  38. stylesheets-remove:
  39. - extlink.css
  40. 2) Open the extlink.css file within the extlink directory and copy all the code
  41. from the file into your theme's style.css file.
  42. 3) Copy the extlink.png and mailto.png files to your theme's directory.
  43. Note that you DO NOT need to make an extlink.css file. Specifying the file
  44. in the .info.yml file is enough to tell Drupal not to load the original file.
  45. MAINTAINERS
  46. -----------
  47. Current maintainer:
  48. * Neslee Canil Pinto - https://www.drupal.org/u/neslee-canil-pinto
  49. Past maintainers:
  50. * Lachlan Ennis (elachlan) - https://www.drupal.org/u/elachlan
  51. * Nate Haug (quicksketch) - https://www.drupal.org/u/quicksketch