File: index.html

package info (click to toggle)
povray 1%3A3.6.1-6
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 31,052 kB
  • ctags: 20,305
  • sloc: ansic: 110,032; cpp: 86,573; sh: 13,595; pascal: 5,942; asm: 2,994; makefile: 1,747; ada: 1,637
file content (76 lines) | stat: -rw-r--r-- 2,869 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
<!--  This file copyright Persistence of Vision Raytracer Pty. Ltd. 2003-2004  -->
<html>

<head>
  <!--  NOTE: In order to users to help find information about POV-Ray using  -->
  <!--  web search engines, we ask you to *not* let them index documentation  -->
  <!--  mirrors because effectively, when searching, users will get hundreds  -->
  <!--  of results containing the same information! For this reason, the two  -->
  <!--  meta tag below disables archiving of this page by search engines.     -->
  <!--  Further, content pages of this documentation also disable indexing!   -->
  <meta name="robots" content="noarchive">

  <meta http-equiv="Pragma" content="no-cache">
  <meta http-equiv="expires" content="0">
  <title>Welcome</title>
  <link rel="stylesheet" type="text/css" href="povray35.css">
</head>

<body>
<center>
<table width=485>
<tr>
  <td><img src="povlogotext.jpg" alt="Persistence of Vision"></td>
</tr>
<tr>
  <td><h1 class="Splash">POV-Ray 3.6 for UNIX documentation</h1></td>
</tr>
<tr>
  <td>&nbsp;</td>
</tr>
<tr>
  <td>
    <h1 align="center">Welcome</h1>

    <p align="justify">
      Welcome to the Persistence of Vision Raytracer, v3.6. These files
      contains detailed instructions and tutorials on POV-Ray, POV-Ray for
      Unix, the POV-Ray scene description language, answers to Frequently
      Asked Questions, and links to various internet resources related to
      POV-Ray.
    </p>

    <p align="justify">
      The documentation of POV-Ray for Unix can be viewed and navigated 
      in several forms:
      <ul>
        <li><a href="toc.html">Plain HTML</a></li>
        <li><a href="frame.html">Version using frames</a></li>
        <li><a href="idx.html">Index to search for keywords</a></li>
      </ul>
      Other versions including printing friendly PDF and Postscript
      files can be found on the <a href="http://www.povray.org/">POV-Ray website</a>.
    </p>

    <p align="justify">
      The topics are designed to be read in the order they occur in the table of contents,
      so if you're a new user we suggest that you do just that.
    </p>
    <p align="justify">
      Be aware that learning to use POV-Ray effectively takes some time and practice,
      and that familiarity with the contents of this help file will save you a
      considerable amount of both. We also strongly recommend that new users read the
      Frequently Asked Questions list before asking any support-related questions on
      the internet or other locations.
    </p>
    <p align="justify">
      If you are looking for documentation of an older or newer version of POV-Ray,
      please take a look at the <a href="http://www.povray.org/documentation/">main
      online documentation website</a> on the <a href="http://www.povray.org/">POV-Ray
      website</a>.
    </p>
  </td>
</tr>
</center>
</body>
</html>