No description
f2f9e5ecb7
When a user successfully performs an authentication with an auth_key, Piwigo registers it in the history table. For now, it is not shown/searchable in the history screen, but we can add it in the future and we can provide a plugin with specific details about authentication keys usage. |
||
---|---|---|
admin | ||
doc | ||
galleries | ||
include | ||
install | ||
language | ||
local | ||
plugins | ||
template-extension | ||
themes | ||
tools | ||
.gitignore | ||
about.php | ||
action.php | ||
admin.php | ||
comments.php | ||
feed.php | ||
i.php | ||
identification.php | ||
index.php | ||
install.php | ||
LICENSE.txt | ||
nbm.php | ||
notification.php | ||
password.php | ||
picture.php | ||
popuphelp.php | ||
profile.php | ||
qsearch.php | ||
random.php | ||
README.md | ||
register.php | ||
search.php | ||
search_rules.php | ||
tags.php | ||
upgrade.php | ||
upgrade_feed.php | ||
ws.php |
Piwigo is photo gallery software for the web, built by an active community of users and developers.
Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource.
Requirements
- A webserver (Apache or nginx recommended)
- PHP 5.2 or greater
- MySQL 5 or greater or MariaDB equivalent
- ImageMagick (recommended) or PHP GD
Quick start install
NetInstall
- Download the NetInstall script
- Transfert the script to your web space with any FTP client
- Open the script in you web browser (for example http://example.com/piwigo-netinstall.php) and follow the steps
Manual
- Download the latest stable version and unzip it
- Transfert everything to your webs pace with any FTP client
- Open your website (for example http://example.com/piwigo) and follow the steps
If you do not have your own server, consider the piwigo.com hosting solution.
Contributing
Piwigo is widely driven by it's community; if you want to improve the code, fork this repo and submit your changes to the master
branch.
License
Piwigo is released under the GPL v2 license.