Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microformats/microformats-parser-website-php
Small web page for displaying parsed microformats2
https://github.com/microformats/microformats-parser-website-php
microformats microformats2 parser php website
Last synced: 20 days ago
JSON representation
Small web page for displaying parsed microformats2
- Host: GitHub
- URL: https://github.com/microformats/microformats-parser-website-php
- Owner: microformats
- License: other
- Created: 2014-02-12T20:17:45.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T18:26:55.000Z (about 2 years ago)
- Last Synced: 2024-04-12T19:53:05.270Z (8 months ago)
- Topics: microformats, microformats2, parser, php, website
- Language: PHP
- Homepage: https://pin13.net/mf2
- Size: 67.4 KB
- Stars: 10
- Watchers: 12
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Microformats PHP Parser Website
Website for Microformats PHP parser
https://php.microformats.io## Deployment
All commits to the `main` branch get auto-deployed to the live website (running on [Heroku](https://php.microformats.io))
## Requirements
- PHP
## Installation
Clone the repo:
```
git clone https://github.com/indieweb/microformats-php-parser-website.git
cd microformats-php-parser-website
```Install the dependencies:
```
composer install
```Start the server:
```
TODO
```Open the site in your browser:
```
TODO
open http://localhost:3000
```## Authors
- Aaron Parecki / [@aaronpk](https://github.com/aaronpk)
## 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 RequestIf you find bugs, have feature requests or questions, please
[file an issue](https://github.com/indieweb/microformats-php/issues).## License
Microformats PHP Parser Website is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.
http://creativecommons.org/publicdomain/zero/1.0