Microformats Rust Parser Website
Website for Microformats Rust parser (based on pin13.net by Aaron Parecki).
Deployment
All commits to the main
branch get auto-deployed to the live website (running on Heroku)
Development Status
Implemented:
- Parse a website from a pasted URL
- Parse a blob of
HTML
with optionalBase URL
- Optionally, save
HTML
blob, creating a permalink (a la Gist) - Optionally, display rendered
HTML
blob on the page
Requirements
- Cargo (to build)
Installation
Clone the repo:
git clone https://github.com/microformats/microformats-rust-parser-website.git
cd microformats-rust-parser-website
Start the server:
cargo run
Open the site in your browser:
open http://localhost:8000
# For XDG-compliant systems
xdg-open http://localhost:8000
Authors
Contributions
- 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.
License
Microformats Rust Parser Website is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.