https://github.com/ryanfb/loebolus
Making the public domain Loebs more easily downloadable. Data at https://github.com/ryanfb/loebolus-data
https://github.com/ryanfb/loebolus
Last synced: 12 months ago
JSON representation
Making the public domain Loebs more easily downloadable. Data at https://github.com/ryanfb/loebolus-data
- Host: GitHub
- URL: https://github.com/ryanfb/loebolus
- Owner: ryanfb
- Created: 2012-05-28T02:23:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T16:12:56.000Z (about 1 year ago)
- Last Synced: 2025-04-22T17:31:02.509Z (about 1 year ago)
- Language: Haml
- Homepage: https://ryanfb.github.io/loebolus/
- Size: 1.65 MB
- Stars: 95
- Watchers: 4
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loebolus
Loebolus aims to make all the public domain Loebs more easily downloadable by re-hosting the PDF's directly, without the need to enter CAPTCHA's.
* Data:
* Copyright assessment:
## SYNOPSIS
The tools used to construct the site are:
* `associations.rb` - builds an association YAML from the HTML at [Downloebables](http://www.edonnelly.com/loebs.html)
* `yaml2html.rb` - builds the index HTML using the association YAML and `index.haml`
* `yaml2rdf.rb` - builds the assocation RDF using the association YAML
To use the tools you'll need to do: `bundle install`