pile

Not quite a web "stack"; more orderly than a web "heap", hopefully?
git clone https://git.kevinlegouguec.net/pile
Log | Files | Refs

commit cb4941f74349cf46d5d3465ca3738ff32d67ddce
parent 7c403af5361bcc7e9c62b6d8e367e9ca2050ca71
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 18 Dec 2025 22:57:37 +0100

Touch up documentation

Remove references, since in the end I have the most boring setup
possible.

Diffstat:
Mgit/README.org | 21++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/git/README.org b/git/README.org @@ -3,7 +3,7 @@ - REPO - <bare repo content> - description - - (owner; default: GECOS full name) + - owner (default: GECOS full name) - .tools - pile/git - tracked: add-repo, bootstrap, post-receive, tools.env @@ -14,18 +14,17 @@ - REPO - <bare repo content> - <stagit html content> - - <stagit resources: description, owner, url> -* tools + - <stagit repo resources: description, owner, url> +* Tools ** bootstrap - create GITDIR/.tools/install - clone & build & install libgit2, stagit -- install stagit resources in WWWDIR: favicon, logo, style +- install stagit site resources in WWWDIR ** add repo - setup WWWDIR/REPO - git init --bare - - stagit info: - - repo: desription, owner, url - - link site resources (favicon, logo, style) + - setup stagit repo resources + - link stagit site resources - git remote add www WWWDIR/REPO - hooks/post-receive → GITDIR/.tools/pile/git/post-receive - run post-receive @@ -33,10 +32,6 @@ - source tools.env - git push www - cd WWWDIR/REPO -- update-server-info -- stagit + - update-server-info + - stagit - stagit-index -* HTTP server config -https://manual.uberspace.de/web-documentroot/ -https://a3nm.net/blog/cgit_stagit.html -https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewriterule