aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-12 16:34:25 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-12 16:34:25 +0100
commit820c968f7354a8485d55921c7ecf585517b544e8 (patch)
tree923bea3bf13ef145d40c3ac60d4d69ef1d11b7ce
parent9d1f098d8a366e5ec5e0a7e63c2c51267b674078 (diff)
downloadcheatdb-820c968f7354a8485d55921c7ecf585517b544e8.tar.xz
Replace "Content DB" with "ContentDB"
-rw-r--r--app/__init__.py2
-rw-r--r--app/blueprints/admin/__init__.py2
-rw-r--r--app/blueprints/admin/admin.py2
-rw-r--r--app/blueprints/admin/licenseseditor.py2
-rw-r--r--app/blueprints/admin/tagseditor.py2
-rw-r--r--app/blueprints/admin/versioneditor.py2
-rw-r--r--app/blueprints/api/__init__.py2
-rw-r--r--app/blueprints/api/auth.py2
-rw-r--r--app/blueprints/api/endpoints.py2
-rw-r--r--app/blueprints/api/tokens.py2
-rw-r--r--app/blueprints/github/__init__.py2
-rw-r--r--app/blueprints/metapackages/__init__.py2
-rw-r--r--app/blueprints/metrics/__init__.py2
-rw-r--r--app/blueprints/notifications/__init__.py2
-rw-r--r--app/blueprints/packages/__init__.py2
-rw-r--r--app/blueprints/packages/editrequests.py2
-rw-r--r--app/blueprints/packages/packages.py2
-rw-r--r--app/blueprints/packages/releases.py2
-rw-r--r--app/blueprints/packages/reviews.py2
-rw-r--r--app/blueprints/packages/screenshots.py2
-rw-r--r--app/blueprints/tasks/__init__.py2
-rw-r--r--app/blueprints/threads/__init__.py2
-rw-r--r--app/blueprints/thumbnails/__init__.py2
-rw-r--r--app/blueprints/todo/__init__.py2
-rw-r--r--app/blueprints/users/claim.py2
-rw-r--r--app/blueprints/users/profile.py2
-rw-r--r--app/models.py2
-rw-r--r--app/tasks/__init__.py2
-rw-r--r--app/tasks/emails.py2
-rw-r--r--app/tasks/forumtasks.py2
-rw-r--r--app/tasks/importtasks.py2
-rw-r--r--app/tasks/pkgtasks.py2
-rw-r--r--app/utils.py2
-rw-r--r--config.example.cfg2
-rw-r--r--utils/gitlabci/config.cfg2
-rw-r--r--utils/setup.py2
36 files changed, 36 insertions, 36 deletions
diff --git a/app/__init__.py b/app/__init__.py
index ef2565b..8449e9b 100644
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/admin/__init__.py b/app/blueprints/admin/__init__.py
index 03cfc8a..c48f97c 100644
--- a/app/blueprints/admin/__init__.py
+++ b/app/blueprints/admin/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/admin/admin.py b/app/blueprints/admin/admin.py
index bb88954..01bd196 100644
--- a/app/blueprints/admin/admin.py
+++ b/app/blueprints/admin/admin.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/admin/licenseseditor.py b/app/blueprints/admin/licenseseditor.py
index c6fca02..cf61b52 100644
--- a/app/blueprints/admin/licenseseditor.py
+++ b/app/blueprints/admin/licenseseditor.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/admin/tagseditor.py b/app/blueprints/admin/tagseditor.py
index 8fb89f4..70328bd 100644
--- a/app/blueprints/admin/tagseditor.py
+++ b/app/blueprints/admin/tagseditor.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/admin/versioneditor.py b/app/blueprints/admin/versioneditor.py
index 98a9a7c..29aa83f 100644
--- a/app/blueprints/admin/versioneditor.py
+++ b/app/blueprints/admin/versioneditor.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/api/__init__.py b/app/blueprints/api/__init__.py
index 03adaf8..c81dac3 100644
--- a/app/blueprints/api/__init__.py
+++ b/app/blueprints/api/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/api/auth.py b/app/blueprints/api/auth.py
index 234d481..354ba93 100644
--- a/app/blueprints/api/auth.py
+++ b/app/blueprints/api/auth.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2019 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/api/endpoints.py b/app/blueprints/api/endpoints.py
index c12d59b..5aa4dd7 100644
--- a/app/blueprints/api/endpoints.py
+++ b/app/blueprints/api/endpoints.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/api/tokens.py b/app/blueprints/api/tokens.py
index 67731ce..5ef870d 100644
--- a/app/blueprints/api/tokens.py
+++ b/app/blueprints/api/tokens.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/github/__init__.py b/app/blueprints/github/__init__.py
index bc83922..2de303c 100644
--- a/app/blueprints/github/__init__.py
+++ b/app/blueprints/github/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/metapackages/__init__.py b/app/blueprints/metapackages/__init__.py
index ff54e6d..ef9f803 100644
--- a/app/blueprints/metapackages/__init__.py
+++ b/app/blueprints/metapackages/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/metrics/__init__.py b/app/blueprints/metrics/__init__.py
index 4d3c3cf..18d5bb4 100644
--- a/app/blueprints/metrics/__init__.py
+++ b/app/blueprints/metrics/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2020 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/notifications/__init__.py b/app/blueprints/notifications/__init__.py
index 2d29198..ba3e1c6 100644
--- a/app/blueprints/notifications/__init__.py
+++ b/app/blueprints/notifications/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/packages/__init__.py b/app/blueprints/packages/__init__.py
index 99616bf..f0642e4 100644
--- a/app/blueprints/packages/__init__.py
+++ b/app/blueprints/packages/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/packages/editrequests.py b/app/blueprints/packages/editrequests.py
index cc17af5..997274b 100644
--- a/app/blueprints/packages/editrequests.py
+++ b/app/blueprints/packages/editrequests.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/packages/packages.py b/app/blueprints/packages/packages.py
index 464449b..ed1518d 100644
--- a/app/blueprints/packages/packages.py
+++ b/app/blueprints/packages/packages.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/packages/releases.py b/app/blueprints/packages/releases.py
index 4c069f2..cc209aa 100644
--- a/app/blueprints/packages/releases.py
+++ b/app/blueprints/packages/releases.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/packages/reviews.py b/app/blueprints/packages/reviews.py
index ee6e3a5..18deeed 100644
--- a/app/blueprints/packages/reviews.py
+++ b/app/blueprints/packages/reviews.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2020 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/packages/screenshots.py b/app/blueprints/packages/screenshots.py
index 40cf4d2..5aec9ae 100644
--- a/app/blueprints/packages/screenshots.py
+++ b/app/blueprints/packages/screenshots.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/tasks/__init__.py b/app/blueprints/tasks/__init__.py
index 8d002db..3adf5c7 100644
--- a/app/blueprints/tasks/__init__.py
+++ b/app/blueprints/tasks/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/threads/__init__.py b/app/blueprints/threads/__init__.py
index 21666af..fbaab87 100644
--- a/app/blueprints/threads/__init__.py
+++ b/app/blueprints/threads/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/thumbnails/__init__.py b/app/blueprints/thumbnails/__init__.py
index ef99502..2d3b059 100644
--- a/app/blueprints/thumbnails/__init__.py
+++ b/app/blueprints/thumbnails/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/todo/__init__.py b/app/blueprints/todo/__init__.py
index 7cd9ee9..12b0622 100644
--- a/app/blueprints/todo/__init__.py
+++ b/app/blueprints/todo/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/users/claim.py b/app/blueprints/users/claim.py
index 5f6a25b..b8b562e 100644
--- a/app/blueprints/users/claim.py
+++ b/app/blueprints/users/claim.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/blueprints/users/profile.py b/app/blueprints/users/profile.py
index d33bc50..7973368 100644
--- a/app/blueprints/users/profile.py
+++ b/app/blueprints/users/profile.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/models.py b/app/models.py
index 0db7ca4..ea78638 100644
--- a/app/models.py
+++ b/app/models.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/tasks/__init__.py b/app/tasks/__init__.py
index dcc779e..afd4300 100644
--- a/app/tasks/__init__.py
+++ b/app/tasks/__init__.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/tasks/emails.py b/app/tasks/emails.py
index fa5a8c8..ca64f37 100644
--- a/app/tasks/emails.py
+++ b/app/tasks/emails.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/tasks/forumtasks.py b/app/tasks/forumtasks.py
index 4a4e27f..7ef437c 100644
--- a/app/tasks/forumtasks.py
+++ b/app/tasks/forumtasks.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/tasks/importtasks.py b/app/tasks/importtasks.py
index 1361afe..0e5536c 100644
--- a/app/tasks/importtasks.py
+++ b/app/tasks/importtasks.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/tasks/pkgtasks.py b/app/tasks/pkgtasks.py
index 639f61e..7d5bc89 100644
--- a/app/tasks/pkgtasks.py
+++ b/app/tasks/pkgtasks.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/app/utils.py b/app/utils.py
index ed369b7..5960fa6 100644
--- a/app/utils.py
+++ b/app/utils.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify
diff --git a/config.example.cfg b/config.example.cfg
index 25fe9e8..860469a 100644
--- a/config.example.cfg
+++ b/config.example.cfg
@@ -1,4 +1,4 @@
-USER_APP_NAME = "Content DB"
+USER_APP_NAME = "ContentDB"
SERVER_NAME = "content.minetest.net"
BASE_URL = "http://" + SERVER_NAME
diff --git a/utils/gitlabci/config.cfg b/utils/gitlabci/config.cfg
index b34934f..f91d77a 100644
--- a/utils/gitlabci/config.cfg
+++ b/utils/gitlabci/config.cfg
@@ -1,4 +1,4 @@
-USER_APP_NAME="Content DB"
+USER_APP_NAME="ContentDB"
SERVER_NAME="localhost:5123"
BASE_URL="http://" + SERVER_NAME
diff --git a/utils/setup.py b/utils/setup.py
index 1ac9bf3..3d2a5fe 100644
--- a/utils/setup.py
+++ b/utils/setup.py
@@ -1,4 +1,4 @@
-# Content DB
+# ContentDB
# Copyright (C) 2018 rubenwardy
#
# This program is free software: you can redistribute it and/or modify