diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-16 20:34:14 +0100 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-16 20:37:53 +0100 |
| commit | dedca540996f337f3965fb87531fd03d7e27e417 (patch) | |
| tree | 26fd182cd12d3c561f2a6baa9db992ffd1080040 /pathod/libpathod/templates/download.html | |
| parent | ef8e95956d938fd4891d79fdbfa83f8a77a482cb (diff) | |
| download | mitmproxy-dedca540996f337f3965fb87531fd03d7e27e417.tar.gz mitmproxy-dedca540996f337f3965fb87531fd03d7e27e417.tar.bz2 mitmproxy-dedca540996f337f3965fb87531fd03d7e27e417.zip | |
rename pathod source directory
Diffstat (limited to 'pathod/libpathod/templates/download.html')
| -rw-r--r-- | pathod/libpathod/templates/download.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/pathod/libpathod/templates/download.html b/pathod/libpathod/templates/download.html deleted file mode 100644 index bd8950e8..00000000 --- a/pathod/libpathod/templates/download.html +++ /dev/null @@ -1,39 +0,0 @@ -{% extends "frame.html" %} {% block body %} -<section> - <div class="page-header"> - <h1>pip</h1> - </div> - - <p>The easiest way to install pathod is to use pip:</p> - - <pre>pip install pathod</pre> - - <p> - This will automatically pull in all the dependencies, and you should be good to go. - </p> -</section> - -<section> - <div class="page-header"> - <h1>github</h1> - </div> - - <p>You can find the project source on GitHub:</p> - - <div style="margin-top: 20px; margin-bottom: 20px"> - <a class="btn btn-primary btn-large" href="https://github.com/mitmproxy/pathod">github.com/mitmproxy/pathod</a> - </div> - - <p>Please also use the <a href="https://github.com/mitmproxy/pathod/issues">github issue tracker</a> to report bugs.</p> -</section> - -<section> - <div class="page-header"> - <h1>tarball</h1> - </div> - - <div style="margin-top: 20px; margin-bottom: 20px"> - <a class="btn btn-primary btn-large" href="https://github.com/downloads/mitmproxy/pathod/pathod-{{version}}.tar.gz">pathod-{{version}}.tar.gz</a> - </div> -</section> -{% endblock %} |
