Website for Microformats Ruby parser (based on pin13.net by @aaronpk).
All commits to the master branch get auto-deployed to the live website (running on Heroku)
Implemented:
- Parse a website from a pasted URL
- Parse a blob of HTMLwith optionalBase URL
- Optionally, save HTMLblob, creating a permalink (a la Gist)
- Optionally, display rendered HTMLblob on the page
- Rails
- Postgresql
Clone the repo:
git clone https://github.com/indieweb/microformats-ruby-parser-website.git
cd microformats-ruby-parser-website
Install the dependencies:
brew install postgresql
bundle
Set up database:
rake db:create
rake db:migrate
Start the server:
rails server
Open the site in your browser:
open http://localhost:3000
- Shane Becker / @veganstraightedge
- Fork it
- Get it running (see Installation above)
- Create your feature branch (git checkout -b my-new-feature)
- Write your code and specs
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
If you find bugs, have feature requests or questions, please file an issue.
Microformats Ruby Parser Website is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.