wenzelm [Sat, 20 Aug 2022 17:59:13 +0200] rev 75929
proper node_dir within presentation_dir, not source file directory;
wenzelm [Sat, 20 Aug 2022 17:25:55 +0200] rev 75928
clarified modules;
wenzelm [Sat, 20 Aug 2022 17:01:34 +0200] rev 75927
clarified names;
wenzelm [Sat, 20 Aug 2022 16:32:18 +0200] rev 75926
more thorough checks of browser_info file conflicts;
wenzelm [Sat, 20 Aug 2022 14:55:21 +0200] rev 75925
tuned;
wenzelm [Sat, 20 Aug 2022 14:44:04 +0200] rev 75924
prefer strict operations with explicit errors (instead of missing HTML output);
wenzelm [Sat, 20 Aug 2022 14:03:40 +0200] rev 75923
more thorough check, without path name artifacts (e.g. "./README");
wenzelm [Sat, 20 Aug 2022 13:45:47 +0200] rev 75922
tuned signature;
tuned messages;
wenzelm [Sat, 20 Aug 2022 13:35:17 +0200] rev 75921
clarified signature: Sessions.Base_Info follows Sessions.Base;
wenzelm [Sat, 20 Aug 2022 13:28:31 +0200] rev 75920
clarified signature: follow Sessions.Deps.check_errors (despite Process_Result.check);
wenzelm [Sat, 20 Aug 2022 13:16:15 +0200] rev 75919
tuned;
wenzelm [Sat, 20 Aug 2022 12:39:37 +0200] rev 75918
tuned whitespace;
wenzelm [Sat, 20 Aug 2022 00:24:04 +0200] rev 75917
evade clash with index.html (allow "Index.thy" even on case-insensitive file-systems);
wenzelm [Fri, 19 Aug 2022 23:58:44 +0200] rev 75916
discontinued special support for README.html (which was hardly ever used in the past 2 decades);
wenzelm [Fri, 19 Aug 2022 21:43:06 +0200] rev 75915
clarified directory layout (again): mimic original directory layout, notably ISABELLE_HOME;
wenzelm [Fri, 19 Aug 2022 21:25:13 +0200] rev 75914
more robust treatment of Document.Node.Name, following stored data;
wenzelm [Fri, 19 Aug 2022 21:04:14 +0200] rev 75913
more robust;
wenzelm [Fri, 19 Aug 2022 20:59:29 +0200] rev 75912
clarified directory layout: files are relative to enclosing theory;
wenzelm [Fri, 19 Aug 2022 20:42:19 +0200] rev 75911
tuned signature: avoid duplication;
wenzelm [Fri, 19 Aug 2022 20:35:30 +0200] rev 75910
more robust: theories could have been suppressed via option "condition";
wenzelm [Fri, 19 Aug 2022 20:19:05 +0200] rev 75909
tuned signature;
wenzelm [Fri, 19 Aug 2022 20:11:15 +0200] rev 75908
tuned messages (again, see d50c2129e73a): presentation setup could fail initially for take some time;
wenzelm [Fri, 19 Aug 2022 20:07:41 +0200] rev 75907
clarified modules;
wenzelm [Fri, 19 Aug 2022 16:46:00 +0200] rev 75906
clarified signature: support for adhoc file types;
wenzelm [Fri, 19 Aug 2022 16:19:59 +0200] rev 75905
clarified Presentation.Nodes, with explicit Nodes.Session and Nodes.Theory;
distinguish Nodes.Theory.static_session vs. dynamic_session: refer to exports from dynamic_session, corresponding to strictly to build_graph;
more robust treatment of source files and links to generated files;
retrieve entities by their file position, within its corresponding session/theory hierarchy;
wenzelm [Fri, 19 Aug 2022 15:24:39 +0200] rev 75904
export entity file position as well, e.g. relevant for HTML presentation with aux. files;
wenzelm [Fri, 19 Aug 2022 15:06:04 +0200] rev 75903
proper permissive = true (amending 475fedc02737)
wenzelm [Fri, 19 Aug 2022 14:59:24 +0200] rev 75902
tuned signature;
wenzelm [Fri, 19 Aug 2022 14:53:38 +0200] rev 75901
clarified signature;
wenzelm [Thu, 18 Aug 2022 14:16:36 +0200] rev 75900
clarified signature;
wenzelm [Thu, 18 Aug 2022 12:48:01 +0200] rev 75899
more robust directory structure: always relative to session_dir;
tuned messages;
wenzelm [Thu, 18 Aug 2022 12:02:20 +0200] rev 75898
discontinued slightly odd integrity check (from af2d0e07493b): requires a different approach;