https://github.com/polettix/pgal
a gallery generator, just like a lot of time ago
https://github.com/polettix/pgal
Last synced: 2 months ago
JSON representation
a gallery generator, just like a lot of time ago
- Host: GitHub
- URL: https://github.com/polettix/pgal
- Owner: polettix
- License: apache-2.0
- Created: 2020-06-05T21:53:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T21:54:23.000Z (about 5 years ago)
- Last Synced: 2025-02-07T18:53:13.127Z (4 months ago)
- Language: Perl
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgal - a gallery generator
[iGal][] is a gallery generator I discovered some time ago. After looking at
it, I decided to reinvent the wheel for good and gave birth to `pgal`.Now, years after, here it comes, with a slightly renewed code and a packaging
inside a [Docker][] image (thanks to [Alpine Linux][]).To use the image, define a little helper like this:
```shell
pgal() { docker -itv "$PWD:/mnt" --rm pgal "$@" ;}
```then call it, e.g.:
```shell
pgal --man
```This will show your the man page. Then just follow the instructions.
The contents of this repository are licensed according to the Apache
License 2.0 (see file `LICENSE` in the project's root directory):> Copyright 2020 by Flavio Poletti
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at
>
> http://www.apache.org/licenses/LICENSE-2.0
>
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and
> limitations under the License.[iGal]: http://igal.sourceforge.net/
[Docker]: https://www.docker.com/
[Alpine Linux]: https://www.alpinelinux.org/