permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit f1445c130fb8bd3cfd65bb0cb31a7e87db4bfb14
parent 14c50da61bf4ac53766f38721aea4c6bb999c7aa
Author: ugrnm <ugrnm@web>
Date:   Mon, 13 Jun 2022 18:05:14 +0200

empty web commit

Diffstat:
Mcloning.mdwn | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloning.mdwn b/cloning.mdwn @@ -32,7 +32,7 @@ But that's not all! If you call ikiwiki directly to generate HTML files to browse locally you will be disapointed as ikiwiki links points to folder in which an index.html will be found. This is fine for an HTTP server as most will default sending the index.html to the browser upon folder URL request. However, if you browse locally, the web browser will display the content of the folder instead. Making navigation super annoying. This script to be run everytime a new static version is built will fix all the href to actually point to the index.html instead of pointing to the folder. - /path/git/permacomputing/_tools/fix_local_files.sh /path/permacomputing-html + /path/git/permacomputing/_tools/fix_local_href.sh /path/permacomputing-html Now you can point your browser to <code>/path/permacomputing-html/index.html</code> and enjoy read only offline access to the wiki.