Skip to content

Commit

Permalink
Add Travis badge, garden ReST.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tseaver committed Dec 29, 2014
1 parent d30b114 commit 78de21e
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 13 deletions.
3 changes: 1 addition & 2 deletions CHANGES.rst
@@ -1,5 +1,4 @@
=======
CHANGES
Changes
=======

2.0.1 (unreleased)
Expand Down
6 changes: 6 additions & 0 deletions README.rst
@@ -1,3 +1,9 @@
``zope.mimetype``
=================

.. image:: https://travis-ci.org/zopefoundation/zope.mimetype.png?branch=master
:target: https://travis-ci.org/zopefoundation/zope.mimetype

This package provides a way to work with MIME content types. There
are several interfaces defined here, many of which are used primarily
to look things up based on different bits of information.
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -33,8 +33,6 @@ def read(*rnames):
long_description=(
read('README.rst')
+ '\n\n' +
'.. contents::'
+ '\n\n' +
read('src', 'zope', 'mimetype', 'README.txt')
+ '\n\n' +
read('src', 'zope', 'mimetype', 'retrieving_mime_types.txt')
Expand Down
1 change: 0 additions & 1 deletion src/zope/mimetype/README.txt
@@ -1,4 +1,3 @@
============================
The Zope MIME Infrastructure
============================

Expand Down
1 change: 0 additions & 1 deletion src/zope/mimetype/codec.txt
@@ -1,4 +1,3 @@
==============
Codec handling
==============

Expand Down
1 change: 0 additions & 1 deletion src/zope/mimetype/constraints.txt
@@ -1,4 +1,3 @@
===================================
Constraint Functions for Interfaces
===================================

Expand Down
1 change: 0 additions & 1 deletion src/zope/mimetype/contentinfo.txt
@@ -1,4 +1,3 @@
===================================
Minimal IContentInfo Implementation
===================================

Expand Down
1 change: 0 additions & 1 deletion src/zope/mimetype/event.txt
@@ -1,4 +1,3 @@
===============================
Events and content-type changes
===============================

Expand Down
1 change: 0 additions & 1 deletion src/zope/mimetype/retrieving_mime_types.txt
@@ -1,4 +1,3 @@
===================================
Retrieving Content Type Information
===================================

Expand Down
1 change: 0 additions & 1 deletion src/zope/mimetype/source.txt
@@ -1,4 +1,3 @@
===============================
Source for MIME type interfaces
===============================

Expand Down
1 change: 0 additions & 1 deletion src/zope/mimetype/typegetter.txt
@@ -1,4 +1,3 @@
======================================
MIME type and character set extraction
======================================

Expand Down
1 change: 0 additions & 1 deletion src/zope/mimetype/widget.txt
@@ -1,4 +1,3 @@
==============================
TranslatableSourceSelectWidget
==============================

Expand Down

0 comments on commit 78de21e

Please sign in to comment.