https://github.com/luser/convertmdn
https://github.com/luser/convertmdn
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/luser/convertmdn
- Owner: luser
- Created: 2018-05-09T16:05:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T16:05:26.000Z (about 8 years ago)
- Last Synced: 2025-01-22T17:46:17.855Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Install [pandoc](http://pandoc.org/)
2. Create a virtualenv, install Python requirements:
```
virtualenv venv
./venv/bin/pip install -r requirements.txt
```
3. Run `convertmdn.py` to convert an MDN page:
```
./venv/bin/python convertmdn.py https://developer.mozilla.org/en-US/docs/Mozilla/Using_the_Mozilla_symbol_server /output/path
```