Commit Graph

26 Commits (a9bd8b6cff7504df0b3d270d04cbd0009e3ae4b1)

Author SHA1 Message Date
Matt Martz a9bd8b6cff
No Ansible Engine (#75812) 3 years ago
Alicia Cozine 230c00e937
README optimizations (#75115)
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
3 years ago
Sagar Paul f3ce7cfe53
tiny grammatical edit (#73339) 3 years ago
Matt Davis d05b26115b
update PyPI badge to ansible-core (#72813) 4 years ago
Matt Davis d567a553a9
update devel build badge for AZP (#72807) 4 years ago
Sandra McCann ebff2154aa
add badge for CII (#71944) 4 years ago
Sandra McCann 70e25dc158
clarify releases download for older releases only (#71892) 4 years ago
avinash-ak 92cd35fdb1
Grammatically updated the README file (#71300) 4 years ago
Sviatoslav Sydorenko 9c12f20f27
Update the number of contributors in README: 5000+ (#70880) 4 years ago
Matt Clay 4fc10186b9
Move coding guidelines links to readme. (#68479) 4 years ago
Toshio Kuratomi a15fb2637d Add or later to the license expressed in the README
This is a clarification, not a relicensing.

Our source code says "GPLv3+" or "version 3 of the License, or later".
Our documentation says GPLv3+:

https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/dev_guide/developing_modules_checklist.rst#contributing-to-ansible-objective-requirements

We were just lazy when we wrote the README and left out the "or later".
this update to the README brings it in line with what everything else
says.
5 years ago
Scott Brenner 257736e828 Update the number of contributors in README: 4700+ 5 years ago
Sviatoslav Sydorenko d7604844c2 Update the number of contributors in README: 4600+ (#61949) 5 years ago
Matthew Davis 281cfcddb1 add link in README (#55902)
* adds link in README to dev env setup
5 years ago
Dag Wieers e6aff4dc3b Reduce ansible/ansible README to essentials (#52878)
* Reduce intro to essentials
5 years ago
Sviatoslav Sydorenko 625a2d1470
Upgrade README to have 4k+ contributors listed (#50093) 5 years ago
Sviatoslav Sydorenko c66e16097f
Fix license badge link (#48712) 6 years ago
Sviatoslav Sydorenko 7b91d298d0
Add CoC, Mailing Lists & License badges to README
PR #48682
6 years ago
John R Barker 72359a10e6 Tidy up Contributors Docs (#47619)
* Tidy up docs on GitHub, direct people to docs.ansible.com
* De-duplicate documentation and move useful info
6 years ago
Sviatoslav Sydorenko 4632ae4b28 Update readme info (#44394)
* Upgrade the number of contributors in README

* Upgrade the sponsor information in README
6 years ago
Matt Davis e4edb2842a 2.6 changelog gen/version/root dir cleanup (#40421)
* patched in changelog gen stuff from stable-2.5
* Makefile updates
* release.py as single-source-of-truth
* Remove obsolete ansible-core-sitemap.xml file.
* Move ROADMAP.rst into README.rst.
* dynamic rpm changelog, zap old deb/rpm changelogs
* fix changelog in MANIFEST.in
* Remove obsolete hacking/update.sh script.
* Remove ref to deleted authors script.
* Remove ref to removed module-formatter script.
* Update headings to match script names.
* MANIFEST.in cleanup
* removed RELEASES.txt and versions.yml
* removed obsolete release generation playbook/bits (not used since 2.5)
* misc Makefile cleanup
* speculative changes to DEB versioning
* allow override of DEB_VERSION/DEB_RELEASE
6 years ago
Matt Clay c262dbfd30 Use https for links to ansible.com domains. 6 years ago
Sviatoslav Sydorenko 1d972f519c Upgrade PYPI badge to point to new Warehouse site
It should become default quite soon:
https://github.com/pypa/warehouse/milestone/1
6 years ago
Toshio Kuratomi 98a6827be0 When I rebased the README as rst PR, I missed a few changes. 6 years ago
Sviatoslav Sydorenko 2a55c64da9 Add docs badge to README 6 years ago
Stephen Weber 7afa34ae8a Convert README from Markdown to ReStructured Text and use as longdesc (#22330)
* Convert README from Markdown to ReStructured Text and use as longdesc

Discussion in #13758 led to deciding to switch README to rst and having
setup.py consume it as the long_description.

* Fix long string in setup.py for pep8 compliance

* Open README.rst as read-only

* Update usages of root README.md to README.rst

Unsure about the file ./packaging/debian/docs as it (only) contains the
text README.md. I believe it's referencing ./packaging/debian/README.md
but maybe someone who knows debian packaging could review it?

* Pick up fixes that had been merged into README.md after the initial conversion to rst
6 years ago