You are here

README.txt in Paging 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
Paging
==========

Break long pages into smaller ones automatically by words/characters limit, or
by means of a customizable pagination tag. For example:

    First page here.
    <!--pagebreak-->
    Second page here.
    <!--pagebreak-->
    More pages here.


Installation
----------
1. Install the pagigng moduile as usual, and enable at admin/build/modules.
   (See http://drupal.org/documentation/install/modules-themes.)

2. Configure the general pagination settings under Administration >
   Configuration > Content authoring > Paging (admin/config/content/paging).

3. Enable paging for each content type and define specific settings under
   Administration > Structure > Content types (admin/structure/types).


Support
----------
* If you experience a problem with paging module, file a request or issue in
  the paging queue at http://drupal.org/project/issues/paging.


Credits
----------
* Original module written by Marco Scutari.
* Rewritten and considerably shortened and by Earl Miles.
* Rewritten, extended and maintained by Gurpartap Singh.
* Drupal 7 upgrade (modified version) by Jen Lampton.

File

README.txt
View source
  1. Paging
  2. ==========
  3. Break long pages into smaller ones automatically by words/characters limit, or
  4. by means of a customizable pagination tag. For example:
  5. First page here.
  6. Second page here.
  7. More pages here.
  8. Installation
  9. ----------
  10. 1. Install the pagigng moduile as usual, and enable at admin/build/modules.
  11. (See http://drupal.org/documentation/install/modules-themes.)
  12. 2. Configure the general pagination settings under Administration >
  13. Configuration > Content authoring > Paging (admin/config/content/paging).
  14. 3. Enable paging for each content type and define specific settings under
  15. Administration > Structure > Content types (admin/structure/types).
  16. Support
  17. ----------
  18. * If you experience a problem with paging module, file a request or issue in
  19. the paging queue at http://drupal.org/project/issues/paging.
  20. Credits
  21. ----------
  22. * Original module written by Marco Scutari.
  23. * Rewritten and considerably shortened and by Earl Miles.
  24. * Rewritten, extended and maintained by Gurpartap Singh.
  25. * Drupal 7 upgrade (modified version) by Jen Lampton.