Skip to content

Commit

Permalink
- add badges and additional information links to package information
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 13, 2019
1 parent 20cc9d6 commit 398e839
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
5.3 (unreleased)
----------------

- add badges and additional information links to package information

- Make sure Zope 4 ZMI shows no add dialog
(`#19 <https://github.com/zopefoundation/Products.SiteErrorLog/issues/19>`_)

Expand Down
26 changes: 22 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Overview
========
.. image:: https://travis-ci.org/zopefoundation/Products.SiteErrorLog.svg?branch=master
:target: https://travis-ci.org/zopefoundation/Products.SiteErrorLog

SiteErrorLog records errors/exceptions happening anywhere in your Zope.
SiteErrorLog recorded errors are not persistent.
.. image:: https://coveralls.io/repos/github/zopefoundation/Products.SiteErrorLog/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/Products.SiteErrorLog?branch=master

.. image:: https://img.shields.io/pypi/v/Products.SiteErrorLog.svg
:target: https://pypi.org/project/Products.SiteErrorLog/
:alt: Current version on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Products.SiteErrorLog.svg
:target: https://pypi.org/project/Products.SiteErrorLog/
:alt: Supported Python versions


Products.SiteErrorLog
=====================

The SiteErrorLog object s a valuable debugging aid. It records all exceptions
happening in its container and all subfolders as your site's code executes.

SiteErrorLog recorded errors are not persistent, they are stored in RAM and
thus disappear when the Zope process restarts.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ def read(name):
name='Products.SiteErrorLog',
version='5.3.dev0',
url='https://github.com/zopefoundation/Products.SiteErrorLog',
project_urls={
'Issue Tracker': ('https://github.com/zopefoundation/'
'Products.SiteErrorLog/issues'),
'Sources': 'https://github.com/zopefoundation/Products.SiteErrorLog',
},
license='ZPL 2.1',
description="Error log for Zope.",
author='Zope Foundation and Contributors',
Expand Down

0 comments on commit 398e839

Please sign in to comment.