keithdevon / ArtPress

The ArtPress theme for WordPress

Home Page:http://wordpress-for-artists.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArtPress

ArtPress is a highly customizable theme for WordPress.

Create Installable Zip File

To create an installable zip file, run the following in the top level ArtPress directory

./ap.py -z <version suffix>

Where <version suffix> is some string denoting a version E.g. :

./ap.py -z 1.2.3 

will produce a zip file called ArtPress1.2.3.zip in the export/ directory.

Publishing

Publishing a new version of ArtPress can be achieved by using the following command in the top level ArtPress directory

./ap.py -p <level>

Where <level> is either major, minor or patch. E.g. :

./ap.py -p minor

would update a current version of 1.2.3 to 1.3.0

To do a test publish

./ap.py -t -p minor

ensure that the -t flag precedes the -p flag or else the -t flag is not recognized and a real publish event takes place!

Other flags

To make the ap.py extra verbose pass it the -v flag with some other flags.

./ap.py -v -z 1.2.3

./ap.py -v -t -p major

About

The ArtPress theme for WordPress

http://wordpress-for-artists.com

License:GNU General Public License v2.0


Languages

Language:PHP 74.7%Language:JavaScript 22.4%Language:Python 2.9%