Metadata-Version: 1.1
Name: SeriesMarker
Version: 0.0.3
Summary: A TV series browser and tracker application.
Home-page: http://toroettg.github.io/SeriesMarker
Author: Tobias Roettger
Author-email: toroettg@gmail.com
License: GNU GPLv3
Description: #####
        About
        #####
        
        SeriesMarker is a tool that lets you keep track of watched episodes of your
        favorite TV|nbsp|series. It is inspired by `Series Watcher`_, which has been 
        discontinued by its original author, Corentin Chary (`iksaif`_). SeriesMarker
        is a complete re-implementation in Python.
        
        SeriesMarker is licensed under the GNU GPL version 3.
        
        ###########
        Screenshots
        ###########
        
        .. image:: https://a.fsdn.com/con/app/proj/seriesmarker/screenshots/MainWindow.png
           :width: 300
           :alt: Main Window
           :target: https://a.fsdn.com/con/app/proj/seriesmarker/screenshots/MainWindow.png
        .. image:: https://a.fsdn.com/con/app/proj/seriesmarker/screenshots/SearchDialog.png
           :width: 300
           :alt: Search Dialog
           :target: https://a.fsdn.com/con/app/proj/seriesmarker/screenshots/SearchDialog.png
        .. image:: https://a.fsdn.com/con/app/proj/seriesmarker/screenshots/EpisodeList.png
           :width: 300
           :alt: Episode List
           :target: https://a.fsdn.com/con/app/proj/seriesmarker/screenshots/EpisodeList.png
        
        ################
        Get SeriesMarker
        ################
        
        Got curious? SeriesMarker is a cross-platform application. Installer for
        released versions are available for various operating systems; you can
        `Download`_ them from SourceForge.
        
        As free software, you can get a copy of the `Source Code`_ at GitHub as well
        if you prefer. Snapshots of released versions are also distributed through
        the `Python Package Index`_.
        
        
        ################
        Help and Support
        ################
        
        See the `Documentation`_ for install instructions and the user guide.
        If no installer is available for your platform, it also describes how
        to build SeriesMarker from source. Furthermore, there is a `Forum`_ if
        you would like to discuss a topic in public and a `Wiki`_ for collaboration.
        
        If you have found a bug, please check the `Issue Tracker`_ and file a report.
        
        #######
        Updates
        #######
        
        If you like to keep up to date, project news will be announced at the
        SourceForge `Blog`_.
        
        #######
        Contact
        #######
        
        You can contact me by email at toroettg@gmail.com.
        
        .. _Blog: https://sourceforge.net/p/seriesmarker/blog/
        .. _Documentation: https://pythonhosted.org/SeriesMarker/
        .. _Download: https://sourceforge.net/projects/seriesmarker/files/
        .. _Forum: https://sourceforge.net/p/seriesmarker/discussion/
        .. _iksaif: https://github.com/iksaif/
        .. _Issue Tracker: https://github.com/toroettg/SeriesMarker/issues/
        .. _Python Package Index: https://pypi.python.org/pypi/SeriesMarker/
        .. _Series Watcher: http://xf.iksaif.net/dev/serieswatcher.html/
        .. _Source Code: https://github.com/toroettg/SeriesMarker/
        .. _Wiki: https://github.com/toroettg/SeriesMarker/wiki/
        
        .. |nbsp| unicode:: 0xA0
           :trim:
        
        #########
        Changelog
        #########
        
        ==========================
        Version 0.0.3 (2013-08-18)
        ==========================
        
        The project has moved; check out the new `SeriesMarker Project Site`_.
        
        * Installer for OS X are available for `Download`_.
        * The setup script can now be used to create distributable binaries on OS X. 
        * The documentation now includes install and build instructions.
        
        ==========================
        Version 0.0.2 (2013-08-07)
        ==========================
        
        * Users of Microsoft Windows can now utilize an all-in-one binary installer.
        * The `Documentation`_ is now online and should provide some initial help.
        * The setup script now uses setuptools, which should make it easier to resolve
          the package dependencies.
        
         .. _Documentation: https://pythonhosted.org/SeriesMarker/
         .. _Download: https://sourceforge.net/projects/seriesmarker/files/
         .. _SeriesMarker Project Site: https://toroettg.github.io/SeriesMarker/
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia
Classifier: Topic :: Utilities 
