1- ====== PHP EPub Meta ======
1+ PHP EPub Meta
2+ =============
23
34This project aims to create a PHP class for reading and writing metadata
45included in the EPub ebook format.
@@ -9,20 +10,35 @@ Please see the issue tracker for what's missing.
910
1011Forks and pull requests welcome.
1112
12- ===== About the EPub Manager Web Interface =====
13+
14+ About the EPub Manager Web Interface
15+ ------------------------------------
1316
1417The manager expects your ebooks in a single flat directory (no subfolders). The
1518location of that directory has to be configured at the top of the index.php file.
1619
1720All the epubs need to be read- and writable by the webserver.
1821
1922The manager also makes some assumption on how the files should be named. The
20- format is: " <Author file-as>-<Title>.epub" . Commas will be replaced by __ and
21- spaces are replaced by _ .
23+ format is: ` <Author file-as>-<Title>.epub ` . Commas will be replaced by ` __ ` and
24+ spaces are replaced by ` _ ` .
2225
23- Note that the manager will RENAME your files to that form when saving.
26+ Note that the manager will ** RENAME** your files to that form when saving.
2427
2528Using the "Lookup Book Data" link will open a dialog that searches the book at
2629Google Books you can use the found data using the "fill in" and "replace"
2730buttons. The former will only fill empty fields, while the latter will replace
2831all data. Author filling is missing currently.
32+
33+
34+ Installing via Composer
35+ =======================
36+
37+ You can use this package in your projects with [ Composer] ( https://getcomposer.org/ ) . Just
38+ add these lines to your project's ` composer.json ` :
39+
40+ ```
41+ "require": {
42+ "seblucas/php-epub-meta": "dev-master",
43+ }
44+ ```
0 commit comments