~vorlon/ubuntu/saucy/gourmet/trunk

« back to all changes in this revision

Viewing changes to src/lib/version.py

  • Committer: Bazaar Package Importer
  • Author(s): Rolf Leggewie
  • Date: 2008-07-26 13:29:41 UTC
  • Revision ID: james.westby@ubuntu.com-20080726132941-6ldd73qmacrzz0bn
Tags: upstream-0.14.0
ImportĀ upstreamĀ versionĀ 0.14.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
from gettext import gettext as _
 
3
appname = _("Gourmet Recipe Manager")
 
4
copyright = _("Copyright (c) 2004,2005,2006,2007,2008 Thomas M. Hinkle. GNU GPL v2")
 
5
version = "0.14.0"
 
6
# repeated in setup.cfg
 
7
description = _("Gourmet Recipe Manager is an application to store, organize and search recipes. Gourmet also makes it easy to create shopping lists from recipes. Gourmet imports recipes from a number of sources, including MealMaster and MasterCook archives and several popular websites. Gourmet can export recipes as text, MealMaster files, HTML web pages, and a custom XML format for exchange with other Gourmet users. Gourmet supports linking images with recipes. Gourmet can also calculate nutritional information for recipes based on the ingredients.")
 
8
authors = ["Thomas M. Hinkle <Thomas_Hinkle@alumni.brown.edu>",
 
9
           _("Roland Duhaime (Windows porting assistance)"),
 
10
           _("Daniel Folkinshteyn <nanotube@gmail.com> (Windows installer)"),
 
11
           _("Richard Ferguson (improvements to Unit Converter interface)"),
 
12
           _("R.S. Born (improvements to Mealmaster export)"),
 
13
           _("ixat <ixat.deviantart.com> (logo and splash screen)"),
 
14
           _("Yula Zubritsky (nutrition and add-to-shopping list icons)"),
 
15
           _("Simon Darlington <simon.darlington@gmx.net> (improvements to internationalization, assorted bugfixes)"),
 
16
           ]