{"id":17652201,"url":"https://github.com/impworks/quickpix","last_synced_at":"2025-03-30T09:13:04.249Z","repository":{"id":12091809,"uuid":"14680035","full_name":"impworks/quickpix","owner":"impworks","description":"A single-file photo gallery script.","archived":false,"fork":false,"pushed_at":"2018-10-03T19:54:05.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T11:17:20.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/impworks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-25T08:19:38.000Z","updated_at":"2018-10-03T19:54:06.000Z","dependencies_parsed_at":"2022-09-14T00:12:11.028Z","dependency_job_id":null,"html_url":"https://github.com/impworks/quickpix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impworks%2Fquickpix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impworks%2Fquickpix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impworks%2Fquickpix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impworks%2Fquickpix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/impworks","download_url":"https://codeload.github.com/impworks/quickpix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246296615,"owners_count":20754635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-23T11:46:10.640Z","updated_at":"2025-03-30T09:13:04.230Z","avatar_url":"https://github.com/impworks.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Quickpix\n========\n\nQuickpix is a lightweight photogallery script written in PHP. It is designed to be simple and transparent, relying on the file system rather than a database.\n\nFeatures:\n\n* 1 single PHP script + htaccess file\n* No database required\n* Automatic preview and thumbnail generation\n* Download entire folders as a single .zip file\n* Configurable descriptions\n* Hidden folders\n\n### Requirements\n\n* PHP 5.4+ with GD extension\n* Apache with mod_rewrite (or IIS with URL Rewrite)\n* Write access to directory folder\n \n### Installation\n\n* Copy the `index.php` and `.htaccess` / `web.config` files to the root of your web gallery (depending on your server).\n* Make sure the folder has write access! Quickpix caches a lof of stuff.\n* Update the `.htaccess` / `web.config` file with your gallery's relative path.\n* Update the `index.php` file with your gallery's relative path as well, or set any other options (thoroughly commented).\n* Create folders and upload pictures. That's it!\n \n### How to work with it\n\nQuickpix uses the file system as a single source of truth. You can think of it as Apache's `Options +Indexes` page on steroids that automatically creates thumbnails and previews for you.\n\nWhen Quickpix comes across an unknown folder, it creates a `.info` file in it. It is a JSON file which you can edit in any text editor and specify titles and descriptions for some folders. Therefore, most of the manipulations are performed via the file system: adding or removing folders, files, and editing the `.info` files. If your local PC is a webserver, its even simplier!\n\nIf a folder does not update automatically, you can force the update by appending the \"?update\" to the folder path:\n\n    http://example.com/photos/your-folder/?update\n  \nTo remove all cached thumbnails and the zipped folder, append \"?clean\":\n\n    http://example.com/photos/your-folder/?clean\n    \n### Hidden folders\n\nBy default, all existing subfolders are listed in the tree at the left side. If you wish to exclude a folder from the tree, add a `.hidden` file to it. The folder itself and its contents will not appear in the tree.\n\nPlease note that hidden folders are *available by direct links*. They are just not referenced anywhere in the gallery, but you are free to give direct links to whoever you deem worthy!\n\n### Zip arhives\n\nYou can let viewers download entire folders as a single zip file. The `ALLOW_ZIP` setting in the `index.php` file must be set to true (and so it is by default).\n\nPlease note that zip files are cached and can take a considerable amount of disk space!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpworks%2Fquickpix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimpworks%2Fquickpix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpworks%2Fquickpix/lists"}