From 5d46fc67b1696035f183ccb3f34ab25ef1b1aa0c Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 19 Mar 2018 11:58:49 -0700 Subject: [PATCH 1/2] Add license scan report and status Signed-off-by: fossabot --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 7d6b121..3eb6709 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,5 @@ +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_shield) + ================ Python WordPress ================ @@ -32,3 +34,7 @@ Quick Start >>> for p in posts: ... print('{title[rendered]}: {link}'.format(**p._json)) Hello, World: http://example.org/2017/01/30/hello-world + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_large) \ No newline at end of file From 012e21faadea581d508a145d94f31cc30aa11221 Mon Sep 17 00:00:00 2001 From: Myles Braithwaite Date: Fri, 22 Jun 2018 11:35:53 -0400 Subject: [PATCH 2/2] :page_facing_up: Add FOSSA status badge to the README file. --- README.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 3eb6709..ff37a9e 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,3 @@ -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_shield) - ================ Python WordPress ================ @@ -16,6 +14,10 @@ Python WordPress :target: http://python-wordpress.readthedocs.io/en/master/?badge=master :alt: Documentation Status +.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp.svg?type=shield + :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_shield + :alt: FOSSA Status + A Python library for interacting with WordPress REST API. * Free software: MIT License @@ -34,7 +36,3 @@ Quick Start >>> for p in posts: ... print('{title[rendered]}: {link}'.format(**p._json)) Hello, World: http://example.org/2017/01/30/hello-world - - -## License -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_large) \ No newline at end of file