You are here

README.txt in Epub 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
ePub
----

NOTE: Install the advanced_help module (http://drupal.org/project/advanced_help)
to access more help (writing still in progress...)

To install, place the entire ePub folder into your modules directory.
Go to Administer -> Site building -> Modules and enable the following modules:

- book.module
- content.module
- iso_639.module

Other than the module and its dependencies you will need to download
three php classes(EPub.php, EPubChapterSplitter.php and Zip.php) and put them
into sites/all/libraries/epub directory(that will result in a path like
/path/to/your/drupal/installation/sites/all/libraries/epub/EPub.php).
You can download a copy of the three needed files here:

- http://code.nois3lab.it/epub/epub.zip

Or fetch all EPub Classes and examples from the original website here:

- http://www.phpclasses.org/browse/package/6110.html

If everything went well, you should now be able to create a new ePub content:
try by clicking on 'Create content' in the navigation menu; you should see an
EPub type among other content types, if so it means you're ready to go.
The creation should be pretty straightforward, the only mandatory fields for an
EPub content are the title, the language (which defaults to english) and the name
of the book outline your ePub is referring to (which features an autocomplete
field for your convenience). If now you go to Home -> Administer -> Content management
you should be able to administer and download your ePub files.

As soon as an ePub content is created and linked to a book outline, it will
automatically become available as download in the ePub and in the book outline
pages thanks to a new tab in the menu reporting 'Download ePub'.

Notes: If you will append some other book pages to the first one you created before,
they will be available in the ePub as well. Keep in mind that you can create an ePub
only on book outlines.

Maintainers
-----------
The ePub was originally developed by:
Claudio Beatrice

Current maintainers:
Claudio Beatrice


Sponsored by
____________

nois3lab (cc) 2001
http://nois3lab.it

File

README.txt
View source
  1. ePub
  2. ----
  3. NOTE: Install the advanced_help module (http://drupal.org/project/advanced_help)
  4. to access more help (writing still in progress...)
  5. To install, place the entire ePub folder into your modules directory.
  6. Go to Administer -> Site building -> Modules and enable the following modules:
  7. - book.module
  8. - content.module
  9. - iso_639.module
  10. Other than the module and its dependencies you will need to download
  11. three php classes(EPub.php, EPubChapterSplitter.php and Zip.php) and put them
  12. into sites/all/libraries/epub directory(that will result in a path like
  13. /path/to/your/drupal/installation/sites/all/libraries/epub/EPub.php).
  14. You can download a copy of the three needed files here:
  15. - http://code.nois3lab.it/epub/epub.zip
  16. Or fetch all EPub Classes and examples from the original website here:
  17. - http://www.phpclasses.org/browse/package/6110.html
  18. If everything went well, you should now be able to create a new ePub content:
  19. try by clicking on 'Create content' in the navigation menu; you should see an
  20. EPub type among other content types, if so it means you're ready to go.
  21. The creation should be pretty straightforward, the only mandatory fields for an
  22. EPub content are the title, the language (which defaults to english) and the name
  23. of the book outline your ePub is referring to (which features an autocomplete
  24. field for your convenience). If now you go to Home -> Administer -> Content management
  25. you should be able to administer and download your ePub files.
  26. As soon as an ePub content is created and linked to a book outline, it will
  27. automatically become available as download in the ePub and in the book outline
  28. pages thanks to a new tab in the menu reporting 'Download ePub'.
  29. Notes: If you will append some other book pages to the first one you created before,
  30. they will be available in the ePub as well. Keep in mind that you can create an ePub
  31. only on book outlines.
  32. Maintainers
  33. -----------
  34. The ePub was originally developed by:
  35. Claudio Beatrice
  36. Current maintainers:
  37. Claudio Beatrice
  38. Sponsored by
  39. ____________
  40. nois3lab (cc) 2001
  41. http://nois3lab.it