File: README

package info (click to toggle)
libroxen-presentit 1.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 44 kB
  • sloc: makefile: 36
file content (117 lines) | stat: -rw-r--r-- 4,134 bytes parent folder | download | duplicates (3)
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

   PresentIt!
   
   PresentIt! is a free module for the Roxen Web Server. It allows easy
   creation and formatting of slideshows and presentations without the
   need to program custom CGI scripts.
   
   Please remember that this is a work in progress. Your comments and
   suggestions are appreciated. Click here to send your comments to me,
   the developer.
   
   If you find this module useful, I'd greatly appreciate a postcard (or
   cookies:) ) from you letting me know you're out there. My address is
   included in the LICENSE file in the distribution.
   
   More documentation will be arriving as I get the time. Please be
   patient, as I'm kept rather busy by my job!
   
  New Version! (v1.0) February 3, 1998
  
   What's new in Version 1.0:
   
     * PresentIt! 1.0 is designed to work with Roxen 1.2 only.
       
  Requirements
  
     * Roxen 1.2 or higher.
       
  Getting PresentIt!
  
     * Download the latest version of PresentIt! with Documentation
       (v1.0) Roxen 1.2 and above.
       
  Installing PresentIt!
  
   Using MailIt! is simple! Just download the archive, then unpack it by
   using the following command:
   
        tar -zxvf presentit-1.0.tar.gz

   You should get a directory called presentit-1.0. Inside that directory
   is a file called presentit.pike. Copy that file to your Roxen modules
   directory, under roxen/server/modules or ../local/modules. Then you
   can use the Configuration Interface to add the PresentIt! module.
   
   That's all there is to it! You can now start using the features of the
   PresentIt! module.
   
  Using PresentIt!
  
   There are 2 components of a working PresentIt! application:
     * The PresentIt! Module (you've already installed it)
     * A PresentIt! Template Page
       
    The PresentIt! Template
    
   The PresentIt! Template is simply an HTML file that includes
   PresentIt! tags. The two tags that are provided by PresentIt! are:
   
   
   <presentit> </presentit> and <mfield>
   
   The first tag tells PresentIt! that you are going to create a
   presentation. Everything outside the presentit tags will be returned
   to the browser surrounding the presentation.
   
   The presentit container takes the following attributes:
   
   HOME="HomeURL"
          Lets you specify the URL to jump to when the presentation is
          exited. This attribute is mandatory.
          
   FORWARD="ImageURL"
          Lets you specify the URL of an image to use instead of the
          default GTEXT control for moving forward.
          
   BACKWARD="ImageURL"
          Lets you specify the URL of an image to use instead of the
          default GTEXT control for moving backward in the presentation.
          
   QUIT="ImageURL"
          Lets you specify the URL of an image to use instead of the
          default GTEXT control for exiting the presentation.
          
          The second tag, SLIDE tells PresentIt! about the slides to use
          in the presentation. You can include these tags inside the
          presentit container to build presentations.
          
          The slide container takes the following attribute:
          
   name="Slide Name"
          The name of the slide. This is displayed above the slide
          description text and is optional.
          
   src="ImageURL"
          The graphic to display in the slide box.
          
          The contents of the container will be displayed below the image
          as a slide description.
          
          You can put any RXML tags within the slide container.
          
    Acknowledgments
    
          Thanks to Jeff Fishbein <jlfish@riverweb.com> for his
          suggestions for PresentIt!.
          
    Other Resources
    
        Pike
                The language that Roxen and this module are written in.
                Information on database support in pike is available at
                the Pike homepage, http://pike.idonex.se.
                
        Other Roxen Modules
                A page of other Roxen Modules that I've written. The page
                is http://www.riverweb.com/modules.