Need help for PHP project
Posted: Wed Oct 26, 2005 11:56 am
Hi!
I'm developing an open source web gallery in PHP.
Version 1.0 is almost done (I'm working on this project since February...), but I need help for these things:
- Translations: from English to any language (or, if you prefer, from Italian). The language files aren't big. English translation should be controlled too, because I think there are some grammar errors.
- Database: the script has a very powerful DB Abstraction Layer, and can work with a db (ex. MySQL) or can save data in textfiles or xml documents. I'd like to add the support for PostgreeSQL, Firebird, Oracle, Access..., but I don't know how to use them. This is a very simple work, in fact you need only to convert the db-file from MySQL and edit some queries if necessary.
- Themes: of course, the script has theme support. I'm not a good web designer, so I need some help. The theme is only for the "public" area (not for the Admin Control Panel), so the work is not very big. There's a simple layout (the current theme is, substantially, only the layout
) and you can base your work on that.
Is there anyone that can help me?
I'm developing an open source web gallery in PHP.
Version 1.0 is almost done (I'm working on this project since February...), but I need help for these things:
- Translations: from English to any language (or, if you prefer, from Italian). The language files aren't big. English translation should be controlled too, because I think there are some grammar errors.
- Database: the script has a very powerful DB Abstraction Layer, and can work with a db (ex. MySQL) or can save data in textfiles or xml documents. I'd like to add the support for PostgreeSQL, Firebird, Oracle, Access..., but I don't know how to use them. This is a very simple work, in fact you need only to convert the db-file from MySQL and edit some queries if necessary.
- Themes: of course, the script has theme support. I'm not a good web designer, so I need some help. The theme is only for the "public" area (not for the Admin Control Panel), so the work is not very big. There's a simple layout (the current theme is, substantially, only the layout
Is there anyone that can help me?