Data URI encoder project started.

Sun, 29 Dec 2013 15:40:19 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Dec 2013 15:40:19 +0100
changeset 0
3ad485fab7d4
child 1
2fa6997ff09c

Data URI encoder project started.

.hgignore file | annotate | diff | comparison | revisions
PluginWizardDataUriEncoder.e4p file | annotate | diff | comparison | revisions
PluginWizardDataUriEncoder.py file | annotate | diff | comparison | revisions
__init__.py file | annotate | diff | comparison | revisions
diff -r 000000000000 -r 3ad485fab7d4 .hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sun Dec 29 15:40:19 2013 +0100
@@ -0,0 +1,17 @@
+glob:.eric5project
+glob:_eric5project
+glob:.eric4project
+glob:_eric4project
+glob:.ropeproject
+glob:_ropeproject
+glob:.directory
+glob:**.pyc
+glob:**.pyo
+glob:**.orig
+glob:**.bak
+glob:**.rej
+glob:**~
+glob:cur
+glob:tmp
+glob:__pycache__
+glob:**.DS_Store
diff -r 000000000000 -r 3ad485fab7d4 PluginWizardDataUriEncoder.e4p
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PluginWizardDataUriEncoder.e4p	Sun Dec 29 15:40:19 2013 +0100
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE Project SYSTEM "Project-5.1.dtd">
+<!-- eric5 project file for project PluginWizardDataUriEncoder -->
+<Project version="5.1">
+  <Language>en_US</Language>
+  <Hash>2144bd61ef339d39bc1790af5e236aaa2a8828ac</Hash>
+  <ProgLanguage mixed="0">Python3</ProgLanguage>
+  <ProjectType>E4Plugin</ProjectType>
+  <Description>Plug-in implementing a wizard for the generation of code base64 encoded data URIs.</Description>
+  <Version>0.1</Version>
+  <Author>Detlev Offenbach</Author>
+  <Email>detlevqdie-offenbachs.de</Email>
+  <TranslationPattern>WizardDataUriEncoder/i18n/datauriencoder_%language%.ts</TranslationPattern>
+  <Eol index="1"/>
+  <Sources>
+    <Source>__init__.py</Source>
+    <Source>PluginWizardDataUriEncoder.py</Source>
+  </Sources>
+  <Forms/>
+  <Translations/>
+  <Resources/>
+  <Interfaces/>
+  <Others>
+    <Other>.hgignore</Other>
+  </Others>
+  <MainScript>PluginWizardDataUriEncoder.py</MainScript>
+  <Vcs>
+    <VcsType>Mercurial</VcsType>
+    <VcsOptions>
+      <dict>
+        <key>
+          <string>add</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>checkout</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>commit</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>diff</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>export</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>global</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>history</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>log</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>remove</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>status</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>tag</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+        <key>
+          <string>update</string>
+        </key>
+        <value>
+          <list>
+            <string></string>
+          </list>
+        </value>
+      </dict>
+    </VcsOptions>
+    <VcsOtherData>
+      <dict/>
+    </VcsOtherData>
+  </Vcs>
+  <FiletypeAssociations>
+    <FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
+    <FiletypeAssociation pattern="*.py" type="SOURCES"/>
+    <FiletypeAssociation pattern="*.py3" type="SOURCES"/>
+    <FiletypeAssociation pattern="*.pyw" type="SOURCES"/>
+    <FiletypeAssociation pattern="*.pyw3" type="SOURCES"/>
+    <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/>
+    <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/>
+    <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/>
+    <FiletypeAssociation pattern="*.ui" type="FORMS"/>
+    <FiletypeAssociation pattern="*.ui.h" type="FORMS"/>
+  </FiletypeAssociations>
+</Project>
diff -r 000000000000 -r 3ad485fab7d4 PluginWizardDataUriEncoder.py
diff -r 000000000000 -r 3ad485fab7d4 __init__.py

eric ide

mercurial