An example application demonstrating pict-rs administration capabilities
Go to file
2023-08-28 19:19:22 -05:00
src Add tracing, minify-html 2023-08-28 19:19:22 -05:00
static Implement paging and purging 2023-08-28 18:46:13 -05:00
templates Implement paging and purging 2023-08-28 18:46:13 -05:00
.drone.yml Add drone 2023-08-28 18:59:11 -05:00
.gitignore Initial commit 2023-08-28 16:06:29 -05:00
Cargo.lock Add tracing, minify-html 2023-08-28 19:19:22 -05:00
Cargo.toml Add tracing, minify-html 2023-08-28 19:19:22 -05:00
flake.lock Initial commit 2023-08-28 16:06:29 -05:00
flake.nix Initial commit 2023-08-28 16:06:29 -05:00
LICENSE Add license & readme 2023-08-28 19:06:49 -05:00
pict-rs-admin.nix Initial commit 2023-08-28 16:06:29 -05:00
README.md Add license & readme 2023-08-28 19:06:49 -05:00

pict-rs-admin

A demo application showing off pict-rs administration capibilities

Note: pict-rs-admin is not intended to be exposed to the internet.

Running

$ pict-rs-admin -h

Contributing

Feel free to open issues for anything you find an issue with. Please note that any contributed code will be licensed under the AGPLv3.

License

Copyright © 2023 asonix

pict-rs-admin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

pict-rs-admin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This file is part of pict-rs.

You should have received a copy of the GNU General Public License along with pict-rs. If not, see http://www.gnu.org/licenses/.