/[PLies]/INSTALL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by dpavlin, Mon Apr 16 16:09:50 2001 UTC revision 1.3 by dpavlin, Mon May 7 21:44:56 2001 UTC
# Line 1  Line 1 
1  How to make new presentation with PLies?  How to make new presentation with PLies?
2    
3  1. untar PLies.tar.gz in some directory  1. untar PLies.tar.gz in some directory
4  2. create new directory for presentation  
5          $ mkdir presentation  2. install Text::FastTemplate module from CPAN
6  3. symlink Makefile from PLies to new directory          $ perl -MCPAN -e 'CPAN::Shell->install(Text::FastTemplate)
7          $ cd presentation     if you don't have CPAN module, you can install Text::FastTemplate
8       manually.
9    
10    3. create new directory for presentation
11            $ mkdir my_presentation
12    
13    4. symlink Makefile from PLies to new directory
14            $ cd my_presentation
15          $ ln -s ../PLies/Makefile          $ ln -s ../PLies/Makefile
16  4. generate template files  
17    5. generate template files
18          $ make          $ make
19  5. that will create (among others) all.htm (which is main file for your  
20    6. that will create (among others) all.htm (which is main file for your
21     presentation) and infos.txt     presentation) and infos.txt
22     - edit infos.txt to general info about your presentation (Title, etc...)     - edit infos.txt to general info about your presentation (Title, etc...)
23     - edit all.htm. File will be sliptted in slides on <h1> element. If     - edit all.htm. File will be sliptted in slides on <h1> element. If
24       you use <h2> element it will be used for slide sub-title.       you use <h2> element it will be used for slide sub-title.
25       For titles ON SLIDE use <h3> element.       For titles ON SLIDE use <h3> element.
26       - put all elements of presentation (logos, pictures) in same directory
27    
28    7. to create optional .zip of presentation (a.k.a. "pack and go") do
29            $ make pack
30       and it will create zip with name of your presentation (my_presentation.zip)
31    
32  That's it. If you have problems contact dpavlin@rot13.org.  That's it. If you have problems contact dpavlin@rot13.org.

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26