File: template.html

package info (click to toggle)
yorick 2.2.02%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,456 kB
  • sloc: ansic: 85,382; sh: 1,665; cpp: 1,282; lisp: 1,231; makefile: 1,028; fortran: 19
file content (128 lines) | stat: -rw-r--r-- 6,592 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!-- $Id: template.html,v 1.3 2007-11-29 14:37:57 paumard Exp $ -->
<html>
<header>
<title>
%title%
</title>
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.sansserif {font-family:sans-serif; font-weight:normal;}
ul.toc {list-style: none}
-->
</style>
<link rel="stylesheet" type="text/css" href="%toroot%style.css">
<link rel="icon" href="%toroot%images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="%toroot%images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="%toroot%skull.css" title="skull">
<!--[if IE 6]>
   <style type="text/css">
   /*<![CDATA[*/
body {overflow-y:auto;}
#content { width: 873px; }
#l-bar {display:block; top:0px; left:0px; width:130px; position:absolute; border:0px solid #888; background-color:transparent;background-url:none;}
#searchbox { width:100px; background-color:transparent;}
* html #l-bar {position:absolute;}
html {overflow-x:auto; overflow-y:hidden;}
   /*]]>*/
   </style>
<![endif]-->
</head>
<body text="#000000" bgcolor="#ffffff" link="#0000ff" vlink="#800080" alink="#ff0000">
<div id="l-bar">
<div id="links">
<div class="nav1"><A href="http://yorick.sourceforge.net/index.php">Web Home</A></div>
%onlydoc:installmac%<div class="nav1"><a href="./README.html">Installation</a></div>
%onlydoc:installmac%<div class="nav2"><a href="./README.html#emacs">Emacs help</a></div>
%onlydoc:installmac%<div class="nav2"><a href="./README.html#ghost">Graphics help</a></div>
%onlydoc:installmac%<div class="nav2"><a href="./README.html#folder">Folders help</a></div>
%onlydoc:installwin%<div class="nav1"><a href="./README.html">Installation</a></div>
%onlydoc:installwin%<div class="nav2"><a href="./README.html#emacs">Emacs help</a></div>
%onlydoc:installwin%<div class="nav2"><a href="./README.html#ghost">Graphics help</a></div>
%onlydoc:installwin%<div class="nav2"><a href="./README.html#folder">Folders help</a></div>
%onlydoc:installwin%<div class="nav2"><a href="./README.html#extend">C Extensions</a></div>
<div class="nav1"><a href="%toroot%README.html">Getting Started</a></div>
%onlydoc:index%<div class="nav2"><A href="%toroot%manual/yorick.html">BSD License</A></div>
<div class="nav1"><A href="%toroot%manual/yorick_1.html">Manual</A></div>
%onlydoc:manual%<div class="nav2"><A href="%toroot%manual/yorick_toc.html">Contents</A></div>
%onlydoc:manual%<div class="nav2"><A href="%toroot%manual/yorick.html">Copyright</A></div>
%onlydoc:manual%<div class="nav2"><A href="%toroot%manual/yorick_prt.html">Print Manual</A></div>
<div class="nav1"><A href="%toroot%html_xref/packages.html">Packages</A></div>
%onlydoc:xref%<div class="nav2"><A href="%toroot%html_xref/global-index.html">Global Index</A></div>
%onlydoc:xref%<div class="nav2"><A href="%toroot%html_xref/keywords.html">Keywords</A></div>
<div class="nav1"><a href="%toroot%refcard/index.html">Quick Reference</a></div>
%onlydoc:qref%<div class="nav2"><A href="%toroot%refcard/qrlang00.html">Language Reference</A></div>
%onlydoc:qref%<div class="nav2"><A href="%toroot%refcard/qrfunc00.html">Function Reference</A></div>
%onlydoc:qref%<div class="nav2"><A href="%toroot%refcard/qrio00.html">I/O Reference</A></div>
</div>
<div id="bottomnav"></div>
</div>
<div id="banner"></div>
<div id="content">
%content%
%embedded:README.html:index:%Yorick: Getting Started

<hr size="1">
<h1>Getting Started with Yorick</h1>

<ol>
<li>The terminal window where you type
interactive commands is not part of yorick.  Neither is the text
editor you use to compose yorick programs.  The two recommended ways
of starting yorick are either through rlwrap (rlwrap yorick) or within
the emacs editor (emacs -f yorick).</li>
<li>Quickly read the first three chapters of the
<a href="./manual/yorick_1.html">user manual</a>.  The first chapter,
in particular, is a yorick tutorial.</li>
<li>Quickly read the <a href="./refcard/index.html">quick reference</a>.
It contains a much more complete look at commonly used yorick
functions and programming constructs than the user manual; become
familiar with it.</li>
<li>Choose one or more of the demonstration programs and work through it.
<dl>
<dt><a href="/usr/share/yorick/i/demo1.i"><b>demo1.i</b></a></dt>
<dd>a 1D hydro code written in yorick interpreted code</dd>
<dt><a href="/usr/share/yorick/i/demo2.i"><b>demo2.i</b></a></dt>
<dd>solving the equations for the motion of a drumhead</dd>
<dt><a href="/usr/share/yorick/i/demo3.i"><b>demo3.i</b></a></dt>
<dd>computing the motion of a chaotic pendulum</dd>
<dt><a href="/usr/share/yorick/i/demo4.i"><b>demo4.i</b></a></dt>
<dd>plotting the flow past a Jakowski airfoil</dd>
<dt><a href="/usr/share/yorick/i/demo5.i"><b>demo5.i</b></a></dt>
<dd>make crude 3D plots (yorick computes the projections)</dd>
</dl>
</li>
<li>Yorick has a <tt>help</tt> command and a <tt>library</tt> command.
Learn to use them, and learn to use your text editor to open and read
the yorick interpreted code in the <a href="/usr/share/yorick/i"><tt>Y_SITE/i</tt></a>
and <a href="/usr/share/yorick/i0"><tt>Y_SITE/i0</tt></a> directories.  Often, the program
you want to write will be similar to something in those directories.</li>
<li>The <a href="http://yorick.sourceforge.net/index.php">
yorick homepage</a> has much more information about yorick, including
user forums where you can get help.</li>
</ol>

%embedded:manual/yorick_prt.html:manual:../%Yorick: Printable Manual
<table cellpadding="1" cellspacing="1" border="0"><tbody>
<tr><td valign="middle" align="left"><a href="yorick.html" title="Cover (top) of document"><img src="../images/a_top.gif" border="0" alt="Top: Yorick: An Interpreted Language" align="middle"></a></td>
<td valign="middle" align="left"><a href="yorick_toc.html" title="Table of contents"><img src="../images/a_tableofcon.gif" border="0" alt="Contents: Table of Contents" align="middle"></a></td>
<td valign="middle" align="left"><a href="yorick_abt.html" title="About (help)"><img src="../images/a_help.gif" border="0" alt="About: About This Document" align="middle"></a></td>
</tr></tbody></table>
<hr size="1">
<h1 class="settitle">Printable Manual</h1>

<p>A printable version of the manual is
<a href="./yorick.pdf.gz">yorick.pdf.gz</a></p>

%content%
</div>
</body>
</html>