name: Example Bundle

# Information about the addon.  The english definition is used in all
# other languages if they don't define their own information.
#
# Note that identifiers defined in addon conf files are relative to
# the addon.  For example, defining a string called "version" actually
# creates "<addon-identifier>-version".  In this bundle's case it
# would be "example-bundle-version".

language english (
  version: 1.0
  summary: Example of the .addon format
  contact: http://www.doomsdayhq.com/
  author: Jaakko Ker&auml;nen
  #copyright: 2005
  license: Public domain

  #readme: Overview can be provided here or in a separate Readme.html.
)

# Declare the category of the addon.
category: graphics

#requires: just-an-example
#provides: something-really-cool

excludes <example2-bundle, something-really-cool>

excludes-category: /effects/

# Require a certain component.
#component: game-jdoom

language english (
  my-test-option: Ferrari
  some-other-option: Fiat
  subpage: Lamborghini
  subpage-icon: deng

  # OK, these are actually Italian cars...
)

language german (
  my-test-option: Mercedes-Benz
  some-other-option: BMW
  subpage: Porsche
  subpage-icon: deng2
)

toggle my-test-option (
  option: -trumpet
  default: yes

  # No group needs to be defined.
)

toggle some-other-option (
  option: -trombone

  # Setting the group causes a subpage to be created.  The group-less
  # settings are below the group tab area.
  group: subpage
)
