src/Pure/Thy/present.ML
author wenzelm
Fri, 08 Oct 1999 15:50:10 +0200
changeset 7802 fba7a36e8556
parent 7789 57d20133224e
child 7853 a4acf1b4d5a8
permissions -rw-r--r--
isatool_document;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6203
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
     1
(*  Title:      Pure/Thy/present.ML
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
     2
    ID:         $Id$
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
     3
    Author:     Stefan Berghofer and Markus Wenzel, TU Muenchen
6203
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
     4
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
     5
Theory presentation (HTML, graph files, simple LaTeX documents).
6203
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
     6
*)
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
     7
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
     8
signature BASIC_PRESENT =
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
     9
sig
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    10
  val section: string -> unit
6203
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
    11
end;
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
    12
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
    13
signature PRESENT =
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
    14
sig
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    15
  include BASIC_PRESENT
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    16
  val init: bool -> string -> string list -> string -> Url.T option * bool -> unit
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    17
  val finish: unit -> unit
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    18
  val init_theory: string -> unit
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    19
  val verbatim_source: string -> (unit -> string list) -> unit
7757
b2538dccc21e Latex.token;
wenzelm
parents: 7752
diff changeset
    20
  type token
b2538dccc21e Latex.token;
wenzelm
parents: 7752
diff changeset
    21
  val basic_token: OuterLex.token -> token
b2538dccc21e Latex.token;
wenzelm
parents: 7752
diff changeset
    22
  val markup_token: string * string -> token
7789
57d20133224e verbatim markup tokens;
wenzelm
parents: 7769
diff changeset
    23
  val verbatim_token: string -> token
7757
b2538dccc21e Latex.token;
wenzelm
parents: 7752
diff changeset
    24
  val token_source: string -> (unit -> token list) -> unit
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    25
  val begin_theory: string -> string list -> (Path.T * bool) list -> theory -> theory
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    26
  val result: string -> string -> thm -> unit
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    27
  val results: string -> string -> thm list -> unit
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    28
  val theorem: string -> thm -> unit
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    29
  val theorems: string -> thm list -> unit
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    30
  val subsection: string -> unit
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    31
  val subsubsection: string -> unit
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    32
  val setup: (theory -> theory) list
7763
fdf7c941a22b Exported function get_info.
berghofe
parents: 7757
diff changeset
    33
  val get_info: theory -> {session: string list, is_local: bool}
6203
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
    34
end;
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
    35
7685
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
    36
structure Present: PRESENT =
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
    37
struct
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
    38
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    39
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    40
(** paths **)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    41
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    42
val output_path = Path.variable "ISABELLE_BROWSER_INFO";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    43
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    44
fun top_path sess_path offset =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    45
  Path.append (Path.appends (replicate (offset + length sess_path) Path.parent));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    46
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    47
val tex_ext = Path.ext "tex";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    48
val tex_path = tex_ext o Path.basic;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    49
val html_ext = Path.ext "html";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    50
val html_path = html_ext o Path.basic;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    51
val graph_path = Path.ext "graph" o Path.basic;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    52
val index_path = Path.basic "index.html";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    53
val doc_path = Path.basic "document";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    54
val doc_index_path = tex_path "session";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    55
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    56
val session_path = Path.basic ".session";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    57
val session_entries_path = Path.unpack ".session/entries";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    58
val pre_index_path = Path.unpack ".session/pre-index";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    59
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    60
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    61
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    62
(** additional theory data **)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    63
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    64
structure BrowserInfoArgs =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    65
struct
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    66
  val name = "Pure/browser_info";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    67
  type T = {session: string list, is_local: bool};
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    68
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    69
  val empty = {session = [], is_local = false};
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    70
  val copy = I;
