From c41d1e8b7a035bc45d45227ea4e6ba2093051d32 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 26 Jun 2021 12:27:14 +0100 Subject: [PATCH] Module groups --- newsdaemon.py | 2 +- newswire.py | 2 +- speaker.py | 2 +- webapp_accesskeys.py | 2 +- webapp_column_left.py | 2 +- webapp_column_right.py | 2 +- webapp_frontscreen.py | 2 +- webapp_headerbuttons.py | 2 +- webapp_media.py | 2 +- webapp_minimalbutton.py | 2 +- webapp_moderation.py | 2 +- webapp_welcome.py | 2 +- webapp_welcome_final.py | 2 +- webapp_welcome_profile.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/newsdaemon.py b/newsdaemon.py index 79431c794..fda1debc6 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "RSS Feeds" +__module_group__ = "Web Interface Columns" # Example hashtag logic: # diff --git a/newswire.py b/newswire.py index 12daecf28..57b37eb69 100644 --- a/newswire.py +++ b/newswire.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "RSS Feeds" +__module_group__ = "Web Interface Columns" import os import json diff --git a/speaker.py b/speaker.py index 20df16543..2d8d788d1 100644 --- a/speaker.py +++ b/speaker.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Client" +__module_group__ = "Accessibility" import os import html diff --git a/webapp_accesskeys.py b/webapp_accesskeys.py index 9813a5d46..c901a59c1 100644 --- a/webapp_accesskeys.py +++ b/webapp_accesskeys.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Accessibility" import os from utils import isAccountDir diff --git a/webapp_column_left.py b/webapp_column_left.py index 6a63126db..b3111b9a2 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Web Interface Columns" import os from utils import getConfigParam diff --git a/webapp_column_right.py b/webapp_column_right.py index 15c95c40a..17d1a0acf 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Web Interface Columns" import os from datetime import datetime diff --git a/webapp_frontscreen.py b/webapp_frontscreen.py index d6e397d10..585489077 100644 --- a/webapp_frontscreen.py +++ b/webapp_frontscreen.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Timeline" import os from utils import isSystemAccount diff --git a/webapp_headerbuttons.py b/webapp_headerbuttons.py index 825dcc302..99ab01290 100644 --- a/webapp_headerbuttons.py +++ b/webapp_headerbuttons.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Timeline" import os diff --git a/webapp_media.py b/webapp_media.py index fe6217041..4d5ff6366 100644 --- a/webapp_media.py +++ b/webapp_media.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Timeline" import os diff --git a/webapp_minimalbutton.py b/webapp_minimalbutton.py index 3b1815f36..3c293528a 100644 --- a/webapp_minimalbutton.py +++ b/webapp_minimalbutton.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Timeline" import os diff --git a/webapp_moderation.py b/webapp_moderation.py index 01bddd2ad..7a2c696e7 100644 --- a/webapp_moderation.py +++ b/webapp_moderation.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Moderation" import os from utils import isAccountDir diff --git a/webapp_welcome.py b/webapp_welcome.py index c1e804a82..0e970fc5b 100644 --- a/webapp_welcome.py +++ b/webapp_welcome.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Onboarding" import os from shutil import copyfile diff --git a/webapp_welcome_final.py b/webapp_welcome_final.py index 01349aa28..0b6491c47 100644 --- a/webapp_welcome_final.py +++ b/webapp_welcome_final.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Onboarding" import os from shutil import copyfile diff --git a/webapp_welcome_profile.py b/webapp_welcome_profile.py index 990c88fe2..1362aa344 100644 --- a/webapp_welcome_profile.py +++ b/webapp_welcome_profile.py @@ -5,7 +5,7 @@ __version__ = "1.2.0" __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" -__module_group__ = "Web Interface" +__module_group__ = "Onboarding" import os from shutil import copyfile