aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* minor improvements, tests++Maximilian Hils2020-04-091-5/+4
|
* Merge remote-tracking branch 'origin/master' into fix-ciMaximilian Hils2020-04-081-3/+0
|\
| * Remove yarn/npm from docsMeet Mangukiya2020-02-251-3/+0
| | | | | | | | Closes https://github.com/mitmproxy/mitmproxy/issues/3716
* | re-add missing CI steps and fix lintingThomas Kriechbaumer2019-12-311-4/+7
|/
* remove unused hyperlink in README.rstMaximilian Hils2019-11-231-1/+0
|
* simplify install instructionsMaximilian Hils2019-11-201-10/+14
|
* update badgesMaximilian Hils2019-11-191-8/+4
|
* squash remaining forum referenceMaximilian Hils2019-11-041-4/+3
|
* update badgesMaximilian Hils2019-11-041-11/+9
|
* Merge pull request #3329 from Kriechi/readme-sloganThomas Kriechbaumer2019-09-281-4/+4
|\ | | | | update readme slogan
| * update readme sloganThomas Kriechbaumer2018-09-211-4/+4
| |
* | simplify testing instructionsMaximilian Hils2019-04-021-7/+1
| |
* | Update README.rstRajat Gupta2019-02-281-0/+6
|/
* fix appveyor link in READMEMaximilian Hils2018-05-291-1/+1
|
* update appveyor badgeMaximilian Hils2018-05-221-1/+1
|
* simplify READMEMaximilian Hils2018-03-281-2/+1
|
* fix badgesThomas Kriechbaumer2018-03-271-4/+9
|
* fix docs-related URLsThomas Kriechbaumer2018-03-271-3/+3
|
* updating README according to recent doc updatesArushit Mudgal2018-03-051-2/+2
| | | | | Hi, The installation instructions linked back to old docs website. I have updated the same
* update doc locationThomas Kriechbaumer2018-02-251-2/+2
|
* Merge branch 'master' of https://github.com/kira0204/mitmproxy into ↵kira02042018-02-241-10/+10
|\ | | | | | | update-readme
| * All new documentationAldo Cortesi2018-02-221-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch does a lot. - Ditch sphinx in favor of hugo. This gives us complete control of the layout and presentation of our docs. Henceforth, docs will be hosted on our website rather than ReadTheDocs. - Create a simple, clean doc layout and theme. - Remove large parts of the documentaion. I've ditched anything that was a) woefully out of date, b) too detailed, or c) too hard to maintain in the long term. - Huge updates to the docs themselves: completely rewrite addons documentation, add docs for core concepts like commands and options, and revise and tweak a lot of the existing docs. With this patch, we're also changing the way we publish and maintain the docs. From now on, we don't publish docs for every release. Instead, the website will contain ONE set of docs for each major release. The online docs will be updated if needed as minor releases are made. Docs are free to improve during minor releases, but anything that changes behaviour sufficiently to require a doc change warrants a new major release. This also leaves us free to progressively update and improve docs out of step with our release cadence. With this new scheme, I feel CI over the docs is less important. I've removed it for now, but won't object if someone wants to add it back in.
* | Better languagekira02042018-02-241-1/+1
| |
* | Extensive testingkira02042018-02-191-0/+6
|/
* update stale URL in READMEMaximilian Hils2018-01-151-1/+1
|
* Add syntax highlighting to ReadmeBas Broek2017-03-291-6/+6
|
* consolidate readme shieldsMaximilian Hils2017-02-111-4/+4
|
* README: py.test -> pytestMaximilian Hils2017-01-301-4/+4
|
* always use 'venv' as virtualenv folderMaximilian Hils2017-01-301-4/+4
|
* add contributing section to README, remove autoenvMaximilian Hils2017-01-301-8/+12
|
* rework README dev sectionsMaximilian Hils2017-01-291-36/+25
|
* Update instructionsSachin Kelkar2017-01-061-2/+3
|
* add mitmweb to READMEMaximilian Hils2016-12-271-0/+2
|
* README.rst: recommend "tox -e lint" over using flake8 directlyAldo Cortesi2016-11-031-2/+3
|
* fix README syntaxMaximilian Hils2016-10-221-3/+2
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-4/+3
|
* Remove mention of pathod.net from READMEAldo Cortesi2016-10-181-6/+1
| | | | I'm just about to redirect this to mitmproxy.org
* python3: update README and setup.py trove classifiersAldo Cortesi2016-10-171-5/+2
|
* First-order conversion to Python3-onlyAldo Cortesi2016-10-171-1/+0
| | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
* update README about Python supportThomas Kriechbaumer2016-07-191-3/+3
|
* Update README.rstMaximilian Hils2016-07-091-3/+2
|
* fix appveyorMaximilian Hils2016-06-281-2/+2
|
* update appveyor with toxThomas Kriechbaumer2016-06-271-3/+7
|
* Minor wording improvements for the READMEAldo Cortesi2016-06-211-3/+3
|
* add Discourse to READMEThomas Kriechbaumer2016-06-211-2/+15
|
* hide codecov.ymlThomas Kriechbaumer2016-06-161-0/+3
|
* update README with tox and flake8 infoThomas Kriechbaumer2016-06-161-0/+19
|
* Update README.rstMaximilian Hils2016-06-071-3/+3
|
* Merge pull request #1192 from cortesi/testsuiteAldo Cortesi2016-06-031-16/+22
|\ | | | | WIP: Solidify pathod test suite
| * Merge remote-tracking branch 'upstream/master' into testsuiteAldo Cortesi2016-06-031-0/+7
| |\