Metadata-Version: 1.1
Name: locdic
Version: 0.2.2
Summary: Off-line Dictionary / Dictionary Server Tool
Home-page: http://www.remics.org/locdic/
Author: Toshihiro Kamiya
Author-email: kamiya@mbj.nifty.com
License: MIT license / BSD license
Description: ========
        Locdic
        ========
        
        What's Locdic
        ================
        
        Locdic is a dictionary application / tool.
        
        - Off-line dictionary. Works fine when you don't have
          a connection to network.
        
        - Customizable. You can develop a new dictionary by
          adding new dictionary data (as utf-8 text file).
          See document file data/readme for more information.
        
        - Three way use. Command-line interface, GUI, and
          web server.
        
        This Locdic distribution is shipped with a English
        dictionary data, namely Wordnet 3.0, so can be used
        as a dictionary out of the box.
        
        See LICENSE for license information of Locdic
        and bundled stuffs.
        
        See INSTALLATION to install or use Locdic.
        
        The official site is: http://www.remics.org/locdic/ .
        The repository is: https://github.com/tos-kamiya/locdic/ .
        
        Installation
        ===============
        
        Prerequisite
        ---------------
        
        Locdic depends on TRE-agrep ( http://laurikari.net/tre/ ) and
        Bottle ( http://www.bottlepy.org/ ). Also, pip is a
        recommended installer for Locdic. In Ubuntu, you can install
        them with apt-get::
        
          $ sudo apt-get install tre-agrep python-bottle python-pip
        
        Install
        ---------
        
        A simple way to install Locdic is::
        
          $ sudo pip locdic
        
        When the above finished successfully, you can use locdic
        like as follows::
        
          $ python -m locdic.web
        
        or::
        
          $ python -m locdic.find "key word"
        
        Enjoy!
        
        Alternatively, in oder to try Locdic without modifying system
        directories, download the Locdic archive (such as locdic-0.2.2),
        expand the archive file in some directory, and type the
        following command in terminal::
        
          $ cd where/archive/is/expanded
          $ python src/locdic/web.py
        
        or::
        
          $ python src/locdic/find.py "key word"
        
        Uninstall
        ------------
        
        To remove locdic from your system, type the following command:
        
          $ sudo pip uninstall locdic
        
        
        License
        ==========
        
        Locdic license
        -----------------
        
        Locdic is distributed under MIT license.
        
        As for licenses of the libraries and data that are included
        in Locdic distribution, see the next section.
        
        ---
        
        | Copyright (c) 2012 Toshihiro Kamiya
        |
        | Permission is hereby granted, free of charge, to any person obtaining
        | a copy of this software and associated documentation files (the "Software"),
        | to deal in the Software without restriction, including without limitation
        | the rights to use, copy, modify, merge, publish, distribute, sublicense,
        | and/or sell copies of the Software, and to permit persons to whom the
        | Software is furnished to do so, subject to the following conditions:
        |
        | The above copyright notice and this permission notice shall be included
        | in all copies or substantial portions of the Software.
        |
        | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
        | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        | THE SOFTWARE.
        
        ---
        
        Libraries license
        --------------------
        
        Locdic distribution includes stuffs of the following library.
        
        - jQuery and jQuery Mobile http://jquery.org/
          (MIT license - http://jquery.org/license )
        
        Data license
        ---------------
        
        Locdic distribution includes the following dictionary data.
        
        - WordNet 3.0 http://wordnet.princeton.edu/
          (BSD license - http://wordnet.princeton.edu/wordnet/license/ )
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Office/Business
Classifier: Topic :: Utilities
Requires: PyGtk
Requires: pywebkitgtk
