From 7427ad112713c10ac6763c4217fc3737194e1b98 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 8 Jun 2006 15:11:48 +0000 Subject: reactivated call to 'load' in file DocGenerator... reactivated call to 'load' in file DocGenerator.scala --- docs/man/build.xml | 8 ++ docs/man/src/css/style.css | 66 ++++++++++++ docs/man/src/images/external.gif | Bin 0 -> 289 bytes docs/man/src/images/scala_logo.png | Bin 0 -> 4751 bytes docs/man/src/index.html | 211 +++++++++++++++++++++++++++++++++++++ 5 files changed, 285 insertions(+) create mode 100644 docs/man/src/css/style.css create mode 100644 docs/man/src/images/external.gif create mode 100644 docs/man/src/images/scala_logo.png create mode 100644 docs/man/src/index.html (limited to 'docs') diff --git a/docs/man/build.xml b/docs/man/build.xml index 37116463ff..370fe32f08 100644 --- a/docs/man/build.xml +++ b/docs/man/build.xml @@ -56,6 +56,14 @@ + + + + + + + + diff --git a/docs/man/src/css/style.css b/docs/man/src/css/style.css new file mode 100644 index 0000000000..3072be4012 --- /dev/null +++ b/docs/man/src/css/style.css @@ -0,0 +1,66 @@ +.SansSerif { + font-family: Arial, Helvetica, sans-serif; +} + +.ContentList { font-size: 90%; style: margin-left: 3.4em; } + +.Note { + margin-left: 4em; + margin-right: 4em; + font-size: 90%; +} + +/* see http://www.maxdesign.com.au/presentation/external/ */ +a.external span { + position: absolute; + left: -5000px; + width: 4000px; +} + +a.external:link { + background: url(../images/external.gif) no-repeat 100% 0; + padding: 0px 20px 0px 0px; +} + +a.external:visited { + color: purple; + background-color: white; + background: url(../images/external.gif) no-repeat 100% -100px; + padding: 0px 20px 0px 0px; +} + +a.external:hover { + color: red; + background-color: white; + background: url(../images/external.gif) no-repeat 100% -200px; + padding: 0px 20px 0px 0px; +} + +h2 { font-family: Arial, Helvetica, sans-serif; } + +h3 { + margin-left: 1.4em; + margin-bottom: .1em; + font-family: Arial, Helvetica, sans-serif; +} + +hr { + margin: 1em 0 1em 0; +} + +img { + border:none; +} + +li { + margin-left: 1.7em; +} + +span.tool { + font-family: Courier, Sans-Serif; + font-weight: bold; +} + +th { + white-space: nowrap; +} diff --git a/docs/man/src/images/external.gif b/docs/man/src/images/external.gif new file mode 100644 index 0000000000..dc962b779d Binary files /dev/null and b/docs/man/src/images/external.gif differ diff --git a/docs/man/src/images/scala_logo.png b/docs/man/src/images/scala_logo.png new file mode 100644 index 0000000000..f89a81c1af Binary files /dev/null and b/docs/man/src/images/scala_logo.png differ diff --git a/docs/man/src/index.html b/docs/man/src/index.html new file mode 100644 index 0000000000..3a728604ca --- /dev/null +++ b/docs/man/src/index.html @@ -0,0 +1,211 @@ + + + + + + Scala Development Tools + + + + + + + + + + + + +
+ + Scala +
+
+   +
+
+

Scala Tools and Utilities

+
+
+ +
+ +

General

+ + + +

Standard Scala Tools and Utilities

+ +
    +
  • + Basic Tools (sbaz, + scala, scalac, scaladoc, + scalaint, scalap, scalascript) +
  • +
+
+ +

+ NOTE - Some tools have separate reference pages for Windows, Linux and Solaris + to accommodate minor differences in configuration and usage -- for example, the character + used to specify directory separators may be different. +

+ +
+ +

+ General Information +

+

+ The following documents contain important information you will need to + know to get the most out of the SDK tools. +

+ + + + + + + + + + + + + +
+ Setting the Classpath + + [Solaris and Linux] + [Windows] +
+ How Classes are Found + + [Solaris, Linux and Windows] +
+ +
+

+ Basic Tools +

+ +

+ These tools are the foundation of the Scala SDK. They are the tools you + use to create and build applications. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Tool NameBrief DescriptionLinks to Reference Pages
+ sbaz + + The Scala sharing tool. + + [Solaris, Linux and Windows] +
+ scala + + The launcher for Scala applications. + + [Solaris, Linux and Windows] +
+ scalac + + The compiler for the Scala programming language. + + [Solaris, Linux and Windows] +
+ scaladoc + + The API document generator. + + [Solaris, Linux and Windows] +
+ scalaint + + The interactive interpreter to the Scala programming language. + + [Solaris, Linux and Windows] +
+ scalap + + The Scala class file decoder. + + [Solaris, Linux and Windows] +
+ scalascript + + The Scala scripting tool. + + [Solaris, Linux and Windows] +
+ +
+ +
+ Copyright (c) 2002-2006 EPFL, + Lausanne, unless specified otherwise.
+ All rights reserved. +
+ + + -- cgit v1.2.3