Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfefferle/dash-microformats
A Microformats Dash.app docset
https://github.com/pfefferle/dash-microformats
dash docset microformats
Last synced: 14 days ago
JSON representation
A Microformats Dash.app docset
- Host: GitHub
- URL: https://github.com/pfefferle/dash-microformats
- Owner: pfefferle
- Created: 2015-03-20T22:21:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T20:21:48.000Z (about 8 years ago)
- Last Synced: 2024-12-03T20:16:35.618Z (about 2 months ago)
- Topics: dash, docset, microformats
- Language: HTML
- Size: 720 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dash-microformats
dash-microformats is a docset for [Dash.app][] containing the latest (stable) [Microformats specs](http://microformats.org/wiki/profile-uris).
![](screenshot.png)
## Installing
Install by opening Dash.app preferences, switch to `Downloads`, click `+`, and enter the feed URL
`https://raw.githubusercontent.com/pfefferle/dash-microformats/master/microformats.xml`.## Build
To rebuild or update this docset run the following commands in the following order:
1. `$ sh sync.sh` to grab the newest version of the specs
1. `$ python rebuild.py` to generate the docset from the grabbed sources
1. `$ sh pack.sh` to build the tgz file for a new release## Thanks
The [`sync.sh`][] and [`rebuild.py`][] scripts are based on [@willnorris][]' awesome [RFCDash Docset][] versions.
[Dash.app]: http://kapeli.com/dash
[open an issue]: https://github.com/pfefferle/dash-microformats/issues
[`pack.sh`]: https://github.com/pfefferle/dash-microformats/blob/master/pack.sh
[`sync.sh`]: https://github.com/pfefferle/dash-microformats/blob/master/sync.sh
[`rebuild.py`]: https://github.com/pfefferle/dash-microformats/blob/master/rebuild.py
[@willnorris]: https://willnorris.com
[RFCDash Docset]: https://github.com/willnorris/rfcdash