]> CRI, Mines Paris - PSL - Plinn.git/commitdiff
Retrait des expansions des mots-clés svn.
authorBenoît Pin <benoit.pin@gmail.com>
Sun, 7 Nov 2010 02:07:42 +0000 (03:07 +0100)
committerBenoît Pin <benoit.pin@gmail.com>
Sun, 7 Nov 2010 02:07:42 +0000 (03:07 +0100)
43 files changed:
AttachmentTool.py
CalendarTool.py
ContentHistory.py
EmailNotification.py
File.py
Folder.py
GroupDataTool.py
GroupsTool.py
HistoryAdapters.py
HugePlinnFolder.py
MemberDataTool.py
MembershipTool.py
PloneMisc.py
RegistrationTool.py
Topic.py
__init__.py
event_handlers.py
events.py
exceptions.py
interfaces/events.py
patch.py
permissions.py
setuphandlers.py
shutdown_dispatcher.py
skins/ajax_scripts/ajax_form_manager.js
skins/ajax_scripts/calendar-setup.js
skins/ajax_scripts/epoz_plinn.js
skins/ajax_scripts/folder_contents_script.js
skins/ajax_scripts/fragment_importer.js
skins/ajax_scripts/generic_header_script.js
skins/ajax_scripts/growable_table.js
skins/ajax_scripts/input_completion.js
skins/ajax_scripts/javascript_events_api.js
skins/ajax_scripts/palette.js
skins/ajax_scripts/plinnAjaxConfig.js
skins/ajax_scripts/plinn_script_loader.js
skins/ajax_scripts/root_handlers.js
skins/ajax_scripts/widget_form_manager.js
skins/jscalendar/calendar-setup.js
skins/jscalendar/calendar.js
skins/jscalendar/doc/html/reference.html
skins/jscalendar/index.html
utils.py

index c7e7a514f81e17fa20c9bb1a961295d39617a900..aea969bc66b0f45e6a4bc386dfcb9ed58c2ad16e 100644 (file)
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Basic portal attachment management tool.
 
-$Id: AttachmentTool.py 1261 2008-01-07 01:34:23Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/AttachmentTool.py $
+
+
 """
 
 from AccessControl import ClassSecurityInfo
index 6e4799ac504569fc4b92013ff971ec87ab9af029..83f7fe4360fcbed397ded1192d384ef5e06ccb4b 100644 (file)
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Plinn calendar tool provides utilities to display content on a calendar layout
 
-$Id: CalendarTool.py 1360 2008-08-01 15:59:58Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/CalendarTool.py $
+
+
 """
 
 from Products.CMFCore.utils import UniqueObject, getToolByName
index 44247a55a1bad3fa10dae81bce51062589f5cd8f..45645a27f898cdba69803e619e7236a3d6a28745 100755 (executable)
@@ -20,8 +20,8 @@
 """
 Module to manage history of contents (comparisons, copy to present).
 
-$Id: ContentHistory.py 1450 2009-01-10 13:27:20Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/ContentHistory.py $
+
+
 """
 
 from Globals import InitializeClass
index 7d2d155e578e472b739a5d645f2c3891ab9ac1b4..8be0a7bb0009a467364f0b7fbc8f5fc7b9e30a38 100755 (executable)
@@ -20,8 +20,8 @@
 """
 Module to manage email notification settings.
 
-$Id: EmailNotification.py 1516 2009-06-29 14:12:14Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/EmailNotification.py $
+
+
 """
 from ExtensionClass import Base
 import Acquisition
diff --git a/File.py b/File.py
index addba6015b817d8dcf37f715be69f1ac1a0fdcc1..99c403a38611beb6044dfc3b6e12e57c6649c7d6 100755 (executable)
--- a/File.py
+++ b/File.py
@@ -21,8 +21,8 @@
        File. If exists, portal_transforms is called to extract text content, and publish
        attachments.
 
-$Id: File.py 1549 2010-02-04 13:04:22Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/File.py $
+
+
 """
 
 from Globals import InitializeClass
index 9b3b1556da4a8e2335969f98cc4ba1c157606f3b..fd7609b89a4198fc46cdd5b58de06b9b62c065a2 100644 (file)
--- a/Folder.py
+++ b/Folder.py
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Plinn portal folder implementation
 
-$Id: Folder.py 1539 2009-10-30 13:48:34Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/Folder.py $
+
+
 """
 
 from OFS.CopySupport import CopyError, eNoData, _cb_decode, eInvalid, eNotFound,\
