sydneyli and GitHub
3077b51500
Merge pull request #5749 from certbot/fix-docker-link
...
Fix Docker link
2018-03-16 18:15:05 -07:00
Brad Warren
d4834da0f4
fix docker link
2018-03-16 17:48:46 -07:00
ohemorange and Brad Warren
5ecb68f2ed
Update instances of acme-staging url to acme-staging-v02 ( #5734 )
...
* update instances of acme-staging url to acme-staging-v02
* keep example client as v1
* keep deactivate script as v1
2018-03-16 15:24:55 -07:00
Hugo and Brad Warren
42638afc75
Drop support for EOL Python 2.6 and 3.3
...
* Drop support for EOL Python 2.6
* Use more helpful assertIn/NotIn instead of assertTrue/False
* Drop support for EOL Python 3.3
* Remove redundant Python 3.3 code
* Restore code for RHEL 6 and virtualenv for Py2.7
* Revert pipstrap.py to upstream
* Merge py26_packages and non_py26_packages into all_packages
* Revert changes to *-auto in root
* Update by calling letsencrypt-auto-source/build.py
* Revert permissions for pipstrap.py
2018-02-16 16:14:01 -08:00
Peter Eckersley and Brad Warren
abc4a27613
[Docs] restore docs for ppl just using Certbot git master ( #5420 )
...
- Dev / test cycles are one use case for the "running a local copy of
the client" instructions, but simply running bleeding edge Certbot is
another
- So edit the docs to once again explain how to just run bleeding edge
Certbot, without (say) always getting staging certs.
2018-02-12 14:07:33 -08:00
Jacob Hoffman-Andrews and Brad Warren
530a9590e6
Add sudo to certbot-auto instructions. ( #5501 )
2018-02-07 14:08:03 -08:00
Andrew Ittner and Zach Shepherd
ed23290232
Clean up Sphinx errors ( #4706 )
...
Also minor copyedits, suppress unhelpful errors, mark files that should
*not* be in the TOC as hidden.
2017-05-26 20:57:14 -07:00
Noah Swartz and GitHub
227743b7e4
Merge pull request #4459 from St-Ranger/patch-1
...
Improved info for FreeBSD
2017-04-14 11:46:08 -07:00
St-Ranger and GitHub
d11443ac05
Missing word is inserted.
2017-04-13 20:36:32 -05:00
Noah Swartz and GitHub
8fea513dec
Merge pull request #4455 from zjs/topic/zjs/developer-guide
...
Documentation improvements for plugin developers
2017-04-13 16:54:51 -07:00
Noah Swartz and GitHub
07273e5d7e
Merge pull request #4432 from certbot/contributing-common
...
Document tests/integration/_common.sh.
2017-04-10 19:15:18 -07:00
Jacob Hoffman-Andrews
a08e9599f5
Review feedback.
2017-04-07 10:15:52 -07:00
St-Ranger and GitHub
035e5b93ea
Futher improvement re: FreeBSD packages
...
Further improved the previous change to make it more clear.
2017-04-04 00:41:55 -05:00
St-Ranger and GitHub
4c36d8081e
Correct info fro FreeBSD
...
1. Replace the outdated reference to "vritualenv", "see below" -> "see above".
2. Replace the awkward sentence (partially incorrect) about installing on FreeBSD.
It can be installed via different ways: "pkg" is not exclusive. I am not aware of any reason why it canNOT be installed from ports. Some people prefer build and install everything from ports. (The previous version of the description implies that ports cannot be used.)
2017-04-03 23:45:48 -05:00
Zach Shepherd
22248c1393
docs: fix syntax error in plugin installation example
...
Partially addresses issue #4368 .
2017-04-03 14:58:25 -07:00
Zach Shepherd
af5fd4f6bd
docs: use monospace syntax for method name
2017-04-03 14:55:27 -07:00
Zach Shepherd
3f625d3a0d
docs: clarify the use of entry points for plugins
...
The documentation did not list the entry point group, certbot.plugins.
Partially addresses issue #4368 .
2017-04-03 14:51:48 -07:00
Zach Shepherd
c1cb762b32
docs: clarify when venv needs to be re-setup
...
When dependencies change or a new plugin is introduced, the venv needs
to be re-created.
Partially addresses issue #4368 .
2017-04-03 14:33:41 -07:00
Jacob Hoffman-Andrews
e73c29374a
Change to source.
2017-03-29 14:32:02 -07:00
Jacob Hoffman-Andrews
db0a4f9039
Document tests/integration/_common.sh.
...
This makes it much easier to run certbot during development.
2017-03-28 16:15:09 -07:00
Jacob Hoffman-Andrews and Peter Eckersley
672f206309
Improve plugin-writing docs. ( #4329 )
...
Move "Writing your own plugin" under Code components and layout, with the other
plugin docs.
Include instructions on how to install a plugin into a virtualenv and how to check
for its presence.
Document that users can install third-party plugins systemwide, but not with
certbot-auto.
Remove obsolete information from Authenticators section and make the section
more informative.
Remove IDisplay sub-section since it repeats information in the main "Plugin
architecture" section.
2017-03-17 13:13:45 -07:00
Brad Warren and GitHub
91f4b2b571
Improve macOS contributor instructions ( #4327 )
...
* remove instructions about removed Vagrantfile
* rewrite docker instructions
* say where docker-compose can be run
* give better intro for macOS devs
* prompt people for permission to install OS packages
* reword awkward sentence
* Change WORKDIR to /opt/certbot/src
This change is OK because all paths used in Dockerfile-dev are absolute paths.
* remove 'cd src' instructions for Dockerfile-dev
* Improve docker-compose testing instructions
2017-03-10 17:27:09 -08:00
Brad Warren and Jacob Hoffman-Andrews
4a2582dda4
Remove broken known issues link ( #4294 )
2017-03-06 17:31:28 -08:00
Jacob Hoffman-Andrews and Brad Warren
ea578870da
ipdb can now be run without pip installing. ( #4257 )
2017-03-03 10:37:31 -08:00
Jacob Hoffman-Andrews and GitHub
ebf5170d12
Update testing docs. ( #4211 )
...
Recommend faster-running commands with clearer output first, building up to
slow, noisy, `tox` last.
Remove outdated Boulder testing advice, and outdated Boulder testing scripts
(Vagrantfile, mac-bootstrap.sh, boulder-start.sh). Update Boulder testing
section.
Fill out "directory structure" section of contributing guide a little better.
2017-02-16 12:39:17 -08:00
Josh Soref and Brad Warren
6a39a42f45
Spelling ( #4101 )
...
* spelling: action
* spelling: artifacts
* spelling: asymmetric
* spelling: attempts
* spelling: bizarre
* spelling: certbot
* spelling: certificate
* spelling: certainly
* spelling: challenge
* spelling: client
* spelling: collated
* spelling: correct
* spelling: considered
* spelling: custom
* spelling: distinguish
* spelling: encoding
* spelling: enhancement
* spelling: equivalent
* spelling: execution
* spelling: existence
* spelling: failed
* spelling: handshake
* spelling: hyphen
* spelling: initialized
* spelling: initialization
* spelling: interpretation
* spelling: letsencrypt
* spelling: multiline
* spelling: multipart
* spelling: necessary
* spelling: otherwise
* spelling: output
* spelling: overridden
* spelling: positives
* spelling: preferable
* spelling: progress
* spelling: recommended
* spelling: referring
* spelling: relativity
* spelling: request
* spelling: requiring
* spelling: separate
* spelling: source
* spelling: specified
* spelling: standard
* spelling: successfully
* spelling: unparseable
* spelling: useful
2017-01-26 16:21:54 -08:00
Peter Eckersley and Brad Warren
169b30aa90
Fix reference to letsencrypt-auto ( #4085 )
2017-01-19 13:50:07 -08:00
Brad Warren and Peter Eckersley
bb669528b3
Remove old references to pep8 in our code ( #4073 )
2017-01-19 11:21:25 -08:00
Lipis and Peter Eckersley
bba5d7d950
Rename OS X -> macOS ( #3965 )
...
* Rename OS X -> macOS
* Revert *-auto
2017-01-10 12:24:15 -08:00
Nick Fong and Peter Eckersley
b0e4054b53
Add information on updating [certbot|letsencrypt]-auto ( #3983 )
...
* Add information on updating [certbot|letsencrypt]-auto
See #3703
* Add more information about when [le|cb]-auto is updated
2017-01-07 16:45:44 -08:00
Erica Portnoy and Brad Warren
3b233df2b1
Update docs/contributing.rst to match display behavior during release. ( #3674 )
2017-01-04 14:42:52 -05:00
Jacob Hoffman-Andrews
e49a41be34
Change "hacking" to "getting started" in the docs
2016-08-08 12:17:42 -07:00
Brad Warren
7a0d4d48a0
Remove broken known issues link
2016-07-25 12:54:14 -07:00
bmw and GitHub
950710bdce
Merge pull request #3042 from TheNavigat/envlist
...
Limiting tox envlist to really needed tests
2016-06-17 12:37:17 -07:00
Amjad Mashaal
31d9fc7d86
Adding --skip-missing-interpreters to constributing.rst "Submitting a pull request" section
2016-06-17 04:13:44 +02:00
Noah Swartz and Jacob Hoffman-Andrews
092173c608
fix broken link in contributing.rst ( #3130 )
2016-06-06 17:05:51 -07:00
Amjad Mashaal
4a8f71277c
Limiting tox envlist to really needed tests
2016-05-28 02:03:51 +02:00
Noah Swartz
4b1d9e0af2
Merge pull request #2986 from certbot/doc-cleanup
...
Doc cleanup
2016-05-16 20:14:02 -07:00
John Reed
1aff941ad0
Updating broken link to Google Python Style guide
...
Old link: https://google-styleguide.googlecode.com/svn/trunk/pyguide.html
New link: https://google.github.io/styleguide/pyguide.html
2016-05-13 18:37:43 -05:00
Peter Eckersley
f16104e3cb
Lots of doc cleanups
2016-05-13 12:22:55 -07:00
Noah Swartz
891b186856
changed wiki refs, added some words
2016-05-03 17:04:30 -07:00
Noah Swartz
8f6c289e78
incorperate jsha's comments
2016-05-02 13:59:42 -07:00
Noah Swartz
2f81a8963e
move github refs back to LE
2016-04-21 15:18:27 -07:00
Noah Swartz
2646ad4262
edit contributing.rst
2016-04-18 15:08:16 -07:00
Noah Swartz
b284d54c77
reslove certbot name change
2016-04-18 14:56:02 -07:00
Brad Warren
a64d8b7e00
Update contributing instructions
2016-04-14 15:16:48 -07:00
Noah Swartz
e2af5ab9b4
updated docs with s/letsencrypt/certbot/g and more
2016-04-01 16:42:44 -07:00
Peter Eckersley
ceae505751
Merge pull request #2476 from moshevds/etc_hosts
...
Adding required /etc/hosts entries to .travis.yml and docs/contributing.rst
2016-02-16 16:15:32 -08:00
TheNavigat and Môshe van der Sterre
89916e726c
Adding required /etc/hosts entries to docs/contributing.rst
2016-02-15 17:31:47 +01:00
TheNavigat
037cc4e150
Adding running boulder-start.sh on boot
2016-02-12 13:47:50 +02:00