Generate static pages representing directory hierarchies.
- C 76.7%
- Roff 16.1%
- Makefile 7.2%
|
|
||
|---|---|---|
| COPYING | Initial commit | |
| main.c | Fully convert to XHTML, renaming, create xhtml directory instead of html | |
| Makefile | Bump version number | |
| README | Use Makefile instead of shell script | |
| staticpagegen.1 | Thanks @ Christoph Lohmann (20h): Let geomyidae decide the address by default | |
| staticpagegen.c | Implement even better error reportage | |
| staticpagegen.h | Bump version number in header file | |
| xhtmlbasic1-0.c | Correct the XHTML contents | |
| xhtmlbasic1-0.h | Reposition #define sections of header guards | |
staticpagegen - generate static pages representing directory hierarchies staticpagegen is a tool used to generate static pages for directory hierarchies which uses the simplest possible form for the protocols it supports. After passing it a directory, it generates directories containing the same files in the passed directory, alongside landing pages which link to the said files in each subdirectory. See staticpagegen.1 file for details. Installation Running the following should normally work: make install See Makefile for details. Author staticpagegen is written by Kaan Çırağ <pixificial at pixificial.xyz>. Licence Copyright (c) 2023-2024 Kaan Çırağ staticpagegen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. This program 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.