https://github.com/microformats/microformats-parser-website-rust
Website for Microformats Rust parser (using 'microformats-parser'/'mf2')
https://github.com/microformats/microformats-parser-website-rust
Last synced: 9 months ago
JSON representation
Website for Microformats Rust parser (using 'microformats-parser'/'mf2')
- Host: GitHub
- URL: https://github.com/microformats/microformats-parser-website-rust
- Owner: microformats
- License: other
- Created: 2022-02-08T19:09:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T20:34:27.000Z (over 4 years ago)
- Last Synced: 2025-09-24T07:41:10.224Z (9 months ago)
- Language: Rust
- Size: 67.4 KB
- Stars: 6
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Microformats Rust Parser Website
Website for Microformats Rust parser (based on pin13.net by [Aaron Parecki](https://aaronpk.com)).
https://rust.microformats.io
## Deployment
All commits to the `main` branch get auto-deployed to the live website (running on [Heroku](https://rust.microformats.io))
## Development Status
Implemented:
- Parse a website from a pasted URL
- Parse a blob of `HTML` with optional `Base 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
- [Jacky Alciné](https://jacky.wtf)
## Contributions
1. Fork it
2. Get it running (see Installation above)
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Write your code and **specs**
5. Commit your changes (`git commit -am 'Add some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request
If you find bugs, have feature requests or questions, please
[file an issue](https://github.com/microformats/microformats-parser-website-rust/issues).
## License
Microformats Rust Parser Website is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.
http://creativecommons.org/publicdomain/zero/1.0