index 93db7b57933c79d761b455f19519288f9bc1d3c4..92617a36c92c55ca39f7418e06a04b8c471475ba 100755 (executable)
@@ -18,8 +18,8 @@
 #   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.   #
 #######################################################################################
 """
-$Id: GroupDataTool.py 1261 2008-01-07 01:34:23Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/GroupDataTool.py $
+
+
 """
 
 from Globals import InitializeClass
index a3ca8c3ae8bdb3233bef1b2cc3c221229cf44713..51007e6999c9b5e398f5934d13bc9d711d80fea2 100755 (executable)
@@ -18,8 +18,8 @@
 #   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.   #
 #######################################################################################
 """
-$Id: GroupsTool.py 1332 2008-07-31 12:09:28Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/GroupsTool.py $
+
+
 """
 
 from Globals import InitializeClass
index 52d096feb5d110f759955f98f8847e2300a8ca82..04eeb7ef8b728451a3912b26572a8705f1b37b7b 100755 (executable)
@@ -20,8 +20,8 @@
 """
 Adapters to plug specific contentish interfaces to historycal interface.
 
-$Id: HistoryAdapters.py 1516 2009-06-29 14:12:14Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/HistoryAdapters.py $
+
+
 """
 
 from Globals import InitializeClass
index 8910edef9ead5c26de9b856686106b8e0889a1b2..d8f33fdb5b1a3ece7fc1074e38a363b4875620ce 100644 (file)
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Plinn implementation of CMFBTree
 
-$Id: HugePlinnFolder.py 1459 2009-02-02 00:57:24Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/HugePlinnFolder.py $
+
+
 """
 
 
index e9e0b32e3c504e900af6e5da36dfbb8b5d493cf9..29f8040d54c723c78d80b34fda2e887bb6317d77 100755 (executable)
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Workflow aware MemberData to provide reviewed member registration.
 
-$Id: MemberDataTool.py 1316 2008-07-29 15:37:23Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/MemberDataTool.py $
+
+
 """
 
 from Globals import InitializeClass
index f68a769873693ef1d6643a418263e42e99701a01..5476987e614dca670236774f58da629f6eb120cb 100755 (executable)
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Plinn portal_membership
 
-$Id: MembershipTool.py 1547 2010-01-05 16:24:22Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/MembershipTool.py $
+
+
 """
 
 from AccessControl import ClassSecurityInfo, getSecurityManager
index a97ee755d0107db64e0031672d0bc896ea1d8513..e573468b757836e864e1a3f18316c30ff965d262 100644 (file)
@@ -3,8 +3,8 @@
 ##
 """ Useful utilities function from the Plone project like Batch.
 
-$Id: PloneMisc.py 1502 2009-05-31 17:33:32Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/PloneMisc.py $
+
+
 """
 
 
index 79f5a33dae465afe6bae49840c2a33a48378f324..77f8bdce6ff3c791f97a9cdfccd6d77cb00895f3 100644 (file)
@@ -20,8 +20,8 @@
 """ Plinn registration tool: implements 3 modes to register members :
        anonymous, manager, reviewed.
 
-$Id: RegistrationTool.py 1332 2008-07-31 12:09:28Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/RegistrationTool.py $
+
+
 """
 
 from Globals import InitializeClass, PersistentMapping
index c602b8ef24560c800061be1181ca7009fed4f6a1..e9f7a930dcb0526406ac8d7b19d6b2e4bbeb287e 100644 (file)
--- a/Topic.py
+++ b/Topic.py
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Plinn Topic
 
-$Id: Topic.py 1518 2009-07-01 14:55:37Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/Topic.py $
+
+
 """
 
 from Globals import InitializeClass
index db3ddb976337baba4459e4e2c8dbc728ed2244f0..b4d85ab1d7626fca1d4874eefcc7fb1874379dad 100755 (executable)
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Plinn implementation of CMFCore.
 
-$Id: __init__.py 1530 2009-07-08 09:19:39Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/__init__.py $
+
+
 """
 
 import exceptions
index ebb9803e58001f0c46d90a1a747d1d35de179558..dec2f455933f52e8266cc1a2637116902f28fcec 100644 (file)
@@ -20,8 +20,8 @@
 """
 Plinn event handlers.
 