7763
fdf7c941a22b Exported function get_info.
berghofe
parents: 7757
diff changeset
    71
  fun prep_ext _ = empty;
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    72
  fun merge _ = empty;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    73
  fun print _ _ = ();
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    74
end;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    75
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    76
structure BrowserInfoData = TheoryDataFun(BrowserInfoArgs);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    77
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    78
fun get_info thy =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    79
  if Theory.eq_thy (thy, ProtoPure.thy) then BrowserInfoArgs.empty
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    80
  else BrowserInfoData.get thy;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    81
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    82
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    83
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    84
(** graphs **)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    85
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    86
type graph_node =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    87
  {name: string, ID: string, dir: string, unfold: bool,
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    88
   path: string, parents: string list};
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    89
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    90
fun get_graph path = map (fn (a :: b :: c :: d :: e :: r) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    91
  {name = unenclose a, ID = unenclose b,
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    92
   dir = unenclose c, unfold = (d = "+"),
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    93
   path = unenclose (if d = "+" then e else d),
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    94
   parents = map unenclose (fst (split_last (if d = "+" then tl r else r)))})
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    95
     (map (filter_out (equal "") o space_explode " ") (split_lines (File.read path)));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    96
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    97
fun put_graph gr path =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    98
    File.write path (cat_lines (map (fn {name, ID, dir, unfold, path, parents} =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
    99
      "\"" ^ name ^ "\" \"" ^ ID ^ "\" \"" ^ dir ^ (if unfold then "\" + \"" else "\" \"") ^
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   100
      path ^ "\" > " ^ space_implode " " (map quote parents) ^ " ;") gr));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   101
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   102
fun dir_of sess = space_implode "/" (case sess of
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   103
  [] => ["Pure"] | [x] => [x, "base"] | xs => xs);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   104
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   105
fun ID_of sess s = dir_of sess ^ "/" ^ s;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   106
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   107
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   108
(* retrieve graph data from theory loader database *)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   109
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   110
fun make_graph remote_path unfold curr_sess = map (fn name =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   111
  let
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   112
    val {session, is_local} = get_info (ThyInfo.theory name);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   113
    val path' = Path.append (Path.make session) (html_path name)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   114
  in
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   115
    {name = name, ID = ID_of session name, dir = dir_of session,
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   116
     path = if null session then "" else
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   117
            if is_some remote_path andalso not is_local then
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   118
              Url.pack (Url.append (the remote_path) (Url.file path'))
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   119
            else Path.pack (top_path curr_sess 2 path'),
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   120
     unfold = unfold andalso (length session = 1),
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   121
     parents = map (fn s => ID_of (#session (get_info (ThyInfo.theory s))) s)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   122
       (ThyInfo.get_preds name)}
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   123
  end) (ThyInfo.names ());
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   124
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   125
fun add_graph_entry' (entry as {ID, ...}) (gr : graph_node list) =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   126
  filter_out (fn entry' => #ID entry' = ID) gr @ [entry];
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   127
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   128
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   129
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   130
(** global browser info state **)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   131
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   132
(* type theory_info *)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   133
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   134
type theory_info = {tex_source: Buffer.T, html_source: Buffer.T, html: Buffer.T};
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   135
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   136
fun make_theory_info (tex_source, html_source, html) =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   137
  {tex_source = tex_source, html_source = html_source, html = html}: theory_info;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   138
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   139
val empty_theory_info = make_theory_info (Buffer.empty, Buffer.empty, Buffer.empty);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   140
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   141
fun map_theory_info f {tex_source, html_source, html} =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   142
  make_theory_info (f (tex_source, html_source, html));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   143
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   144
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   145
(* type browser_info *)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   146
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   147
type browser_info = {theories: theory_info Symtab.table, tex_index: Buffer.T,
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   148
  html_index: Buffer.T, graph: graph_node list, all_graph: graph_node list};
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   149
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   150
fun make_browser_info (theories, tex_index, html_index, graph, all_graph) =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   151
  {theories = theories, tex_index = tex_index, html_index = html_index,
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   152
    graph = graph, all_graph = all_graph}: browser_info;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   153
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   154
val empty_browser_info = make_browser_info (Symtab.empty, Buffer.empty, Buffer.empty, [], []);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   155
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   156
fun initial_browser_info remote_path graph_path curr_sess = make_browser_info
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   157
  (Symtab.empty, Buffer.empty, Buffer.empty, make_graph remote_path false curr_sess,
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   158
   if_none (try get_graph graph_path) (make_graph remote_path true [""]));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   159
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   160
fun map_browser_info f {theories, tex_index, html_index, graph, all_graph} =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   161
  make_browser_info (f (theories, tex_index, html_index, graph, all_graph));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   162
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   163
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   164
(* state *)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   165
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   166
val browser_info = ref empty_browser_info;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   167
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   168
fun change_browser_info f = browser_info := map_browser_info f (! browser_info);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   169
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   170
fun init_theory_info name info =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   171
  change_browser_info (fn (theories, tex_index, html_index, graph, all_graph) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   172
    (Symtab.update ((name, info), theories), tex_index, html_index, graph, all_graph));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   173
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   174
fun change_theory_info name f =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   175
  change_browser_info (fn (info as (theories, tex_index, html_index, graph, all_graph)) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   176
    (case Symtab.lookup (theories, name) of
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   177
      None => (warning ("Browser info: cannot access theory document " ^ quote name); info)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   178
    | Some info => (Symtab.update ((name, map_theory_info f info), theories),
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   179
        tex_index, html_index, graph, all_graph)));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   180
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   181
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   182
fun add_tex_index txt =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   183
  change_browser_info (fn (theories, tex_index, html_index, graph, all_graph) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   184
    (theories, Buffer.add txt tex_index, html_index, graph, all_graph));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   185
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   186
fun add_html_index txt =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   187
  change_browser_info (fn (theories, tex_index, html_index, graph, all_graph) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   188
    (theories, tex_index, Buffer.add txt html_index, graph, all_graph));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   189
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   190
(*add entry to graph for current session*)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   191
fun add_graph_entry e =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   192
  change_browser_info (fn (theories, tex_index, html_index, graph, all_graph) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   193
    (theories, tex_index, html_index, add_graph_entry' e graph, all_graph));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   194
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   195
(*add entry to graph for all sessions*)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   196
fun add_all_graph_entry e =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   197
  change_browser_info (fn (theories, tex_index, html_index, graph, all_graph) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   198
    (theories, tex_index, html_index, graph, add_graph_entry' e all_graph));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   199
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   200
fun add_tex_source name txt = change_theory_info name (fn (tex_source, html_source, html) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   201
  (Buffer.add txt tex_source, html_source, html));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   202
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   203
fun add_html_source name txt = change_theory_info name (fn (tex_source, html_source, html) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   204
  (tex_source, Buffer.add txt html_source, html));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   205
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   206
fun add_html name txt = change_theory_info name (fn (tex_source, html_source, html) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   207
  (tex_source, html_source, Buffer.add txt html));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   208
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   209
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   210
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   211
(** global session state **)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   212
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   213
(* session_info *)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   214
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   215
type session_info =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   216
  {name: string, parent: string, session: string, path: string list, html_prefix: Path.T,
7802
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   217
    doc_format: string, doc_prefix: Path.T option, graph_path: Path.T, all_graph_path: Path.T,
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   218
    remote_path: Url.T option};
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   219
7802
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   220
fun make_session_info (name, parent, session, path, html_prefix, doc_format, doc_prefix,
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   221
    graph_path, all_graph_path, remote_path) =
7802
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   222
  {name = name, parent = parent, session = session, path = path, html_prefix = html_prefix,
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   223
    doc_format = doc_format, doc_prefix = doc_prefix, graph_path = graph_path,
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   224
    all_graph_path = all_graph_path, remote_path = remote_path}: session_info;
7685
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
   225
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
   226
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   227
(* state *)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   228
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   229
val session_info = ref (None: session_info option);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   230
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   231
fun with_session x f = (case ! session_info of None => x | Some info => f info);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   232
fun with_context f = f (PureThy.get_name (Context.the_context ()));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   233
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   234
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   235
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   236
(** HTML output **)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   237
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   238
(* maintain index *)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   239
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   240
val session_entries =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   241
  HTML.session_entries o
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   242
    map (fn name => (Url.file (Path.append (Path.basic name) index_path), name));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   243
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   244
fun get_entries dir =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   245
  split_lines (File.read (Path.append dir session_entries_path));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   246
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   247
fun put_entries entries dir =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   248
  File.write (Path.append dir session_entries_path) (cat_lines entries);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   249
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   250
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   251
fun create_index dir =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   252
  File.read (Path.append dir pre_index_path) ^
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   253
    session_entries (get_entries dir) ^ HTML.end_index
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   254
  |> File.write (Path.append dir index_path);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   255
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   256
fun update_index dir name =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   257
  (case try get_entries dir of
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   258
    None => warning ("Browser info: cannot access session index of " ^ quote (Path.pack dir))
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   259
  | Some es => (put_entries ((es \ name) @ [name]) dir; create_index dir));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   260
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   261
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   262
(* init session *)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   263
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   264
fun name_of_session elems = space_implode "/" ("Isabelle" :: elems);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   265
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   266
fun could_copy inpath outpath =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   267
  if File.exists inpath then (File.copy inpath outpath; true)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   268
  else false;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   269
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   270
fun init false _ _ _ _ = (browser_info := empty_browser_info; session_info := None)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   271
  | init true doc path name (remote_path, first_time) =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   272
      let
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   273
        val parent_name = name_of_session (take (length path - 1, path));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   274
        val session_name = name_of_session path;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   275
        val sess_prefix = Path.make path;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   276
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   277
        val out_path = Path.expand output_path;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   278
        val html_prefix = Path.append out_path sess_prefix;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   279
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   280
        val (doc_prefix, document_path) =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   281
          if doc = "" then (None, None)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   282
          else (Some (Path.append html_prefix doc_path), Some (Path.ext doc doc_path));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   283
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   284
        val graph_prefix = Path.appends [out_path, Path.unpack "graph/data", sess_prefix];
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   285
        val graph_path = Path.append graph_prefix (Path.basic "session.graph");
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   286
        val graph_lnk = Url.file (top_path path 0 (Path.appends
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   287
          [Path.unpack "graph/data", sess_prefix, Path.basic "medium.html"]));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   288
        val graph_up_lnk =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   289
          (Url.file (top_path path 2 (Path.append sess_prefix index_path)), session_name);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   290
        val codebase = Url.file (top_path path 1 Path.current);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   291
        val all_graph_path = Path.appends [out_path, Path.unpack "graph/data",
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   292
          Path.basic (hd path), Path.basic "all_sessions.graph"];
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   293
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   294
        val _ = (File.mkdir html_prefix; File.mkdir graph_prefix);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   295
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   296
        fun prep_readme readme =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   297
          let val readme_path = Path.basic readme in
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   298
            if could_copy readme_path (Path.append html_prefix readme_path) then Some readme_path
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   299
            else None
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   300
          end;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   301
        val opt_readme =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   302
          (case prep_readme "README.html" of None => prep_readme "README" | some => some);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   303
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   304
        val parent_index_path = Path.append Path.parent index_path;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   305
        val index_up_lnk = if first_time then
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   306
            Url.append (the remote_path) (Url.file (Path.append sess_prefix parent_index_path))
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   307
          else Url.file parent_index_path;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   308
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   309
        val index_text = HTML.begin_index (index_up_lnk, parent_name)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   310
          (Url.file index_path, session_name) (apsome Url.file opt_readme)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   311
            (apsome Url.file document_path) graph_lnk;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   312
      in
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   313
        File.mkdir (Path.append html_prefix session_path);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   314
        File.write (Path.append html_prefix session_entries_path) "";
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   315
        if is_some doc_prefix then File.copy_all doc_path html_prefix else ();
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   316
        seq (fn (name, txt) => File.write (Path.append graph_prefix (Path.basic name)) txt)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   317
          (HTML.applet_pages session_name codebase graph_up_lnk (length path = 1));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   318
        session_info := Some (make_session_info (name, parent_name, session_name, path,
7802
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   319
          html_prefix, doc, doc_prefix, graph_path, all_graph_path, remote_path));
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   320
        browser_info := initial_browser_info remote_path all_graph_path path;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   321
        add_html_index index_text
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   322
      end;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   323
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   324
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   325
(* finish session *)
7685
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
   326
7802
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   327
fun isatool_document doc_format doc_prefix =
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   328
  let val cmd = "$ISATOOL document -o '" ^ doc_format ^ "' '" ^ File.sysify_path doc_prefix ^ "'"
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   329
  in writeln cmd; writeln (execute cmd) end;
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   330
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   331
fun finish () = with_session ()
7802
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   332
    (fn {name, html_prefix, doc_format, doc_prefix, graph_path, all_graph_path, path, ...} =>
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   333
  let
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   334
    val {theories, tex_index, html_index, graph, all_graph} = ! browser_info;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   335
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   336
    fun finish_node (a, {tex_source, html_source = _, html}) =
7802
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   337
     (doc_prefix |> apsome (fn p => Buffer.write (Path.append p (tex_path a)) tex_source);
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   338
      Buffer.write (Path.append html_prefix (html_path a)) (Buffer.add HTML.end_theory html));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   339
  in
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   340
    seq finish_node (Symtab.dest theories);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   341
    Buffer.write (Path.append html_prefix pre_index_path) html_index;
7802
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   342
    doc_prefix |> apsome (fn p =>
fba7a36e8556 isatool_document;
wenzelm
parents: 7789
diff changeset
   343
     (Buffer.write (Path.append p doc_index_path) tex_index; isatool_document doc_format p));
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   344
    put_graph graph graph_path;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   345
    put_graph all_graph all_graph_path;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   346
    create_index html_prefix;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   347
    update_index (Path.append html_prefix Path.parent) name;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   348
    browser_info := empty_browser_info;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   349
    session_info := None
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   350
  end);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   351
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   352
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   353
(* theory elements *)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   354
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   355
fun init_theory name = with_session () (fn _ => init_theory_info name empty_theory_info);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   356
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   357
fun verbatim_source name mk_text =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   358
  with_session () (fn _ => add_html_source name (HTML.verbatim_source (mk_text ())));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   359
7757
b2538dccc21e Latex.token;
wenzelm
parents: 7752
diff changeset
   360
b2538dccc21e Latex.token;
wenzelm
parents: 7752
diff changeset
   361
type token = Latex.token;
b2538dccc21e Latex.token;
wenzelm
parents: 7752
diff changeset
   362
val basic_token = Latex.Basic;
b2538dccc21e Latex.token;
wenzelm
parents: 7752
diff changeset
   363
val markup_token = Latex.Markup;
7789
57d20133224e verbatim markup tokens;
wenzelm
parents: 7769
diff changeset
   364
val verbatim_token = Latex.Verbatim;
7757
b2538dccc21e Latex.token;
wenzelm
parents: 7752
diff changeset
   365
7727
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   366
fun token_source name mk_toks =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   367
  with_session () (fn _ => add_tex_source name (Latex.token_source (mk_toks ())));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   368
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   369
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   370
fun parent_link remote_path curr_session name =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   371
  let
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   372
    val {session, is_local} = get_info (ThyInfo.theory name);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   373
    val path = Path.append (Path.make session) (html_path name)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   374
  in (if null session then None else
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   375
     Some (if is_some remote_path andalso not is_local then
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   376
       Url.append (the remote_path) (Url.file path)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   377
     else Url.file (top_path curr_session 0 path)), name)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   378
  end;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   379
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   380
fun begin_theory name raw_parents orig_files thy =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   381
  with_session thy (fn {session, path, html_prefix, remote_path, ...} =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   382
  let
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   383
    val parents = map (parent_link remote_path path) raw_parents;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   384
    val ml_path = ThyLoad.ml_path name;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   385
    val files = map (apsnd Some) orig_files @
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   386
      (if is_some (ThyLoad.check_file ml_path) then [(ml_path, None)] else []);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   387
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   388
    fun prep_file (raw_path, loadit) =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   389
      (case ThyLoad.check_file raw_path of
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   390
        Some (path, _) =>
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   391
          let
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   392
            val base = Path.base path;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   393
            val base_html = html_ext base;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   394
          in
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   395
            File.write (Path.append html_prefix base_html)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   396
              (HTML.ml_file (Url.file base) (File.read path));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   397
            (Some (Url.file base_html), Url.file raw_path, loadit)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   398
          end
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   399
      | None => (warning ("Browser info: expected to find ML file" ^ quote (Path.pack raw_path));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   400
          (None, Url.file raw_path, loadit)));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   401
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   402
    val files_html = map prep_file files;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   403
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   404
    fun prep_html_source (tex_source, html_source, html) =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   405
      let
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   406
        val txt = HTML.begin_theory (Url.file index_path, session)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   407
          name parents files_html (Buffer.content html_source)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   408
      in (tex_source, Buffer.empty, Buffer.add txt html) end;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   409
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   410
    fun make_entry unfold all =
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   411
      {name = name, ID = ID_of path name, dir = dir_of path, unfold = unfold,
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   412
       path = Path.pack (top_path (if all then [""] else path) 2
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   413
         (Path.append (Path.make path) (html_path name))),
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   414
       parents = map (fn s => ID_of (#session (get_info (ThyInfo.theory s))) s) raw_parents};
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   415
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   416
  in
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   417
    change_theory_info name prep_html_source;
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   418
    add_all_graph_entry (make_entry (length path = 1) true);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   419
    add_graph_entry (make_entry true false);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   420
    add_html_index (HTML.theory_entry (Url.file (html_path name), name));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   421
    add_tex_index (Latex.theory_entry name);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   422
    BrowserInfoData.put {session = path, is_local = is_some remote_path} thy
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   423
  end);
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   424
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   425
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   426
fun result k a thm = with_session () (fn _ => with_context add_html (HTML.result k a thm));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   427
fun results k a thms = with_session () (fn _ => with_context add_html (HTML.results k a thms));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   428
fun theorem a thm = with_session () (fn _ => with_context add_html (HTML.theorem a thm));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   429
fun theorems a thms = with_session () (fn _ => with_context add_html (HTML.theorems a thms));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   430
fun section s = with_session () (fn _ => with_context add_html (HTML.section s));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   431
fun subsection s = with_session () (fn _ => with_context add_html (HTML.subsection s));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   432
fun subsubsection s = with_session () (fn _ => with_context add_html (HTML.subsubsection s));
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   433
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   434
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   435
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   436
(** theory setup **)
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   437
b52c7d773121 include browser_info stuff;
wenzelm
parents: 7685
diff changeset
   438
val setup = [BrowserInfoData.init];
7685
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
   439
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
   440
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
   441
end;
3edd32d588a6 improved theory_source presentation (hook);
wenzelm
parents: 6325
diff changeset
   442
6203
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
   443
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
   444
structure BasicPresent: BASIC_PRESENT = Present;
328b4377755c Theory presentation (fake implementation);
wenzelm
parents:
diff changeset
   445
open BasicPresent;