https://github.com/sebastianfeldmann/phpbu-documentation
PHPBU Documentation - The PHP Backup Utility manual. All you need to know, to install and use phpbu.
https://github.com/sebastianfeldmann/phpbu-documentation
hacktoberfest
Last synced: 3 months ago
JSON representation
PHPBU Documentation - The PHP Backup Utility manual. All you need to know, to install and use phpbu.
- Host: GitHub
- URL: https://github.com/sebastianfeldmann/phpbu-documentation
- Owner: sebastianfeldmann
- Created: 2015-04-30T13:32:43.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T12:40:13.000Z (7 months ago)
- Last Synced: 2025-01-06T08:44:09.679Z (5 months ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage: http://phpbu.de/manual/current/en/index.html
- Size: 35.3 MB
- Stars: 1
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPBU Documentation
This repository is used to generate the `phpbu` documentation in various formats. You can find the current result [here](http://phpbu.de/manual/current/en/index.html).
[](https://travis-ci.org/sebastianfeldmann/phpbu-documentation)
## Requirements
- Apache Ant
- Ruby
- PHP 5 (with DOM, PCRE, SPL, and Tokenizer extensions enabled)
- xsltproc## Building the Documentation
To build the complete documentation use:
ant
To build only one version of the documentation use:
ant build-LANG-VERSION
for example
ant build-en-2.1
## Output
The generated files will be in `build/output/VERSION/LANG`.
## Shoutout
Big thanks to Sebastian Bergmann and his `phpunit-documentation` repository,
which helped a lot to get my head around the whole docbook stuff.A lot of the ANT, XSLT and PHP scripts are just minimal adjustments to Sebastian's originals.