Jozef Selesi 3ebb751cda First iteration of REST controller refactoring. RESTful controllers that refer to collections should now have plural names and there should be only one controller per resource. Updated existing classes that implement REST_Controller. The routing now works like this:
GET    /controller    -> controller::_index()
POST   /controller    -> controller::_create()
GET    /controller/id -> controller::_show()
PUT    /controller/id -> controller::_update()
DELETE /controller/id -> controller::_delete()
GET    /form/edit/controller/resource_id -> controller::_form()
GET    /form/add/controller/data         -> controller::_form()
2008-11-18 08:28:32 +00:00
2008-10-31 22:12:14 +00:00
2008-11-15 08:52:58 +00:00

To get started, point your browser at the gallery3 dir.  That should
take you to the scaffolding page which will walk you through the
process of getting installed.  Questions, problems?  

Check out the gallery3 FAQ http://codex.gallery2.org/Gallery3:FAQ, or
Send an email to gallery-devel@lists.sourceforge.net.


Description
The simplest, most intuitive way to host your photos on your website.
https://galleryrevival.com
Readme GPL-2.0 33 MiB
Languages
PHP 87.7%
CSS 6.4%
JavaScript 5.7%
Perl 0.1%