Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README

This file was deleted.

22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# About

This project is a quick-start documentation of [DocBook](http://docbook.org/). The [LOCKSS Team](http://www.lockss.org/) has bundled up a tool chain to process DocBook documents into PDF documents using XSL Formatting Objects (XSL-FO) and Apache FOP 2.1.

## Requirements

- Java 6 or newer
- Git

## Compile document

In order to generate a PDF run

`bin/makedoc -pdf FILE...`

on one or more DocBook XML files, and PDF files with corresponding names will be
generated.

Try it on the provided DocBook primer (docbook-quick-start.xml) using:

`bin/makedoc -pdf docbook-quick-start.xml`