Lines Matching +full:php +full:- +full:version
1 # Latexport - A Latex export plugin
6 - https://www.dokuwiki.org/plugin:latexport
8 ## Installing a development version
12 - A development environment with PHP5 or higher.
13 - A development version of dokuwiki and a configured web site.
14 - PhpUnit installed as a PHAR in the path.
15 - Checkout the dokuwiki-plugin-latexport in the corresponding plugin folder of dokuwiki.
17 I'm assuming that you've got a working environment with *Apache* and *PHP* on your development mach…
19 ### Download development version of dokuwiki argument
21 To retrieve the development version of dokuwiki you need to have git installed. Then follow
24 - Go to your development folder, checkout the development version and switch to the stable branch.
33 Complete the installation by visiting the ``install.php``:
34 * http://localhost:8080/dokuwiki/install.php
36 ### Download development version of this plugin argument
42 git clone https://github.com/jean-michel-gonet/dokuwiki-plugin-latexport.git latexport
46 * http://localhost:8080/dokuwiki/doku.php?do=admin&page=extension
52 NB: There are more recent version of those utilities, but they're not compatible
55 - Install PHPUnit from the PHAR - Visit https://phar.phpunit.de/ to check what
56 is the latest version, and use or modify the following commands:
59 wget https://phar.phpunit.de/phpunit-5.7.27.phar
60 chmod +x phpunit-5.phar
61 mv phpunit-5.phar /usr/local/bin/phpunit
63 - Verify the installation:
66 phpunit --version
70 - Install PHPAb from the PHAR - Visit https://github.com/theseer/Autoload/releases to
71 check for the latest release version, and use or modify the following commands:
73 wget https://github.com/theseer/Autoload/releases/download/1.25.9/phpab-1.24.1.phar
74 chmod +x phpab-1.24.1.phar
75 mv phpab-1.24.1.phar /usr/local/bin/phpab
77 - Verify the installation:
80 phpab --version
81 phpab 1.25.9 - Copyright (C) 2009 - 2020 by Arne Blankerts and Contributors
88 phpunit --group plugin_latexport
89 phpunit --group plugin_latexport --testdox
97 edit the ``php.ini`` file, whose location depends on your distribution, your
98 version of PHP, etc. Run the following command to locate it:
101 php --ini
102 Configuration File (php.ini) Path: /usr/local/etc/php/5.6
103 Loaded Configuration File: /usr/local/etc/php/5.6/php.ini
104 Scan for additional .ini files in: /usr/local/etc/php/5.6/conf.d
107 Edit the ``php.ini`` configuration file and add one of the supported time zones (see http://php.net…
113 ; http://php.net/date.timezone
118 If you want your development version of dokuwiki to behave just as a production
119 version, you probably need to add to the root dokuwiki folder the ``.htaccess``
127 #Options -Indexes -MultiViews +FollowSymLinks
129 ## make sure nobody gets the htaccess, README, COPYING or VERSION files
130 <Files ~ "^([\._]ht|README$|VERSION$|COPYING$)">
146 ## $conf['userewrite'] = 1 - not needed for rewrite mode 2
149 RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
150 RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
151 RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L]
152 RewriteRule ^$ doku.php [L]
153 RewriteCond %{REQUEST_FILENAME} !-f
154 RewriteCond %{REQUEST_FILENAME} !-d
155 RewriteRule (.*) doku.php?id=$1 [QSA,L]
156 RewriteRule ^index.php$ doku.php
163 ## If you enable DokuWikis XML-RPC interface, you should consider to
167 #RewriteRule ^lib/exe/xmlrpc.php$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]
178 MacBook-Pro:Fonts me$ otfinfo -i Playbill
180 MacBook-Pro:Fonts me$ ls -la Playbill
181 -rw-rw-r--@ 1 me staff 0 Jun 15 2010 Playbill
184 you see a non-zero size. Also you can tell that the file is not corrupt because you can open it in …
190 MacBook-Pro:Fonts me$ xattr Playbill
198 MacBook-Pro:Fonts me$ xattr -l Playbill
216 MacBook-Pro:Fonts me$ xattr -px com.apple.ResourceFork Playbill | xxd -r -p > Playbill.ttf
218 If everything went right, you should have a second file with non-zero length:
220 MacBook-Pro:Fonts me$ ls -la Playbill*
221 -rw-rw-r--@ 1 me staff 0 Jun 15 2010 Playbill
222 -rw-r--r--+ 1 me staff 47271 Sep 17 09:36 Playbill.ttf
227 MacBook-Pro:Fonts me$ otfinfo -i Playbill.ttf
234 …erted font. If you processed a font file with multiple variations - like bold, italic - you will p…