version.py
changeset 1767 c74815729afd
parent 1758 845ca626db09
child 1768 691083b5682a
equal deleted inserted replaced
1766:c1e5b9f19483 1767:c74815729afd
    29 import util.paths as paths
    29 import util.paths as paths
    30 
    30 
    31 
    31 
    32 def GetCommunityHelpMsg():
    32 def GetCommunityHelpMsg():
    33     return _("The best place to ask questions about Beremiz/PLCOpenEditor\n"
    33     return _("The best place to ask questions about Beremiz/PLCOpenEditor\n"
    34 		     "is project's mailing list: beremiz-devel@lists.sourceforge.net\n"
    34 	     "is project's mailing list: beremiz-devel@lists.sourceforge.net\n"
    35                      "\n"
    35              "\n"
    36                      "This is the main community support channel.\n"
    36              "This is the main community support channel.\n"
    37                      "For posting it is required to be subscribed to the mailing list.\n"
    37              "For posting it is required to be subscribed to the mailing list.\n"
    38                      "\n"
    38              "\n"
    39                      "You can subscribe to the list here:\n"
    39              "You can subscribe to the list here:\n"
    40                      "https://lists.sourceforge.net/lists/listinfo/beremiz-devel")
    40              "https://lists.sourceforge.net/lists/listinfo/beremiz-devel")
    41 
    41 
    42 
    42 
    43 def GetAppRevision():
    43 def GetAppRevision():
    44     rev = None
    44     rev = None
    45     app_dir = paths.AbsDir(__file__)
    45     app_dir = paths.AbsDir(__file__)
    79     info.Copyright += "(C) 2008-2015 Laurent Bessard"
    79     info.Copyright += "(C) 2008-2015 Laurent Bessard"
    80 
    80 
    81     info.WebSite = ("http://beremiz.org", "beremiz.org")
    81     info.WebSite = ("http://beremiz.org", "beremiz.org")
    82 
    82 
    83     info.Description = _("Open Source framework for automation, "
    83     info.Description = _("Open Source framework for automation, "
    84                              "implemented IEC 61131 IDE with constantly growing set of extensions "
    84                          "implemented IEC 61131 IDE with constantly growing set of extensions "
    85                              "and flexible PLC runtime.")
    85                          "and flexible PLC runtime.")
    86 
    86 
    87     info.Developers = ("Andrey Skvortsov <andrej.skvortzov@gmail.com>",
    87     info.Developers = ("Andrey Skvortsov <andrej.skvortzov@gmail.com>",
    88 		       "Sergey Surkov <surkov.sv@summatechnology.ru>",
    88 		       "Sergey Surkov <surkov.sv@summatechnology.ru>",
    89 		       "Edouard Tisserant <edouard.tisserant@gmail.com>",
    89 		       "Edouard Tisserant <edouard.tisserant@gmail.com>",
    90 		       "Laurent Bessard <laurent.bessard@gmail.com>")
    90 		       "Laurent Bessard <laurent.bessard@gmail.com>")