# HG changeset patch # User edouard # Date 1257180127 -3600 # Node ID d39f7fb16ec9b9b658cf91a8a8a0e06641f66231 # Parent 34fc9b8132059a15cd862249814bf5bd366644a3 Wiped out references to Lolitech diff -r 34fc9b813205 -r d39f7fb16ec9 .hgignore --- 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 diff -r 34fc9b813205 -r d39f7fb16ec9 debian/README.Debian --- 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 diff -r 34fc9b813205 -r d39f7fb16ec9 debian/changelog --- 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 diff -r 34fc9b813205 -r d39f7fb16ec9 debian/control --- 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 diff -r 34fc9b813205 -r d39f7fb16ec9 debian/copyright --- 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. diff -r 34fc9b813205 -r d39f7fb16ec9 doc/about.html --- 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 diff -r 34fc9b813205 -r d39f7fb16ec9 examples/example.xml --- 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" diff -r 34fc9b813205 -r d39f7fb16ec9 i18n/PLCOpenEditor_zh_CN.po --- 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" diff -r 34fc9b813205 -r d39f7fb16ec9 locale/zh_CN/LC_MESSAGES/PLCOpenEditor.mo Binary file locale/zh_CN/LC_MESSAGES/PLCOpenEditor.mo has changed diff -r 34fc9b813205 -r d39f7fb16ec9 plcopeneditor_postinst.py --- 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 première ligne doit commencer par #! et contenir python. -# Elle sera adaptée au système 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 désinstallation. -# Pour n'exécuter du code que lors de l'installation : -if sys.argv[1] == '-install': - # On récupère le dossier où mes fichiers seront installés (dossier où python est aussi installé sous windows) - python_path = sys.prefix - # On récupère le chemin de pythonw.exe (l'exécutable 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 récupère le dossier coincoin - plcopeneditor_dir = os.path.abspath(os.path.join(python_path,'LOLITech', 'plcopeneditor')) - - # On récupère 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 préhistoire. - # 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') - - # Création 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 désinstallation qu'on a fait un fichier, pour qu'il soit supprimé - # lors de la désinstallation - file_created(os.path.join(desktop_path, 'plcopeneditor.lnk')) - - # Raccourcis dans le menu démarrer (idem qu'avant) - try: - start_path = get_special_folder_path("CSIDL_COMMON_PROGRAMS") - except OSError: - start_path = get_special_folder_path("CSIDL_PROGRAMS") - - - - # Création 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é (très) furtivement dans l'installateur. - # Vous pouvez vous en servir comme moyen de communication secret, c'est très in. - sys.stdout.write("Shortcuts created.") - # Fin du bidule - sys.exit() diff -r 34fc9b813205 -r d39f7fb16ec9 setup.py --- 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 diff -r 34fc9b813205 -r d39f7fb16ec9 snapshots/PLCOpenEditor_CreateBlockPopup.jpg Binary file snapshots/PLCOpenEditor_CreateBlockPopup.jpg has changed diff -r 34fc9b813205 -r d39f7fb16ec9 snapshots/PLCOpenEditor_FBDexample.jpg Binary file snapshots/PLCOpenEditor_FBDexample.jpg has changed diff -r 34fc9b813205 -r d39f7fb16ec9 snapshots/PLCOpenEditor_ILexample.jpg Binary file snapshots/PLCOpenEditor_ILexample.jpg has changed diff -r 34fc9b813205 -r d39f7fb16ec9 snapshots/PLCOpenEditor_InterfacePopup.jpg Binary file snapshots/PLCOpenEditor_InterfacePopup.jpg has changed diff -r 34fc9b813205 -r d39f7fb16ec9 snapshots/PLCOpenEditor_LDexample.jpg Binary file snapshots/PLCOpenEditor_LDexample.jpg has changed diff -r 34fc9b813205 -r d39f7fb16ec9 snapshots/PLCOpenEditor_PropertiesPopup.jpg Binary file snapshots/PLCOpenEditor_PropertiesPopup.jpg has changed diff -r 34fc9b813205 -r d39f7fb16ec9 snapshots/PLCOpenEditor_SFCexample.jpg Binary file snapshots/PLCOpenEditor_SFCexample.jpg has changed diff -r 34fc9b813205 -r d39f7fb16ec9 snapshots/PLCOpenEditor_STexample.jpg Binary file snapshots/PLCOpenEditor_STexample.jpg has changed