Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)