--- a/.hgignore Tue Oct 27 16:12:53 2009 +0100
+++ b/.hgignore Mon Nov 02 17:42:07 2009 +0100
@@ -1,1 +1,4 @@
.project
+
+syntax: regexp
+\.pyc$
\ No newline at end of file
--- a/debian/README.Debian Tue Oct 27 16:12:53 2009 +0100
+++ b/debian/README.Debian Mon Nov 02 17:42:07 2009 +0100
@@ -1,6 +1,3 @@
plcopeneditor for Debian
------------------------
-<possible notes regarding this package - if none, delete this file>
-
- -- lolitech <gregory.trelat@lolitech.net> Tue, 13 Nov 2007 11:14:55 +0100
--- a/debian/changelog Tue Oct 27 16:12:53 2009 +0100
+++ b/debian/changelog Mon Nov 02 17:42:07 2009 +0100
@@ -1,6 +1,3 @@
plcopeneditor (2009.0-%DATEVERSION%) unstable; urgency=low
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-
- -- lolitech <gregory.trelat@lolitech.fr> Tue, 13 Nov 2007 11:14:55 +0100
-
+ * Initial release
--- a/debian/control Tue Oct 27 16:12:53 2009 +0100
+++ b/debian/control Mon Nov 02 17:42:07 2009 +0100
@@ -1,7 +1,7 @@
Source: plcopeneditor
Section: devel
Priority: standard
-Maintainer: lolitech <gregory.trelat@lolitech.net>
+Maintainer: <edouard.tisserant@gmail.com>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2
--- a/debian/copyright Tue Oct 27 16:12:53 2009 +0100
+++ b/debian/copyright Mon Nov 02 17:42:07 2009 +0100
@@ -1,9 +1,6 @@
-This package was debianized by lolitech <gregory.trelat@lolitech.net> on
-Tue, 13 Nov 2007 11:14:55 +0100.
+This package was debianized in 2009
-It was downloaded from <fill in http/ftp site>
-
-Upstream Author: <put author(s) name and email here>
+Upstream Author: Edouard TISSERANT <edouard.tisserant@gmail.com>
Copyright: <put the year(s) of the copyright, and the names of the
copyright holder(s) here>
@@ -27,7 +24,7 @@
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
-The Debian packaging is (C) 2007, lolitech <gregory.trelat@lolitech.net> and
+The Debian packaging is (C) 2009, <edouard.tisserant@gmail.com> and
is licensed under the GPL, see above.
--- a/doc/about.html Tue Oct 27 16:12:53 2009 +0100
+++ b/doc/about.html Mon Nov 02 17:42:07 2009 +0100
@@ -8,14 +8,6 @@
More informations on :
<a href="http://www.beremiz.org/">http://www.beremiz.org/</a>
<BR><BR>
-<TABLE border="0">
- <TR>
- Supported by LOLITech :
- </TR>
- <TR>
- <a href="http://www.lolitech.fr">http://www.lolitech.fr</a>
- </TR>
-</TABLE>
</CENTER>
</BODY>
</HTML>
\ No newline at end of file
--- a/examples/example.xml Tue Oct 27 16:12:53 2009 +0100
+++ b/examples/example.xml Mon Nov 02 17:42:07 2009 +0100
@@ -3,8 +3,8 @@
xmlns="http://www.plcopen.org/xml/tc6.xsd"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd">
- <fileHeader companyName="Lolitech"
- companyURL="www.lolitech.net"
+ <fileHeader companyName="Example"
+ companyURL="none"
productName="PLCOpenEditorExample"
productVersion="1.0"
productRelease="rc1"
--- a/i18n/PLCOpenEditor_zh_CN.po Tue Oct 27 16:12:53 2009 +0100
+++ b/i18n/PLCOpenEditor_zh_CN.po Mon Nov 02 17:42:07 2009 +0100
@@ -34,9 +34,7 @@
"\n"
"点击确定以保存一个错误报告。\n"
"\n"
-"请用以下方式联系LOLITech:\n"
-"+33 (0)3 29 57 60 42\n"
-"bugs_PLCOpenEditor@lolitech.fr\n"
+"edouard.tisserant@gmail.com\n"
"\n"
"\n"
"错误:\n"
Binary file locale/zh_CN/LC_MESSAGES/PLCOpenEditor.mo has changed
--- a/plcopeneditor_postinst.py Tue Oct 27 16:12:53 2009 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,91 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-# La premire ligne doit commencer par #! et contenir python.
-# Elle sera adapte au systme de destination automatiquement
-
-""" This is a part of Beremiz project.
-
- Post installation script for win32 system
-
- This script creat a shortcut for plcopeneditor.py in the desktop and the
- start menu, and remove them at the uninstallation
-
-"""
-
-import os
-import sys
-
-# Ce script sera aussi lanc lors de la dsinstallation.
-# Pour n'excuter du code que lors de l'installation :
-if sys.argv[1] == '-install':
- # On rcupre le dossier o mes fichiers seront installs (dossier o python est aussi install sous windows)
- python_path = sys.prefix
- # On rcupre le chemin de pythonw.exe (l'excutable python qui n'affiche pas de console).
- # Si vous voulez une console, remplacez pythonw.exe par python.exe
- pyw_path = os.path.abspath(os.path.join(python_path, 'pythonw.exe'))
- # On rcupre le dossier coincoin
- plcopeneditor_dir = os.path.abspath(os.path.join(python_path,'LOLITech', 'plcopeneditor'))
-
- # On rcupre les chemins de coincoin.py, et de coincoin.ico
- # (Ben oui, l'icone est au format ico, oubliez le svg, ici on en est encore la prhistoire.
- # Heureusement que the GIMP sait faire la conversion !)
- ico_path = os.path.join(plcopeneditor_dir, 'plcopeneditor.ico')
- script_path = os.path.join(plcopeneditor_dir, 'plcopeneditor.py')
-
- # Cration des raccourcis
- # Pour chaque raccourci, on essaye de le faire pour tous les utilisateurs (Windows NT/2000/XP),
- # sinon on le fait pour l'utilisateur courant (Windows 95/98/ME)
-
- # Raccourcis du bureau
- # On essaye de trouver un bureau
- try:
- desktop_path = get_special_folder_path("CSIDL_COMMON_DESKTOPDIRECTORY")
- except OSError:
- desktop_path = get_special_folder_path("CSIDL_DESKTOPDIRECTORY")
-
- # On cr le raccourcis
- create_shortcut(pyw_path, # programme lancer
- "Can Node Editor", # Description
- os.path.join(desktop_path, 'plcopeneditor.lnk'), # fichier du raccourcis (gardez le .lnk)
- script_path, # Argument (script python)
- plcopeneditor_dir, # Dossier courant
- ico_path # Fichier de l'icone
- )
- # On va cafter au programme de dsinstallation qu'on a fait un fichier, pour qu'il soit supprim
- # lors de la dsinstallation
- file_created(os.path.join(desktop_path, 'plcopeneditor.lnk'))
-
- # Raccourcis dans le menu dmarrer (idem qu'avant)
- try:
- start_path = get_special_folder_path("CSIDL_COMMON_PROGRAMS")
- except OSError:
- start_path = get_special_folder_path("CSIDL_PROGRAMS")
-
-
-
- # Cration du dossier dans le menu programme
- programs_path = os.path.join(start_path, "LOLITech")
- try :
- os.mkdir(programs_path)
-
- except OSError:
-
- pass
- directory_created(programs_path)
-
- create_shortcut(pyw_path, # Cible
- "Editor for the 5 of the IEC-61131-3 languages", #Description
- os.path.join(programs_path, 'plcopeneditor.lnk'), # Fichier
- script_path, # Argument
- plcopeneditor_dir, # Dossier de travail
- ico_path # Icone
- )
- file_created(os.path.join(programs_path, 'plcopeneditor.lnk'))
-
- # End (youpi-message)
- # Ce message sera affich (trs) furtivement dans l'installateur.
- # Vous pouvez vous en servir comme moyen de communication secret, c'est trs in.
- sys.stdout.write("Shortcuts created.")
- # Fin du bidule
- sys.exit()
--- a/setup.py Tue Oct 27 16:12:53 2009 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-import os,sys,glob
-from distutils.core import setup
-
-
-install_dir=os.path.join("LOLITech","plcopeneditor")
-
-data_files=[]
-os.getcwd()
-os.chdir(os.getcwd())
-
-def generate(base_dir):
- listfile=[]
- if base_dir == "":
- directory = "."
- else:
- directory = base_dir
- data_files.append((os.path.join(install_dir, base_dir), listfile))
-
- for element in os.listdir(directory):
- element_path=os.path.join(base_dir, element)
- if os.path.isdir(element_path):
- generate(element_path)
- elif os.path.isfile(element_path):
- listfile.append(element_path)
-
-generate("")
-
-
-setup(name='PlcOpenEditor', # Name of the executable
- version='0.1', # Version
- description='Editor for the 5 of the IEC-61131-3 languages', #description
- author='Edouard Tisserant, Laurent Bessard',
- author_email='laurent.bessard@lolitech.fr',
- url='http://www.beremiz.org',
- license='GPL',
- scripts=['plcopeneditor_postinst.py'],
- data_files=data_files, # Add files to install
-)
\ No newline at end of file
Binary file snapshots/PLCOpenEditor_CreateBlockPopup.jpg has changed
Binary file snapshots/PLCOpenEditor_FBDexample.jpg has changed
Binary file snapshots/PLCOpenEditor_ILexample.jpg has changed
Binary file snapshots/PLCOpenEditor_InterfacePopup.jpg has changed
Binary file snapshots/PLCOpenEditor_LDexample.jpg has changed
Binary file snapshots/PLCOpenEditor_PropertiesPopup.jpg has changed
Binary file snapshots/PLCOpenEditor_SFCexample.jpg has changed
Binary file snapshots/PLCOpenEditor_STexample.jpg has changed