You are here

README.txt in Viewport 7

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
---------------------

 * INTRODUCTION
 * INSTALLATION
 * USAGE
 * ROADMAP


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

Current Maintainer: Salvador Molina <salvador.molinamoreno@codeenigma.com>

The Viewport module is a simple module that allows administrators, or users
with the "Administer Viewport Settings" permission, to set a Viewport HTML
metatag with the desired properties for one or several pages that can be
configured from the Settings page of the module.

The aim of the module is to provide an easy way to debug or test websites or
apps, as well as responsive designs on smartphones and tablets. This is *NOT* a
complete suite of tools to work with when delivering this kind of design / apps,
but a small utility to help with one specific aspect of responsive design.

Sometimes, one may need to set specific viewport values for a specific page on
the site (e.g when embedding a game for smartphones / tablets). This tool
helps to chase easily situations like that.

INSTALLATION
------------

To install the Viewport module:

 1. Place its entire folder into the "sites/all/contrib/modules" folder of your
    drupal installation.

 2. In your Drupal site, navigate to "admin/modules", search the "Viewport"
    module, and enable it by clicking on the checkbox located next to it.

 3. Click on "Save configuration".

 4. Enjoy.

USAGE
-----

After installing the module:

  1. Navigate to "admin/people/permissions" and assign
     the "Administer Viewport Settings" permission to the desired roles.

  2. Navigate to "admin/config/user-interface/viewport", and set the desired
     values for the different viewport properties.

  3. In the textarea provided, enter the paths (oner per line) for which you
     want the viewport tag to appear.

  4. For more information on the Viewport properties and their meanings,
     navigate to "admin/help/viewport".


ROADMAP
-------

In its actual state, the Viewport module only allows to set the same viewport
values for one or several pages, but not different values for different pages.
This is a feature that is not planned to be added to the core module at the time
being.

  Possible features that *MAY* be implemented after the release of the module,
  is integration with panels (http://drupal.org/project/panels/) and context
  (http://drupal.org/project/context) modules, in order to provide the feature
  mentioned in the above paragraph.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * INTRODUCTION
  4. * INSTALLATION
  5. * USAGE
  6. * ROADMAP
  7. INTRODUCTION
  8. ------------
  9. Current Maintainer: Salvador Molina
  10. The Viewport module is a simple module that allows administrators, or users
  11. with the "Administer Viewport Settings" permission, to set a Viewport HTML
  12. metatag with the desired properties for one or several pages that can be
  13. configured from the Settings page of the module.
  14. The aim of the module is to provide an easy way to debug or test websites or
  15. apps, as well as responsive designs on smartphones and tablets. This is *NOT* a
  16. complete suite of tools to work with when delivering this kind of design / apps,
  17. but a small utility to help with one specific aspect of responsive design.
  18. Sometimes, one may need to set specific viewport values for a specific page on
  19. the site (e.g when embedding a game for smartphones / tablets). This tool
  20. helps to chase easily situations like that.
  21. INSTALLATION
  22. ------------
  23. To install the Viewport module:
  24. 1. Place its entire folder into the "sites/all/contrib/modules" folder of your
  25. drupal installation.
  26. 2. In your Drupal site, navigate to "admin/modules", search the "Viewport"
  27. module, and enable it by clicking on the checkbox located next to it.
  28. 3. Click on "Save configuration".
  29. 4. Enjoy.
  30. USAGE
  31. -----
  32. After installing the module:
  33. 1. Navigate to "admin/people/permissions" and assign
  34. the "Administer Viewport Settings" permission to the desired roles.
  35. 2. Navigate to "admin/config/user-interface/viewport", and set the desired
  36. values for the different viewport properties.
  37. 3. In the textarea provided, enter the paths (oner per line) for which you
  38. want the viewport tag to appear.
  39. 4. For more information on the Viewport properties and their meanings,
  40. navigate to "admin/help/viewport".
  41. ROADMAP
  42. -------
  43. In its actual state, the Viewport module only allows to set the same viewport
  44. values for one or several pages, but not different values for different pages.
  45. This is a feature that is not planned to be added to the core module at the time
  46. being.
  47. Possible features that *MAY* be implemented after the release of the module,
  48. is integration with panels (http://drupal.org/project/panels/) and context
  49. (http://drupal.org/project/context) modules, in order to provide the feature
  50. mentioned in the above paragraph.