import moose website
[gitmo/moose-website.git] / object_meta_programming_slides / config.yaml
1 ################################################################################
2 # Spork Configuration File.
3
4 # Please read this file over and set the values to your own.
5 #
6 # If you want global settings for all your slideshows, copy this file to
7 # ~/.sporkrc/config.yaml. Any settings in this local file will override
8 # the global value of that setting.
9
10 # See C<perldoc Spork::Config> for details on settings.
11 ################################################################################
12
13 # These will be guessed using getpwuid on the real uid
14
15 # author_name: Brian Ingerson
16 # author_email: ingy@cpan.org
17 # author_webpage: http://search.cpan.org/~ingy/
18 # copyright_string: Copyright &copy; 2005 Brian Ingerson
19
20
21
22
23 # Some styling:
24
25 # banner_bgcolor: hotpink
26 # logo_image: logo.png
27 # image_width: 350
28 # auto_scrolldown: 1
29 # show_controls: 1
30 # mouse_controls: 0
31 # link_previous: &lt; &lt; Previous
32 # link_next: Next &gt;&gt;
33 # link_index: Index
34
35
36 # Some paths:
37
38 # slides_file: Spork.slides
39 # template_directory: template/tt2
40 # template_path: 
41 # - ./template/tt2
42 # slides_directory: slides
43
44 # This one defaults to CWD, and will vary each time you run 'spork -make'
45 # file_base: /Users/ingy/dev/cpan/Spork/
46
47
48 # These should probably go in ~/.sporkrc/config.yaml if they're wrong
49
50 # download_method: wget
51 # start_command: open slides/start.html
52
53 # character_encoding: utf-8
54
55
56
57 # Change core classes here:
58
59 # formatter_class: Spork::Formatter::Kwid
60
61
62 # Set plugin classes here:
63
64 # plugin_classes:
65 # - Spork::S5
66 # - Spork::S5Theme
67 # - Spork::S5ThemeFlower
68 # - Spork::S5ThemeBlackday
69 # - Kwiki::PerlBlocks
70