diff options
author | JoeServ <bousset.rudy@gmail.com> | 2023-02-27 15:41:41 +0100 |
---|---|---|
committer | JoeServ <bousset.rudy@gmail.com> | 2023-02-27 15:41:41 +0100 |
commit | 9208846b5747abcd08792605511a1dd1ab457ccf (patch) | |
tree | 4a4ca4dc60f12272c864a230f2f18519fd607ecf /var/jail/www/usr/local/lib | |
parent | update (diff) | |
download | joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.gz joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.bz2 joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.xz joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.zst joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.zip |
Jail rework
Diffstat (limited to '')
-rwxr-xr-x | var/jail/www/usr/local/lib/cgit/filters/about-formatting-edited.sh (renamed from usr/local/lib/cgit/filters/about-formatting-edited.sh) | 0 | ||||
-rwxr-xr-x | var/jail/www/usr/local/lib/cgit/filters/html-converters/md2html (renamed from usr/local/lib/cgit/filters/html-converters/md2html) | 2 | ||||
-rwxr-xr-x | var/jail/www/usr/local/lib/cgit/filters/html-converters/org2html (renamed from usr/local/lib/cgit/filters/html-converters/org2html) | 0 | ||||
-rwxr-xr-x | var/jail/www/usr/local/lib/cgit/filters/syntax-highlighting-edited.sh (renamed from usr/local/lib/cgit/filters/syntax-highlighting-edited.sh) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/lib/cgit/filters/about-formatting-edited.sh b/var/jail/www/usr/local/lib/cgit/filters/about-formatting-edited.sh index cf1140e..cf1140e 100755 --- a/usr/local/lib/cgit/filters/about-formatting-edited.sh +++ b/var/jail/www/usr/local/lib/cgit/filters/about-formatting-edited.sh diff --git a/usr/local/lib/cgit/filters/html-converters/md2html b/var/jail/www/usr/local/lib/cgit/filters/html-converters/md2html index 7d97b1e..a4a43ff 100755 --- a/usr/local/lib/cgit/filters/html-converters/md2html +++ b/var/jail/www/usr/local/lib/cgit/filters/html-converters/md2html @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3.8 +#!/usr/local/bin/python3.9 import markdown import sys import io diff --git a/usr/local/lib/cgit/filters/html-converters/org2html b/var/jail/www/usr/local/lib/cgit/filters/html-converters/org2html index e9c3b44..e9c3b44 100755 --- a/usr/local/lib/cgit/filters/html-converters/org2html +++ b/var/jail/www/usr/local/lib/cgit/filters/html-converters/org2html diff --git a/usr/local/lib/cgit/filters/syntax-highlighting-edited.sh b/var/jail/www/usr/local/lib/cgit/filters/syntax-highlighting-edited.sh index 3de95fa..3de95fa 100755 --- a/usr/local/lib/cgit/filters/syntax-highlighting-edited.sh +++ b/var/jail/www/usr/local/lib/cgit/filters/syntax-highlighting-edited.sh |