/[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

Annotation of /INSTALL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sun May 6 20:41:28 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +13 -4 lines
add instructions about installation of Text::FastTemplate

1 dpavlin 1.1 How to make new presentation with PLies?
2    
3     1. untar PLies.tar.gz in some directory
4 dpavlin 1.2
5     2. install Text::FastTemplate module from CPAN
6     $ perl -MCPAN -e 'CPAN::Shell->install(Text::FastTemplate)
7     if you don't have CPAN module, you can install Text::FastTemplate
8     manually.
9    
10     3. create new directory for presentation
11 dpavlin 1.1 $ mkdir presentation
12 dpavlin 1.2
13     4. symlink Makefile from PLies to new directory
14 dpavlin 1.1 $ cd presentation
15     $ ln -s ../PLies/Makefile
16 dpavlin 1.2
17     5. generate template files
18 dpavlin 1.1 $ make
19 dpavlin 1.2
20     6. that will create (among others) all.htm (which is main file for your
21 dpavlin 1.1 presentation) and infos.txt
22     - 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
24     you use <h2> element it will be used for slide sub-title.
25     For titles ON SLIDE use <h3> element.
26    
27     That's it. If you have problems contact dpavlin@rot13.org.

  ViewVC Help
Powered by ViewVC 1.1.26