• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

_data/H03-May-2022-

admin/H03-May-2022-49,54937,817

doc/H03-May-2022-357288

docs/H03-May-2022-7241

galleries/H03-May-2022-167

include/H03-May-2022-75,50246,708

install/H03-May-2022-9,2326,527

language/H03-May-2022-81,75878,778

local/H03-May-2022-6428

plugins/H03-May-2022-21,07613,935

template-extension/H03-May-2022-309258

themes/H03-May-2022-30,30425,146

tools/H03-May-2022-4,3453,658

upload/H03-May-2022-

.gitignoreH A D14-May-2021252 2220

README.mdH A D14-May-20211.8 KiB4325

about.phpH A D14-May-20211.8 KiB4924

action.phpH A D14-May-20215.8 KiB233184

admin.phpH A D14-May-20219.9 KiB319217

comments.phpH A D14-May-202115.4 KiB548409

feed.phpH A D14-May-20215.4 KiB186121

i.phpH A D14-May-202116.8 KiB622522

identification.phpH A D14-May-20214.3 KiB13180

index.phpH A D14-May-202110.5 KiB360292

install.phpH A D14-May-202115 KiB537443

nbm.phpH A D14-May-20212.7 KiB6738

notification.phpH A D14-May-20213.3 KiB10762

password.phpH A D14-May-20219.9 KiB373257

picture.phpH A D14-May-202127.9 KiB1,043842

popuphelp.phpH A D14-May-20212.1 KiB6638

profile.phpH A D14-May-202110.8 KiB350256

qsearch.phpH A D14-May-20211.5 KiB5944

random.phpH A D14-May-20212 KiB4823

register.phpH A D14-May-20213.4 KiB11076

search.phpH A D14-May-20217.3 KiB277213

search_rules.phpH A D14-May-20216.2 KiB228177

tags.phpH A D14-May-20214.7 KiB168111

upgrade.phpH A D14-May-202114.9 KiB535428

upgrade_feed.phpH A D14-May-20213.1 KiB10256

ws.phpH A D14-May-202144.6 KiB1,2411,140

README.md

1<img src="https://piwigo.org/plugins/piwigo-piwigodotorg/images/piwigo.org.svg" width="200" alt="Piwigo logo">
2
3Manage your photo library. Piwigo is open source photo gallery software for the web. Designed for organisations, teams and individuals.
4
5![screenshot](https://piwigo.org/screenshots/github-screenshot-2.10.jpg)
6
7The [piwigo.org](https://piwigo.org) website introduces you to Piwigo. You'll find a demo, forums, wiki and news.
8
9## Requirements
10
11 * A webserver (Apache or nginx recommended)
12 * PHP 5.3 or greater (7+ recommended)
13 * MySQL 5 or greater or MariaDB equivalent
14 * ImageMagick (recommended) or PHP GD
15
16## Quick start install
17
18### NetInstall
19
20 * Download the [NetInstall script](https://piwigo.org/download/dlcounter.php?code=netinstall)
21 * Transfer the script to your web space with any FTP client
22 * Open the script in you web browser (for example http://example.com/piwigo-netinstall.php) and follow the steps
23
24[More information](https://piwigo.org/guides/install/netinstall)
25
26### Manual
27
28 * Download the [latest stable version](https://piwigo.org/download/dlcounter.php?code=latest) and unzip it
29 * Transfer everything to your web space with any FTP client
30 * Open your website (for example http://example.com/piwigo) and follow the steps
31
32[More information](https://piwigo.org/guides/install/manual)
33
34If you do not have your own server, consider the [piwigo.com](https://piwigo.com/) hosting solution.
35
36## Contributing
37
38Piwigo is widely driven by its community; if you want to improve the code, fork this repo and submit your changes to the `master` branch. See our [Contribution guide](https://github.com/Piwigo/Piwigo/blob/master/docs/CONTRIBUTING.md).
39
40## License
41
42Piwigo is released under the GPL v2 license. See our [Copying details](https://github.com/Piwigo/Piwigo/blob/master/COPYING.txt).
43