-$Id: event_handlers.py 1517 2009-06-30 12:54:52Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/event_handlers.py $
+
+
 """
 from zope.app.container.interfaces import IObjectRemovedEvent
 from Products.CMFCore.utils import getToolByName
index 1510b7740ae5daa696e7c15bcb735efdbcf0f27e..3a8b8658f808caae3b6dabc718f8478df7e0a08a 100644 (file)
--- a/events.py
+++ b/events.py
@@ -20,8 +20,8 @@
 """
 Plinn event definitions.
 
-$Id: events.py 1480 2009-03-19 19:15:52Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/events.py $
+
+
 """
 
 from zope.interface import implements
index 9d12de7c36fa43ef6f711c6394d2ea19c50d16ab..130457e8d17a314b37ae60ee5b9c319552d1167f 100644 (file)
@@ -1,7 +1,7 @@
 """ Plinn exceptions
 
-$Id: exceptions.py 1261 2008-01-07 01:34:23Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/exceptions.py $
+
+
 """
 from AccessControl import ModuleSecurityInfo
 from DateTime.DateTime import DateTimeError
index 1aed56d8e5289e1b2a0a3d8930e1f64ec1cdc856..4df17a9434025f841a209f6fa79c79b328006b0e 100644 (file)
@@ -20,8 +20,8 @@
 """
 Plinn event interfaces.
 
-$Id: events.py 1480 2009-03-19 19:15:52Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/interfaces/events.py $
+
+
 """
 from zope.interface import Interface, Attribute
 
index badf42a85ba8edbdbce6d7ebaa9107aa68407e70..a5daab18bbecd265c095377ff54a2ac0ac8f57ba 100644 (file)
--- a/patch.py
+++ b/patch.py
@@ -1,7 +1,7 @@
 """ Plinn monkey patch
 
-$Id: patch.py 1458 2009-01-30 18:11:21Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/patch.py $
+
+
 """
 from Products.CMFCore.PortalFolder import PortalFolder as CMFPortalFolder
 from Folder import PlinnFolder
index e6e0577e154e3f79d380c895bdabd491786d56f2..b935d2dc910a548abc3ea20d50b4ea95ed45b45c 100755 (executable)
@@ -1,7 +1,7 @@
 """ Plinn permissions
 
-$Id: permissions.py 1514 2009-06-26 02:03:59Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/permissions.py $
+
+
 """
 from AccessControl import Permissions
 from AccessControl import ModuleSecurityInfo
index d281cc788ebe8b4d52d3aed57bce847c39f22b5b..a3260f641f2ecf50010133e995034421e9bffec4 100644 (file)
@@ -19,8 +19,8 @@
 #######################################################################################
 """ Plinn specific GenericSetup handlers
 
-$Id: setuphandlers.py 1333 2008-07-31 12:10:34Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/setuphandlers.py $
+
+
 """
 
 from Products.CMFCore.utils import getToolByName
index b7e36ef5038c752f5a5397fda16894143ea6313a..f5d778bb8665a151a2662feaf9ec50ecff7c143f 100755 (executable)
@@ -19,8 +19,8 @@
 #######################################################################################
 """ provides utilities to raise / handle zope server shutdown events
 
