/usr/share/mozart/doc/system/index.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>System Modules</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><P class="margin"><A href="../index.html">Top</A><BR><A href="http://www.mozart-oz.org/download/view.cgi?action=print&class=reference&name=SystemModules">Print</A></P><H1 align="center" class="title">System Modules</H1><H2 align="center" class="authors"><A href="http://www.ps.uni-sb.de/~duchier/">Denys Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif Kornstaedt</A>, <A href="http://www.ps.uni-sb.de/~homik/">Martin Homik</A>, <A href="http://www.ps.uni-sb.de/~tmueller/">Tobias Müller</A>, <A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A> and <A href="http://www.info.ucl.ac.be/~pvr">Peter Van Roy</A></H2><P></P><DIV align="center"><IMG alt="" src="system.gif"></DIV><P></P><BLOCKQUOTE><P>The Mozart system consists of two complementary parts: first comes the Oz <EM>core</EM> language which lays the semantic foundations and whose programmatic interface is documented in <A href="../base/index.html">``The Oz Base Environment''</A>, then come all the extras necessary for practical programming; these are documented here. </P></BLOCKQUOTE><HR><UL class="toc"><LI><A href="toc.html#label1">Table of Contents</A></LI></UL><HR><DIV id="part.application"><H1 align="center" class="part"><A name="part.application">Part I: Application Programming</A></H1><HR><UL class="toc"><LI><A href="node1.html#chapter.application">1 Application Support: <CODE>Application</CODE></A></LI></UL><UL class="toc"><LI><A href="node7.html#chapter.module">2 Module Managers: <CODE>Module</CODE></A></LI></UL></DIV><HR><DIV id="part.constraints"><H1 align="center" class="part"><A name="part.constraints">Part II: Constraint Programming</A></H1><HR><UL class="toc"><LI><A href="node8.html#chapter.types_modes_constr">3 Constraints-Specific Type Structure and Modes</A></LI></UL><UL class="toc"><LI><A href="node9.html#chapter.search">4 Search Engines: <CODE>Search</CODE></A></LI></UL><UL class="toc"><LI><A href="node14.html#chapter.fd">5 Finite Domain Constraints: <CODE>FD</CODE></A></LI></UL><UL class="toc"><LI><A href="node28.html#chapter.schedule">6 Scheduling Support: <CODE>Schedule</CODE></A></LI></UL><UL class="toc"><LI><A href="node33.html#chapter.fs">7 Finite Set Constraints: <CODE>FS</CODE></A></LI></UL><UL class="toc"><LI><A href="node43.html#chapter.recordc">8 Feature Constraints: <CODE>RecordC</CODE></A></LI></UL><UL class="toc"><LI><A href="node44.html#chapter.combinator">9 Deep-guard Concurrent Constraint Combinators: <CODE>Combinator</CODE></A></LI></UL><UL class="toc"><LI><A href="node45.html#chapter.space">10 First-class Computation Spaces: <CODE>Space</CODE></A></LI></UL></DIV><HR><DIV id="part.distributed"><H1 align="center" class="part"><A name="part.distributed">Part III: Distributed Programming</A></H1><HR><UL class="toc"><LI><A href="node46.html#chapter.dp">11 General Distributed Programming Support: <CODE>DP</CODE></A></LI></UL><UL class="toc"><LI><A href="node47.html#chapter.connection">12 Connecting Computations: <CODE>Connection</CODE></A></LI></UL><UL class="toc"><LI><A href="node48.html#chapter.remote">13 Spawning Computations Remotely: <CODE>Remote</CODE></A></LI></UL><UL class="toc"><LI><A href="node49.html#chapter.urlurl">14 Referring To Distributed Entities: <CODE>URL</CODE></A></LI></UL><UL class="toc"><LI><A href="node50.html#chapter.resolve">15 Resolving URLs: <CODE>Resolve</CODE></A></LI></UL><UL class="toc"><LI><A href="node51.html#chapter.discovery">16 Locating services in a network: <CODE>Discovery</CODE></A></LI></UL><UL class="toc"><LI><A href="node52.html#chapter.fault">17 Detecting and Handling Distribution Problems: <CODE>Fault</CODE></A></LI></UL><UL class="toc"><LI><A href="node53.html#chapter.dpinit">18 Initializing and instrumenting the distribution layer: <CODE>DPInit</CODE></A></LI></UL><UL class="toc"><LI><A href="node54.html#chapter.dpstatistics">19 Retriving statistical information from the Distribution layer: <CODE>DPStatistics</CODE></A></LI></UL></DIV><HR><DIV id="part.open"><H1 align="center" class="part"><A name="part.open">Part IV: Open Programming</A></H1><HR><UL class="toc"><LI><A href="node55.html#chapter.open">20 Files, Sockets, and Pipes: <CODE>Open</CODE></A></LI></UL><UL class="toc"><LI><A href="node56.html#chapter.os">21 Operating System Support: <CODE>OS</CODE></A></LI></UL></DIV><HR><DIV id="part.system"><H1 align="center" class="part"><A name="part.system">Part V: System Programming</A></H1><HR><UL class="toc"><LI><A href="node57.html#chapter.pickle">22 Persistent Values: <CODE>Pickle</CODE></A></LI></UL><UL class="toc"><LI><A href="node58.html#chapter.property">23 Emulator Properties: <CODE>Property</CODE></A></LI></UL><UL class="toc"><LI><A href="node77.html#chapter.error">24 Error Formatting: <CODE>Error</CODE></A></LI></UL><UL class="toc"><LI><A href="node78.html#chapter.errorformatters">25 System Error Formatters: <CODE>ErrorFormatters</CODE></A></LI></UL><UL class="toc"><LI><A href="node79.html#chapter.finalize">26 Memory Management: <CODE>Finalize</CODE></A></LI></UL><UL class="toc"><LI><A href="node80.html#chapter.system">27 Miscelleanous System Support: <CODE>System</CODE></A></LI></UL></DIV><HR><DIV id="part.window"><H1 align="center" class="part"><A name="part.window">Part VI: Window Programming</A></H1><HR><UL class="toc"><LI><A href="node81.html#chapter.tk">28 The Module <CODE>Tk</CODE></A></LI></UL><UL class="toc"><LI><A href="node95.html#chapter.tktools">29 Graphical Tools: <CODE>TkTools</CODE></A></LI></UL></DIV><HR><DIV id="part.misc"><H1 align="center" class="part"><A name="part.misc">Part VII: Miscellaneous</A></H1><HR><UL class="toc"><LI><A href="node96.html#chapter.objectsupport">30 Support Classes for Objects: <CODE>ObjectSupport</CODE></A></LI></UL></DIV><UL class="toc"><LI><A href="bib.html#label1733">Bibliography</A></LI></UL><UL class="toc"><LI><A href="idx.html#label1734">Index</A></LI></UL><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif Kornstaedt</A>, <A href="http://www.ps.uni-sb.de/~homik/">Martin Homik</A>, <A href="http://www.ps.uni-sb.de/~tmueller/">Tobias Müller</A>, <A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A> and <A href="http://www.info.ucl.ac.be/~pvr">Peter Van Roy</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|