Updated version info to indicate relation to eric7. eric7 release-10.0.0

Thu, 30 Dec 2021 12:11:32 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 30 Dec 2021 12:11:32 +0100
branch
eric7
changeset 67
ca1f40d179ce
parent 66
0d3168d0e310
child 68
4778bc08426f

Updated version info to indicate relation to eric7.

ChangeLog file | annotate | diff | comparison | revisions
PluginProjectFlask.py file | annotate | diff | comparison | revisions
PluginProjectFlask.zip file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.PluginProjectFlask.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.AnsiTools.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.ConfigurationPage.FlaskPage.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.FlaskBabelDetector.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelCommandDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelConfigDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelProjectExtension.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskCommandDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskConfigDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.FlaskMigrateDetector.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateConfigDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateProjectExtension.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateSummaryDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskVirtualenvConfigurationDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FormSelectionDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.RoutesDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.RunServerDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.ServerStartOptionsDialog.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.ConfigurationPage.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/index-Plugin_Project_Flask.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/index.html file | annotate | diff | comparison | revisions
ProjectFlask/Documentation/source/styles.css file | annotate | diff | comparison | revisions
diff -r 0d3168d0e310 -r ca1f40d179ce ChangeLog
--- a/ChangeLog	Thu Dec 30 11:20:01 2021 +0100
+++ b/ChangeLog	Thu Dec 30 12:11:32 2021 +0100
@@ -1,6 +1,6 @@
 ChangeLog
 ---------
-Version 1.0.0:
+Version 10.0.0:
 - first release of the eric7 variant
 
 ************************************************************
diff -r 0d3168d0e310 -r ca1f40d179ce PluginProjectFlask.py
--- a/PluginProjectFlask.py	Thu Dec 30 11:20:01 2021 +0100
+++ b/PluginProjectFlask.py	Thu Dec 30 12:11:32 2021 +0100
@@ -26,7 +26,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.0.0"
+version = "10.0.0"
 className = "ProjectFlaskPlugin"
 packageName = "ProjectFlask"
 shortDescription = "Project support for Flask projects."
diff -r 0d3168d0e310 -r ca1f40d179ce PluginProjectFlask.zip
Binary file PluginProjectFlask.zip has changed
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.PluginProjectFlask.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.PluginProjectFlask.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.PluginProjectFlask.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.PluginProjectFlask</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.AnsiTools.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.AnsiTools.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.AnsiTools.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.AnsiTools</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.ConfigurationPage.FlaskPage.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.ConfigurationPage.FlaskPage.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.ConfigurationPage.FlaskPage.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.ConfigurationPage.FlaskPage</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
@@ -100,7 +86,7 @@
 </p>
 <dl>
 
-<dt><i>plugin</i></dt>
+<dt><i>plugin</i> (ProjectFlaskPlugin)</dt>
 <dd>
 reference to the plugin object
 </dd>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.FlaskBabelDetector.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.FlaskBabelDetector.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.FlaskBabelDetector.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.FlaskBabelDetector</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelCommandDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelCommandDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelCommandDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelCommandDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelConfigDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelConfigDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelConfigDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelConfigDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelProjectExtension.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelProjectExtension.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelProjectExtension.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.PyBabelProjectExtension</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskCommandDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskCommandDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskCommandDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskCommandDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskConfigDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskConfigDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskConfigDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskConfigDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.FlaskMigrateDetector.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.FlaskMigrateDetector.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.FlaskMigrateDetector.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.FlaskMigrateDetector</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateConfigDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateConfigDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateConfigDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateConfigDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateProjectExtension.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateProjectExtension.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateProjectExtension.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateProjectExtension</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateSummaryDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateSummaryDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateSummaryDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.MigrateSummaryDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskVirtualenvConfigurationDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskVirtualenvConfigurationDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FlaskVirtualenvConfigurationDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskVirtualenvConfigurationDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FormSelectionDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FormSelectionDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FormSelectionDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FormSelectionDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.Project</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.RoutesDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.RoutesDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.RoutesDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.RoutesDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.RunServerDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.RunServerDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.RunServerDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.RunServerDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.ServerStartOptionsDialog.html
--- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.ServerStartOptionsDialog.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.ServerStartOptionsDialog.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.ServerStartOptionsDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.ConfigurationPage.html
--- a/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.ConfigurationPage.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.ConfigurationPage.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.ConfigurationPage</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Plugin_Project_Flask.ProjectFlask.ConfigurationPage</h1>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.html
--- a/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Plugin_Project_Flask.ProjectFlask.FlaskBabelExtension</h1>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.html
--- a/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Plugin_Project_Flask.ProjectFlask.FlaskMigrateExtension</h1>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.html
--- a/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.ProjectFlask.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask.ProjectFlask</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Plugin_Project_Flask.ProjectFlask</h1>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/index-Plugin_Project_Flask.html
--- a/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/index-Plugin_Project_Flask.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Project_Flask</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Plugin_Project_Flask</h1>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/index.html
--- a/ProjectFlask/Documentation/source/index.html	Thu Dec 30 11:20:01 2021 +0100
+++ b/ProjectFlask/Documentation/source/index.html	Thu Dec 30 12:11:32 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Table of contents</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Table of contents</h1>
diff -r 0d3168d0e310 -r ca1f40d179ce ProjectFlask/Documentation/source/styles.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProjectFlask/Documentation/source/styles.css	Thu Dec 30 12:11:32 2021 +0100
@@ -0,0 +1,12 @@
+body {
+    color: black;
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }

eric ide

mercurial