From fa8e5e0451dd0e800f5133b4425042579e68a522 Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Tue, 30 Dec 2014 10:15:04 +0100 Subject: 2014-12-30 09:50:00 --- web2c/contextcnf.lua | 40 +++++++--------------------------------- 1 file changed, 7 insertions(+), 33 deletions(-) (limited to 'web2c') diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index abc141ec4..af65f41d0 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -101,9 +101,14 @@ return { PERLINPUTS = ".;$TEXMF/scripts/context/perl", PYTHONINPUTS = ".;$TEXMF/scripts/context/python", RUBYINPUTS = ".;$TEXMF/scripts/context/ruby", - LUAINPUTS = ".;$TEXINPUTS;$TEXMF/scripts/context/lua//", + LUAINPUTS = ".;$TEXINPUTS;$TEXMF/scripts/context/lua//;$TEXMF", CLUAINPUTS = ".;$SELFAUTOLOC/lib/{context,$engine,luatex}/lua//", + -- texmf-local/tex/generic/example/foo : + -- + -- package.helpers.trace = true + -- require("example.foo.bar") + -- Not really used by MkIV so they might go away. BIBINPUTS = ".;$TEXMF/bibtex/bib//;$TEXMF/tex/context//", @@ -118,38 +123,7 @@ return { FONTCONFIG_FILE = "fonts.conf", FONTCONFIG_PATH = "$TEXMFSYSTEM/fonts/conf", - limiters = { - input = { - -- any = { - -- { "permit", "*" }, - -- }, - -- restricted = { - -- { "permit", "*" }, - -- }, - paranoid = { - { "permit", "^[^/]+$" }, - { "permit", "^./" }, - { "forbid", ".." }, - { "tree" , "TEXMF" }, - -- { "tree" , "MPINPUTS" }, - -- { "tree" , "TEXINPUTS" }, - { "forbid", "^/.." }, - { "forbid", "^[a-c]:/.." }, - }, - }, - output = { - -- any = { - -- { "permit", "*" }, - -- }, - -- restricted = { - -- { "permit", "*" }, - -- }, - paranoid = { - { "permit", "^[^/]+$" }, - { "permit", "^./" }, - }, - } - }, + -- we now have a different subsystem for this, }, -- cgit v1.2.3