Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omphteliba/projekt_gutenberg_combiner
combines local html files of Projekt Gutenberg into one html
https://github.com/omphteliba/projekt_gutenberg_combiner
Last synced: about 2 months ago
JSON representation
combines local html files of Projekt Gutenberg into one html
- Host: GitHub
- URL: https://github.com/omphteliba/projekt_gutenberg_combiner
- Owner: omphteliba
- License: mit
- Created: 2024-11-17T13:11:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T23:17:18.000Z (2 months ago)
- Last Synced: 2024-11-18T00:27:00.669Z (2 months ago)
- Language: HTML
- Size: 4.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# projekt_gutenberg_combiner
Combines local HTML files of Projekt Gutenberg into one HTML file.## Usage
To combine the HTML files, run the `combine2HTML.php` script. This script will read all the chapter files in the current directory and combine them into a single HTML file.## Requirements
- PHP 7.0 or higher
- Composer## Installation
1. Clone the repository:
```sh
git clone https://github.com/omphteliba/projekt_gutenberg_combiner.git
```
2. Navigate to the project directory:
```sh
cd projekt_gutenberg_combiner
```
3. Install the dependencies using Composer:
```sh
composer install
```## Running the Script
To run the script, use the following command:
```sh
php [combine2HTML.php](http://_vscodecontentref_/1)