From 0ed932253df6cd3e30ba2e199f6bbf1ab5f11029 Mon Sep 17 00:00:00 2001
From: Bluenix
Date: Thu, 21 Jul 2022 23:42:50 +0200
Subject: Clarify WebSocket restriction rule's impact on static serving
Before this change, the rule technically disallows implementing JavaScript clients because webbrowsers use HTTP to fetch the static files.
This commit also fixes a mistake in a previous commit where Markdown-style characters were used instead of code-tags.
---
pydis_site/templates/events/pages/code-jams/9/rules.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'pydis_site')
diff --git a/pydis_site/templates/events/pages/code-jams/9/rules.html b/pydis_site/templates/events/pages/code-jams/9/rules.html
index 5ad75d67..3e610ff2 100644
--- a/pydis_site/templates/events/pages/code-jams/9/rules.html
+++ b/pydis_site/templates/events/pages/code-jams/9/rules.html
@@ -17,10 +17,12 @@
An exception to this rule is that communication with databases and files is allowed for accessing resources or for storage purposes.
- For example, you may use PostgreSQL as a database but not its `NOTIFY` command.
+ For example, you may use PostgreSQL as a database but not its NOTIFY
command.
Working with subprocesses (through stdin/stdout or multiprocessing.Pool()
/concurrent.futures.ProcessPoolExecutor()
) is also allowed.
+ Another exception is made for serving static files, which normally uses HTTP. You are also allowed to serve a JavaScript-implemented client for your WebSocket server.
+
If you're interested in utilizing a particular non-WebSocket method of communication, reach out to the Events Team for discussion and approval
Your solution should be platform agnostic. For example, if you use filepaths in your submission, use pathlib
to create platform agnostic Path objects instead of hardcoding the paths.
--
cgit v1.2.3
From 1d0b576a507e2285d71ce626bb401a367a528709 Mon Sep 17 00:00:00 2001
From: Bluenix
Date: Thu, 21 Jul 2022 23:45:19 +0200
Subject: Remove unnecessary "also" in new exception to codejam rule
---
pydis_site/templates/events/pages/code-jams/9/rules.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'pydis_site')
diff --git a/pydis_site/templates/events/pages/code-jams/9/rules.html b/pydis_site/templates/events/pages/code-jams/9/rules.html
index 3e610ff2..7bc31ef2 100644
--- a/pydis_site/templates/events/pages/code-jams/9/rules.html
+++ b/pydis_site/templates/events/pages/code-jams/9/rules.html
@@ -21,7 +21,7 @@
Working with subprocesses (through stdin/stdout or multiprocessing.Pool()
/concurrent.futures.ProcessPoolExecutor()
) is also allowed.
- Another exception is made for serving static files, which normally uses HTTP. You are also allowed to serve a JavaScript-implemented client for your WebSocket server.
+ Another exception is made for serving static files, which normally uses HTTP. You are allowed to serve a JavaScript-implemented client for your WebSocket server.
If you're interested in utilizing a particular non-WebSocket method of communication, reach out to the Events Team for discussion and approval
--
cgit v1.2.3
From b1d9468f0947cf0d12ca3dc6ae836995f408f815 Mon Sep 17 00:00:00 2001
From: Bluenix
Date: Thu, 21 Jul 2022 23:50:11 +0200
Subject: Strike out beginning of code jam date
---
pydis_site/templates/events/pages/code-jams/9/_index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'pydis_site')
diff --git a/pydis_site/templates/events/pages/code-jams/9/_index.html b/pydis_site/templates/events/pages/code-jams/9/_index.html
index 8624bfbb..7c2617d7 100644
--- a/pydis_site/templates/events/pages/code-jams/9/_index.html
+++ b/pydis_site/templates/events/pages/code-jams/9/_index.html
@@ -26,7 +26,7 @@
Wednesday, June 29 - The Qualifier is released
Wednesday, July 6 - Voting for the theme opens
Wednesday, July 13 - The Qualifier closes
- Thursday, July 21 - Code Jam Begins
+ Thursday, July 21 - Code Jam Begins
Sunday, July 31 - Coding portion of the jam ends
Sunday, August 4 - Code Jam submissions are closed
--
cgit v1.2.3
From fadda91a5e1733751cc1f68973803d931f2b189f Mon Sep 17 00:00:00 2001
From: Bluenix
Date: Thu, 21 Jul 2022 23:56:15 +0200
Subject: Update codejams sidebar about cj9 theme announcement
---
pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'pydis_site')
diff --git a/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html b/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html
index 4493ed43..28412c53 100644
--- a/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html
+++ b/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html
@@ -1,7 +1,7 @@