Package Gnumed :: Package timelinelib :: Package features
[frames] | no frames]

Source Code for Package Gnumed.timelinelib.features

 1  # -*- coding: utf-8 -*- 
 2  # Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018  Rickard Lindberg, Roger Lindberg 
 3  # 
 4  # This file is part of Timeline. 
 5  # 
 6  # Timeline is free software: you can redistribute it and/or modify 
 7  # it under the terms of the GNU General Public License as published by 
 8  # the Free Software Foundation, either version 3 of the License, or 
 9  # (at your option) any later version. 
10  # 
11  # Timeline is distributed in the hope that it will be useful, 
12  # but WITHOUT ANY WARRANTY; without even the implied warranty of 
13  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
14  # GNU General Public License for more details. 
15  # 
16  # You should have received a copy of the GNU General Public License 
17  # along with Timeline.  If not, see <http://www.gnu.org/licenses/>. 
18   
19   
20  """\ 
21  Defines and handle Timeline features. 
22   
23  A feature in Timeline can come in several flavours. 
24     * Installed 
25     * Experimental 
26   
27  An installed feature is functionality that is built and implemented in 
28  Timeline. A Timeline user can give feedback on an installed feature 
29  through a menu selection in the Help menu. 
30   
31  An experimental feature is functionality that we want to test and see 
32  how it works and how it is liked by the users. It is not yet decided 
33  if it will become a part of Timeline. 
34  The user has the option to switch an experimental feature on or off 
35  in the Timeline Edit->Preferences dialog. 
36  As with installed features the user can give feedback on experimental 
37  features through a menu selection in the Help menu. 
38  """ 
39