https://github.com/pfefferle/dash-slimframework
A Slim Framework Dash.app docset
https://github.com/pfefferle/dash-slimframework
dash docset php slim slimframework
Last synced: 5 months ago
JSON representation
A Slim Framework Dash.app docset
- Host: GitHub
- URL: https://github.com/pfefferle/dash-slimframework
- Owner: pfefferle
- Created: 2015-03-17T20:24:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T14:33:38.000Z (about 4 years ago)
- Last Synced: 2025-05-09T00:57:59.019Z (5 months ago)
- Topics: dash, docset, php, slim, slimframework
- Language: HTML
- Homepage: https://www.slimframework.com/docs/v4/
- Size: 18.1 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dash-slimframework
dash-slimframework is a docset for [Dash.app][] containing the latest Slim Framework documentation.

## Installing
Install by opening Dash.app preferences, switch to `Downloads`, click `+`, and enter the feed URL
`https://raw.githubusercontent.com/pfefferle/dash-slimframework/master/Slim_Framework.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 documentation
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-slimframework/issues
[`pack.sh`]: https://github.com/pfefferle/dash-slimframework/blob/master/pack.sh
[`sync.sh`]: https://github.com/pfefferle/dash-slimframework/blob/master/sync.sh
[`rebuild.py`]: https://github.com/pfefferle/dash-slimframework/blob/master/rebuild.py
[@willnorris]: https://willnorris.com
[RFCDash Docset]: https://github.com/willnorris/rfcdash