[Openupload-svn-update] SF.net SVN: openupload:[201] trunk
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-12-12 16:41:12
|
Revision: 201
http://openupload.svn.sourceforge.net/openupload/?rev=201&view=rev
Author: tsdogs
Date: 2008-12-12 16:41:06 +0000 (Fri, 12 Dec 2008)
Log Message:
-----------
update release doc
Modified Paths:
--------------
trunk/README
trunk/index.php
trunk/www/index.php
trunk/www/setup.inc.php
Modified: trunk/README
===================================================================
--- trunk/README 2008-12-12 16:03:29 UTC (rev 200)
+++ trunk/README 2008-12-12 16:41:06 UTC (rev 201)
@@ -41,22 +41,21 @@
There is a mailing list which can be used to report bugs and feature requests.
(see web site for detail)
I'd really apreciate any feedback.
- As the project is in it's early stages the use of Track might be too much.
- Maybe in the future...
+ The traker is also a good place to report bugs.
Ho, and would really love to have somebody else work on the project.
TRANSLATIONS:
- Right now the program is only translated to Italian (sorry I only know Italian and Engligh)
+ Right now the program is only translated to Italian and French
Translating isn't that hard (at least the default template)
- I have implemented 2 tranlsation modules, but I probably plan to have a tool which converts from
- one to the other.
+ I have implemented 2 tranlsation modules, but there is a tool which converts from
+ one to the other (from gettext to php).
Right now you can choose to translate with a php array, or use gettext tools (like poedit), to
- translate the app to your language.
+ translate the app to your language. Gettext tools are much easier to use.
It's divided in 2 parts. 1 is for the application, and 1 is for the template.
They are located in locale/* for the application and templates/default/locale for the 2nd.
- Once your translation is ready please send it to me or the ML.
+ Once your translation is ready please send it to me or on the ML.
RESTRICTIONS:
Modified: trunk/index.php
===================================================================
--- trunk/index.php 2008-12-12 16:03:29 UTC (rev 200)
+++ trunk/index.php 2008-12-12 16:41:06 UTC (rev 201)
@@ -27,7 +27,7 @@
* @copyright 2008 Alessandro Briosi
* @author Alessandro Briosi <tsdogs at briosix dot org>
* @package OpenUpload
- * @version 0.3
+ * @version 0.4
*/
define('__NOT_MAIN_SCRIPT',true);
require_once('www/index.php');
Modified: trunk/www/index.php
===================================================================
--- trunk/www/index.php 2008-12-12 16:03:29 UTC (rev 200)
+++ trunk/www/index.php 2008-12-12 16:41:06 UTC (rev 201)
@@ -27,7 +27,7 @@
* @copyright 2008 Alessandro Briosi
* @author Alessandro Briosi <tsdogs at briosix dot org>
* @package OpenUpload
- * @version 0.3
+ * @version 0.4
*/
define ('__VALID_CALLING_SCRIPT',true);
Modified: trunk/www/setup.inc.php
===================================================================
--- trunk/www/setup.inc.php 2008-12-12 16:03:29 UTC (rev 200)
+++ trunk/www/setup.inc.php 2008-12-12 16:41:06 UTC (rev 201)
@@ -239,6 +239,7 @@
'plugin_options' => array (
array ( 'id' => '1', 'plugin' => 'mimetypes', 'group_name' => '%5', 'name' => 'message', 'value' => 'Pdf, Jpeg'),
array ( 'id' => '2', 'plugin' => 'mimetypes', 'group_name' => '%5', 'name' => 'allowed', 'value' => 'application/pdf'."\n".'image/jpeg'),
+ array ( 'id' => '3', 'plugin' => 'expire', 'group_name' => '*', 'name' => 'days', 'value' => '30'),
),
),
'mode_1' => array (
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|