Check: HTML validity, CSS validity, links.

PerlPoint PerlPointCD
Start / Lightning Talks / Jochen Stenzel

Directory order

How are chapters sorted on a directory level? Basically, by name, which means alphabetically. But for several levels there are special rules:

    The talk type level: the order of talk types can be configured by a file specified by the makefile macro TALKSTYLEORDER.


  make TALKSTYLEORDER=prepare/talkStyleOrder.cfg

    The configuration lists one type directory name per line, empty and #-comment lines are allowed.
    Here is the order that we found useful for German Perl Workshop CDs:
      Tutorials
      Invited Talks
      Long Talks
      Short Talks
      Lightning Talks
      Workshops
      Demonstrations
      Work in Progress
      Poster Sessions
      BOFs
      Proceedings
      Awards
      Images
      Sponsors
    The author directory level: sorted by last names.

Index-related: