From 0a91559a672ad0476f65d27976f9c6582ce98328 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Mon, 28 Jul 2014 19:42:34 +0200 Subject: [PATCH] Added LICENSE, README and THANKS file --- LICENSE | 15 +++++++++++++++ README.md | 22 ++++++++++++++++++++++ THANKS | 4 ++++ 3 files changed, 41 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 THANKS diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..80983d3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +Copyright (C) 2014 Jack-Benny Persson + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd35cfa --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# wie (Wikipedia Ingress Extractor) # +This script extracts the first paragraph of any given Wikipedia article in any +language. It's meant for terminal use, so one can read the ingress right from +the console/terminal without starting a browser. + +## Usage ## +Either make the script executable with 'chmod +x wie.php' and run it as such: + + ./wie.php openbsd + ./wie.php --lang=sv minicall + +Or run it with 'php wie.php'. To display the help, type: + + ./wie.php --help + +## Thanks ## +Many thanks goes to flinga who came up with the idea for this script, please see +the THANKS file for more information. + +## Copyright ## +Copyright (C) Jack-Benny Persson (jack-benny@cyberinfo.se) and relased under GNU +GPL version 2. diff --git a/THANKS b/THANKS new file mode 100644 index 0000000..2b29b69 --- /dev/null +++ b/THANKS @@ -0,0 +1,4 @@ +If it wasn't for flinga this project had never been brought to life. +It was flinga who came up with the original idea for this script as +well as many of it's features. A huge thank you, flinga! +