- About
- Dependencies
- Building
- Viewing
- Developing
- License
The Obsolete Air Cooled Documentation Project is focused on providing access to hard to find, out of print resources for air cooled automobile enthusiasts. This repository is the source for building the site. It uses webgen, which is a ruby utility (I tried staticmatic, but had some wierd issues with it and in the end webgen fit the bill).
- webgen version 0.5.10
- GNU tar w/ bzip2 support
- the oacdp overlay
- git
First fetch the oacdp source:
mkdir src
cd src
git clone git://github.com/elliottjohnson/oacdp.git oacdp``
Then use webgen to render the site:
cd oacdp
webgen render
Then extract the overlay to install the content:
tar -xvvjpf /the/path/to/your/oacdp-overlay.tar.bz2
Use a web browser to open the "oacdp/out/index.html" file. I've used only relative url's within the site to keep things locally viewable.
If you wish to deploy from source you can execute the publish.sh script found in the scripts/ directory in the root of your checkout. Make sure you supply a writeable, webviewable directory on your local machine.
scripts/publish.sh /path/to/a/writable/webdir/oacdp
I highly recommend setting up a github account, but it's not a requirement. Email if you are interested in commiting.
The work being done is under the GNUv3.0 license. See the file LICENSE in the base of this repository for more information.