[gimp-web/testing] pelicanconf: diminish differences.



commit 0568dc49230859391a0e3b2840f223d513c71b8c
Author: Jehan <jehan girinstud io>
Date:   Sun Jan 26 12:56:07 2020 +0100

    pelicanconf: diminish differences.
    
    I am not touching any of the logics in the 3 pelican conf files. I only
    make so the difference of not active parts (comments and whatnot) is
    minimal to make it easier to improve.

 pelicanconf.local.py   | 10 +++++-----
 pelicanconf.py         |  6 +++---
 pelicanconf.testing.py |  4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/pelicanconf.local.py b/pelicanconf.local.py
index ba7120f3..b095bfeb 100644
--- a/pelicanconf.local.py
+++ b/pelicanconf.local.py
@@ -4,6 +4,7 @@ from __future__ import unicode_literals
 
 #Plugins
 PLUGIN_PATHS = ["plugins"]
+#PLUGINS = ["page_hierarchy_gimp"]
 PLUGINS = ["mimic_hierarchy", "i18n_subsites", "sitemap", "gimp_mirrors", "tipue_search", "random_header"]
 
 # sitemap plugin settings
@@ -35,7 +36,7 @@ AUTHOR = u'Pat David'
 SITENAME = u'GIMP'
 SITEURL = 'https://www.gimp.org'
 SITEMAP_SITEURL = 'https://www.gimp.org'
-# GIMP_VERSION = u'2.8.18'
+#GIMP_VERSION = u'2.8.20'
 
 PATH = 'content'
 
@@ -161,7 +162,7 @@ if 'STABLE' in GIMP:
                 RELEASE_DATE
             except NameError:
                 RELEASE_DATE = info['date']
-        if 'windows' in info: 
+        if 'windows' in info:
             try:
                 WINDOWS_FILE
             except NameError:
@@ -196,7 +197,6 @@ if 'STABLE' in GIMP:
 else:
     print 'STABLE not defined'
 
-
 if 'OLDSTABLE' in GIMP:
     # Set the current stable GIMP version from
     # the GIMP_VERSIONS json file.  The most
@@ -280,11 +280,11 @@ else:
 
 #
 # Random Header Background Image
-# 
+#
 # This is to get the possible header images
 # and choose one randomly to display.
 #
-# Templates will use HEADER_IMG data to parse image information.  
+# Templates will use HEADER_IMG data to parse image information.
 # Refer to the random_header plugin for actually putting the image
 # in the correct stylesheet.
 #
diff --git a/pelicanconf.py b/pelicanconf.py
index 6dd2f145..6e0e2c96 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -36,7 +36,7 @@ AUTHOR = u'Pat David'
 SITENAME = u'GIMP'
 SITEURL = 'https://www.gimp.org'
 SITEMAP_SITEURL = 'https://www.gimp.org'
-#GIMP_VERSION = u'2.8.18'
+#GIMP_VERSION = u'2.8.20'
 
 PATH = 'content'
 
@@ -81,7 +81,7 @@ READERS = {'html': None}
 STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating', 
'downloads', 'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 
'robots.txt', 'COPYING', 'GNUGPLv2', 'GNUGPLv3', 'news', 'contribute.json', 'gimp_versions.json']
 
 # This sets which directories will be parsed as pages (vs. news/articles)
-# If a new directory is to be added under content/, make sure it gets added hereMarkdown.
+# If a new directory is to be added under content/, make sure it gets added here.
 PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads', 
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 'search.md', 'registry']
 
 ARTICLE_PATHS = ['news']
@@ -126,7 +126,7 @@ PAGES_DEBUG = False
 RELATIVE_URLS = False
 
 #
-# Parse the GIMP_VERSIONS json file for use around the site
+# Parse the gimp_versions.json file for use around the site
 # (mostly the /downloads/index.html page)
 #
 
diff --git a/pelicanconf.testing.py b/pelicanconf.testing.py
index c3cc1208..f0ade272 100644
--- a/pelicanconf.testing.py
+++ b/pelicanconf.testing.py
@@ -81,7 +81,7 @@ READERS = {'html': None}
 STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating', 
'downloads', 'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 
'robots.txt', 'COPYING', 'GNUGPLv2', 'GNUGPLv3', 'news', 'contribute.json', '.htaccess', 'gimp_versions.json']
 
 # This sets which directories will be parsed as pages (vs. news/articles)
-# If a new directory is to be added under content/, make sure it gets added hereMarkdown.
+# If a new directory is to be added under content/, make sure it gets added here.
 PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads', 
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 'search.md', 'registry']
 
 ARTICLE_PATHS = ['news']
@@ -126,7 +126,7 @@ PAGES_DEBUG = False
 RELATIVE_URLS = True
 
 #
-# Parse the GIMP_VERSIONS json file for use around the site
+# Parse the gimp_versions.json file for use around the site
 # (mostly the /downloads/index.html page)
 #
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]