-$Id: shutdown_dispatcher.py 1480 2009-03-19 19:15:52Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/shutdown_dispatcher.py $
+
+
 """
 
 import asyncore
index 9caf6e43fc1ed170d85f171eb56b89536bb3d842..f9dace2cce2315286849ff3810b12e2b80eb8a62 100644 (file)
@@ -1,8 +1,8 @@
 // (c) Benoît PIN 2006-2007
 // http://plinn.org
 // Licence GPL
-// $Id: ajax_form_manager.js 1470 2009-02-18 16:42:02Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/ajax_form_manager.js $
+// 
+// 
 
 
 function FormManager(form, responseTextDest, lazy) {
index 003ebcde29d19358624f243576b06805b02ed4e5..f1faeb71e10de02ff8e6f39155e0a6e8b25348cf 100644 (file)
@@ -19,7 +19,7 @@
  * than modifying calendar.js itself).
  */
 
-// $Id: calendar-setup.js 1315 2008-07-29 15:36:15Z pin $
+// 
 
 /**
  *  This function "patches" an input field (or other element) to use a calendar
index e52436cb29cabc100c33ed8966af0ce40ae96326..0dcc93d5c72de9436f7431593f62ca83853e0bdb 100644 (file)
@@ -1,8 +1,8 @@
 // (c) Benoît PIN 2006-2007
 // http://plinn.org
 // Licence GPL
-// $Id: epoz_plinn.js 1315 2008-07-29 15:36:15Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/epoz_plinn.js $
+// 
+// 
 
 function _resetEpoz() {
        form_path = absolute_url() + '/';
index b896cb7c20168fbd68ad9a515c719c82ec5298fe..379c2c3966be033c9138a03c85d15de9709a5c47 100644 (file)
@@ -1,8 +1,8 @@
 // (c) Benoît PIN 2006-2007
 // http://plinn.org
 // Licence GPL
-// $Id: folder_contents_script.js 1375 2008-09-12 12:29:12Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/folder_contents_script.js $
+// 
+// 
 
 function getTargetRow(evt){
        var target = getTargetedObject(evt);
index 05b6b7951f2c0f9b80df5edf4a0ec0ece1575f4c..9830ef51c5c4cfc2993767e6cc603b3fa9078029 100644 (file)
@@ -1,8 +1,8 @@
 // (c) Benoît PIN 2006-2007
 // http://plinn.org
 // Licence GPL
-// $Id: fragment_importer.js 1315 2008-07-29 15:36:15Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/fragment_importer.js $
+// 
+// 
 
 var FragmentImporter;
 
index f8cdd091867d2dd43c4c9bf048a172e2626d90e6..4843f80ff1f7f14e1523558e2b49d71b4bdf29e9 100755 (executable)
@@ -1,8 +1,8 @@
 // (c) Benoît PIN 2006-2007
 // http://plinn.org
 // Licence GPL
-// $Id: generic_header_script.js 1315 2008-07-29 15:36:15Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/generic_header_script.js $
+// 
+// 
 
 
 function initHeaderScript() {
index f1d21d3738da66db4b707120034cb54808811089..4ddaaec53fad8e685f389edbbfba51501e60d2ab 100644 (file)
@@ -1,8 +1,8 @@
 // © Benoît PIN 2006-2008
 // http://plinn.org
 // Licence GPL
-// $Id: growable_table.js 1473 2009-03-06 17:02:21Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/growable_table.js $
+// 
+// 
 // GrowableTable: functions to edit quickly table form entries.
 
 function GrowableTable(tbody, fieldsDescription, submitExtName, skipFormManagerInit) {
index 74311e63b14887ec0b5cce32c1e3d037baad1b8a..735b368b2c9100235331b8ded3f207b4a8f1c1b5 100644 (file)
@@ -1,8 +1,8 @@
 // © Benoît PIN 2008
 // http://plinn.org
 // Licence GPL
-// $Id: input_completion.js 1409 2008-10-30 16:15:00Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/input_completion.js $
+// 
+// 
 // Form completion utils
 
 // public names
index 712a44f67818f61b1294b152099ea394a5a1a29b..7e9e8ddd1d573973b8e814f55e658e6ed6e05847 100644 (file)
@@ -1,8 +1,8 @@
 // (c) Benoît PIN 2006-2009
 // http://plinn.org
 // Licence GPL
-// $Id: javascript_events_api.js 1535 2009-10-21 16:56:13Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/javascript_events_api.js $
+// 
+// 
 // Meta functions for events management.
 
 var addListener; /* (ob, eventName, listenerFunction, group) add event listener eventName without "on" prefix.
index efa535a7ebd0f6707b76e3683b7defdeaa47e020..556d3f56c2effaeedc210cb3c09e0ef76cdd018f 100644 (file)
@@ -1,8 +1,8 @@
 // (c) Benoît PIN 2006
 // http://plinn.org
 // Licence GPL
-// $Id: palette.js 1548 2010-01-09 09:28:53Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/palette.js $
+// 
+// 
 
 
 function InspectorPalette(baseUrl, toggleButton, contentNode, onExpand, onCollapse) {
index 8e3b860f4a58843dbf70d5c2aba4688843fb9db2..832d2efe66f5e6885fe0a2164f51f2f636685366 100644 (file)
@@ -1,8 +1,8 @@
 // (c) Benoît PIN 2006-2007
 // http://plinn.org
 // Licence GPL
-// $Id: plinnAjaxConfig.js 1315 2008-07-29 15:36:15Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/plinnAjaxConfig.js $
+// 
+// 
 
 
 var PlinnAjaxConfig = Object()
\ No newline at end of file
index d97ed968ce5410a9ce5026b79f5d470a3237133f..d78ff6cb312fd4a95a20c635cba7abf4ac5ad895 100644 (file)
@@ -1,8 +1,8 @@
 // (c) Benoît PIN 2006-2007
 // http://plinn.org
 // Licence GPL
-// $Id: plinn_script_loader.js 1315 2008-07-29 15:36:15Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/plinn_script_loader.js $
+// 
+// 
 
 
 function ScriptRegistry() {
index 47bf61dd2bebf8f01c9335a6b7eed312bf1a2178..e114140341ecd1fb7909438cca485a6137da3ccb 100644 (file)
@@ -1,8 +1,8 @@
 // © Benoît PIN 2006-2009
 // http://plinn.org
 // Licence GPL
-// $Id: root_handlers.js 1467 2009-02-10 13:25:38Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/root_handlers.js $
+// 
+// 
 
 /* Ajax for everything : if an click event has not been intercepted before */
 
index 2c0aadaae9b787f1dfdbd31f729fcdf73cf9ae9e..516dca7a2a48059a5e782c995d8c17ae6971d127 100644 (file)
@@ -1,8 +1,8 @@
 // © 2009 Benoît Pin
 // http://plinn.org
 // Licence GPL
-// $Id: widget_form_manager.js 1535 2009-10-21 16:56:13Z pin $
-// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/widget_form_manager.js $
+// 
+// 
 
 var WidgetBasedFormManager;
 
index aa45007a5fdfd6479f64c785aebef3f36231c075..0c1fb4c0cfb19b85c07ac51f2d4b6213effad166 100644 (file)
@@ -19,7 +19,7 @@
  * than modifying calendar.js itself).
  */
 
-// $Id: calendar-setup.js,v 1.15 2004/02/04 08:10:03 mishoo Exp $
+// 
 
 /**
  *  This function "patches" an input field (or other element) to use a calendar
index b1f3521876b64a940090abb91521dc29089adaa6..81650ca84b2897e3b40a0ee1e4e4cd10735fefed 100644 (file)
@@ -10,7 +10,7 @@
  * Read the entire license text here: http://www.gnu.org/licenses/lgpl.html
  */
 
-// $Id: calendar.js,v 1.34 2004/02/06 18:53:11 mishoo Exp $
+// 
 
 /** The Calendar object constructor. */
 Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) {
index d231c5ed95d8aa914b155643140ca2f756974b00..997fc48a4381426bbaed9a68294e1139211688e8 100644 (file)
@@ -56,7 +56,7 @@ Mihai Bazon, <tt>&lt;mishoo@infoiasi.ro&gt;</tt><p>February 6, 2004<br></p>
 </div>
 <p></p>
 <p>
-<span class=small><code class=verbatim>$Id: reference.tex,v 1.20 2004/02/06 18:53:09 mishoo Exp $</code></span>
+<span class=small><code class=verbatim></code></span>
 </p>
 <span class=small><blockquote>
 <div align=right><table><tr><td>
index 02b0884ae0cf42b405aabcc3730d20745f0dcade..0b347579d4789acee7f1c02c940b9fbe3122d879 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
-<!-- $Id: index.html,v 1.10 2004/02/06 18:53:09 mishoo Exp $ -->
+<!--  -->
 
 <head>
 <meta http-equiv="content-type" content="text/xml; charset=utf-8" />
index 14097e4050edf5530c6c381ca2d49139ad3a117d..e867b0d31b5b659b00173bdbc436b58d94456b9f 100755 (executable)
--- a/utils.py
+++ b/utils.py
@@ -18,8 +18,8 @@
 #   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.   #
 #######################################################################################
 """ Plinn public utilities
-$Id: utils.py 1534 2009-09-07 11:05:57Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/utils.py $
+
+
 """
 
 import string