DrTrigon has submitted this change and it was merged.
Change subject: minor docu fix and enhanced some parts ......................................................................
minor docu fix and enhanced some parts
Change-Id: Ia2fed28377a4867120c03cdd5795581258ddf77d --- M externals/README 1 file changed, 8 insertions(+), 3 deletions(-)
Approvals: DrTrigon: Verified; Looks good to me, approved
diff --git a/externals/README b/externals/README index aa1a445..4ca2ba0 100644 --- a/externals/README +++ b/externals/README @@ -11,15 +11,20 @@
* parse-crontab: Parse and use crontab schedules in Python - Version .14 (from https://github.com/josiahcarlson/parse-crontab) - Checkout the gip repository and copy the 'crontab' dir into the path - 'externals/crontab' afterwards. + Checkout the git repository and copy the 'crontab' dir into the path + 'externals/crontab' afterwards. Or download the zip archive and unpack the + 'parse-crontab-master/crontab' dir into the path 'externals/crontab'. + $ wget https://github.com/josiahcarlson/parse-crontab/archive/master.zip + $ unzip master.zip + $ mv parse-crontab-master/crontab crontab + $ rm -rf parse-crontab-master
* lunatic-python: Two-way bridge between Python and Lua - Version 1.0 (from http://labix.org/lunatic-python) Download the zip archive and unpack the 'lunatic-python-1.0' dir into the path 'externals/_lua' afterwards. $ wget http://labix.org/download/lunatic-python/lunatic-python-1.0.tar.bz2 - $ tar -xvf lunatic-python-1.0.tar.bz2 + $ tar -xvf lunatic-python-1.0.tar.bz2 $ mv lunatic-python-1.0 _lua Patch package dir in order to work with newer lua (>= 5.1) versions $ patch -p1 -d [path-to-install-dir]/_lua < [path-to-externals]/patch-lua
pywikibot-commits@lists.wikimedia.org