[Clipart] r40 - makerelease
noreply at openclipart.org
noreply at openclipart.org
Sun Jun 28 02:23:49 PDT 2009
Author: rejon
Date: Sun Jun 28 09:23:48 2009
New Revision: 40
Log:
clean-up and separation gone wild!
Added:
makerelease/README
Deleted:
makerelease/downloader.php
Modified:
makerelease/makerelease.php
Added: makerelease/README
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ makerelease/README Sun Jun 28 09:23:48 2009 (r40)
@@ -0,0 +1,6 @@
+To run this script, just do:
+
+ /usr/bin/php makerelease.php
+
+
+And it will interactively help you.
Modified: makerelease/makerelease.php
==============================================================================
--- makerelease/makerelease.php Sun Jun 28 09:21:26 2009 (r39)
+++ makerelease/makerelease.php Sun Jun 28 09:23:48 2009 (r40)
@@ -16,7 +16,7 @@
* It has been developed for windows and linux
*
* It requires the following tools to be installed:
- * - php (obviously, to run this script, fire <path to your php>\php downloader.php). For windows you can also use xampp, http://www.apachefriends.org/en/xampp-windows.html
+ * - php (obviously, to run this script, fire <path to your php>\php makerelease.php). For windows you can also use xampp, http://www.apachefriends.org/en/xampp-windows.html
* - the GD-extension of PHP
* - a high memory_limit in the php.ini file. 32mb didn't suffice for big PNGs but I never had any issue with 320...
* - wget, tar, bzip2 (for windows: http://getgnuwin32.sourceforge.net/)
@@ -172,7 +172,8 @@
}*/
-include_once 'downloader.php';
+/* Classes for our operations */
+include_once 'opsysDependendEntity.php';
include_once 'releaser.php';
include_once 'HTMLPreviewBuilder.php';
More information about the clipart
mailing list