updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pysztaki-svn / LICENSE
blob90eb167c25a84bb8dc543540550ca6b06d5b3390
1 PySztaki
2 Translator script for console using the szotar.sztaki.hu database
4 A really short script, which uses the given dictionary (in first
5 parameter) to translate a word or an expression. It uses web-based
6 translator of szotar.sztaki.hu (parsed with BeautifulSoup
7 http://www.crummy.com/software/BeautifulSoup/). The translate()
8 function contains the actual translation code, it can be simply
9 reused.
11 Script home:
12 http://pysztaki.googlecode.com/
14 Copyright (c) 2008, Pek Daniel
16 All rights reserved.
18 Redistribution and use in source and binary forms, with or without
19 modification, are permitted provided that the following conditions
20 are met:
22     * Redistributions of source code must retain the above copyright
23       notice, this list of conditions and the following disclaimer.
24     * Redistributions in binary form must reproduce the above copyright
25       notice, this list of conditions and the following disclaimer in the
26       documentation and/or other materials provided with the distribution.
27     * Neither the name of the <ORGANIZATION> nor the names of its
28       contributors may be used to endorse or promote products derived from
29       this software without specific prior written permission.
31 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
34 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
35 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
36 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
37 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
38 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
39 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
40 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.