-
- - You cannot delete the root article. -
- - - - - - Go back - -From 6a309c4238971ff7a1c7b5ec35936a057b912cbb Mon Sep 17 00:00:00 2001
From: ks129 <45097959+ks129@users.noreply.github.com>
Date: Sun, 20 Sep 2020 10:49:32 +0300
Subject: Create CSS file for all Guides app pages
---
pydis_site/static/css/guides/guide.css | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 pydis_site/static/css/guides/guide.css
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/guides/guide.css b/pydis_site/static/css/guides/guide.css
new file mode 100644
index 00000000..fa7a0ba5
--- /dev/null
+++ b/pydis_site/static/css/guides/guide.css
@@ -0,0 +1,7 @@
+.breadcrumb-section {
+ padding: 1rem;
+}
+
+i.has-icon-padding {
+ padding: 0 10px 25px 0;
+}
--
cgit v1.2.3
From cae8eb732bce6fc879f853eebf43f4f7553349b6 Mon Sep 17 00:00:00 2001
From: ks129 <45097959+ks129@users.noreply.github.com>
Date: Tue, 22 Sep 2020 20:48:58 +0300
Subject: Create CSS for resources index
---
pydis_site/static/css/resources/resources.css | 33 +++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 pydis_site/static/css/resources/resources.css
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css
new file mode 100644
index 00000000..025b28c6
--- /dev/null
+++ b/pydis_site/static/css/resources/resources.css
@@ -0,0 +1,33 @@
+.box, .tile.is-parent {
+ transition: 0.1s ease-out;
+}
+.box {
+ min-height: 15vh;
+}
+.tile.is-parent:hover .box {
+ box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
+}
+.tile.is-parent:hover {
+ padding: 0.65rem 0.85rem 0.85rem 0.65rem;
+ filter: saturate(1.1) brightness(1.1);
+}
+
+#readingBlock {
+ background-image: linear-gradient(141deg, #911eb4 0%, #b631de 71%, #cf4bf7 100%);
+}
+
+#interactiveBlock {
+ background-image: linear-gradient(141deg, #d05600 0%, #da722a 71%, #e68846 100%);
+}
+
+#communitiesBlock {
+ background-image: linear-gradient(141deg, #3b756f 0%, #3a847c 71%, #41948b 100%);
+}
+
+#podcastsBlock {
+ background-image: linear-gradient(141deg, #232382 0%, #30309c 71%, #4343ad 100%);
+}
+
+.breadcrumb-section {
+ padding: 1rem;
+}
--
cgit v1.2.3
From e26897e3f7c0d0af3950e1d1d60fd3800fc13683 Mon Sep 17 00:00:00 2001
From: Leon Sandøy
- */
-
-.codehilite .hll { background-color: #f1fa8c }
-.codehilite pre { background: #282a36; color: #f8f8f2 }
-.codehilite .c { color: #6272a4 } /* Comment */
-.codehilite .err { color: #f8f8f2 } /* Error */
-.codehilite .g { color: #f8f8f2 } /* Generic */
-.codehilite .k { color: #ff79c6 } /* Keyword */
-.codehilite .l { color: #f8f8f2 } /* Literal */
-.codehilite .n { color: #f8f8f2 } /* Name */
-.codehilite .o { color: #ff79c6 } /* Operator */
-.codehilite .x { color: #f8f8f2 } /* Other */
-.codehilite .p { color: #f8f8f2 } /* Punctuation */
-.codehilite .ch { color: #6272a4 } /* Comment.Hashbang */
-.codehilite .cm { color: #6272a4 } /* Comment.Multiline */
-.codehilite .cp { color: #ff79c6 } /* Comment.Preproc */
-.codehilite .cpf { color: #6272a4 } /* Comment.PreprocFile */
-.codehilite .c1 { color: #6272a4 } /* Comment.Single */
-.codehilite .cs { color: #6272a4 } /* Comment.Special */
-.codehilite .gd { color: #8b080b } /* Generic.Deleted */
-.codehilite .ge { color: #f8f8f2; text-decoration: underline } /* Generic.Emph */
-.codehilite .gr { color: #f8f8f2 } /* Generic.Error */
-.codehilite .gh { color: #f8f8f2; font-weight: bold } /* Generic.Heading */
-.codehilite .gi { color: #f8f8f2; font-weight: bold } /* Generic.Inserted */
-.codehilite .go { color: #44475a } /* Generic.Output */
-.codehilite .gp { color: #f8f8f2 } /* Generic.Prompt */
-.codehilite .gs { color: #f8f8f2 } /* Generic.Strong */
-.codehilite .gu { color: #f8f8f2; font-weight: bold } /* Generic.Subheading */
-.codehilite .gt { color: #f8f8f2 } /* Generic.Traceback */
-.codehilite .kc { color: #ff79c6 } /* Keyword.Constant */
-.codehilite .kd { color: #8be9fd; font-style: italic } /* Keyword.Declaration */
-.codehilite .kn { color: #ff79c6 } /* Keyword.Namespace */
-.codehilite .kp { color: #ff79c6 } /* Keyword.Pseudo */
-.codehilite .kr { color: #ff79c6 } /* Keyword.Reserved */
-.codehilite .kt { color: #8be9fd } /* Keyword.Type */
-.codehilite .ld { color: #f8f8f2 } /* Literal.Date */
-.codehilite .m { color: #bd93f9 } /* Literal.Number */
-.codehilite .s { color: #f1fa8c } /* Literal.String */
-.codehilite .na { color: #50fa7b } /* Name.Attribute */
-.codehilite .nb { color: #8be9fd; font-style: italic } /* Name.Builtin */
-.codehilite .nc { color: #50fa7b } /* Name.Class */
-.codehilite .no { color: #f8f8f2 } /* Name.Constant */
-.codehilite .nd { color: #f8f8f2 } /* Name.Decorator */
-.codehilite .ni { color: #f8f8f2 } /* Name.Entity */
-.codehilite .ne { color: #f8f8f2 } /* Name.Exception */
-.codehilite .nf { color: #50fa7b } /* Name.Function */
-.codehilite .nl { color: #8be9fd; font-style: italic } /* Name.Label */
-.codehilite .nn { color: #f8f8f2 } /* Name.Namespace */
-.codehilite .nx { color: #f8f8f2 } /* Name.Other */
-.codehilite .py { color: #f8f8f2 } /* Name.Property */
-.codehilite .nt { color: #ff79c6 } /* Name.Tag */
-.codehilite .nv { color: #8be9fd; font-style: italic } /* Name.Variable */
-.codehilite .ow { color: #ff79c6 } /* Operator.Word */
-.codehilite .w { color: #f8f8f2 } /* Text.Whitespace */
-.codehilite .mb { color: #bd93f9 } /* Literal.Number.Bin */
-.codehilite .mf { color: #bd93f9 } /* Literal.Number.Float */
-.codehilite .mh { color: #bd93f9 } /* Literal.Number.Hex */
-.codehilite .mi { color: #bd93f9 } /* Literal.Number.Integer */
-.codehilite .mo { color: #bd93f9 } /* Literal.Number.Oct */
-.codehilite .sa { color: #f1fa8c } /* Literal.String.Affix */
-.codehilite .sb { color: #f1fa8c } /* Literal.String.Backtick */
-.codehilite .sc { color: #f1fa8c } /* Literal.String.Char */
-.codehilite .dl { color: #f1fa8c } /* Literal.String.Delimiter */
-.codehilite .sd { color: #f1fa8c } /* Literal.String.Doc */
-.codehilite .s2 { color: #f1fa8c } /* Literal.String.Double */
-.codehilite .se { color: #f1fa8c } /* Literal.String.Escape */
-.codehilite .sh { color: #f1fa8c } /* Literal.String.Heredoc */
-.codehilite .si { color: #f1fa8c } /* Literal.String.Interpol */
-.codehilite .sx { color: #f1fa8c } /* Literal.String.Other */
-.codehilite .sr { color: #f1fa8c } /* Literal.String.Regex */
-.codehilite .s1 { color: #f1fa8c } /* Literal.String.Single */
-.codehilite .ss { color: #f1fa8c } /* Literal.String.Symbol */
-.codehilite .bp { color: #f8f8f2; font-style: italic } /* Name.Builtin.Pseudo */
-.codehilite .fm { color: #50fa7b } /* Name.Function.Magic */
-.codehilite .vc { color: #8be9fd; font-style: italic } /* Name.Variable.Class */
-.codehilite .vg { color: #8be9fd; font-style: italic } /* Name.Variable.Global */
-.codehilite .vi { color: #8be9fd; font-style: italic } /* Name.Variable.Instance */
-.codehilite .vm { color: #8be9fd; font-style: italic } /* Name.Variable.Magic */
-.codehilite .il { color: #bd93f9 } /* Literal.Number.Integer.Long */
diff --git a/pydis_site/static/css/pygments/friendly.css b/pydis_site/static/css/pygments/friendly.css
deleted file mode 100644
index 24831c44..00000000
--- a/pydis_site/static/css/pygments/friendly.css
+++ /dev/null
@@ -1,71 +0,0 @@
-/* Friendly, a very light theme. */
-
-.codehilite .hll { background-color: #ffffcc }
-.codehilite pre { background: #f0f0f0; }
-.codehilite .c { color: #60a0b0; font-style: italic } /* Comment */
-.codehilite .err { border: 1px solid #FF0000 } /* Error */
-.codehilite .k { color: #007020; font-weight: bold } /* Keyword */
-.codehilite .o { color: #666666 } /* Operator */
-.codehilite .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */
-.codehilite .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
-.codehilite .cp { color: #007020 } /* Comment.Preproc */
-.codehilite .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */
-.codehilite .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
-.codehilite .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
-.codehilite .gd { color: #A00000 } /* Generic.Deleted */
-.codehilite .ge { font-style: italic } /* Generic.Emph */
-.codehilite .gr { color: #FF0000 } /* Generic.Error */
-.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
-.codehilite .gi { color: #00A000 } /* Generic.Inserted */
-.codehilite .go { color: #888888 } /* Generic.Output */
-.codehilite .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
-.codehilite .gs { font-weight: bold } /* Generic.Strong */
-.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
-.codehilite .gt { color: #0044DD } /* Generic.Traceback */
-.codehilite .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
-.codehilite .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
-.codehilite .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
-.codehilite .kp { color: #007020 } /* Keyword.Pseudo */
-.codehilite .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
-.codehilite .kt { color: #902000 } /* Keyword.Type */
-.codehilite .m { color: #40a070 } /* Literal.Number */
-.codehilite .s { color: #4070a0 } /* Literal.String */
-.codehilite .na { color: #4070a0 } /* Name.Attribute */
-.codehilite .nb { color: #007020 } /* Name.Builtin */
-.codehilite .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
-.codehilite .no { color: #60add5 } /* Name.Constant */
-.codehilite .nd { color: #555555; font-weight: bold } /* Name.Decorator */
-.codehilite .ni { color: #d55537; font-weight: bold } /* Name.Entity */
-.codehilite .ne { color: #007020 } /* Name.Exception */
-.codehilite .nf { color: #06287e } /* Name.Function */
-.codehilite .nl { color: #002070; font-weight: bold } /* Name.Label */
-.codehilite .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
-.codehilite .nt { color: #062873; font-weight: bold } /* Name.Tag */
-.codehilite .nv { color: #bb60d5 } /* Name.Variable */
-.codehilite .ow { color: #007020; font-weight: bold } /* Operator.Word */
-.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
-.codehilite .mb { color: #40a070 } /* Literal.Number.Bin */
-.codehilite .mf { color: #40a070 } /* Literal.Number.Float */
-.codehilite .mh { color: #40a070 } /* Literal.Number.Hex */
-.codehilite .mi { color: #40a070 } /* Literal.Number.Integer */
-.codehilite .mo { color: #40a070 } /* Literal.Number.Oct */
-.codehilite .sa { color: #4070a0 } /* Literal.String.Affix */
-.codehilite .sb { color: #4070a0 } /* Literal.String.Backtick */
-.codehilite .sc { color: #4070a0 } /* Literal.String.Char */
-.codehilite .dl { color: #4070a0 } /* Literal.String.Delimiter */
-.codehilite .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
-.codehilite .s2 { color: #4070a0 } /* Literal.String.Double */
-.codehilite .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
-.codehilite .sh { color: #4070a0 } /* Literal.String.Heredoc */
-.codehilite .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
-.codehilite .sx { color: #c65d09 } /* Literal.String.Other */
-.codehilite .sr { color: #235388 } /* Literal.String.Regex */
-.codehilite .s1 { color: #4070a0 } /* Literal.String.Single */
-.codehilite .ss { color: #517918 } /* Literal.String.Symbol */
-.codehilite .bp { color: #007020 } /* Name.Builtin.Pseudo */
-.codehilite .fm { color: #06287e } /* Name.Function.Magic */
-.codehilite .vc { color: #bb60d5 } /* Name.Variable.Class */
-.codehilite .vg { color: #bb60d5 } /* Name.Variable.Global */
-.codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */
-.codehilite .vm { color: #bb60d5 } /* Name.Variable.Magic */
-.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
diff --git a/pydis_site/static/css/pygments/monokai.css b/pydis_site/static/css/pygments/monokai.css
deleted file mode 100644
index e0a1708a..00000000
--- a/pydis_site/static/css/pygments/monokai.css
+++ /dev/null
@@ -1,72 +0,0 @@
-/* Monokai */
-
-.codehilite .hll { background-color: #49483e }
-.codehilite pre { background: #272822; color: #f8f8f2 }
-.codehilite .c { color: #75715e } /* Comment */
-.codehilite .err { color: #960050; background-color: #1e0010 } /* Error */
-.codehilite .k { color: #66d9ef } /* Keyword */
-.codehilite .l { color: #ae81ff } /* Literal */
-.codehilite .n { color: #f8f8f2 } /* Name */
-.codehilite .o { color: #f92672 } /* Operator */
-.codehilite .p { color: #f8f8f2 } /* Punctuation */
-.codehilite .ch { color: #75715e } /* Comment.Hashbang */
-.codehilite .cm { color: #75715e } /* Comment.Multiline */
-.codehilite .cp { color: #75715e } /* Comment.Preproc */
-.codehilite .cpf { color: #75715e } /* Comment.PreprocFile */
-.codehilite .c1 { color: #75715e } /* Comment.Single */
-.codehilite .cs { color: #75715e } /* Comment.Special */
-.codehilite .gd { color: #f92672 } /* Generic.Deleted */
-.codehilite .ge { font-style: italic } /* Generic.Emph */
-.codehilite .gi { color: #a6e22e } /* Generic.Inserted */
-.codehilite .gs { font-weight: bold } /* Generic.Strong */
-.codehilite .gu { color: #75715e } /* Generic.Subheading */
-.codehilite .kc { color: #66d9ef } /* Keyword.Constant */
-.codehilite .kd { color: #66d9ef } /* Keyword.Declaration */
-.codehilite .kn { color: #f92672 } /* Keyword.Namespace */
-.codehilite .kp { color: #66d9ef } /* Keyword.Pseudo */
-.codehilite .kr { color: #66d9ef } /* Keyword.Reserved */
-.codehilite .kt { color: #66d9ef } /* Keyword.Type */
-.codehilite .ld { color: #e6db74 } /* Literal.Date */
-.codehilite .m { color: #ae81ff } /* Literal.Number */
-.codehilite .s { color: #e6db74 } /* Literal.String */
-.codehilite .na { color: #a6e22e } /* Name.Attribute */
-.codehilite .nb { color: #f8f8f2 } /* Name.Builtin */
-.codehilite .nc { color: #a6e22e } /* Name.Class */
-.codehilite .no { color: #66d9ef } /* Name.Constant */
-.codehilite .nd { color: #a6e22e } /* Name.Decorator */
-.codehilite .ni { color: #f8f8f2 } /* Name.Entity */
-.codehilite .ne { color: #a6e22e } /* Name.Exception */
-.codehilite .nf { color: #a6e22e } /* Name.Function */
-.codehilite .nl { color: #f8f8f2 } /* Name.Label */
-.codehilite .nn { color: #f8f8f2 } /* Name.Namespace */
-.codehilite .nx { color: #a6e22e } /* Name.Other */
-.codehilite .py { color: #f8f8f2 } /* Name.Property */
-.codehilite .nt { color: #f92672 } /* Name.Tag */
-.codehilite .nv { color: #f8f8f2 } /* Name.Variable */
-.codehilite .ow { color: #f92672 } /* Operator.Word */
-.codehilite .w { color: #f8f8f2 } /* Text.Whitespace */
-.codehilite .mb { color: #ae81ff } /* Literal.Number.Bin */
-.codehilite .mf { color: #ae81ff } /* Literal.Number.Float */
-.codehilite .mh { color: #ae81ff } /* Literal.Number.Hex */
-.codehilite .mi { color: #ae81ff } /* Literal.Number.Integer */
-.codehilite .mo { color: #ae81ff } /* Literal.Number.Oct */
-.codehilite .sa { color: #e6db74 } /* Literal.String.Affix */
-.codehilite .sb { color: #e6db74 } /* Literal.String.Backtick */
-.codehilite .sc { color: #e6db74 } /* Literal.String.Char */
-.codehilite .dl { color: #e6db74 } /* Literal.String.Delimiter */
-.codehilite .sd { color: #e6db74 } /* Literal.String.Doc */
-.codehilite .s2 { color: #e6db74 } /* Literal.String.Double */
-.codehilite .se { color: #ae81ff } /* Literal.String.Escape */
-.codehilite .sh { color: #e6db74 } /* Literal.String.Heredoc */
-.codehilite .si { color: #e6db74 } /* Literal.String.Interpol */
-.codehilite .sx { color: #e6db74 } /* Literal.String.Other */
-.codehilite .sr { color: #e6db74 } /* Literal.String.Regex */
-.codehilite .s1 { color: #e6db74 } /* Literal.String.Single */
-.codehilite .ss { color: #e6db74 } /* Literal.String.Symbol */
-.codehilite .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
-.codehilite .fm { color: #a6e22e } /* Name.Function.Magic */
-.codehilite .vc { color: #f8f8f2 } /* Name.Variable.Class */
-.codehilite .vg { color: #f8f8f2 } /* Name.Variable.Global */
-.codehilite .vi { color: #f8f8f2 } /* Name.Variable.Instance */
-.codehilite .vm { color: #f8f8f2 } /* Name.Variable.Magic */
-.codehilite .il { color: #ae81ff } /* Literal.Number.Integer.Long */
diff --git a/pydis_site/static/css/wiki/simplemde-fixes.css b/pydis_site/static/css/wiki/simplemde-fixes.css
deleted file mode 100644
index a9e3e1dd..00000000
--- a/pydis_site/static/css/wiki/simplemde-fixes.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.CodeMirror-line {
- margin-bottom: 0 !important;
-}
-
-.CodeMirror {
- height: 30rem;
-}
diff --git a/pydis_site/static/css/wiki/simplemde.min.css b/pydis_site/static/css/wiki/simplemde.min.css
deleted file mode 100644
index a0ae10cf..00000000
--- a/pydis_site/static/css/wiki/simplemde.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/**
- * simplemde v1.11.2
- * Copyright Next Step Webs, Inc.
- * @link https://github.com/NextStepWebs/simplemde-markdown-editor
- * @license MIT
- */
-.CodeMirror{color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:none;font-variant-ligatures:none}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.CodeMirror{height:auto;min-height:300px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit;z-index:1}.CodeMirror-scroll{min-height:300px}.CodeMirror-fullscreen{background:#fff;position:fixed!important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:9}.CodeMirror-sided{width:50%!important}.editor-toolbar{position:relative;opacity:.6;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:0 10px;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top-left-radius:4px;border-top-right-radius:4px}.editor-toolbar:after,.editor-toolbar:before{display:block;content:' ';height:1px}.editor-toolbar:before{margin-bottom:8px}.editor-toolbar:after{margin-top:8px}.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{opacity:.8}.editor-toolbar.fullscreen{width:100%;height:50px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}.editor-toolbar.fullscreen::before{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);position:fixed;top:0;left:0;margin:0;padding:0}.editor-toolbar.fullscreen::after{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);position:fixed;top:0;right:0;margin:0;padding:0}.editor-toolbar a{display:inline-block;text-align:center;text-decoration:none!important;color:#2c3e50!important;width:30px;height:30px;margin:0;border:1px solid transparent;border-radius:3px;cursor:pointer}.editor-toolbar a.active,.editor-toolbar a:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar a:before{line-height:30px}.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}.editor-toolbar a.fa-header-x:after{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}.editor-toolbar a.fa-header-1:after{content:"1"}.editor-toolbar a.fa-header-2:after{content:"2"}.editor-toolbar a.fa-header-3:after{content:"3"}.editor-toolbar a.fa-header-bigger:after{content:"▲"}.editor-toolbar a.fa-header-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview a:not(.no-disable){pointer-events:none;background:#fff;border-color:transparent;text-shadow:inherit}@media only screen and (max-width:700px){.editor-toolbar a.no-mobile{display:none}}.editor-statusbar{padding:8px 10px;font-size:12px;color:#959694;text-align:right}.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}.editor-preview,.editor-preview-side{padding:10px;background:#fafafa;overflow:auto;display:none;box-sizing:border-box}.editor-statusbar .lines:before{content:'lines: '}.editor-statusbar .words:before{content:'words: '}.editor-statusbar .characters:before{content:'characters: '}.editor-preview{position:absolute;width:100%;height:100%;top:0;left:0;z-index:7}.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;z-index:9;border:1px solid #ddd}.editor-preview-active,.editor-preview-active-side{display:block}.editor-preview-side>p,.editor-preview>p{margin-top:0}.editor-preview pre,.editor-preview-side pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th,.editor-preview-side table td,.editor-preview-side table th{border:1px solid #ddd;padding:5px}.CodeMirror .CodeMirror-code .cm-tag{color:#63a35c}.CodeMirror .CodeMirror-code .cm-attribute{color:#795da3}.CodeMirror .CodeMirror-code .cm-string{color:#183691}.CodeMirror .CodeMirror-selected{background:#d9d9d9}.CodeMirror .CodeMirror-code .cm-header-1{font-size:200%;line-height:200%}.CodeMirror .CodeMirror-code .cm-header-2{font-size:160%;line-height:160%}.CodeMirror .CodeMirror-code .cm-header-3{font-size:125%;line-height:125%}.CodeMirror .CodeMirror-code .cm-header-4{font-size:110%;line-height:110%}.CodeMirror .CodeMirror-code .cm-comment{background:rgba(0,0,0,.05);border-radius:2px}.CodeMirror .CodeMirror-code .cm-link{color:#7f8c8d}.CodeMirror .CodeMirror-code .cm-url{color:#aab2b3}.CodeMirror .CodeMirror-code .cm-strikethrough{text-decoration:line-through}.CodeMirror .CodeMirror-placeholder{opacity:.5}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:rgba(255,0,0,.15)}
diff --git a/pydis_site/static/css/wiki/style.css b/pydis_site/static/css/wiki/style.css
deleted file mode 100644
index 9d619e8b..00000000
--- a/pydis_site/static/css/wiki/style.css
+++ /dev/null
@@ -1,89 +0,0 @@
-#wikiNavbar {
- min-height: 3rem;
- z-index: 1;
-}
-
-#wikiNavbar .container {
- min-height: 3rem;
-}
-
-#wikiNavbar .navbar-brand {
- min-height: 3rem;
-}
-
-.breadcrumb-section {
- padding: 1rem;
-}
-
-div.control.is-fullwidth {
- width: 100%;
-}
-
-ul.pagination-list {
- list-style: none;
- margin: 0;
-}
-
-ul.pagination-list li + li {
- margin: 0;
-}
-
-.pagination {
- margin-top: 0.5rem;
- margin-bottom: 0.5rem;
-}
-
-/* FA icons used in wiki articles */
-i.is-orangered {
- color: #FE640A;
-}
-
-i.is-orangered:hover {
- color: #fe9840;
-}
-
-i.is-blurple {
- color: #7289DA;
-}
-
-i.is-blurple:hover {
- color: #93a8da;
-}
-
-i.is-black {
- color: #000000;
-}
-
-i.is-black:hover {
- color: #191919;
-}
-
-i.is-youtube-red {
- color: #BB0000;
-}
-
-i.is-youtube-red:hover {
- color: #f80000;
-}
-
-i.is-amazon-orange {
- color: #FF9900;
-}
-
-i.is-amazon-orange:hover {
- color: #ffb71a;
-}
-
-i.is-teal {
- color: #95DBE5;
-}
-
-i.is-teal:hover {
- color: #a9f5ff;
-}
-
-
-
-i.has-icon-padding {
- padding: 0 10px 25px 0;
-}
diff --git a/pydis_site/static/images/wiki/contributing/fork_button.png b/pydis_site/static/images/wiki/contributing/fork_button.png
deleted file mode 100644
index 955c93dd..00000000
Binary files a/pydis_site/static/images/wiki/contributing/fork_button.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/fork_url.png b/pydis_site/static/images/wiki/contributing/fork_url.png
deleted file mode 100644
index 57a8e421..00000000
Binary files a/pydis_site/static/images/wiki/contributing/fork_url.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/fork_user.png b/pydis_site/static/images/wiki/contributing/fork_user.png
deleted file mode 100644
index b8317cab..00000000
Binary files a/pydis_site/static/images/wiki/contributing/fork_user.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_branch.png b/pydis_site/static/images/wiki/contributing/pycharm_branch.png
deleted file mode 100644
index d9cde97a..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_branch.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_checkout.png b/pydis_site/static/images/wiki/contributing/pycharm_checkout.png
deleted file mode 100644
index d679a467..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_checkout.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_commit.png b/pydis_site/static/images/wiki/contributing/pycharm_commit.png
deleted file mode 100644
index 03223688..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_commit.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_commit_button.png b/pydis_site/static/images/wiki/contributing/pycharm_commit_button.png
deleted file mode 100644
index ae2745b0..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_commit_button.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_interpreter.png b/pydis_site/static/images/wiki/contributing/pycharm_interpreter.png
deleted file mode 100644
index cb757f84..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_interpreter.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_pipenv.png b/pydis_site/static/images/wiki/contributing/pycharm_pipenv.png
deleted file mode 100644
index feb9b1d7..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_pipenv.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_pipenv_success.png b/pydis_site/static/images/wiki/contributing/pycharm_pipenv_success.png
deleted file mode 100644
index 03fa3244..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_pipenv_success.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_pull.png b/pydis_site/static/images/wiki/contributing/pycharm_pull.png
deleted file mode 100644
index f82725fa..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_pull.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_push.png b/pydis_site/static/images/wiki/contributing/pycharm_push.png
deleted file mode 100644
index a21a18b1..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_push.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_remotes.png b/pydis_site/static/images/wiki/contributing/pycharm_remotes.png
deleted file mode 100644
index b2e4239c..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_remotes.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_test_clone.png b/pydis_site/static/images/wiki/contributing/pycharm_test_clone.png
deleted file mode 100644
index 6410b847..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_test_clone.png and /dev/null differ
diff --git a/pydis_site/static/images/wiki/contributing/pycharm_upstream.png b/pydis_site/static/images/wiki/contributing/pycharm_upstream.png
deleted file mode 100644
index 70c60ea2..00000000
Binary files a/pydis_site/static/images/wiki/contributing/pycharm_upstream.png and /dev/null differ
diff --git a/pydis_site/static/js/wiki/create.js b/pydis_site/static/js/wiki/create.js
deleted file mode 100644
index e02d75a3..00000000
--- a/pydis_site/static/js/wiki/create.js
+++ /dev/null
@@ -1,13 +0,0 @@
-//
diff --git a/pydis_site/static/js/wiki/dropdown.js b/pydis_site/static/js/wiki/dropdown.js
deleted file mode 100644
index a914a4ab..00000000
--- a/pydis_site/static/js/wiki/dropdown.js
+++ /dev/null
@@ -1,35 +0,0 @@
-(function() {
- window.dropdowns = {};
-
- let elements = document.getElementsByClassName("dropdown");
-
- for (let element of elements) {
- let menu_element = element.getElementsByClassName("dropdown-menu")[0];
-
- function show() {
- $(element).addClass("is-active");
- }
-
- function hide() {
- $(element).removeClass("is-active");
- }
-
- function handle_event(e) {
- show();
-
- $(document.body).on("click." + menu_element.id, function() {
- hide();
-
- $(document.body).off("click." + menu_element.id);
- });
-
- e.stopPropagation();
- }
-
- $(element).click(handle_event);
- $(element).hover(handle_event);
- $(element).mouseleave(hide);
-
- window.dropdowns[menu_element.id] = element;
- }
-})();
diff --git a/pydis_site/static/js/wiki/edit.js b/pydis_site/static/js/wiki/edit.js
deleted file mode 100644
index 0af44431..00000000
--- a/pydis_site/static/js/wiki/edit.js
+++ /dev/null
@@ -1,58 +0,0 @@
-$(document).ready(function() {
- let article_edit_form = $("#article_edit_form");
- let click_time = 0;
-
- $("#article_edit_form :input").change(function() {
- article_edit_form.data("changed",true);
- });
-
- if (article_edit_form.find(".alert-danger").length > 0 || article_edit_form.find(".has-error").length > 0 ) {
- // Set the forms status as "changed" if there was a submission error
- article_edit_form.data("changed",true);
- }
-
- window.onbeforeunload = confirmOnPageExit;
-
- article_edit_form.on("submit", function (ev) {
- now = Date.now();
- elapsed = now-click_time;
- click_time = now;
- if (elapsed < 3000)
- ev.preventDefault();
- window.onbeforeunload = null;
- return true;
- });
- $("#id_preview").click(function () {
- open_modal("previewModal");
- return true;
- });
- $("#id_preview_save_changes").on("click", function (ev) {
- ev.preventDefault();
- $("#id_save").trigger("click");
- });
-});
-
-var confirmOnPageExit = function (e) {
- if ($("#article_edit_form").data("changed")) {
- e = e || window.event;
- var message = "You have unsaved changes!";
- // For IE6-8 and Firefox prior to version 4
- if (e) {
- e.returnValue = message;
- }
- // For Chrome, Safari, IE8+ and Opera 12+
- return message;
- } else {
- // If the form hasn't been changed, don't display the pop-up
- return;
- }
-};
-
-$(document).ready( function() {
- $('.sidebar-form').each(function () {
- $(this).submit( function() {
- this.unsaved_article_title.value = $('#id_title').val();
- this.unsaved_article_content.value = $('#id_content').val();
- });
- });
-});
diff --git a/pydis_site/static/js/wiki/editor_sidebar.js b/pydis_site/static/js/wiki/editor_sidebar.js
deleted file mode 100644
index 0f17c109..00000000
--- a/pydis_site/static/js/wiki/editor_sidebar.js
+++ /dev/null
@@ -1 +0,0 @@
-bulmaAccordion.attach();
diff --git a/pydis_site/static/js/wiki/history.js b/pydis_site/static/js/wiki/history.js
deleted file mode 100644
index 1f71e911..00000000
--- a/pydis_site/static/js/wiki/history.js
+++ /dev/null
@@ -1,12 +0,0 @@
-function showPreviewModal(revision_id, action_url, change_revision_url) {
- let iframe = $("#previewWindow");
-
- iframe.attr("src", action_url + "?r=" + revision_id);
-
- console.log(revision_id);
- console.log(action_url + "?r=" + revision_id);
- console.log(change_revision_url);
-
- $('#previewModal .switch-to-revision').attr('href', change_revision_url);
- open_modal('previewModal');
-}
diff --git a/pydis_site/static/js/wiki/image_sidebar.js b/pydis_site/static/js/wiki/image_sidebar.js
deleted file mode 100644
index 9ac9f79d..00000000
--- a/pydis_site/static/js/wiki/image_sidebar.js
+++ /dev/null
@@ -1,32 +0,0 @@
-$("#id_image_insert").click(function(e) {
-e.preventDefault();
-
-let image_id_element = document.getElementById("img_id"),
- align_element = document.getElementById("img_align"),
- size_element = document.getElementById("img_size"),
- caption_element = document.getElementById("img_caption"),
-
- editor = window.editors["id_content"];
-
-editor.insert_image_wiki(
- image_id_element.value, align_element.value,
- size_element.value, caption_element.value
-);
-
-$("#imgModal").removeClass("is-active"); // Close modal
-
-// Reset form
-image_id_element.value = 0;
-align_element.selectedIndex = 0;
-size_element.selectedIndex = 0;
-caption_element.value = "";
-});
-
-function insert_image(image_id) {
-document.getElementById("img_id").value = image_id;
-open_modal("imgModal");
-}
-
-function add_image(form) {
- $(form).submit();
-}
diff --git a/pydis_site/static/js/wiki/links_sidebar.js b/pydis_site/static/js/wiki/links_sidebar.js
deleted file mode 100644
index f50d968d..00000000
--- a/pydis_site/static/js/wiki/links_sidebar.js
+++ /dev/null
@@ -1,30 +0,0 @@
-$(document).ready(function() {
- function search(query) {
- query = encodeURIComponent(query);
- return fetch(window.links_fetch_url + `?query=${query}`).then(function(response) {
- return response.json();
- }).then(function(data){
- return data.map(function(element) {
- return {label: element, value: element};
- })
- });
- }
-
- function selected(state) {
- let value = state.value;
- wikiInsertLink(value);
- document.getElementById("page_title_input").value = "";
- }
-
- bulmahead("page_title_input", "page_title_menu", search, selected, 10);
-});
-
-function wikiInsertLink(value) {
- let editor = window.editors["id_content"];
-
- editor.insert_text(value);
-}
-
-function setFetchURL(url) {
- window.links_fetch_url = url;
-}
diff --git a/pydis_site/static/js/wiki/load_editor.js b/pydis_site/static/js/wiki/load_editor.js
deleted file mode 100644
index 589d8a75..00000000
--- a/pydis_site/static/js/wiki/load_editor.js
+++ /dev/null
@@ -1,96 +0,0 @@
-(function() {
- window.editors = {}; // So that other scripts can get at 'em
-
- const headingAction = {
- name: "heading",
- action: SimpleMDE.toggleHeadingSmaller,
- className: "fa fa-heading",
- title: "Heading",
- };
- const imageAction = {
- name: "image",
- action: SimpleMDE.drawImage,
- className: "fa fa-image",
- title: "Insert image",
- };
-
- const imageAlign = "align:{ALIGN} ";
- const imageSize = "size:{SIZE}";
-
- let elements = document.getElementsByClassName("simple-mde");
-
- function add_insert_image_wiki(editor) {
- editor.insert_image_wiki = function(id, align, size, caption) {
- let contents = "",
- doc = editor.codemirror.getDoc(),
- cursor = doc.getCursor();
-
- if (typeof align !== "undefined" && align.length) {
- contents = contents + imageAlign.replace("{ALIGN}", align);
- }
-
- if (typeof size !== "undefined" && size.length) {
- contents = contents + imageSize.replace("{SIZE}", size);
- }
-
- contents = `\n[image:${id} ${contents}]`;
-
- if (typeof caption !== "undefined" && caption.length) {
- contents = contents + "\n" + ` ${caption}`
- }
-
- doc.replaceRange(contents, cursor);
- }
- }
-
- function add_insert_text(editor) {
- editor.insert_text = function(text) {
- let doc = editor.codemirror.getDoc(),
- cursor = doc.getCursor();
-
- doc.replaceRange(text, cursor);
- }
- }
-
- for (let element of elements) {
- let editor = new SimpleMDE({
- "element": element,
-
- autoDownloadFontAwesome: false, // We already have the pro one loaded
-
- autosave: {
- enabled: false,
- // uniqueId: element.id + "@" + window.location.href,
- },
-
- blockStyles: {
- bold: "**",
- code: "```",
- italic: "_",
- },
-
- forceSync: true,
- indentWithTabs: false,
- initialValue: element.value,
- lineWrapping: true,
- placeholder: "**Write some _markdown_!**",
- spellChecker: false,
- tabSize: 4,
-
- toolbar: [
- "bold", "italic", "strikethrough", headingAction, "|",
- "code", "quote", "unordered-list", "ordered-list", "|",
- "link", imageAction, "table", "horizontal-rule", "|",
- "preview", "side-by-side", "fullscreen", "|",
- "guide"
- ],
-
- status: false,
- });
-
- add_insert_image_wiki(editor);
- add_insert_text(editor);
-
- window.editors[element.id] = editor;
- }
-})();
diff --git a/pydis_site/static/js/wiki/modal.js b/pydis_site/static/js/wiki/modal.js
deleted file mode 100644
index 1eb7b056..00000000
--- a/pydis_site/static/js/wiki/modal.js
+++ /dev/null
@@ -1,14 +0,0 @@
-function open_modal(id) {
- let element = document.getElementById(id);
-
- $(element).addClass("is-active");
-
- $(element).find(".modal-background").click(function() {
- $(element).removeClass("is-active");
- });
-
- $(element).find("[aria-label=\"close\"]").click(function(e) {
- $(element).removeClass("is-active");
- e.preventDefault();
- });
-}
diff --git a/pydis_site/static/js/wiki/move.js b/pydis_site/static/js/wiki/move.js
deleted file mode 100644
index ddab06f5..00000000
--- a/pydis_site/static/js/wiki/move.js
+++ /dev/null
@@ -1,8 +0,0 @@
-$('#id_destination').after($('#dest_selector').remove());
-$('#id_destination').attr('type', 'hidden');
-
-function select_path(path, title) {
- $('#id_destination').val(path);
- if (title == "(root)") title = "";
- $('#dest_selector .dest_selector_title').html(title ? title : " / ");
-}
diff --git a/pydis_site/static/js/wiki/simplemde.min.js b/pydis_site/static/js/wiki/simplemde.min.js
deleted file mode 100644
index 012d39a3..00000000
--- a/pydis_site/static/js/wiki/simplemde.min.js
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * simplemde v1.11.2
- * Copyright Next Step Webs, Inc.
- * @link https://github.com/NextStepWebs/simplemde-markdown-editor
- * @license MIT
- */
-!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.SimpleMDE=e()}}(function(){var e;return function t(e,n,r){function i(a,l){if(!n[a]){if(!e[a]){var s="function"==typeof require&&require;if(!l&&s)return s(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var u=n[a]={exports:{}};e[a][0].call(u.exports,function(t){var n=e[a][1][t];return i(n?n:t)},u,u.exports,t,e,n,r)}return n[a].exports}for(var o="function"==typeof require&&require,a=0;a t;++t)s[t]=e[t],c[e.charCodeAt(t)]=t;c["-".charCodeAt(0)]=62,c["_".charCodeAt(0)]=63}function i(e){var t,n,r,i,o,a,l=e.length;if(l%4>0)throw new Error("Invalid string. Length must be a multiple of 4");o="="===e[l-2]?2:"="===e[l-1]?1:0,a=new u(3*l/4-o),r=o>0?l-4:l;var s=0;for(t=0,n=0;r>t;t+=4,n+=3)i=c[e.charCodeAt(t)]<<18|c[e.charCodeAt(t+1)]<<12|c[e.charCodeAt(t+2)]<<6|c[e.charCodeAt(t+3)],a[s++]=i>>16&255,a[s++]=i>>8&255,a[s++]=255&i;return 2===o?(i=c[e.charCodeAt(t)]<<2|c[e.charCodeAt(t+1)]>>4,a[s++]=255&i):1===o&&(i=c[e.charCodeAt(t)]<<10|c[e.charCodeAt(t+1)]<<4|c[e.charCodeAt(t+2)]>>2,a[s++]=i>>8&255,a[s++]=255&i),a}function o(e){return s[e>>18&63]+s[e>>12&63]+s[e>>6&63]+s[63&e]}function a(e,t,n){for(var r,i=[],a=t;n>a;a+=3)r=(e[a]<<16)+(e[a+1]<<8)+e[a+2],i.push(o(r));return i.join("")}function l(e){for(var t,n=e.length,r=n%3,i="",o=[],l=16383,c=0,u=n-r;u>c;c+=l)o.push(a(e,c,c+l>u?u:c+l));return 1===r?(t=e[n-1],i+=s[t>>2],i+=s[t<<4&63],i+="=="):2===r&&(t=(e[n-2]<<8)+e[n-1],i+=s[t>>10],i+=s[t>>4&63],i+=s[t<<2&63],i+="="),o.push(i),o.join("")}n.toByteArray=i,n.fromByteArray=l;var s=[],c=[],u="undefined"!=typeof Uint8Array?Uint8Array:Array;r()},{}],2:[function(e,t,n){},{}],3:[function(e,t,n){(function(t){"use strict";function r(){try{var e=new Uint8Array(1);return e.foo=function(){return 42},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(t){return!1}}function i(){return a.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function o(e,t){if(i()
"+l(u.message+"",!0)+"";throw u}}var d={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:u,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:u,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,blockquote:/^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,list:/^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:/^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/,def:/^ *\[([^\]]+)\]: *([^\s>]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,table:u,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};d.bullet=/(?:[*+-]|\d+\.)/,d.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,d.item=c(d.item,"gm")(/bull/g,d.bullet)(),d.list=c(d.list)(/bull/g,d.bullet)("hr","\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))")("def","\\n+(?="+d.def.source+")")(),d.blockquote=c(d.blockquote)("def",d.def)(),d._tag="(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b",d.html=c(d.html)("comment",//)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/
'+(n?e:l(e,!0))+"\n\n":""+(n?e:l(e,!0))+"\n"},o.prototype.blockquote=function(e){return"\n"+e+"\n"},o.prototype.html=function(e){return e},o.prototype.heading=function(e,t,n){return"
"+e+"
\n"},o.prototype.table=function(e,t){return""+e+""},o.prototype.br=function(){return this.options.xhtml?"- Please create the root article. This article will be available at the root of your wiki, - so consider creating a landing page here. -
-- Please note that, to begin with, this article may only be modified by wiki administrators. - Once it's been created, you may edit the permissions and set up plugins, metadata, and so on. -
- - -{% endblock %} diff --git a/pydis_site/templates/wiki/delete.html b/pydis_site/templates/wiki/delete.html deleted file mode 100644 index bb7a7966..00000000 --- a/pydis_site/templates/wiki/delete.html +++ /dev/null @@ -1,90 +0,0 @@ -{% extends "wiki/base.html" %} -{% load static %} -{% load wiki_tags %} - -{% block wiki_pagetitle %}Delete Article{% endblock %} - -{% block wiki_contents %} -Please confirm that you would like to delete this article.
- - - {% endif %} - {% endif %} -{% endblock %} diff --git a/pydis_site/templates/wiki/deleted.html b/pydis_site/templates/wiki/deleted.html deleted file mode 100644 index cdde2c47..00000000 --- a/pydis_site/templates/wiki/deleted.html +++ /dev/null @@ -1,62 +0,0 @@ -{% extends "wiki/base.html" %} -{% load wiki_tags %} - -{% block wiki_pagetitle %}Article deleted{% endblock %} - -{% block wiki_contents %} - - - {% if not article.current_revision.locked or article|can_delete:user %} -- To restore this article and any child articles, click the restore button below. -
- - - - - Restore - - {% endif %} - - {% if article|can_moderate:user %} -- To permanently remove this article and any child articles, click the purge button below. This will - allow you to free up the slugs assigned to these articles, so that they may be used for other - articles. -
-- Please note: This action cannot be undone. -
- - - {% endif %} - -{% endblock %} diff --git a/pydis_site/templates/wiki/deleted_list.html b/pydis_site/templates/wiki/deleted_list.html deleted file mode 100644 index 1a8d203c..00000000 --- a/pydis_site/templates/wiki/deleted_list.html +++ /dev/null @@ -1,45 +0,0 @@ -{% extends "wiki/base.html" %} -{% load wiki_tags %} - -{% block wiki_pagetitle %}Deleted Articles{% endblock %} - -{% block wiki_contents %} -| Page Title | -Date Deleted | -Restore Article | -
|---|---|---|
| - {{ article }} - | -- {{article.modified}} - | -- - - - - Restore - - | -
- No deleted articles to display. -
- {% endif %} -{% endblock %} diff --git a/pydis_site/templates/wiki/dir.html b/pydis_site/templates/wiki/dir.html deleted file mode 100644 index 5a30de7b..00000000 --- a/pydis_site/templates/wiki/dir.html +++ /dev/null @@ -1,103 +0,0 @@ -{% extends "wiki/article.html" %} -{% load humanize %} -{% load i18n %} -{% load wiki_extra %} -{% load wiki_tags %} - -{% block wiki_pagetitle %}Listing articles in {{ article.current_revision.title }}{% endblock %} - -{% block wiki_contents_tab %} - {% url 'wiki:dir' urlpath.path as self_url %} - - - -- {% with paginator.object_list.count as cnt %} - {% blocktrans with urlpath.path as path and cnt|pluralize:_("article,articles") as articles_plur and cnt|pluralize:_("is,are") as articles_plur_verb trimmed %} - Browsing /{{ path }}. There {{ articles_plur_verb }} {{ cnt }} {{ articles_plur }} in this level. - {% endblocktrans %} - {% endwith %} -
- - {% include "wiki/includes/pagination.html" %} - -| Title | -Slug | -Last modified | -
|---|---|---|
| - {{ urlpath.article.current_revision.title }} - - - - - - - - {% if urlpath.article.current_revision.deleted %} - - - - {% endif %} - - {% if urlpath.article.current_revision.locked %} - - - - {% endif %} - | - -- {{ urlpath.slug }} - | - -- {{ urlpath.article.current_revision.created|naturaltime }} - | -
| - There are no articles at this level - | -||
Article Preview
-- {{ field.help_text|safe }} -
- {% endif %} -
- {% for error in field.errors %}
- {{ error }}
- {% endfor %}
-
- {{ field.help_text|safe }} -
- {% endif %} -
- {% for error in field.errors %}
- {{ error }}
- {% endfor %}
-
- {{ field.help_text|safe }} -
- {% endif %} -
- {% for error in field.errors %}
- {{ error }}
- {% endfor %}
-
- {{ field.help_text|safe }} -
- {% endif %} -
- {% for error in field.errors %}
- {{ error }}
- {% endfor %}
-
- {{ field.help_text|safe }} -
- {% endif %} -
- {% for error in field.errors %}
- {{ error }}
- {% endfor %}
-
- {{ field.help_text|safe }} -
- {% endif %} -
- {% for error in field.errors %}
- {{ error }}
- {% endfor %}
-
- Click each revision to see a list of edited lines. Click the Preview - button to see how the article looked at this stage. At the bottom of - this page, you can change to a particular revision or merge an old - revision with the current one. -
- - {% include "wiki/includes/pagination.html" %} - - - - - -{% endblock %} diff --git a/pydis_site/templates/wiki/includes/article_menu.html b/pydis_site/templates/wiki/includes/article_menu.html deleted file mode 100644 index 966e8120..00000000 --- a/pydis_site/templates/wiki/includes/article_menu.html +++ /dev/null @@ -1,78 +0,0 @@ -{% load wiki_tags %} - -{% if article|can_write:user %} - {% with selected_tab as selected %} - - {% endwith %} -{% endif %} diff --git a/pydis_site/templates/wiki/includes/breadcrumbs.html b/pydis_site/templates/wiki/includes/breadcrumbs.html deleted file mode 100644 index 1b268e11..00000000 --- a/pydis_site/templates/wiki/includes/breadcrumbs.html +++ /dev/null @@ -1,95 +0,0 @@ -{% load wiki_tags %} - -{% if urlpath and article %} - -{% endif %} diff --git a/pydis_site/templates/wiki/includes/editor.html b/pydis_site/templates/wiki/includes/editor.html deleted file mode 100644 index 6eb6cd45..00000000 --- a/pydis_site/templates/wiki/includes/editor.html +++ /dev/null @@ -1,4 +0,0 @@ -{% load wiki_tags %} -{% include "wiki/includes/editormedia.html" %} - -{% wiki_form form %} diff --git a/pydis_site/templates/wiki/includes/editor_sidebar.html b/pydis_site/templates/wiki/includes/editor_sidebar.html deleted file mode 100644 index 45ac87a1..00000000 --- a/pydis_site/templates/wiki/includes/editor_sidebar.html +++ /dev/null @@ -1,38 +0,0 @@ -{% load static %} - -- {% if plugin.sidebar.icon_class %} - - {% if plugin.sidebar.icon_class == "fa-picture-o" %} - - {% else %} - - {% endif %} - - {% endif %} - - {{ plugin.sidebar.headline }} -
- -The following images are available for this article. Copy the markdown tag to directly refer to an image from the article text.
- -- - - - - Back to edit page - -
- - {% include "wiki/includes/pagination.html" %} - -| {{ revision.get_filename|default:_("No filename") }} | -Tag | -Updated | -Size | -|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
- |
-
-
- [image:{{ image.id }}]
- |
-
- - {% include "wiki/includes/revision_info.html" %} - | - -
- {{ revision.get_size|filesizeformat }} {{ revision.width }}x{{ revision.height }} pixels - |
- |||||||||||
| - History - | -||||||||||||||
-
|
- ||||||||||||||
- Purge image: Completely remove image file and all revisions -
- -s.
-{% endcomment %}{% with image.current_revision.imagerevision as revision %}{% spaceless %}
-
- {% empty %}
-
- {% endif %}
-
-
- Upload an image to replace the current one. -
- - -- Images are local to the article, and may only be used in the article they are - uploaded to. Images may be replaced by clicking the upload button next to it - above, but note that image revisions are kept and can be found on the - Manage Images page. -
- -
- To make use of images in an article, use the image wiki tag in
- your Markdown. These tags take some arguments for customisation, and you can
- also include a caption on the next line, indented by four spaces. Note that
- the align and size options are optional.
-
- Syntax: [image:ID align:x size:y]
-
- The ID to use is the image ID shown next to the image in the list above. - You can click on the insert button if you'd like to insert an image into the - editor without manually typing the tag. -
- -- [image:1 align:left size:orig] - Python Discord logo -- -
Insert Image
-
- Type in something from another wiki page's title and auto-complete will help you create a tag for your wiki link. Tags for links look like this:
-
[Title of link](wiki:ArticleSlug)- -{# We do this to prevent accidental form submission - this isn't _really_ a form #} - - -
- You can link to another website simply by inserting an address example.com or http://example.com or by using the markdown syntax:
-
[Clickable text](http://example.com)- -{% addtoblock "js" %} - {% comment %} - So, for whatever reason, bulmahead doesn't have a LICENSE file. There is one in - the package.json, but that isn't a standard most projects adhere to - so I've - declined to include it within the project directly. - - The package.json states MIT - but there is no prose or license - text available for the project itself. - {% endcomment %} - - - - - -{% endaddtoblock %} diff --git a/pydis_site/templates/wiki/preview_inline.html b/pydis_site/templates/wiki/preview_inline.html deleted file mode 100644 index a01c963a..00000000 --- a/pydis_site/templates/wiki/preview_inline.html +++ /dev/null @@ -1,73 +0,0 @@ -{% extends "wiki/base.html" %} -{% load sekizai_tags %} -{% load static %} -{% load wiki_tags %} - -{# We make these empty so they don't appear in the preview #} -{% block site_navbar %}{% endblock %} -{% block site_footer %}{% endblock %} -{% block wiki_breadcrumbs %}{% endblock %} - -{% block wiki_body %} - {% if revision %} -
Restoring to this revision will mark the article as deleted.
-| Title | -Last modified | -
|---|---|
| - No articles were found for that search query. - | -|
This article is currently locked for editing.
- {% endif %} - -
-{{ article.current_revision.content }}
-
-{% endblock %}
--
cgit v1.2.3
From aff3a89c3cec04eda096e8f27115e36108ee6286 Mon Sep 17 00:00:00 2001
From: ks129 <45097959+ks129@users.noreply.github.com>
Date: Sun, 4 Oct 2020 18:55:33 +0300
Subject: Change guides system to content system
As this system will be used for more than just guides,
I had to do some refactoring to match this system with plans.
Basically now there isn't guides, but articles instead.
---
pydis_site/apps/content/__init__.py | 0
pydis_site/apps/content/apps.py | 7 ++
pydis_site/apps/content/migrations/__init__.py | 0
.../content/resources/content/guides/_info.yml | 2 +
.../content/guides/how-to-write-a-guide.md | 63 +++++++++++
pydis_site/apps/content/tests/__init__.py | 0
.../content/tests/test_content/category/_info.yml | 2 +
.../content/tests/test_content/category/test3.md | 5 +
pydis_site/apps/content/tests/test_content/test.md | 11 ++
.../apps/content/tests/test_content/test2.md | 5 +
pydis_site/apps/content/tests/test_utils.py | 122 +++++++++++++++++++++
pydis_site/apps/content/tests/test_views.py | 104 ++++++++++++++++++
pydis_site/apps/content/urls.py | 11 ++
pydis_site/apps/content/utils.py | 77 +++++++++++++
pydis_site/apps/content/views/__init__.py | 5 +
pydis_site/apps/content/views/article.py | 50 +++++++++
pydis_site/apps/content/views/articles.py | 14 +++
pydis_site/apps/content/views/category.py | 18 +++
pydis_site/apps/guides/__init__.py | 0
pydis_site/apps/guides/apps.py | 7 --
pydis_site/apps/guides/migrations/__init__.py | 0
.../resources/guides/how-to-write-a-guide.md | 63 -----------
pydis_site/apps/guides/tests/__init__.py | 0
.../guides/tests/test_guides/category/_info.yml | 2 -
.../guides/tests/test_guides/category/test3.md | 5 -
pydis_site/apps/guides/tests/test_guides/test.md | 11 --
pydis_site/apps/guides/tests/test_guides/test2.md | 5 -
pydis_site/apps/guides/tests/test_utils.py | 122 ---------------------
pydis_site/apps/guides/tests/test_views.py | 104 ------------------
pydis_site/apps/guides/urls.py | 11 --
pydis_site/apps/guides/utils.py | 77 -------------
pydis_site/apps/guides/views/__init__.py | 5 -
pydis_site/apps/guides/views/category.py | 18 ---
pydis_site/apps/guides/views/guide.py | 48 --------
pydis_site/apps/guides/views/guides.py | 14 ---
pydis_site/apps/home/urls.py | 2 +-
pydis_site/settings.py | 2 +-
pydis_site/static/css/content/articles.css | 7 ++
pydis_site/static/css/guides/guide.css | 7 --
pydis_site/templates/content/article.html | 61 +++++++++++
pydis_site/templates/content/articles.html | 53 +++++++++
pydis_site/templates/content/category.html | 44 ++++++++
pydis_site/templates/guides/category.html | 44 --------
pydis_site/templates/guides/guide.html | 61 -----------
pydis_site/templates/guides/guides.html | 53 ---------
45 files changed, 663 insertions(+), 659 deletions(-)
create mode 100644 pydis_site/apps/content/__init__.py
create mode 100644 pydis_site/apps/content/apps.py
create mode 100644 pydis_site/apps/content/migrations/__init__.py
create mode 100644 pydis_site/apps/content/resources/content/guides/_info.yml
create mode 100644 pydis_site/apps/content/resources/content/guides/how-to-write-a-guide.md
create mode 100644 pydis_site/apps/content/tests/__init__.py
create mode 100644 pydis_site/apps/content/tests/test_content/category/_info.yml
create mode 100644 pydis_site/apps/content/tests/test_content/category/test3.md
create mode 100644 pydis_site/apps/content/tests/test_content/test.md
create mode 100644 pydis_site/apps/content/tests/test_content/test2.md
create mode 100644 pydis_site/apps/content/tests/test_utils.py
create mode 100644 pydis_site/apps/content/tests/test_views.py
create mode 100644 pydis_site/apps/content/urls.py
create mode 100644 pydis_site/apps/content/utils.py
create mode 100644 pydis_site/apps/content/views/__init__.py
create mode 100644 pydis_site/apps/content/views/article.py
create mode 100644 pydis_site/apps/content/views/articles.py
create mode 100644 pydis_site/apps/content/views/category.py
delete mode 100644 pydis_site/apps/guides/__init__.py
delete mode 100644 pydis_site/apps/guides/apps.py
delete mode 100644 pydis_site/apps/guides/migrations/__init__.py
delete mode 100644 pydis_site/apps/guides/resources/guides/how-to-write-a-guide.md
delete mode 100644 pydis_site/apps/guides/tests/__init__.py
delete mode 100644 pydis_site/apps/guides/tests/test_guides/category/_info.yml
delete mode 100644 pydis_site/apps/guides/tests/test_guides/category/test3.md
delete mode 100644 pydis_site/apps/guides/tests/test_guides/test.md
delete mode 100644 pydis_site/apps/guides/tests/test_guides/test2.md
delete mode 100644 pydis_site/apps/guides/tests/test_utils.py
delete mode 100644 pydis_site/apps/guides/tests/test_views.py
delete mode 100644 pydis_site/apps/guides/urls.py
delete mode 100644 pydis_site/apps/guides/utils.py
delete mode 100644 pydis_site/apps/guides/views/__init__.py
delete mode 100644 pydis_site/apps/guides/views/category.py
delete mode 100644 pydis_site/apps/guides/views/guide.py
delete mode 100644 pydis_site/apps/guides/views/guides.py
create mode 100644 pydis_site/static/css/content/articles.css
delete mode 100644 pydis_site/static/css/guides/guide.css
create mode 100644 pydis_site/templates/content/article.html
create mode 100644 pydis_site/templates/content/articles.html
create mode 100644 pydis_site/templates/content/category.html
delete mode 100644 pydis_site/templates/guides/category.html
delete mode 100644 pydis_site/templates/guides/guide.html
delete mode 100644 pydis_site/templates/guides/guides.html
(limited to 'pydis_site/static')
diff --git a/pydis_site/apps/content/__init__.py b/pydis_site/apps/content/__init__.py
new file mode 100644
index 00000000..e69de29b
diff --git a/pydis_site/apps/content/apps.py b/pydis_site/apps/content/apps.py
new file mode 100644
index 00000000..1e300a48
--- /dev/null
+++ b/pydis_site/apps/content/apps.py
@@ -0,0 +1,7 @@
+from django.apps import AppConfig
+
+
+class ContentConfig(AppConfig):
+ """Django AppConfig for content app."""
+
+ name = 'content'
diff --git a/pydis_site/apps/content/migrations/__init__.py b/pydis_site/apps/content/migrations/__init__.py
new file mode 100644
index 00000000..e69de29b
diff --git a/pydis_site/apps/content/resources/content/guides/_info.yml b/pydis_site/apps/content/resources/content/guides/_info.yml
new file mode 100644
index 00000000..8a38271d
--- /dev/null
+++ b/pydis_site/apps/content/resources/content/guides/_info.yml
@@ -0,0 +1,2 @@
+name: Guides
+description: Python and PyDis guides.
\ No newline at end of file
diff --git a/pydis_site/apps/content/resources/content/guides/how-to-write-a-guide.md b/pydis_site/apps/content/resources/content/guides/how-to-write-a-guide.md
new file mode 100644
index 00000000..072c2538
--- /dev/null
+++ b/pydis_site/apps/content/resources/content/guides/how-to-write-a-guide.md
@@ -0,0 +1,63 @@
+Title: How to Write a Guide
+ShortDescription: Learn how to write a guide for this website
+Contributors: ks129
+
+When you are interested about how to write guide for this site (like this), then you can learn about it here.
+PyDis use Markdown files for guides, but these files have some small differences from standard Markdown (like defining HTML IDs and classes).
+
+## [Getting Started](#getting-started){: id="getting-started" }
+First, you have to have a good idea, that match with PyDis theme. We can't accept guides like *How to bake a cake*,
+*How to lose weigth*. These doesn't match with PyDis theme and will be declined. Most of guides theme should be server and Python, but there can be some exceptions, when they are connected with PyDis.
+Best way to find out is your idea good is to discuss about it in #dev-core channel. There can other peoples give their opinion about your idea. Even better, open issue in site repository first, then PyDis staff can see it and approve/decline this idea.
+It's good idea to wait for staff decision before starting to write guide to avoid case when you write a long long guide, but then this don't get approved.
+
+To start with contributing, you should read [how to contribute to site](https://pythondiscord.com/pages/contributing/site/).
+You should also read our [Git workflow](https://pythondiscord.com/pages/contributing/working-with-git/), because you need to push your guide to GitHub.
+
+## [Creating a File](#creating-a-file){: id="creating-a-file" }
+All guides is located at `site` repository, in `pydis_site/apps/guides/resources/guides`. Under this is root level guides (.md files) and categories (directories). Learn more about categories in [categories section](#categories).
+
+At this point, you will need your guide name for filename. Replace all your guide name spaces with `-` and make all lowercase. Save this as `.md` (Markdown) file. This name (without Markdown extension) is path of guide in URL.
+
+## [Markdown Metadata](#markdown-metadata){: id="markdown-metadata" }
+Guide files have some required metadata, like title, contributors, description, relevant pages. Metadata is first thing in file, YAML-like key-value pairs:
+
+```md
+Title: My Guide
+ShortDescription: This is my short description.
+Contributors: person1
+ person2
+ person3
+RelevantLinks: url1
+ url2
+ url3
+RelevantLinkValues: Text for url1
+ Text for url2
+ Text for url3
+
+Here comes content of guide...
+```
+
+You can read more about Markdown metadata [here](https://python-markdown.github.io/extensions/meta_data/).
+
+### Fields
+- **Name:** Easily-readable name for your guide.
+- **Short Description:** Small, 1-2 line description that describe what your guide explain.
+- **Contributors:** All who have contributed to this guide. One person per-line, and they **have to be at same level**. When you edit guide, add your name to there.
+- **Relevant Links and Values:** Links that will be shown at right side. Both key's values have to be at same level, just like for contributors field.
+
+## [Content](#content){: id="content" }
+For content, mostly you can use standard markdown, but there is a few addition that is available.
+
+### HTML classes and IDs
+To provide HTML classes and/or IDs, this use `{: id="myid" class="class1 class2" }`. When using it at header, place this **right after** title, no space between them. For mutliline items, place them next line after end of block. You can read more about it [here](https://python-markdown.github.io/extensions/attr_list/).
+
+## [Categories](#categories){: id="categories" }
+To have some systematic sorting of guides, site support guides categories. Currently this system support only 1 level of categories. Categories live at `site` repo in `pydis_site/apps/guides/resources/guides` subdirectories. Directory name is path of category in URL. Inside category directory, there is 1 file required: `_info.yml`. This file need 2 key-value pairs defined:
+
+```yml
+name: Category name
+description: Category description
+```
+
+Then all Markdown files in this folder will be under this category.
diff --git a/pydis_site/apps/content/tests/__init__.py b/pydis_site/apps/content/tests/__init__.py
new file mode 100644
index 00000000..e69de29b
diff --git a/pydis_site/apps/content/tests/test_content/category/_info.yml b/pydis_site/apps/content/tests/test_content/category/_info.yml
new file mode 100644
index 00000000..8311509d
--- /dev/null
+++ b/pydis_site/apps/content/tests/test_content/category/_info.yml
@@ -0,0 +1,2 @@
+name: My Category
+description: My Description
diff --git a/pydis_site/apps/content/tests/test_content/category/test3.md b/pydis_site/apps/content/tests/test_content/category/test3.md
new file mode 100644
index 00000000..bdde6188
--- /dev/null
+++ b/pydis_site/apps/content/tests/test_content/category/test3.md
@@ -0,0 +1,5 @@
+Title: Test 3
+ShortDescription: Testing 3
+Contributors: user3
+
+This is too test content, but in category.
diff --git a/pydis_site/apps/content/tests/test_content/test.md b/pydis_site/apps/content/tests/test_content/test.md
new file mode 100644
index 00000000..7a917899
--- /dev/null
+++ b/pydis_site/apps/content/tests/test_content/test.md
@@ -0,0 +1,11 @@
+Title: Test
+ShortDescription: Testing
+Contributors: user
+RelevantLinks: https://pythondiscord.com/pages/resources/guides/asking-good-questions/
+ https://pythondiscord.com/pages/resources/guides/help-channels/
+ https://pythondiscord.com/pages/code-of-conduct/
+RelevantLinkValues: Asking Good Questions
+ Help Channel Guide
+ Code of Conduct
+
+This is test content.
diff --git a/pydis_site/apps/content/tests/test_content/test2.md b/pydis_site/apps/content/tests/test_content/test2.md
new file mode 100644
index 00000000..f0852356
--- /dev/null
+++ b/pydis_site/apps/content/tests/test_content/test2.md
@@ -0,0 +1,5 @@
+Title: Test 2
+ShortDescription: Testing 2
+Contributors: user2
+
+This is too test content.
\ No newline at end of file
diff --git a/pydis_site/apps/content/tests/test_utils.py b/pydis_site/apps/content/tests/test_utils.py
new file mode 100644
index 00000000..82e1ac5f
--- /dev/null
+++ b/pydis_site/apps/content/tests/test_utils.py
@@ -0,0 +1,122 @@
+import os
+from unittest.mock import patch
+
+from django.conf import settings
+from django.http import Http404
+from django.test import TestCase
+from markdown import Markdown
+
+from pydis_site.apps.content import utils
+
+BASE_PATH = os.path.join(settings.BASE_DIR, "pydis_site", "apps", "content", "tests", "test_content")
+
+
+class TestGetBasePath(TestCase):
+ def test_get_base_path(self):
+ """Test does function return content base path."""
+ self.assertEqual(
+ utils._get_base_path(),
+ os.path.join(settings.BASE_DIR, "pydis_site", "apps", "content", "resources", "content")
+ )
+
+
+class TestGetCategory(TestCase):
+ def test_get_category_successfully(self):
+ """Check does this get right data from category data file."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ result = utils.get_category("category")
+
+ self.assertEqual(result, {"name": "My Category", "description": "My Description"})
+
+ def test_get_category_not_exists(self):
+ """Check does this raise 404 error when category don't exists."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ with self.assertRaises(Http404):
+ utils.get_category("invalid")
+
+ def test_get_category_not_directory(self):
+ """Check does this raise 404 error when category isn't directory."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ with self.assertRaises(Http404):
+ utils.get_category("test.md")
+
+
+class TestGetCategories(TestCase):
+ def test_get_categories(self):
+ """Check does this return test content categories."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ result = utils.get_categories()
+
+ self.assertEqual(result, {"category": {"name": "My Category", "description": "My Description"}})
+
+
+class TestGetArticles(TestCase):
+ def test_get_all_root_articles(self):
+ """Check does this return all root level testing content."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ result = utils.get_articles()
+
+ for case in ["test", "test2"]:
+ with self.subTest(guide=case):
+ md = Markdown(extensions=['meta'])
+ with open(os.path.join(BASE_PATH, f"{case}.md")) as f:
+ md.convert(f.read())
+
+ self.assertIn(case, result)
+ self.assertEqual(md.Meta, result[case])
+
+ def test_get_all_category_articles(self):
+ """Check does this return all category testing content."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ result = utils.get_articles("category")
+
+ md = Markdown(extensions=['meta'])
+ with open(os.path.join(BASE_PATH, "category", "test3.md")) as f:
+ md.convert(f.read())
+
+ self.assertIn("test3", result)
+ self.assertEqual(md.Meta, result["test3"])
+
+
+class TestGetArticle(TestCase):
+ def test_get_root_article_success(self):
+ """Check does this return article HTML and metadata when root article exist."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ result = utils.get_article("test", None)
+
+ md = Markdown(extensions=['meta', 'attr_list', 'fenced_code'])
+
+ with open(os.path.join(BASE_PATH, "test.md")) as f:
+ html = md.convert(f.read())
+
+ self.assertEqual(result, {"article": html, "metadata": md.Meta})
+
+ def test_get_root_article_dont_exist(self):
+ """Check does this raise Http404 when root article don't exist."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ with self.assertRaises(Http404):
+ utils.get_article("invalid", None)
+
+ def test_get_category_article_success(self):
+ """Check does this return article HTML and metadata when category guide exist."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ result = utils.get_article("test3", "category")
+
+ md = Markdown(extensions=['meta', 'attr_list', 'fenced_code'])
+
+ with open(os.path.join(BASE_PATH, "category", "test3.md")) as f:
+ html = md.convert(f.read())
+
+ self.assertEqual(result, {"article": html, "metadata": md.Meta})
+
+ def test_get_category_article_dont_exist(self):
+ """Check does this raise Http404 when category article don't exist."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ with self.assertRaises(Http404):
+ utils.get_article("invalid", "category")
+
+ def test_get_category_article_category_dont_exist(self):
+ """Check does this raise Http404 when category don't exist."""
+ with patch("pydis_site.apps.content.utils._get_base_path", return_value=BASE_PATH):
+ with self.assertRaises(Http404):
+ utils.get_article("some-guide", "invalid")
diff --git a/pydis_site/apps/content/tests/test_views.py b/pydis_site/apps/content/tests/test_views.py
new file mode 100644
index 00000000..98054534
--- /dev/null
+++ b/pydis_site/apps/content/tests/test_views.py
@@ -0,0 +1,104 @@
+from unittest.mock import patch
+
+from django.http import Http404
+from django.test import TestCase
+from django_hosts.resolvers import reverse
+
+
+class TestGuidesIndexView(TestCase):
+ @patch("pydis_site.apps.content.views.articles.get_articles")
+ @patch("pydis_site.apps.content.views.articles.get_categories")
+ def test_articles_index_return_200(self, get_categories_mock, get_articles_mock):
+ """Check that content index return HTTP code 200."""
+ get_categories_mock.return_value = {}
+ get_articles_mock.return_value = {}
+
+ url = reverse('content:content')
+ response = self.client.get(url)
+ self.assertEqual(response.status_code, 200)
+ get_articles_mock.assert_called_once()
+ get_categories_mock.assert_called_once()
+
+
+class TestGuideView(TestCase):
+ @patch("pydis_site.apps.content.views.article.os.path.getmtime")
+ @patch("pydis_site.apps.content.views.article.get_article")
+ @patch("pydis_site.apps.content.views.article.get_category")
+ def test_guide_return_code_200(self, get_category_mock, get_article_mock, get_time_mock):
+ get_article_mock.return_value = {"guide": "test", "metadata": {}}
+
+ url = reverse("content:article", args=["test-guide"])
+ response = self.client.get(url)
+ self.assertEqual(response.status_code, 200)
+ get_category_mock.assert_not_called()
+ get_article_mock.assert_called_once_with("test-guide", None)
+
+ @patch("pydis_site.apps.content.views.article.os.path.getmtime")
+ @patch("pydis_site.apps.content.views.article.get_article")
+ @patch("pydis_site.apps.content.views.article.get_category")
+ def test_guide_return_404(self, get_category_mock, get_article_mock, get_time_mock):
+ """Check that return code is 404 when invalid article provided."""
+ get_article_mock.side_effect = Http404("Article not found.")
+
+ url = reverse("content:article", args=["invalid-guide"])
+ response = self.client.get(url)
+ self.assertEqual(response.status_code, 404)
+ get_article_mock.assert_called_once_with("invalid-guide", None)
+ get_category_mock.assert_not_called()
+
+
+class TestCategoryView(TestCase):
+ @patch("pydis_site.apps.content.views.category.get_category")
+ @patch("pydis_site.apps.content.views.category.get_articles")
+ def test_valid_category_code_200(self, get_articles_mock, get_category_mock):
+ """Check that return code is 200 when visiting valid category."""
+ get_category_mock.return_value = {"name": "test", "description": "test"}
+ get_articles_mock.return_value = {}
+
+ url = reverse("content:category", args=["category"])
+ response = self.client.get(url)
+
+ self.assertEqual(response.status_code, 200)
+ get_articles_mock.assert_called_once_with("category")
+ get_category_mock.assert_called_once_with("category")
+
+ @patch("pydis_site.apps.content.views.category.get_category")
+ @patch("pydis_site.apps.content.views.category.get_articles")
+ def test_invalid_category_code_404(self, get_articles_mock, get_category_mock):
+ """Check that return code is 404 when trying to visit invalid category."""
+ get_category_mock.side_effect = Http404("Category not found.")
+
+ url = reverse("content:category", args=["invalid-category"])
+ response = self.client.get(url)
+
+ self.assertEqual(response.status_code, 404)
+ get_category_mock.assert_called_once_with("invalid-category")
+ get_articles_mock.assert_not_called()
+
+
+class TestCategoryGuidesView(TestCase):
+ @patch("pydis_site.apps.content.views.article.os.path.getmtime")
+ @patch("pydis_site.apps.content.views.article.get_article")
+ @patch("pydis_site.apps.content.views.article.get_category")
+ def test_valid_category_article_code_200(self, get_category_mock, get_article_mock, get_time_mock):
+ """Check that return code is 200 when visiting valid category article."""
+ get_article_mock.return_value = {"guide": "test", "metadata": {}}
+
+ url = reverse("content:category_article", args=["category", "test3"])
+ response = self.client.get(url)
+ self.assertEqual(response.status_code, 200)
+ get_article_mock.assert_called_once_with("test3", "category")
+ get_category_mock.assert_called_once_with("category")
+
+ @patch("pydis_site.apps.content.views.article.os.path.getmtime")
+ @patch("pydis_site.apps.content.views.article.get_article")
+ @patch("pydis_site.apps.content.views.article.get_category")
+ def test_invalid_category_article_code_404(self, get_category_mock, get_article_mock, get_time_mock):
+ """Check that return code is 200 when trying to visit invalid category article."""
+ get_article_mock.side_effect = Http404("Article not found.")
+
+ url = reverse("content:category_article", args=["category", "invalid"])
+ response = self.client.get(url)
+ self.assertEqual(response.status_code, 404)
+ get_article_mock.assert_called_once_with("invalid", "category")
+ get_category_mock.assert_not_called()
diff --git a/pydis_site/apps/content/urls.py b/pydis_site/apps/content/urls.py
new file mode 100644
index 00000000..ae9b1e57
--- /dev/null
+++ b/pydis_site/apps/content/urls.py
@@ -0,0 +1,11 @@
+from django.urls import path
+
+from . import views
+
+app_name = "content"
+urlpatterns = [
+ path("", views.ArticlesView.as_view(), name='content'),
+ path("category/
+ Last modified: {{ last_modified }}
+ Contributors: {{ article.metadata.contributors|join:", " }}
+
- Last modified: {{ last_modified }}
- Contributors: {{ guide.metadata.contributors|join:", " }}
-
tag backgrounds the same as .
This makes it consistent with the django-wiki version of the code
blocks, which looks neater.
---
pydis_site/static/css/events/base.css | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/events/base.css b/pydis_site/static/css/events/base.css
index b4f233f7..266bca1d 100644
--- a/pydis_site/static/css/events/base.css
+++ b/pydis_site/static/css/events/base.css
@@ -1,3 +1,12 @@
.breadcrumb-section {
padding: 1rem;
}
+
+pre {
+ /*
+ * Style it the same as the tag, since highlight.js does not style
+ * backgrounds of tags but bulma does, resulting in a weird off-white
+ * border.
+ */
+ background-color: #282c34;
+}
--
cgit v1.2.3
From 90c5e62d1c0e8e347d1f16df4849ea942086affe Mon Sep 17 00:00:00 2001
From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com>
Date: Tue, 23 Mar 2021 09:43:32 +0300
Subject: Adds Streamyard Banner To Homepage
---
pydis_site/static/images/sponsors/streamyard.png | Bin 0 -> 86678 bytes
pydis_site/templates/home/index.html | 3 +++
2 files changed, 3 insertions(+)
create mode 100644 pydis_site/static/images/sponsors/streamyard.png
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/images/sponsors/streamyard.png b/pydis_site/static/images/sponsors/streamyard.png
new file mode 100644
index 00000000..a1527e8d
Binary files /dev/null and b/pydis_site/static/images/sponsors/streamyard.png differ
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 04815b7f..c35af2aa 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -204,6 +204,9 @@
+
+
+
tag backgrounds same as .
This makes it consistent with the django-wiki version of the code
blocks, which looks neater.
---
pydis_site/static/css/content/articles.css | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/content/articles.css b/pydis_site/static/css/content/articles.css
index fa7a0ba5..f46d6b15 100644
--- a/pydis_site/static/css/content/articles.css
+++ b/pydis_site/static/css/content/articles.css
@@ -5,3 +5,12 @@
i.has-icon-padding {
padding: 0 10px 25px 0;
}
+
+pre {
+ /*
+ * Style it the same as the tag, since highlight.js does not style
+ * backgrounds of tags but bulma does, resulting in a weird off-white
+ * border.
+ */
+ background-color: #282c34;
+}
--
cgit v1.2.3
From 7e05e56d7e650adbaf2e8f552408368d1ff55521 Mon Sep 17 00:00:00 2001
From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com>
Date: Tue, 23 Mar 2021 13:09:46 +0300
Subject: Centers Sponsor Logos
Center justifies sponsor logos on the home page to make wrapping look cleaner.
---
pydis_site/static/css/home/index.css | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index 58ca8888..106feb7c 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -208,7 +208,11 @@ h1 {
padding-bottom: 3rem;
}
+#sponsors .columns {
+ justify-content: center;
+}
+
#sponsors img {
height: 5rem;
- margin-right: 2rem;
+ margin: auto 1rem;
}
--
cgit v1.2.3
From 367ba267c4dbc6d406922f80bc4337ee9a0139a0 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Tue, 23 Mar 2021 18:24:56 +0800
Subject: Rename `articles` to `pages`.
Articles was a good name, but we want an `articles` category in
the future. `/pages/guides/` and `/pages/articles/` are clearer in name
than `/articles/guides/` and `/articles/articles/`.
---
pydis_site/apps/content/tests/test_utils.py | 70 ++++++------
pydis_site/apps/content/tests/test_views.py | 127 +++++++++++-----------
pydis_site/apps/content/urls.py | 4 +-
pydis_site/apps/content/utils.py | 36 +++---
pydis_site/apps/content/views/__init__.py | 6 +-
pydis_site/apps/content/views/article_category.py | 69 ------------
pydis_site/apps/content/views/articles.py | 16 ---
pydis_site/apps/content/views/page_category.py | 69 ++++++++++++
pydis_site/apps/content/views/pages.py | 16 +++
pydis_site/apps/events/urls.py | 4 +-
pydis_site/apps/events/views/__init__.py | 4 +-
pydis_site/apps/events/views/page.py | 2 +-
pydis_site/apps/home/urls.py | 2 +-
pydis_site/settings.py | 2 +-
pydis_site/static/css/content/articles.css | 16 ---
pydis_site/static/css/content/page.css | 16 +++
pydis_site/templates/content/article.html | 58 ----------
pydis_site/templates/content/listing.html | 20 ++--
pydis_site/templates/content/page.html | 58 ++++++++++
pydis_site/templates/resources/resources.html | 2 +-
20 files changed, 299 insertions(+), 298 deletions(-)
delete mode 100644 pydis_site/apps/content/views/article_category.py
delete mode 100644 pydis_site/apps/content/views/articles.py
create mode 100644 pydis_site/apps/content/views/page_category.py
create mode 100644 pydis_site/apps/content/views/pages.py
delete mode 100644 pydis_site/static/css/content/articles.css
create mode 100644 pydis_site/static/css/content/page.css
delete mode 100644 pydis_site/templates/content/article.html
create mode 100644 pydis_site/templates/content/page.html
(limited to 'pydis_site/static')
diff --git a/pydis_site/apps/content/tests/test_utils.py b/pydis_site/apps/content/tests/test_utils.py
index 26b2bba9..e1f1b92a 100644
--- a/pydis_site/apps/content/tests/test_utils.py
+++ b/pydis_site/apps/content/tests/test_utils.py
@@ -13,20 +13,20 @@ BASE_PATH = Path(settings.BASE_DIR, "pydis_site", "apps", "content", "tests", "t
class TestGetCategory(TestCase):
- @override_settings(ARTICLES_PATH=BASE_PATH)
+ @override_settings(PAGES_PATH=BASE_PATH)
def test_get_category_successfully(self):
"""Check does this get right data from category data file."""
result = utils.get_category(["category"])
self.assertEqual(result, {"name": "My Category", "description": "My Description"})
- @override_settings(ARTICLES_PATH=BASE_PATH)
+ @override_settings(PAGES_PATH=BASE_PATH)
def test_get_category_not_exists(self):
"""Check does this raise 404 error when category don't exists."""
with self.assertRaises(Http404):
utils.get_category(["invalid"])
- @override_settings(ARTICLES_PATH=BASE_PATH)
+ @override_settings(PAGES_PATH=BASE_PATH)
def test_get_category_not_directory(self):
"""Check does this raise 404 error when category isn't directory."""
with self.assertRaises(Http404):
@@ -34,7 +34,7 @@ class TestGetCategory(TestCase):
class TestGetCategories(TestCase):
- @override_settings(ARTICLES_PATH=BASE_PATH)
+ @override_settings(PAGES_PATH=BASE_PATH)
@patch("pydis_site.apps.content.utils.get_category")
def test_get_categories(self, get_category_mock):
"""Check does this return test content categories."""
@@ -47,7 +47,7 @@ class TestGetCategories(TestCase):
result, {"category": {"name": "My Category", "description": "My Description"}}
)
- @override_settings(ARTICLES_PATH=BASE_PATH)
+ @override_settings(PAGES_PATH=BASE_PATH)
def test_get_categories_root_path(self):
"""Check does this doesn't call joinpath when getting root categories."""
result = utils.get_categories()
@@ -55,7 +55,7 @@ class TestGetCategories(TestCase):
result, {"category": {"name": "My Category", "description": "My Description"}}
)
- @override_settings(ARTICLES_PATH=BASE_PATH)
+ @override_settings(PAGES_PATH=BASE_PATH)
def test_get_categories_in_category(self):
"""Check does this call joinpath when getting subcategories."""
result = utils.get_categories(["category"])
@@ -64,11 +64,11 @@ class TestGetCategories(TestCase):
)
-class TestGetArticles(TestCase):
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_get_all_root_articles(self):
+class TestGetPages(TestCase):
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_get_all_root_pages(self):
"""Check does this return all root level testing content."""
- result = utils.get_articles()
+ result = utils.get_pages()
for case in ["test", "test2"]:
with self.subTest(guide=case):
@@ -77,10 +77,10 @@ class TestGetArticles(TestCase):
self.assertIn(case, result)
self.assertEqual(md.metadata, result[case])
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_get_all_category_articles(self):
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_get_all_category_pages(self):
"""Check does this return all category testing content."""
- result = utils.get_articles(["category"])
+ result = utils.get_pages(["category"])
md = markdown(BASE_PATH.joinpath("category", "test3.md").read_text(), extras=["metadata"])
@@ -88,11 +88,11 @@ class TestGetArticles(TestCase):
self.assertEqual(md.metadata, result["test3"])
-class TestGetArticle(TestCase):
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_get_root_article_success(self):
- """Check does this return article HTML and metadata when root article exist."""
- result = utils.get_article(["test"])
+class TestGetPage(TestCase):
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_get_root_page_success(self):
+ """Check does this return page HTML and metadata when root page exist."""
+ result = utils.get_page(["test"])
md = markdown(
BASE_PATH.joinpath("test.md").read_text(),
@@ -107,18 +107,18 @@ class TestGetArticle(TestCase):
]
)
- self.assertEqual(result, {"article": str(md), "metadata": md.metadata})
+ self.assertEqual(result, {"page": str(md), "metadata": md.metadata})
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_get_root_article_dont_exist(self):
- """Check does this raise Http404 when root article don't exist."""
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_get_root_page_dont_exist(self):
+ """Check does this raise Http404 when root page don't exist."""
with self.assertRaises(Http404):
- utils.get_article(["invalid"])
+ utils.get_page(["invalid"])
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_get_category_article_success(self):
- """Check does this return article HTML and metadata when category guide exist."""
- result = utils.get_article(["category", "test3"])
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_get_category_page_success(self):
+ """Check does this return page HTML and metadata when category guide exist."""
+ result = utils.get_page(["category", "test3"])
md = markdown(
BASE_PATH.joinpath("category", "test3.md").read_text(),
@@ -133,16 +133,16 @@ class TestGetArticle(TestCase):
]
)
- self.assertEqual(result, {"article": str(md), "metadata": md.metadata})
+ self.assertEqual(result, {"page": str(md), "metadata": md.metadata})
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_get_category_article_dont_exist(self):
- """Check does this raise Http404 when category article don't exist."""
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_get_category_page_dont_exist(self):
+ """Check does this raise Http404 when category page don't exist."""
with self.assertRaises(Http404):
- utils.get_article(["category", "invalid"])
+ utils.get_page(["category", "invalid"])
- @patch("pydis_site.settings.ARTICLES_PATH", new=BASE_PATH)
- def test_get_category_article_category_dont_exist(self):
+ @patch("pydis_site.settings.PAGES_PATH", new=BASE_PATH)
+ def test_get_category_page_category_dont_exist(self):
"""Check does this raise Http404 when category don't exist."""
with self.assertRaises(Http404):
- utils.get_article(["invalid", "some-guide"])
+ utils.get_page(["invalid", "some-guide"])
diff --git a/pydis_site/apps/content/tests/test_views.py b/pydis_site/apps/content/tests/test_views.py
index 55bfb8ea..5ce18afb 100644
--- a/pydis_site/apps/content/tests/test_views.py
+++ b/pydis_site/apps/content/tests/test_views.py
@@ -6,143 +6,144 @@ from django.http import Http404
from django.test import RequestFactory, TestCase, override_settings
from django_hosts.resolvers import reverse
-from pydis_site.apps.content.views import ArticleOrCategoryView
+from pydis_site.apps.content.views import PageOrCategoryView
BASE_PATH = Path(settings.BASE_DIR, "pydis_site", "apps", "content", "tests", "test_content")
-class TestArticlesIndexView(TestCase):
- @patch("pydis_site.apps.content.views.articles.get_articles")
- @patch("pydis_site.apps.content.views.articles.get_categories")
- def test_articles_index_return_200(self, get_categories_mock, get_articles_mock):
+class TestPagesIndexView(TestCase):
+ @patch("pydis_site.apps.content.views.pages.get_pages")
+ @patch("pydis_site.apps.content.views.pages.get_categories")
+ def test_pages_index_return_200(self, get_categories_mock, get_page_mock):
"""Check that content index return HTTP code 200."""
get_categories_mock.return_value = {}
- get_articles_mock.return_value = {}
+ get_page_mock.return_value = {}
- url = reverse('content:articles')
+ url = reverse('content:pages')
response = self.client.get(url)
self.assertEqual(response.status_code, 200)
- get_articles_mock.assert_called_once()
+ get_page_mock.assert_called_once()
get_categories_mock.assert_called_once()
-class TestArticleOrCategoryView(TestCase):
- @override_settings(ARTICLES_PATH=BASE_PATH)
- @patch("pydis_site.apps.content.views.article_category.utils.get_article")
- @patch("pydis_site.apps.content.views.article_category.utils.get_category")
- def test_article_return_code_200(self, get_category_mock, get_article_mock):
- get_article_mock.return_value = {"guide": "test", "metadata": {}}
+class TestPageOrCategoryView(TestCase):
+ @override_settings(PAGES_PATH=BASE_PATH)
+ @patch("pydis_site.apps.content.views.page_category.utils.get_page")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_category")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_github_information")
+ def test_page_return_code_200(self, get_category_mock, get_page_mock):
+ get_page_mock.return_value = {"guide": "test", "metadata": {}}
- url = reverse("content:article_category", args=["test2"])
+ url = reverse("content:page_category", args=["test2"])
response = self.client.get(url)
self.assertEqual(response.status_code, 200)
get_category_mock.assert_not_called()
- get_article_mock.assert_called_once()
+ get_page_mock.assert_called_once()
- @patch("pydis_site.apps.content.views.article_category.utils.get_article")
- @patch("pydis_site.apps.content.views.article_category.utils.get_category")
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_article_return_404(self, get_category_mock, get_article_mock):
- """Check that return code is 404 when invalid article provided."""
- get_article_mock.side_effect = Http404("Article not found.")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_page")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_category")
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_page_return_404(self, get_category_mock, get_page_mock):
+ """Check that return code is 404 when invalid page provided."""
+ get_page_mock.side_effect = Http404("Page not found.")
- url = reverse("content:article_category", args=["invalid-guide"])
+ url = reverse("content:page_category", args=["invalid-guide"])
response = self.client.get(url)
self.assertEqual(response.status_code, 404)
- get_article_mock.assert_not_called()
+ get_page_mock.assert_not_called()
get_category_mock.assert_not_called()
- @patch("pydis_site.apps.content.views.article_category.utils.get_category")
- @patch("pydis_site.apps.content.views.article_category.utils.get_articles")
- @patch("pydis_site.apps.content.views.article_category.utils.get_categories")
- @override_settings(ARTICLES_PATH=BASE_PATH)
+ @patch("pydis_site.apps.content.views.page_category.utils.get_category")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_pages")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_categories")
+ @override_settings(PAGES_PATH=BASE_PATH)
def test_valid_category_code_200(
self,
get_categories_mock,
- get_articles_mock,
+ get_pages_mock,
get_category_mock
):
"""Check that return code is 200 when visiting valid category."""
get_category_mock.return_value = {"name": "test", "description": "test"}
- get_articles_mock.return_value = {}
+ get_pages_mock.return_value = {}
- url = reverse("content:article_category", args=["category"])
+ url = reverse("content:page_category", args=["category"])
response = self.client.get(url)
self.assertEqual(response.status_code, 200)
- get_articles_mock.assert_called_once()
+ get_pages_mock.assert_called_once()
get_category_mock.assert_called_once()
get_categories_mock.assert_called_once()
- @patch("pydis_site.apps.content.views.article_category.utils.get_category")
- @patch("pydis_site.apps.content.views.article_category.utils.get_articles")
- @patch("pydis_site.apps.content.views.article_category.utils.get_categories")
- @override_settings(ARTICLES_PATH=BASE_PATH)
+ @patch("pydis_site.apps.content.views.page_category.utils.get_category")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_pages")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_categories")
+ @override_settings(PAGES_PATH=BASE_PATH)
def test_invalid_category_code_404(
self,
get_categories_mock,
- get_articles_mock,
+ get_pages_mock,
get_category_mock
):
"""Check that return code is 404 when trying to visit invalid category."""
get_category_mock.side_effect = Http404("Category not found.")
- url = reverse("content:article_category", args=["invalid-category"])
+ url = reverse("content:page_category", args=["invalid-category"])
response = self.client.get(url)
self.assertEqual(response.status_code, 404)
get_category_mock.assert_not_called()
- get_articles_mock.assert_not_called()
+ get_pages_mock.assert_not_called()
get_categories_mock.assert_not_called()
- @patch("pydis_site.apps.content.views.article_category.utils.get_article")
- @patch("pydis_site.apps.content.views.article_category.utils.get_category")
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_valid_category_article_code_200(
+ @patch("pydis_site.apps.content.views.page_category.utils.get_page")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_category")
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_valid_category_page_code_200(
self,
get_category_mock,
- get_article_mock
+ get_page_mock
):
- """Check that return code is 200 when visiting valid category article."""
- get_article_mock.return_value = {"guide": "test", "metadata": {}}
+ """Check that return code is 200 when visiting valid category page."""
+ get_page_mock.return_value = {"guide": "test", "metadata": {}}
- url = reverse("content:article_category", args=["category/test3"])
+ url = reverse("content:page_category", args=["category/test3"])
response = self.client.get(url)
self.assertEqual(response.status_code, 200)
- get_article_mock.assert_called_once()
+ get_page_mock.assert_called_once()
self.assertEqual(get_category_mock.call_count, 2)
- @patch("pydis_site.apps.content.views.article_category.utils.get_article")
- @patch("pydis_site.apps.content.views.article_category.utils.get_category")
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_invalid_category_article_code_404(
+ @patch("pydis_site.apps.content.views.page_category.utils.get_page")
+ @patch("pydis_site.apps.content.views.page_category.utils.get_category")
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_invalid_category_page_code_404(
self,
get_category_mock,
- get_article_mock
+ get_page_mock
):
- """Check that return code is 200 when trying to visit invalid category article."""
- get_article_mock.side_effect = Http404("Article not found.")
+ """Check that return code is 200 when trying to visit invalid category page."""
+ get_page_mock.side_effect = Http404("Page not found.")
- url = reverse("content:article_category", args=["category/invalid"])
+ url = reverse("content:page_category", args=["category/invalid"])
response = self.client.get(url)
self.assertEqual(response.status_code, 404)
- get_article_mock.assert_not_called()
+ get_page_mock.assert_not_called()
get_category_mock.assert_not_called()
- @override_settings(ARTICLES_PATH=BASE_PATH)
- def test_article_category_template_names(self):
- """Check that this return category, article template or raise Http404."""
+ @override_settings(PAGES_PATH=BASE_PATH)
+ def test_page_category_template_names(self):
+ """Check that this return category, page template or raise Http404."""
factory = RequestFactory()
cases = [
{"location": "category", "output": ["content/listing.html"]},
- {"location": "test", "output": ["content/article.html"]},
+ {"location": "test", "output": ["content/page.html"]},
{"location": "invalid", "output": None, "raises": Http404}
]
for case in cases:
with self.subTest(location=case["location"], output=case["output"]):
- request = factory.get(f"/articles/{case['location']}")
- instance = ArticleOrCategoryView()
+ request = factory.get(f"/pages/{case['location']}")
+ instance = PageOrCategoryView()
instance.request = request
instance.kwargs = {"location": case["location"]}
diff --git a/pydis_site/apps/content/urls.py b/pydis_site/apps/content/urls.py
index 49a5a2ef..1406f672 100644
--- a/pydis_site/apps/content/urls.py
+++ b/pydis_site/apps/content/urls.py
@@ -4,6 +4,6 @@ from . import views
app_name = "content"
urlpatterns = [
- path("", views.ArticlesView.as_view(), name='articles'),
- path("/", views.ArticleOrCategoryView.as_view(), name='article_category'),
+ path("", views.PagesView.as_view(), name='pages'),
+ path("/", views.PageOrCategoryView.as_view(), name='page_category'),
]
diff --git a/pydis_site/apps/content/utils.py b/pydis_site/apps/content/utils.py
index 305d26b5..db502a71 100644
--- a/pydis_site/apps/content/utils.py
+++ b/pydis_site/apps/content/utils.py
@@ -9,7 +9,7 @@ from markdown2 import markdown
def get_category(path: List[str]) -> Dict[str, str]:
"""Load category information by name from _info.yml."""
- path = settings.ARTICLES_PATH.joinpath(*path)
+ path = settings.PAGES_PATH.joinpath(*path)
if not path.exists() or not path.is_dir():
raise Http404("Category not found.")
@@ -20,10 +20,10 @@ def get_categories(path: Optional[List[str]] = None) -> Dict[str, Dict]:
"""Get all categories information."""
categories = {}
if path is None:
- categories_path = settings.ARTICLES_PATH
+ categories_path = settings.PAGES_PATH
path = []
else:
- categories_path = settings.ARTICLES_PATH.joinpath(*path)
+ categories_path = settings.PAGES_PATH.joinpath(*path)
for name in categories_path.iterdir():
if name.is_dir():
@@ -32,34 +32,34 @@ def get_categories(path: Optional[List[str]] = None) -> Dict[str, Dict]:
return categories
-def get_articles(path: Optional[List[str]] = None) -> Dict[str, Dict]:
- """Get all root or category articles."""
+def get_pages(path: Optional[List[str]] = None) -> Dict[str, Dict]:
+ """Get all root or category pages."""
if path is None:
- base_dir = settings.ARTICLES_PATH
+ base_dir = settings.PAGES_PATH
else:
- base_dir = settings.ARTICLES_PATH.joinpath(*path)
+ base_dir = settings.PAGES_PATH.joinpath(*path)
- articles = {}
+ pages = {}
for item in base_dir.iterdir():
if item.is_file() and item.name.endswith(".md"):
md = markdown(item.read_text(), extras=["metadata"])
- articles[os.path.splitext(item.name)[0]] = md.metadata
+ pages[os.path.splitext(item.name)[0]] = md.metadata
- return articles
+ return pages
-def get_article(path: List[str]) -> Dict[str, Union[str, Dict]]:
- """Get one specific article. When category is specified, get it from there."""
- article_path = settings.ARTICLES_PATH.joinpath(*path[:-1])
+def get_page(path: List[str]) -> Dict[str, Union[str, Dict]]:
+ """Get one specific page. When category is specified, get it from there."""
+ page_path = settings.PAGES_PATH.joinpath(*path[:-1])
# We need to include extension MD
- article_path = article_path.joinpath(f"{path[-1]}.md")
- if not article_path.exists() or not article_path.is_file():
- raise Http404("Article not found.")
+ page_path = page_path.joinpath(f"{path[-1]}.md")
+ if not page_path.exists() or not page_path.is_file():
+ raise Http404("Page not found.")
html = markdown(
- article_path.read_text(),
+ page_path.read_text(),
extras=[
"metadata",
"fenced-code-blocks",
@@ -71,4 +71,4 @@ def get_article(path: List[str]) -> Dict[str, Union[str, Dict]]:
]
)
- return {"article": str(html), "metadata": html.metadata}
+ return {"page": str(html), "metadata": html.metadata}
diff --git a/pydis_site/apps/content/views/__init__.py b/pydis_site/apps/content/views/__init__.py
index f92660d6..740d98e9 100644
--- a/pydis_site/apps/content/views/__init__.py
+++ b/pydis_site/apps/content/views/__init__.py
@@ -1,4 +1,4 @@
-from .article_category import ArticleOrCategoryView
-from .articles import ArticlesView
+from .page_category import PageOrCategoryView
+from .pages import PagesView
-__all__ = ["ArticleOrCategoryView", "ArticlesView"]
+__all__ = ["PageOrCategoryView", "PagesView"]
diff --git a/pydis_site/apps/content/views/article_category.py b/pydis_site/apps/content/views/article_category.py
deleted file mode 100644
index 2a407b99..00000000
--- a/pydis_site/apps/content/views/article_category.py
+++ /dev/null
@@ -1,69 +0,0 @@
-import typing as t
-
-from django.conf import settings
-from django.http import Http404
-from django.views.generic import TemplateView
-
-from pydis_site.apps.content import utils
-
-
-class ArticleOrCategoryView(TemplateView):
- """Handles article and category pages."""
-
- def get_template_names(self) -> t.List[str]:
- """Checks does this use article template or listing template."""
- location = self.kwargs["location"].split("/")
- full_location = settings.ARTICLES_PATH.joinpath(*location)
-
- if full_location.is_dir():
- template_name = "content/listing.html"
- elif full_location.with_suffix(".md").is_file():
- template_name = "content/article.html"
- else:
- raise Http404
-
- return [template_name]
-
- def get_context_data(self, **kwargs) -> t.Dict[str, t.Any]:
- """Assign proper context variables based on what resource user requests."""
- context = super().get_context_data(**kwargs)
-
- location: list = self.kwargs["location"].split("/")
- full_location = settings.ARTICLES_PATH.joinpath(*location)
-
- if full_location.is_dir():
- context["category_info"] = utils.get_category(location)
- context["content"] = utils.get_articles(location)
- context["categories"] = utils.get_categories(location)
- # Add trailing slash here to simplify template
- context["path"] = "/".join(location) + "/"
- context["in_category"] = True
- elif full_location.with_suffix(".md").is_file():
- article_result = utils.get_article(location)
-
- if len(location) > 1:
- context["category_data"] = utils.get_category(location[:-1])
- context["category_data"]["raw_name"] = location[:-1][-1]
- else:
- context["category_data"] = {"name": None, "raw_name": None}
-
- context["article"] = article_result
- context["relevant_links"] = article_result["metadata"].get("relevant_links", {})
- else:
- raise Http404
-
- location.pop()
- breadcrumb_items = []
- while len(location):
- breadcrumb_items.insert(
- 0,
- {
- "name": utils.get_category(location)["name"],
- "path": "/".join(location)
- }
- )
- location.pop()
-
- context["breadcrumb_items"] = breadcrumb_items
-
- return context
diff --git a/pydis_site/apps/content/views/articles.py b/pydis_site/apps/content/views/articles.py
deleted file mode 100644
index 999002d0..00000000
--- a/pydis_site/apps/content/views/articles.py
+++ /dev/null
@@ -1,16 +0,0 @@
-from django.views.generic import TemplateView
-
-from pydis_site.apps.content.utils import get_articles, get_categories
-
-
-class ArticlesView(TemplateView):
- """Shows all content and categories."""
-
- template_name = "content/listing.html"
-
- def get_context_data(self, **kwargs) -> dict:
- """Add articles and categories data to template context."""
- context = super().get_context_data(**kwargs)
- context["content"] = get_articles()
- context["categories"] = get_categories()
- return context
diff --git a/pydis_site/apps/content/views/page_category.py b/pydis_site/apps/content/views/page_category.py
new file mode 100644
index 00000000..f00a79ee
--- /dev/null
+++ b/pydis_site/apps/content/views/page_category.py
@@ -0,0 +1,69 @@
+import typing as t
+
+from django.conf import settings
+from django.http import Http404
+from django.views.generic import TemplateView
+
+from pydis_site.apps.content import utils
+
+
+class PageOrCategoryView(TemplateView):
+ """Handles pages and page categories."""
+
+ def get_template_names(self) -> t.List[str]:
+ """Checks does this use page template or listing template."""
+ location = self.kwargs["location"].split("/")
+ full_location = settings.PAGES_PATH.joinpath(*location)
+
+ if full_location.is_dir():
+ template_name = "content/listing.html"
+ elif full_location.with_suffix(".md").is_file():
+ template_name = "content/page.html"
+ else:
+ raise Http404
+
+ return [template_name]
+
+ def get_context_data(self, **kwargs) -> t.Dict[str, t.Any]:
+ """Assign proper context variables based on what resource user requests."""
+ context = super().get_context_data(**kwargs)
+
+ location: list = self.kwargs["location"].split("/")
+ full_location = settings.PAGES_PATH.joinpath(*location)
+
+ if full_location.is_dir():
+ context["category_info"] = utils.get_category(location)
+ context["content"] = utils.get_pages(location)
+ context["categories"] = utils.get_categories(location)
+ # Add trailing slash here to simplify template
+ context["path"] = "/".join(location) + "/"
+ context["in_category"] = True
+ elif full_location.with_suffix(".md").is_file():
+ page_result = utils.get_page(location)
+
+ if len(location) > 1:
+ context["category_data"] = utils.get_category(location[:-1])
+ context["category_data"]["raw_name"] = location[:-1][-1]
+ else:
+ context["category_data"] = {"name": None, "raw_name": None}
+
+ context["page"] = page_result
+ context["relevant_links"] = page_result["metadata"].get("relevant_links", {})
+ else:
+ raise Http404
+
+ location.pop()
+ breadcrumb_items = []
+ while len(location):
+ breadcrumb_items.insert(
+ 0,
+ {
+ "name": utils.get_category(location)["name"],
+ "path": "/".join(location)
+ }
+ )
+ location.pop()
+
+ context["breadcrumb_items"] = breadcrumb_items
+
+ return context
diff --git a/pydis_site/apps/content/views/pages.py b/pydis_site/apps/content/views/pages.py
new file mode 100644
index 00000000..11ac0eeb
--- /dev/null
+++ b/pydis_site/apps/content/views/pages.py
@@ -0,0 +1,16 @@
+from django.views.generic import TemplateView
+
+from pydis_site.apps.content.utils import get_pages, get_categories
+
+
+class PagesView(TemplateView):
+ """Shows all pages and categories."""
+
+ template_name = "content/listing.html"
+
+ def get_context_data(self, **kwargs) -> dict:
+ """Add page and category data to template context."""
+ context = super().get_context_data(**kwargs)
+ context["content"] = get_pages()
+ context["categories"] = get_categories()
+ return context
diff --git a/pydis_site/apps/events/urls.py b/pydis_site/apps/events/urls.py
index 9a65cf1f..601451da 100644
--- a/pydis_site/apps/events/urls.py
+++ b/pydis_site/apps/events/urls.py
@@ -1,9 +1,9 @@
from django.urls import path
-from pydis_site.apps.events.views import IndexView, PageView
+from pydis_site.apps.events.views import IndexView, PagesView
app_name = "events"
urlpatterns = [
path("", IndexView.as_view(), name="index"),
- path("/", PageView.as_view(), name="page"),
+ path("/", PagesView.as_view(), name="page"),
]
diff --git a/pydis_site/apps/events/views/__init__.py b/pydis_site/apps/events/views/__init__.py
index 8a107e2f..6188f723 100644
--- a/pydis_site/apps/events/views/__init__.py
+++ b/pydis_site/apps/events/views/__init__.py
@@ -1,4 +1,4 @@
from .index import IndexView
-from .page import PageView
+from .page import PagesView
-__all__ = ["IndexView", "PageView"]
+__all__ = ["IndexView", "PagesView"]
diff --git a/pydis_site/apps/events/views/page.py b/pydis_site/apps/events/views/page.py
index f4c37aeb..fbedd4e8 100644
--- a/pydis_site/apps/events/views/page.py
+++ b/pydis_site/apps/events/views/page.py
@@ -5,7 +5,7 @@ from django.http import Http404
from django.views.generic import TemplateView
-class PageView(TemplateView):
+class PagesView(TemplateView):
"""Handles event pages showing."""
def get_template_names(self) -> List[str]:
diff --git a/pydis_site/apps/home/urls.py b/pydis_site/apps/home/urls.py
index bd7c0625..3c716875 100644
--- a/pydis_site/apps/home/urls.py
+++ b/pydis_site/apps/home/urls.py
@@ -8,6 +8,6 @@ urlpatterns = [
path('', HomeView.as_view(), name='home'),
path('admin/', admin.site.urls),
path('resources/', include('pydis_site.apps.resources.urls')),
- path('articles/', include('pydis_site.apps.content.urls')),
+ path('pages/', include('pydis_site.apps.content.urls')),
path('events/', include('pydis_site.apps.events.urls', namespace='events')),
]
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index d509d980..0b4d9fd1 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -287,4 +287,4 @@ SITE_REPOSITORY_OWNER = "python-discord"
SITE_REPOSITORY_NAME = "site"
SITE_REPOSITORY_BRANCH = "master"
-ARTICLES_PATH = Path(BASE_DIR, "pydis_site", "apps", "content", "resources", "content")
+PAGES_PATH = Path(BASE_DIR, "pydis_site", "apps", "content", "resources", "content")
diff --git a/pydis_site/static/css/content/articles.css b/pydis_site/static/css/content/articles.css
deleted file mode 100644
index f46d6b15..00000000
--- a/pydis_site/static/css/content/articles.css
+++ /dev/null
@@ -1,16 +0,0 @@
-.breadcrumb-section {
- padding: 1rem;
-}
-
-i.has-icon-padding {
- padding: 0 10px 25px 0;
-}
-
-pre {
- /*
- * Style it the same as the tag, since highlight.js does not style
- * backgrounds of tags but bulma does, resulting in a weird off-white
- * border.
- */
- background-color: #282c34;
-}
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css
new file mode 100644
index 00000000..f46d6b15
--- /dev/null
+++ b/pydis_site/static/css/content/page.css
@@ -0,0 +1,16 @@
+.breadcrumb-section {
+ padding: 1rem;
+}
+
+i.has-icon-padding {
+ padding: 0 10px 25px 0;
+}
+
+pre {
+ /*
+ * Style it the same as the tag, since highlight.js does not style
+ * backgrounds of tags but bulma does, resulting in a weird off-white
+ * border.
+ */
+ background-color: #282c34;
+}
diff --git a/pydis_site/templates/content/article.html b/pydis_site/templates/content/article.html
deleted file mode 100644
index 69d01a8d..00000000
--- a/pydis_site/templates/content/article.html
+++ /dev/null
@@ -1,58 +0,0 @@
-{% extends 'base/base.html' %}
-{% load static %}
-
-{% block title %}{{ article.metadata.title }}{% endblock %}
-{% block head %}
-
-
-
-
-
-
-
-{% endblock %}
-
-{% block content %}
- {% include "base/navbar.html" %}
-
-
-
-
-
-
- {{ article.metadata.title }}
-
-
- {{ article.article|safe }}
-
-
- {% if relevant_links|length > 0 %}
-
-
-
-
- {% endif %}
-
-
-
-
-
-
-{% endblock %}
diff --git a/pydis_site/templates/content/listing.html b/pydis_site/templates/content/listing.html
index 8c06bccc..39eae1c2 100644
--- a/pydis_site/templates/content/listing.html
+++ b/pydis_site/templates/content/listing.html
@@ -1,12 +1,12 @@
{% extends 'base/base.html' %}
{% load static %}
-{% block title %}{{ category_info.name|default:"Articles" }}{% endblock %}
+{% block title %}{{ category_info.name|default:"Pages" }}{% endblock %}
{% block head %}
-
+
-
+
{% endblock %}
{% block content %}
@@ -17,12 +17,12 @@
@@ -31,7 +31,7 @@
- {{ category_info.name|default:"Articles" }}
+ {{ category_info.name|default:"Pages" }}
{% for category, data in categories.items %}
{% endfor %}
- {% for article, data in content.items %}
+ {% for page, data in content.items %}
-
+
{{ data.title }}
{{ data.short_description }}
diff --git a/pydis_site/templates/content/page.html b/pydis_site/templates/content/page.html
new file mode 100644
index 00000000..3b0ebb5f
--- /dev/null
+++ b/pydis_site/templates/content/page.html
@@ -0,0 +1,58 @@
+{% extends 'base/base.html' %}
+{% load static %}
+
+{% block title %}{{ page.metadata.title }}{% endblock %}
+{% block head %}
+
+
+
+
+
+
+
+{% endblock %}
+
+{% block content %}
+ {% include "base/navbar.html" %}
+
+
+
+
+
+
+ {{ page.metadata.title }}
+
+
+ {{ page.page|safe }}
+
+
+ {% if relevant_links|length > 0 %}
+
+
+
+
+ {% endif %}
+
+
+
+
+
+
+{% endblock %}
diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html
index 2dc88a8c..491bc55e 100644
--- a/pydis_site/templates/resources/resources.html
+++ b/pydis_site/templates/resources/resources.html
@@ -15,7 +15,7 @@
Resources
-
+
Guides
Made by us, for you
--
cgit v1.2.3
From 20737ab238719ce7a2df78b0ca5101884f28db0d Mon Sep 17 00:00:00 2001
From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com>
Date: Tue, 23 Mar 2021 13:42:14 +0300
Subject: Centers Sponsor Title
---
pydis_site/static/css/home/index.css | 2 ++
1 file changed, 2 insertions(+)
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index 106feb7c..808c0517 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -206,6 +206,8 @@ h1 {
#sponsors .hero-body {
padding-top: 2rem;
padding-bottom: 3rem;
+
+ text-align: center;
}
#sponsors .columns {
--
cgit v1.2.3
From c7c571ae404fe6f0ffba53713d86c14090366f0b Mon Sep 17 00:00:00 2001
From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com>
Date: Tue, 23 Mar 2021 13:43:00 +0300
Subject: Reduces The Width Of The Sponsors Tab
Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
---
pydis_site/static/css/home/index.css | 2 ++
1 file changed, 2 insertions(+)
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index 808c0517..6cfbf69f 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -212,6 +212,8 @@ h1 {
#sponsors .columns {
justify-content: center;
+ margin: auto;
+ max-width: 80%;
}
#sponsors img {
--
cgit v1.2.3
From 6ccec0d866c44cd7f9789a396ef6ec6cd2cd5df8 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Wed, 24 Mar 2021 19:55:16 +0800
Subject: Replace `markdown2` with `markdown` and `python-frontmatter`.
This allows us to properly escape codeblocks within markdown, permalink
to headers on a page, and decouples getting metadata from a file and
getting generated HTML from the Markdown content.
---
Pipfile | 3 +-
Pipfile.lock | 43 ++++++++++++++--
.../pydis-guides/how-to-contribute-a-page.md | 59 +++++++++++++++++++++-
pydis_site/apps/content/utils.py | 32 ++++++------
pydis_site/apps/content/views/page_category.py | 15 +++---
pydis_site/static/css/content/page.css | 29 ++++++++---
pydis_site/templates/content/base.html | 2 +-
pydis_site/templates/content/page.html | 4 +-
8 files changed, 146 insertions(+), 41 deletions(-)
(limited to 'pydis_site/static')
diff --git a/Pipfile b/Pipfile
index 8af6e3ce..c2b87ab4 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,7 +18,8 @@ pyyaml = "~=5.1"
pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"}
sentry-sdk = "~=0.14"
gitpython = "~=3.1.7"
-markdown2 = "~=2.3.9"
+markdown = "~=3.3.4"
+python-frontmatter = "~=1.0"
[dev-packages]
coverage = "~=5.0"
diff --git a/Pipfile.lock b/Pipfile.lock
index 3dfb7ec6..4f8bd0d3 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "893ab5cc0b64f7bb87c0304c9fb6eb24b1856c40286fbbdb1a2bf4a0d7a6d39f"
+ "sha256": "a338a377b64a5d25bf925646c97d932a2d1c783fc8f40d91b6a9ab8f30c2b14e"
},
"pipfile-spec": 6,
"requires": {
@@ -118,6 +118,14 @@
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==2.10"
},
+ "importlib-metadata": {
+ "hashes": [
+ "sha256:742add720a20d0467df2f444ae41704000f50e1234f46174b51f9c6031a1bd71",
+ "sha256:b74159469b464a99cb8cc3e21973e4d96e05d3024d337313fedb618a6e86e6f4"
+ ],
+ "markers": "python_version < '3.8'",
+ "version": "==3.7.3"
+ },
"libsass": {
"hashes": [
"sha256:1521d2a8d4b397c6ec90640a1f6b5529077035efc48ef1c2e53095544e713d1b",
@@ -136,13 +144,13 @@
],
"version": "==0.20.1"
},
- "markdown2": {
+ "markdown": {
"hashes": [
- "sha256:85956d8119fa6378156fef65545d66705a842819d2e1b50379a2b9d2aaa17cf0",
- "sha256:fef148e5fd68d4532286c3e2943e9d2c076a8ad781b0a70a9d599a0ffe91652d"
+ "sha256:31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49",
+ "sha256:96c3ba1261de2f7547b46a00ea8463832c921d3f9d6aba3f255a6f71386db20c"
],
"index": "pypi",
- "version": "==2.3.10"
+ "version": "==3.3.4"
},
"psycopg2-binary": {
"hashes": [
@@ -185,6 +193,14 @@
"index": "pypi",
"version": "==2.8.6"
},
+ "python-frontmatter": {
+ "hashes": [
+ "sha256:766ae75f1b301ffc5fe3494339147e0fd80bc3deff3d7590a93991978b579b08",
+ "sha256:e98152e977225ddafea6f01f40b4b0f1de175766322004c826ca99842d19a7cd"
+ ],
+ "index": "pypi",
+ "version": "==1.0.0"
+ },
"pytz": {
"hashes": [
"sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da",
@@ -288,6 +304,15 @@
"markers": "python_version >= '3.5'",
"version": "==0.4.1"
},
+ "typing-extensions": {
+ "hashes": [
+ "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918",
+ "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c",
+ "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"
+ ],
+ "markers": "python_version < '3.8'",
+ "version": "==3.7.4.3"
+ },
"urllib3": {
"hashes": [
"sha256:2f4da4594db7e1e110a944bb1b551fdf4e6c136ad42e4234131391e21eb5b0df",
@@ -303,6 +328,14 @@
],
"index": "pypi",
"version": "==5.2.0"
+ },
+ "zipp": {
+ "hashes": [
+ "sha256:3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76",
+ "sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098"
+ ],
+ "markers": "python_version >= '3.6'",
+ "version": "==3.4.1"
}
},
"develop": {
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
index 8967e7da..12969ba2 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
@@ -69,18 +69,75 @@ You can learn more about Markdown metadata [here](https://github.com/trentm/pyth
Apart from standard Markdown, certain additions are available:
+### Abbreviations
+HTML `` tags can be used in markdown using this format:
+
+**Markdown:**
+```nohighlight
+This website is HTML generated from YAML and Markdown.
+
+*[HTML]: Hyper Text Markup Language
+*[YAML]: YAML Ain't Markup Language
+```
+
+**Output:**
+
+This website is HTML
+generated from YAML and Markdown.
+
+---
+
+### Footnotes
+**Markdown:**
+```nohighlight
+This footnote[^1] links to the bottom[^custom_label] of the page[^3].
+
+[^1]: Footnote labels start with a caret `^`.
+[^3]: The footnote link is numbered based on the order of the labels.
+[^custom label]: Footnote labels can contain any text within square brackets.
+```
+
+**Output:**
+
+This footnote[^1] links to the bottom[^custom label] of the page[^3].
+
+[^1]: Footnote labels start with a caret `^`.
+[^3]: The footnote link is numbered based on the order of the labels.
+[^custom label]: Footnote labels can contain any text within square brackets.
+
+---
+
### Tables
+**Markdown:**
+```nohighlight
+| This is header | This is another header |
+| -------------- | ---------------------- |
+| An item | Another item |
+```
+
+**Output:**
+
| This is header | This is another header |
| -------------- | ---------------------- |
| An item | Another item |
-| Big item | Small item |
+---
### Codeblock Syntax Highlighting
Syntax highlighting is provided by `highlight.js`.
To activate syntax highlighting, put the language directly after the starting backticks.
+**Markdown:**
+````nohighlight
+```python
+import os
+
+path = os.path.join("foo", "bar")
+```
+````
+
+**Output:**
```python
import os
diff --git a/pydis_site/apps/content/utils.py b/pydis_site/apps/content/utils.py
index 0faf722c..11d2b792 100644
--- a/pydis_site/apps/content/utils.py
+++ b/pydis_site/apps/content/utils.py
@@ -1,9 +1,11 @@
from pathlib import Path
-from typing import Dict, Union
+from typing import Dict, Tuple
+import frontmatter
+import markdown
import yaml
from django.http import Http404
-from markdown2 import markdown
+from markdown.extensions.toc import TocExtension
def get_category(path: Path) -> Dict[str, str]:
@@ -31,29 +33,25 @@ def get_category_pages(path: Path) -> Dict[str, Dict]:
for item in path.glob("*.md"):
if item.is_file():
- md = markdown(item.read_text(), extras=["metadata"])
- pages[item.stem] = md.metadata
+ pages[item.stem] = frontmatter.load(item)
return pages
-def get_page(path: Path) -> Dict[str, Union[str, Dict]]:
+def get_page(path: Path) -> Tuple[str, Dict]:
"""Get one specific page."""
if not path.is_file():
raise Http404("Page not found.")
- html = markdown(
- path.read_text(encoding="utf-8"),
- extras=[
- "metadata",
- "fenced-code-blocks",
- "highlightjs-lang",
- "header-ids",
- "strike",
- "target-blank-links",
- "tables",
- "task_list"
+ metadata, content = frontmatter.parse(path.read_text(encoding="utf-8"))
+ html = markdown.markdown(
+ content,
+ extensions=[
+ "extra",
+ # Empty string for marker to disable text searching for [TOC]
+ # By using a metadata key instead, we save time on long markdown documents
+ TocExtension(title="Table of Contents:", permalink=True, marker="")
]
)
- return {"content": str(html), "metadata": html.metadata}
+ return str(html), metadata
diff --git a/pydis_site/apps/content/views/page_category.py b/pydis_site/apps/content/views/page_category.py
index 91aed7f0..4a2ed2d6 100644
--- a/pydis_site/apps/content/views/page_category.py
+++ b/pydis_site/apps/content/views/page_category.py
@@ -35,18 +35,19 @@ class PageOrCategoryView(TemplateView):
if self.full_location.is_dir():
context["categories"] = utils.get_categories(self.full_location)
+ context["pages"] = utils.get_category_pages(self.full_location)
+
category = utils.get_category(self.full_location)
- context["category_info"] = category
context["page_title"] = category["name"]
context["page_description"] = category["description"]
- context["pages"] = utils.get_category_pages(self.full_location)
+
context["path"] = f"{self.location}/" # Add trailing slash here to simplify template
elif self.full_location.with_suffix(".md").is_file():
- page_result = utils.get_page(self.full_location.with_suffix(".md"))
- context["page"] = page_result
- context["page_title"] = page_result["metadata"]["title"]
- context["page_description"] = page_result["metadata"]["description"]
- context["relevant_links"] = page_result["metadata"].get("relevant_links", {})
+ page, metadata = utils.get_page(self.full_location.with_suffix(".md"))
+ context["page"] = page
+ context["page_title"] = metadata["title"]
+ context["page_description"] = metadata["description"]
+ context["relevant_links"] = metadata.get("relevant_links", {})
else:
raise Http404
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css
index f46d6b15..57d7472b 100644
--- a/pydis_site/static/css/content/page.css
+++ b/pydis_site/static/css/content/page.css
@@ -6,11 +6,26 @@ i.has-icon-padding {
padding: 0 10px 25px 0;
}
-pre {
- /*
- * Style it the same as the tag, since highlight.js does not style
- * backgrounds of tags but bulma does, resulting in a weird off-white
- * border.
- */
- background-color: #282c34;
+/*
+ * Move padding padding from tag to hljs tags so the padding
+ * space is colored the same as the background of hljs blocks.
+ */
+.content pre {
+ padding: 0;
+}
+
+code.hljs {
+ padding: 1.75em 2em;
+}
+
+/*
+ * Show header permalink on hover.
+ */
+.headerlink {
+ display: none;
+ padding-left: 0.5em;
+}
+
+:is(h1, h2, h3, h4, h5, h6):hover > .headerlink {
+ display: inline;
}
diff --git a/pydis_site/templates/content/base.html b/pydis_site/templates/content/base.html
index 1508dfb3..19eec5d4 100644
--- a/pydis_site/templates/content/base.html
+++ b/pydis_site/templates/content/base.html
@@ -3,7 +3,7 @@
{% block title %}{{ page_title }}{% endblock %}
{% block head %}
-
+
diff --git a/pydis_site/templates/content/page.html b/pydis_site/templates/content/page.html
index 5e820c26..06d74208 100644
--- a/pydis_site/templates/content/page.html
+++ b/pydis_site/templates/content/page.html
@@ -12,7 +12,7 @@
{% if relevant_links|length > 0 %}
- {{ page.content|safe }}
+ {{ page|safe }}
@@ -26,6 +26,6 @@
{% else %}
- {{ page.content|safe }}
+ {{ page|safe }}
{% endif %}
{% endblock %}
--
cgit v1.2.3
From c244fea3bc7c9560b3ff5cd4bd40f9e19cf62ae1 Mon Sep 17 00:00:00 2001
From: Leon Sandøy
Date: Wed, 24 Mar 2021 22:46:05 +0100
Subject: Remove the 100K user banner.
---
pydis_site/static/css/home/index.css | 4 ++++
pydis_site/templates/home/index.html | 8 +-------
2 files changed, 5 insertions(+), 7 deletions(-)
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index 6cfbf69f..ee6f6e4c 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -45,6 +45,10 @@ h1 {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
+#wave-hero-centered {
+ margin: auto auto;
+}
+
#wave-hero-right img{
border-radius: 10px;
box-shadow: 0 1px 6px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index c35af2aa..f3470a83 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -29,7 +29,7 @@
{# Embedded Welcome video #}
-
+
-
- {# Right side content #}
-
-
-
-
--
cgit v1.2.3
From 8b68a5a4ce7ff33d76d10a980087048a73764b29 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Mon, 29 Mar 2021 15:25:53 +0800
Subject: Document additional markdown features.
Adds image caption capabilities and documents missing HTML extensions
available.
---
.../pydis-guides/how-to-contribute-a-page.md | 26 ++++++++++++++++++++++
pydis_site/static/css/content/page.css | 20 +++++++++++++++++
2 files changed, 46 insertions(+)
(limited to 'pydis_site/static')
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
index 303a2c0f..67666428 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
@@ -159,3 +159,29 @@ import os
path = os.path.join("foo", "bar")
```
+
+---
+
+### HTML Attributes
+To add HTML attributes to certain lines/paragraphs, [see this page](https://python-markdown.github.io/extensions/attr_list/#the-list) for the format and where to put it.
+
+This can be useful for setting the image size when adding an image using markdown (see the [Image Captions](#image-captions) section for an example), or for adding bulma styles to certain elements (like the warning notification [here](/pages/guides/pydis-guides/contributing/sir-lancebot#setup-instructions)).
+**This should be used sparingly, as it reduces readability and simplicity of the article.**
+
+---
+
+### Image Captions
+To add an image caption, place a sentence with italics *right below* the image link
+
+**Markdown:**
+```nohighlight
+{: width="400" }
+*Summmer Code Jam 2020 banner with event information.*
+```
+
+**Output:**
+
+{: width="400"}
+*Summer Code Jam 2020 banner with event information.*
+
+> Note: To display a regular italicized line below an image, leave an empty line between the two.
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css
index 57d7472b..97b297b2 100644
--- a/pydis_site/static/css/content/page.css
+++ b/pydis_site/static/css/content/page.css
@@ -29,3 +29,23 @@ code.hljs {
:is(h1, h2, h3, h4, h5, h6):hover > .headerlink {
display: inline;
}
+
+/*
+ * Display tags immediately following
tags like figure subcaptions.
+ * Note: There must not be a newline between the image and the italicized line
+ * for this to work. Otherwise, it's regular markdown.
+ *
+ * Image caption:
+ *
+ * 
+ * *This is my caption.*
+ *
+ */
+img + em {
+ /* Place the caption on it's own line */
+ display: block;
+ white-space: pre;
+
+ /* Style */
+ font-size: .875em;
+}
--
cgit v1.2.3
From 69f33290b8bd12b95bb6c620a9a1422a5d11b798 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Mon, 29 Mar 2021 17:51:10 +0800
Subject: Allow adding a table of contents to a page.
---
.../pydis-guides/how-to-contribute-a-page.md | 2 ++
pydis_site/apps/content/utils.py | 12 +++++++---
pydis_site/apps/content/views/page_category.py | 1 +
pydis_site/static/css/content/page.css | 19 +++++++++++++++
pydis_site/templates/content/page.html | 28 +++++++++++++++-------
5 files changed, 50 insertions(+), 12 deletions(-)
(limited to 'pydis_site/static')
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
index 67666428..c2d9d975 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
@@ -5,6 +5,7 @@ icon: fas fa-info
relevant_links:
Contributing to Site: https://pythondiscord.com/pages/contributing/site/
Using Git: https://pythondiscord.com/pages/contributing/working-with-git/
+toc: 4
---
Pages, which include guides, articles, and other static content, are stored in markdown files in the `site` repository on Github.
@@ -80,6 +81,7 @@ Pages, which include guides, articles, and other static content,...
### Optional Fields
- **icon:** Icon for the category entry for the page. Default: `fab fa-python`
- **relevant_links:** A YAML dictionary containing `text:link` pairs. See the example above.
+- **toc:** A number representing the smallest heading tag to show in the table of contents.
## Extended Markdown
diff --git a/pydis_site/apps/content/utils.py b/pydis_site/apps/content/utils.py
index 726c991f..d6886ce2 100644
--- a/pydis_site/apps/content/utils.py
+++ b/pydis_site/apps/content/utils.py
@@ -44,14 +44,20 @@ def get_page(path: Path) -> Tuple[str, Dict]:
raise Http404("Page not found.")
metadata, content = frontmatter.parse(path.read_text(encoding="utf-8"))
- html = markdown.markdown(
- content,
+ toc_depth = metadata.get("toc", 1)
+
+ md = markdown.Markdown(
extensions=[
"extra",
# Empty string for marker to disable text searching for [TOC]
# By using a metadata key instead, we save time on long markdown documents
- TocExtension(title="Table of Contents:", permalink=True, marker="")
+ TocExtension(permalink=True, marker="", toc_depth=toc_depth)
]
)
+ html = md.convert(content)
+
+ # Don't set the TOC if the metadata does not specify one
+ if "toc" in metadata:
+ metadata["toc"] = md.toc
return str(html), metadata
diff --git a/pydis_site/apps/content/views/page_category.py b/pydis_site/apps/content/views/page_category.py
index 711d6a56..a995d2a1 100644
--- a/pydis_site/apps/content/views/page_category.py
+++ b/pydis_site/apps/content/views/page_category.py
@@ -67,6 +67,7 @@ class PageOrCategoryView(TemplateView):
"page_title": metadata["title"],
"page_description": metadata["description"],
"relevant_links": metadata.get("relevant_links", {}),
+ "toc": metadata.get("toc")
}
@staticmethod
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css
index 97b297b2..3ac41d1b 100644
--- a/pydis_site/static/css/content/page.css
+++ b/pydis_site/static/css/content/page.css
@@ -49,3 +49,22 @@ img + em {
/* Style */
font-size: .875em;
}
+
+/*
+ * Remove extra padding on the left of TOC items
+ */
+ul.menu-list.toc {
+ margin-left: 0;
+}
+
+/*
+ * Remove bullets set by the markdown extension, since bulma adds vertical
+ * lines to represent nesting
+ */
+.toc li {
+ list-style-type: none;
+}
+/* ..but we still want bullets on the top items */
+.toc > ul > li {
+ list-style-type: disc;
+}
diff --git a/pydis_site/templates/content/page.html b/pydis_site/templates/content/page.html
index 06d74208..45aa8221 100644
--- a/pydis_site/templates/content/page.html
+++ b/pydis_site/templates/content/page.html
@@ -9,20 +9,30 @@
{% endblock %}
{% block page_content %}
- {% if relevant_links|length > 0 %}
+ {% if relevant_links or toc %}
{{ page|safe }}
-
-
-
-
+ {% if toc %}
+
+
+
+
+ {% endif %}
+ {% if relevant_links %}
+
+
+
+
+ {% endif %}
{% else %}
--
cgit v1.2.3
From 01b6ad7b3d5e9313833c621d65b7c6cf3835aedb Mon Sep 17 00:00:00 2001
From: ks129 <45097959+ks129@users.noreply.github.com>
Date: Tue, 30 Mar 2021 13:16:38 +0300
Subject: Remove resources payments-related CSS
---
pydis_site/static/css/resources/resources_list.css | 20 --------------------
1 file changed, 20 deletions(-)
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/resources/resources_list.css b/pydis_site/static/css/resources/resources_list.css
index 735421fa..33129c87 100644
--- a/pydis_site/static/css/resources/resources_list.css
+++ b/pydis_site/static/css/resources/resources_list.css
@@ -53,23 +53,3 @@ i.resource-icon.is-black {
i.has-icon-padding {
padding: 0 10px 25px 0;
}
-
-.payment-free, .payment-optional {
- color: dimgray;
-}
-
-.payment-free:hover, .payment-optional:hover {
- color: gray;
-}
-
-.payment-paid {
- color: darkgoldenrod;
-}
-
-.payment-paid:hover {
- color: goldenrod;
-}
-
-.tooltip:hover:before {
- display: block;
-}
--
cgit v1.2.3
From ccb2004c8e55b1446fbcc244c431a0c6798dc1c1 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Wed, 14 Apr 2021 23:32:02 +0800
Subject: Add contributing guides assets.
---
.../images/content/contributing/docker_settings.webp | Bin 0 -> 11288 bytes
.../content/contributing/docker_shared_drives.webp | Bin 0 -> 18194 bytes
.../static/images/content/contributing/fork_button.webp | Bin 0 -> 8678 bytes
.../static/images/content/contributing/fork_clone.webp | Bin 0 -> 8500 bytes
.../static/images/content/contributing/fork_user.webp | Bin 0 -> 4144 bytes
.../images/content/contributing/github_issues_tab.webp | Bin 0 -> 8438 bytes
.../images/content/contributing/github_new_issue.webp | Bin 0 -> 3730 bytes
.../content/contributing/github_sample_issue.webp | Bin 0 -> 9308 bytes
.../images/content/contributing/pycharm_branch.webp | Bin 0 -> 6014 bytes
.../images/content/contributing/pycharm_checkout.webp | Bin 0 -> 9596 bytes
.../images/content/contributing/pycharm_commit.webp | Bin 0 -> 65886 bytes
.../content/contributing/pycharm_commit_button.webp | Bin 0 -> 1280 bytes
.../content/contributing/pycharm_create_project.webp | Bin 0 -> 5264 bytes
.../content/contributing/pycharm_interpreter.webp | Bin 0 -> 17284 bytes
.../images/content/contributing/pycharm_pipenv.webp | Bin 0 -> 11428 bytes
.../content/contributing/pycharm_pipenv_success.webp | Bin 0 -> 41678 bytes
.../images/content/contributing/pycharm_pull.webp | Bin 0 -> 3410 bytes
.../images/content/contributing/pycharm_push.webp | Bin 0 -> 6244 bytes
.../images/content/contributing/pycharm_remotes.webp | Bin 0 -> 12748 bytes
.../images/content/contributing/pycharm_upstream.webp | Bin 0 -> 8388 bytes
20 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 pydis_site/static/images/content/contributing/docker_settings.webp
create mode 100644 pydis_site/static/images/content/contributing/docker_shared_drives.webp
create mode 100644 pydis_site/static/images/content/contributing/fork_button.webp
create mode 100644 pydis_site/static/images/content/contributing/fork_clone.webp
create mode 100644 pydis_site/static/images/content/contributing/fork_user.webp
create mode 100644 pydis_site/static/images/content/contributing/github_issues_tab.webp
create mode 100644 pydis_site/static/images/content/contributing/github_new_issue.webp
create mode 100644 pydis_site/static/images/content/contributing/github_sample_issue.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_branch.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_checkout.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_commit.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_commit_button.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_create_project.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_interpreter.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_pipenv.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_pipenv_success.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_pull.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_push.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_remotes.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_upstream.webp
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/images/content/contributing/docker_settings.webp b/pydis_site/static/images/content/contributing/docker_settings.webp
new file mode 100644
index 00000000..eb30d0ab
Binary files /dev/null and b/pydis_site/static/images/content/contributing/docker_settings.webp differ
diff --git a/pydis_site/static/images/content/contributing/docker_shared_drives.webp b/pydis_site/static/images/content/contributing/docker_shared_drives.webp
new file mode 100644
index 00000000..b1281df1
Binary files /dev/null and b/pydis_site/static/images/content/contributing/docker_shared_drives.webp differ
diff --git a/pydis_site/static/images/content/contributing/fork_button.webp b/pydis_site/static/images/content/contributing/fork_button.webp
new file mode 100644
index 00000000..830e1470
Binary files /dev/null and b/pydis_site/static/images/content/contributing/fork_button.webp differ
diff --git a/pydis_site/static/images/content/contributing/fork_clone.webp b/pydis_site/static/images/content/contributing/fork_clone.webp
new file mode 100644
index 00000000..f0b06daf
Binary files /dev/null and b/pydis_site/static/images/content/contributing/fork_clone.webp differ
diff --git a/pydis_site/static/images/content/contributing/fork_user.webp b/pydis_site/static/images/content/contributing/fork_user.webp
new file mode 100644
index 00000000..77f1b611
Binary files /dev/null and b/pydis_site/static/images/content/contributing/fork_user.webp differ
diff --git a/pydis_site/static/images/content/contributing/github_issues_tab.webp b/pydis_site/static/images/content/contributing/github_issues_tab.webp
new file mode 100644
index 00000000..929608d9
Binary files /dev/null and b/pydis_site/static/images/content/contributing/github_issues_tab.webp differ
diff --git a/pydis_site/static/images/content/contributing/github_new_issue.webp b/pydis_site/static/images/content/contributing/github_new_issue.webp
new file mode 100644
index 00000000..24dc17d0
Binary files /dev/null and b/pydis_site/static/images/content/contributing/github_new_issue.webp differ
diff --git a/pydis_site/static/images/content/contributing/github_sample_issue.webp b/pydis_site/static/images/content/contributing/github_sample_issue.webp
new file mode 100644
index 00000000..ca0850b8
Binary files /dev/null and b/pydis_site/static/images/content/contributing/github_sample_issue.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_branch.webp b/pydis_site/static/images/content/contributing/pycharm_branch.webp
new file mode 100644
index 00000000..5e74d064
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_branch.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_checkout.webp b/pydis_site/static/images/content/contributing/pycharm_checkout.webp
new file mode 100644
index 00000000..e86e48d2
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_checkout.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_commit.webp b/pydis_site/static/images/content/contributing/pycharm_commit.webp
new file mode 100644
index 00000000..dd6c8f28
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_commit.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_commit_button.webp b/pydis_site/static/images/content/contributing/pycharm_commit_button.webp
new file mode 100644
index 00000000..71ec92aa
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_commit_button.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_create_project.webp b/pydis_site/static/images/content/contributing/pycharm_create_project.webp
new file mode 100644
index 00000000..161a70c7
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_create_project.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_interpreter.webp b/pydis_site/static/images/content/contributing/pycharm_interpreter.webp
new file mode 100644
index 00000000..e1687a58
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_interpreter.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv.webp b/pydis_site/static/images/content/contributing/pycharm_pipenv.webp
new file mode 100644
index 00000000..0a777ff3
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_pipenv.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.webp b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.webp
new file mode 100644
index 00000000..a2153c08
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pull.webp b/pydis_site/static/images/content/contributing/pycharm_pull.webp
new file mode 100644
index 00000000..07c5457f
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_pull.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_push.webp b/pydis_site/static/images/content/contributing/pycharm_push.webp
new file mode 100644
index 00000000..34ec14c1
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_push.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_remotes.webp b/pydis_site/static/images/content/contributing/pycharm_remotes.webp
new file mode 100644
index 00000000..49002666
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_remotes.webp differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_upstream.webp b/pydis_site/static/images/content/contributing/pycharm_upstream.webp
new file mode 100644
index 00000000..f18b5af4
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_upstream.webp differ
--
cgit v1.2.3
From 0c44f0099d1e38b4e74be1496b24e6a2795f74f5 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Thu, 15 Apr 2021 14:22:05 +0800
Subject: Add Python guide assets.
---
pydis_site/static/images/content/discordpy_embed.webp | Bin 0 -> 18262 bytes
.../images/content/mutability/hello_gets_eaten.png | Bin 0 -> 17229 bytes
.../images/content/mutability/hello_gets_eaten.webp | Bin 0 -> 8160 bytes
.../content/mutability/s_gets_assigned_to_HELLO.png | Bin 0 -> 11615 bytes
.../content/mutability/s_gets_assigned_to_HELLO.webp | Bin 0 -> 5670 bytes
.../static/images/content/mutability/s_refers_hello.png | Bin 0 -> 8216 bytes
.../images/content/mutability/s_refers_hello.webp | Bin 0 -> 3890 bytes
.../images/content/mutability/s_upper_creates_HELLO.png | Bin 0 -> 10536 bytes
.../content/mutability/s_upper_creates_HELLO.webp | Bin 0 -> 5184 bytes
9 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 pydis_site/static/images/content/discordpy_embed.webp
create mode 100644 pydis_site/static/images/content/mutability/hello_gets_eaten.png
create mode 100644 pydis_site/static/images/content/mutability/hello_gets_eaten.webp
create mode 100644 pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png
create mode 100644 pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp
create mode 100644 pydis_site/static/images/content/mutability/s_refers_hello.png
create mode 100644 pydis_site/static/images/content/mutability/s_refers_hello.webp
create mode 100644 pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png
create mode 100644 pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/images/content/discordpy_embed.webp b/pydis_site/static/images/content/discordpy_embed.webp
new file mode 100644
index 00000000..2216887c
Binary files /dev/null and b/pydis_site/static/images/content/discordpy_embed.webp differ
diff --git a/pydis_site/static/images/content/mutability/hello_gets_eaten.png b/pydis_site/static/images/content/mutability/hello_gets_eaten.png
new file mode 100644
index 00000000..08e9f2cb
Binary files /dev/null and b/pydis_site/static/images/content/mutability/hello_gets_eaten.png differ
diff --git a/pydis_site/static/images/content/mutability/hello_gets_eaten.webp b/pydis_site/static/images/content/mutability/hello_gets_eaten.webp
new file mode 100644
index 00000000..0d0b866f
Binary files /dev/null and b/pydis_site/static/images/content/mutability/hello_gets_eaten.webp differ
diff --git a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png
new file mode 100644
index 00000000..5f2baf0d
Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png differ
diff --git a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp
new file mode 100644
index 00000000..a0cd7a83
Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp differ
diff --git a/pydis_site/static/images/content/mutability/s_refers_hello.png b/pydis_site/static/images/content/mutability/s_refers_hello.png
new file mode 100644
index 00000000..59d84211
Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_refers_hello.png differ
diff --git a/pydis_site/static/images/content/mutability/s_refers_hello.webp b/pydis_site/static/images/content/mutability/s_refers_hello.webp
new file mode 100644
index 00000000..efed70d6
Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_refers_hello.webp differ
diff --git a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png
new file mode 100644
index 00000000..6aa1e8d3
Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png differ
diff --git a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp
new file mode 100644
index 00000000..6c772b19
Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp differ
--
cgit v1.2.3
From 030eff5277ea8ad574ed47287ad3e81d1b548eb3 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Thu, 15 Apr 2021 14:24:55 +0800
Subject: Add Python Discord guides assets.
---
.../content/help_channels/available_channels.webp | Bin 0 -> 2550 bytes
.../images/content/help_channels/available_message.webp | Bin 0 -> 15788 bytes
.../images/content/help_channels/dormant_channels.webp | Bin 0 -> 2754 bytes
.../images/content/help_channels/dormant_message.webp | Bin 0 -> 13978 bytes
.../images/content/help_channels/occupied_channels.webp | Bin 0 -> 4068 bytes
.../images/content/help_channels/topical_channels.webp | Bin 0 -> 9472 bytes
6 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 pydis_site/static/images/content/help_channels/available_channels.webp
create mode 100644 pydis_site/static/images/content/help_channels/available_message.webp
create mode 100644 pydis_site/static/images/content/help_channels/dormant_channels.webp
create mode 100644 pydis_site/static/images/content/help_channels/dormant_message.webp
create mode 100644 pydis_site/static/images/content/help_channels/occupied_channels.webp
create mode 100644 pydis_site/static/images/content/help_channels/topical_channels.webp
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/images/content/help_channels/available_channels.webp b/pydis_site/static/images/content/help_channels/available_channels.webp
new file mode 100644
index 00000000..05ee775e
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/available_channels.webp differ
diff --git a/pydis_site/static/images/content/help_channels/available_message.webp b/pydis_site/static/images/content/help_channels/available_message.webp
new file mode 100644
index 00000000..2379b989
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/available_message.webp differ
diff --git a/pydis_site/static/images/content/help_channels/dormant_channels.webp b/pydis_site/static/images/content/help_channels/dormant_channels.webp
new file mode 100644
index 00000000..9a98fef4
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/dormant_channels.webp differ
diff --git a/pydis_site/static/images/content/help_channels/dormant_message.webp b/pydis_site/static/images/content/help_channels/dormant_message.webp
new file mode 100644
index 00000000..2ae5ac82
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/dormant_message.webp differ
diff --git a/pydis_site/static/images/content/help_channels/occupied_channels.webp b/pydis_site/static/images/content/help_channels/occupied_channels.webp
new file mode 100644
index 00000000..d86c63de
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/occupied_channels.webp differ
diff --git a/pydis_site/static/images/content/help_channels/topical_channels.webp b/pydis_site/static/images/content/help_channels/topical_channels.webp
new file mode 100644
index 00000000..69881dcf
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/topical_channels.webp differ
--
cgit v1.2.3
From 344cc6242bccd32f2da051f4957492238c5b9598 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Thu, 15 Apr 2021 15:16:31 +0800
Subject: Remove duplicate images.
---
.../images/content/mutability/hello_gets_eaten.png | Bin 17229 -> 0 bytes
.../content/mutability/s_gets_assigned_to_HELLO.png | Bin 11615 -> 0 bytes
.../static/images/content/mutability/s_refers_hello.png | Bin 8216 -> 0 bytes
.../images/content/mutability/s_upper_creates_HELLO.png | Bin 10536 -> 0 bytes
4 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 pydis_site/static/images/content/mutability/hello_gets_eaten.png
delete mode 100644 pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png
delete mode 100644 pydis_site/static/images/content/mutability/s_refers_hello.png
delete mode 100644 pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/images/content/mutability/hello_gets_eaten.png b/pydis_site/static/images/content/mutability/hello_gets_eaten.png
deleted file mode 100644
index 08e9f2cb..00000000
Binary files a/pydis_site/static/images/content/mutability/hello_gets_eaten.png and /dev/null differ
diff --git a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png
deleted file mode 100644
index 5f2baf0d..00000000
Binary files a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png and /dev/null differ
diff --git a/pydis_site/static/images/content/mutability/s_refers_hello.png b/pydis_site/static/images/content/mutability/s_refers_hello.png
deleted file mode 100644
index 59d84211..00000000
Binary files a/pydis_site/static/images/content/mutability/s_refers_hello.png and /dev/null differ
diff --git a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png
deleted file mode 100644
index 6aa1e8d3..00000000
Binary files a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png and /dev/null differ
--
cgit v1.2.3
From cb918914625a60bc134d4ac8f8b6dc7202cf54c6 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Mon, 19 Apr 2021 18:30:25 +0800
Subject: Replace WEBP images with their PNG counterparts.
---
.../images/content/contributing/docker_settings.png | Bin 0 -> 30944 bytes
.../images/content/contributing/docker_settings.webp | Bin 11288 -> 0 bytes
.../content/contributing/docker_shared_drives.png | Bin 0 -> 27557 bytes
.../content/contributing/docker_shared_drives.webp | Bin 18194 -> 0 bytes
.../static/images/content/contributing/fork_button.png | Bin 0 -> 23310 bytes
.../images/content/contributing/fork_button.webp | Bin 8678 -> 0 bytes
.../static/images/content/contributing/fork_clone.png | Bin 0 -> 26075 bytes
.../static/images/content/contributing/fork_clone.webp | Bin 8500 -> 0 bytes
.../static/images/content/contributing/fork_user.png | Bin 0 -> 11815 bytes
.../static/images/content/contributing/fork_user.webp | Bin 4144 -> 0 bytes
.../images/content/contributing/github_issues_tab.png | Bin 0 -> 22057 bytes
.../images/content/contributing/github_issues_tab.webp | Bin 8438 -> 0 bytes
.../images/content/contributing/github_new_issue.png | Bin 0 -> 9239 bytes
.../images/content/contributing/github_new_issue.webp | Bin 3730 -> 0 bytes
.../content/contributing/github_sample_issue.png | Bin 0 -> 27630 bytes
.../content/contributing/github_sample_issue.webp | Bin 9308 -> 0 bytes
.../images/content/contributing/pycharm_branch.png | Bin 0 -> 33963 bytes
.../images/content/contributing/pycharm_branch.webp | Bin 6014 -> 0 bytes
.../images/content/contributing/pycharm_checkout.png | Bin 0 -> 30570 bytes
.../images/content/contributing/pycharm_checkout.webp | Bin 9596 -> 0 bytes
.../images/content/contributing/pycharm_commit.png | Bin 0 -> 178593 bytes
.../images/content/contributing/pycharm_commit.webp | Bin 65886 -> 0 bytes
.../content/contributing/pycharm_commit_button.png | Bin 0 -> 6049 bytes
.../content/contributing/pycharm_commit_button.webp | Bin 1280 -> 0 bytes
.../content/contributing/pycharm_create_project.png | Bin 0 -> 22371 bytes
.../content/contributing/pycharm_create_project.webp | Bin 5264 -> 0 bytes
.../content/contributing/pycharm_interpreter.png | Bin 0 -> 52028 bytes
.../content/contributing/pycharm_interpreter.webp | Bin 17284 -> 0 bytes
.../images/content/contributing/pycharm_pipenv.png | Bin 0 -> 35997 bytes
.../images/content/contributing/pycharm_pipenv.webp | Bin 11428 -> 0 bytes
.../content/contributing/pycharm_pipenv_success.png | Bin 0 -> 119232 bytes
.../content/contributing/pycharm_pipenv_success.webp | Bin 41678 -> 0 bytes
.../images/content/contributing/pycharm_pull.png | Bin 0 -> 10132 bytes
.../images/content/contributing/pycharm_pull.webp | Bin 3410 -> 0 bytes
.../images/content/contributing/pycharm_push.png | Bin 0 -> 15197 bytes
.../images/content/contributing/pycharm_push.webp | Bin 6244 -> 0 bytes
.../images/content/contributing/pycharm_remotes.png | Bin 0 -> 30816 bytes
.../images/content/contributing/pycharm_remotes.webp | Bin 12748 -> 0 bytes
.../images/content/contributing/pycharm_upstream.png | Bin 0 -> 18619 bytes
.../images/content/contributing/pycharm_upstream.webp | Bin 8388 -> 0 bytes
pydis_site/static/images/content/discordpy_embed.png | Bin 0 -> 36539 bytes
pydis_site/static/images/content/discordpy_embed.webp | Bin 18262 -> 0 bytes
.../content/help_channels/available_channels.png | Bin 0 -> 6556 bytes
.../content/help_channels/available_channels.webp | Bin 2550 -> 0 bytes
.../images/content/help_channels/available_message.png | Bin 0 -> 36279 bytes
.../content/help_channels/available_message.webp | Bin 15788 -> 0 bytes
.../images/content/help_channels/dormant_channels.png | Bin 0 -> 6975 bytes
.../images/content/help_channels/dormant_channels.webp | Bin 2754 -> 0 bytes
.../images/content/help_channels/dormant_message.png | Bin 0 -> 37856 bytes
.../images/content/help_channels/dormant_message.webp | Bin 13978 -> 0 bytes
.../images/content/help_channels/occupied_channels.png | Bin 0 -> 10950 bytes
.../content/help_channels/occupied_channels.webp | Bin 4068 -> 0 bytes
.../images/content/help_channels/topical_channels.png | Bin 0 -> 29231 bytes
.../images/content/help_channels/topical_channels.webp | Bin 9472 -> 0 bytes
.../images/content/mutability/hello_gets_eaten.png | Bin 0 -> 17229 bytes
.../images/content/mutability/hello_gets_eaten.webp | Bin 8160 -> 0 bytes
.../content/mutability/s_gets_assigned_to_HELLO.png | Bin 0 -> 11615 bytes
.../content/mutability/s_gets_assigned_to_HELLO.webp | Bin 5670 -> 0 bytes
.../images/content/mutability/s_refers_hello.png | Bin 0 -> 8216 bytes
.../images/content/mutability/s_refers_hello.webp | Bin 3890 -> 0 bytes
.../content/mutability/s_upper_creates_HELLO.png | Bin 0 -> 10536 bytes
.../content/mutability/s_upper_creates_HELLO.webp | Bin 5184 -> 0 bytes
62 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 pydis_site/static/images/content/contributing/docker_settings.png
delete mode 100644 pydis_site/static/images/content/contributing/docker_settings.webp
create mode 100644 pydis_site/static/images/content/contributing/docker_shared_drives.png
delete mode 100644 pydis_site/static/images/content/contributing/docker_shared_drives.webp
create mode 100644 pydis_site/static/images/content/contributing/fork_button.png
delete mode 100644 pydis_site/static/images/content/contributing/fork_button.webp
create mode 100644 pydis_site/static/images/content/contributing/fork_clone.png
delete mode 100644 pydis_site/static/images/content/contributing/fork_clone.webp
create mode 100644 pydis_site/static/images/content/contributing/fork_user.png
delete mode 100644 pydis_site/static/images/content/contributing/fork_user.webp
create mode 100644 pydis_site/static/images/content/contributing/github_issues_tab.png
delete mode 100644 pydis_site/static/images/content/contributing/github_issues_tab.webp
create mode 100644 pydis_site/static/images/content/contributing/github_new_issue.png
delete mode 100644 pydis_site/static/images/content/contributing/github_new_issue.webp
create mode 100644 pydis_site/static/images/content/contributing/github_sample_issue.png
delete mode 100644 pydis_site/static/images/content/contributing/github_sample_issue.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_branch.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_branch.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_checkout.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_checkout.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_commit.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_commit.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_commit_button.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_commit_button.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_create_project.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_create_project.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_interpreter.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_interpreter.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_pipenv.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_pipenv.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_pipenv_success.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_pipenv_success.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_pull.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_pull.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_push.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_push.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_remotes.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_remotes.webp
create mode 100644 pydis_site/static/images/content/contributing/pycharm_upstream.png
delete mode 100644 pydis_site/static/images/content/contributing/pycharm_upstream.webp
create mode 100644 pydis_site/static/images/content/discordpy_embed.png
delete mode 100644 pydis_site/static/images/content/discordpy_embed.webp
create mode 100644 pydis_site/static/images/content/help_channels/available_channels.png
delete mode 100644 pydis_site/static/images/content/help_channels/available_channels.webp
create mode 100644 pydis_site/static/images/content/help_channels/available_message.png
delete mode 100644 pydis_site/static/images/content/help_channels/available_message.webp
create mode 100644 pydis_site/static/images/content/help_channels/dormant_channels.png
delete mode 100644 pydis_site/static/images/content/help_channels/dormant_channels.webp
create mode 100644 pydis_site/static/images/content/help_channels/dormant_message.png
delete mode 100644 pydis_site/static/images/content/help_channels/dormant_message.webp
create mode 100644 pydis_site/static/images/content/help_channels/occupied_channels.png
delete mode 100644 pydis_site/static/images/content/help_channels/occupied_channels.webp
create mode 100644 pydis_site/static/images/content/help_channels/topical_channels.png
delete mode 100644 pydis_site/static/images/content/help_channels/topical_channels.webp
create mode 100644 pydis_site/static/images/content/mutability/hello_gets_eaten.png
delete mode 100644 pydis_site/static/images/content/mutability/hello_gets_eaten.webp
create mode 100644 pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png
delete mode 100644 pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp
create mode 100644 pydis_site/static/images/content/mutability/s_refers_hello.png
delete mode 100644 pydis_site/static/images/content/mutability/s_refers_hello.webp
create mode 100644 pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png
delete mode 100644 pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/images/content/contributing/docker_settings.png b/pydis_site/static/images/content/contributing/docker_settings.png
new file mode 100644
index 00000000..03beeebf
Binary files /dev/null and b/pydis_site/static/images/content/contributing/docker_settings.png differ
diff --git a/pydis_site/static/images/content/contributing/docker_settings.webp b/pydis_site/static/images/content/contributing/docker_settings.webp
deleted file mode 100644
index eb30d0ab..00000000
Binary files a/pydis_site/static/images/content/contributing/docker_settings.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/docker_shared_drives.png b/pydis_site/static/images/content/contributing/docker_shared_drives.png
new file mode 100644
index 00000000..c86bbdba
Binary files /dev/null and b/pydis_site/static/images/content/contributing/docker_shared_drives.png differ
diff --git a/pydis_site/static/images/content/contributing/docker_shared_drives.webp b/pydis_site/static/images/content/contributing/docker_shared_drives.webp
deleted file mode 100644
index b1281df1..00000000
Binary files a/pydis_site/static/images/content/contributing/docker_shared_drives.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/fork_button.png b/pydis_site/static/images/content/contributing/fork_button.png
new file mode 100644
index 00000000..4eab9e0d
Binary files /dev/null and b/pydis_site/static/images/content/contributing/fork_button.png differ
diff --git a/pydis_site/static/images/content/contributing/fork_button.webp b/pydis_site/static/images/content/contributing/fork_button.webp
deleted file mode 100644
index 830e1470..00000000
Binary files a/pydis_site/static/images/content/contributing/fork_button.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/fork_clone.png b/pydis_site/static/images/content/contributing/fork_clone.png
new file mode 100644
index 00000000..ad966ee3
Binary files /dev/null and b/pydis_site/static/images/content/contributing/fork_clone.png differ
diff --git a/pydis_site/static/images/content/contributing/fork_clone.webp b/pydis_site/static/images/content/contributing/fork_clone.webp
deleted file mode 100644
index f0b06daf..00000000
Binary files a/pydis_site/static/images/content/contributing/fork_clone.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/fork_user.png b/pydis_site/static/images/content/contributing/fork_user.png
new file mode 100644
index 00000000..513f8841
Binary files /dev/null and b/pydis_site/static/images/content/contributing/fork_user.png differ
diff --git a/pydis_site/static/images/content/contributing/fork_user.webp b/pydis_site/static/images/content/contributing/fork_user.webp
deleted file mode 100644
index 77f1b611..00000000
Binary files a/pydis_site/static/images/content/contributing/fork_user.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/github_issues_tab.png b/pydis_site/static/images/content/contributing/github_issues_tab.png
new file mode 100644
index 00000000..1d1fc617
Binary files /dev/null and b/pydis_site/static/images/content/contributing/github_issues_tab.png differ
diff --git a/pydis_site/static/images/content/contributing/github_issues_tab.webp b/pydis_site/static/images/content/contributing/github_issues_tab.webp
deleted file mode 100644
index 929608d9..00000000
Binary files a/pydis_site/static/images/content/contributing/github_issues_tab.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/github_new_issue.png b/pydis_site/static/images/content/contributing/github_new_issue.png
new file mode 100644
index 00000000..1d661428
Binary files /dev/null and b/pydis_site/static/images/content/contributing/github_new_issue.png differ
diff --git a/pydis_site/static/images/content/contributing/github_new_issue.webp b/pydis_site/static/images/content/contributing/github_new_issue.webp
deleted file mode 100644
index 24dc17d0..00000000
Binary files a/pydis_site/static/images/content/contributing/github_new_issue.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/github_sample_issue.png b/pydis_site/static/images/content/contributing/github_sample_issue.png
new file mode 100644
index 00000000..a8c2ac0a
Binary files /dev/null and b/pydis_site/static/images/content/contributing/github_sample_issue.png differ
diff --git a/pydis_site/static/images/content/contributing/github_sample_issue.webp b/pydis_site/static/images/content/contributing/github_sample_issue.webp
deleted file mode 100644
index ca0850b8..00000000
Binary files a/pydis_site/static/images/content/contributing/github_sample_issue.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_branch.png b/pydis_site/static/images/content/contributing/pycharm_branch.png
new file mode 100644
index 00000000..d9cde97a
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_branch.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_branch.webp b/pydis_site/static/images/content/contributing/pycharm_branch.webp
deleted file mode 100644
index 5e74d064..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_branch.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_checkout.png b/pydis_site/static/images/content/contributing/pycharm_checkout.png
new file mode 100644
index 00000000..f719dfb7
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_checkout.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_checkout.webp b/pydis_site/static/images/content/contributing/pycharm_checkout.webp
deleted file mode 100644
index e86e48d2..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_checkout.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_commit.png b/pydis_site/static/images/content/contributing/pycharm_commit.png
new file mode 100644
index 00000000..03223688
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_commit.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_commit.webp b/pydis_site/static/images/content/contributing/pycharm_commit.webp
deleted file mode 100644
index dd6c8f28..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_commit.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_commit_button.png b/pydis_site/static/images/content/contributing/pycharm_commit_button.png
new file mode 100644
index 00000000..ae2745b0
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_commit_button.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_commit_button.webp b/pydis_site/static/images/content/contributing/pycharm_commit_button.webp
deleted file mode 100644
index 71ec92aa..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_commit_button.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_create_project.png b/pydis_site/static/images/content/contributing/pycharm_create_project.png
new file mode 100644
index 00000000..63cd5626
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_create_project.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_create_project.webp b/pydis_site/static/images/content/contributing/pycharm_create_project.webp
deleted file mode 100644
index 161a70c7..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_create_project.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_interpreter.png b/pydis_site/static/images/content/contributing/pycharm_interpreter.png
new file mode 100644
index 00000000..cb757f84
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_interpreter.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_interpreter.webp b/pydis_site/static/images/content/contributing/pycharm_interpreter.webp
deleted file mode 100644
index e1687a58..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_interpreter.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv.png b/pydis_site/static/images/content/contributing/pycharm_pipenv.png
new file mode 100644
index 00000000..feb9b1d7
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_pipenv.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv.webp b/pydis_site/static/images/content/contributing/pycharm_pipenv.webp
deleted file mode 100644
index 0a777ff3..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_pipenv.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png
new file mode 100644
index 00000000..03fa3244
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.webp b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.webp
deleted file mode 100644
index a2153c08..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pull.png b/pydis_site/static/images/content/contributing/pycharm_pull.png
new file mode 100644
index 00000000..0640564e
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_pull.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pull.webp b/pydis_site/static/images/content/contributing/pycharm_pull.webp
deleted file mode 100644
index 07c5457f..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_pull.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_push.png b/pydis_site/static/images/content/contributing/pycharm_push.png
new file mode 100644
index 00000000..1b51c085
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_push.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_push.webp b/pydis_site/static/images/content/contributing/pycharm_push.webp
deleted file mode 100644
index 34ec14c1..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_push.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_remotes.png b/pydis_site/static/images/content/contributing/pycharm_remotes.png
new file mode 100644
index 00000000..3fe565c8
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_remotes.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_remotes.webp b/pydis_site/static/images/content/contributing/pycharm_remotes.webp
deleted file mode 100644
index 49002666..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_remotes.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_upstream.png b/pydis_site/static/images/content/contributing/pycharm_upstream.png
new file mode 100644
index 00000000..2ccb5827
Binary files /dev/null and b/pydis_site/static/images/content/contributing/pycharm_upstream.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_upstream.webp b/pydis_site/static/images/content/contributing/pycharm_upstream.webp
deleted file mode 100644
index f18b5af4..00000000
Binary files a/pydis_site/static/images/content/contributing/pycharm_upstream.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/discordpy_embed.png b/pydis_site/static/images/content/discordpy_embed.png
new file mode 100644
index 00000000..9ed911a6
Binary files /dev/null and b/pydis_site/static/images/content/discordpy_embed.png differ
diff --git a/pydis_site/static/images/content/discordpy_embed.webp b/pydis_site/static/images/content/discordpy_embed.webp
deleted file mode 100644
index 2216887c..00000000
Binary files a/pydis_site/static/images/content/discordpy_embed.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/help_channels/available_channels.png b/pydis_site/static/images/content/help_channels/available_channels.png
new file mode 100644
index 00000000..0b9cfd03
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/available_channels.png differ
diff --git a/pydis_site/static/images/content/help_channels/available_channels.webp b/pydis_site/static/images/content/help_channels/available_channels.webp
deleted file mode 100644
index 05ee775e..00000000
Binary files a/pydis_site/static/images/content/help_channels/available_channels.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/help_channels/available_message.png b/pydis_site/static/images/content/help_channels/available_message.png
new file mode 100644
index 00000000..05f6ec7d
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/available_message.png differ
diff --git a/pydis_site/static/images/content/help_channels/available_message.webp b/pydis_site/static/images/content/help_channels/available_message.webp
deleted file mode 100644
index 2379b989..00000000
Binary files a/pydis_site/static/images/content/help_channels/available_message.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/help_channels/dormant_channels.png b/pydis_site/static/images/content/help_channels/dormant_channels.png
new file mode 100644
index 00000000..2c53de87
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/dormant_channels.png differ
diff --git a/pydis_site/static/images/content/help_channels/dormant_channels.webp b/pydis_site/static/images/content/help_channels/dormant_channels.webp
deleted file mode 100644
index 9a98fef4..00000000
Binary files a/pydis_site/static/images/content/help_channels/dormant_channels.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/help_channels/dormant_message.png b/pydis_site/static/images/content/help_channels/dormant_message.png
new file mode 100644
index 00000000..ac806459
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/dormant_message.png differ
diff --git a/pydis_site/static/images/content/help_channels/dormant_message.webp b/pydis_site/static/images/content/help_channels/dormant_message.webp
deleted file mode 100644
index 2ae5ac82..00000000
Binary files a/pydis_site/static/images/content/help_channels/dormant_message.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/help_channels/occupied_channels.png b/pydis_site/static/images/content/help_channels/occupied_channels.png
new file mode 100644
index 00000000..6ccb4ed6
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/occupied_channels.png differ
diff --git a/pydis_site/static/images/content/help_channels/occupied_channels.webp b/pydis_site/static/images/content/help_channels/occupied_channels.webp
deleted file mode 100644
index d86c63de..00000000
Binary files a/pydis_site/static/images/content/help_channels/occupied_channels.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/help_channels/topical_channels.png b/pydis_site/static/images/content/help_channels/topical_channels.png
new file mode 100644
index 00000000..63b48e7b
Binary files /dev/null and b/pydis_site/static/images/content/help_channels/topical_channels.png differ
diff --git a/pydis_site/static/images/content/help_channels/topical_channels.webp b/pydis_site/static/images/content/help_channels/topical_channels.webp
deleted file mode 100644
index 69881dcf..00000000
Binary files a/pydis_site/static/images/content/help_channels/topical_channels.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/mutability/hello_gets_eaten.png b/pydis_site/static/images/content/mutability/hello_gets_eaten.png
new file mode 100644
index 00000000..08e9f2cb
Binary files /dev/null and b/pydis_site/static/images/content/mutability/hello_gets_eaten.png differ
diff --git a/pydis_site/static/images/content/mutability/hello_gets_eaten.webp b/pydis_site/static/images/content/mutability/hello_gets_eaten.webp
deleted file mode 100644
index 0d0b866f..00000000
Binary files a/pydis_site/static/images/content/mutability/hello_gets_eaten.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png
new file mode 100644
index 00000000..5f2baf0d
Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png differ
diff --git a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp
deleted file mode 100644
index a0cd7a83..00000000
Binary files a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/mutability/s_refers_hello.png b/pydis_site/static/images/content/mutability/s_refers_hello.png
new file mode 100644
index 00000000..59d84211
Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_refers_hello.png differ
diff --git a/pydis_site/static/images/content/mutability/s_refers_hello.webp b/pydis_site/static/images/content/mutability/s_refers_hello.webp
deleted file mode 100644
index efed70d6..00000000
Binary files a/pydis_site/static/images/content/mutability/s_refers_hello.webp and /dev/null differ
diff --git a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png
new file mode 100644
index 00000000..6aa1e8d3
Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png differ
diff --git a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp
deleted file mode 100644
index 6c772b19..00000000
Binary files a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp and /dev/null differ
--
cgit v1.2.3
From 348ee615ebd62a3449a6d0a8426aba2d3029333b Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Mon, 19 Apr 2021 21:32:26 +0800
Subject: Increase padding between text and images in lists.
This has a caveat in that there may be additional padding if the first
thing in a list item is an image, but it is very unlikely in practice,
so it's not handled for now.
---
.../content/resources/guides/pydis-guides/contributing/issues.md | 6 +++---
pydis_site/static/css/content/page.css | 9 +++++++++
2 files changed, 12 insertions(+), 3 deletions(-)
(limited to 'pydis_site/static')
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md
index 52da95ce..9151e5e3 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md
@@ -18,13 +18,13 @@ Often, an Issue ticket already exists within the scope of what you might be cons
If you don't see one existing, then:
-Click the `Issues` tab in a repository:
+1. Click the `Issues` tab in a repository:

-Click `New Issue`
+2. Click `New Issue`:

-Enter the title and description for your issue, then click `Submit new issue`
+3. Enter the title and description for your issue, then click `Submit new issue`:
{: width="600" }
## What should I put as a title?
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css
index 3ac41d1b..d831f86d 100644
--- a/pydis_site/static/css/content/page.css
+++ b/pydis_site/static/css/content/page.css
@@ -68,3 +68,12 @@ ul.menu-list.toc {
.toc > ul > li {
list-style-type: disc;
}
+
+/*
+ * Increase space between images and any text above the image in a list.
+ * This is used instead of a newline between the image and the text in markdown
+ * so the image remains left-aligned with the list item.
+ */
+li img {
+ margin-top: 0.5em;
+}
--
cgit v1.2.3
From a75ec754241a69fe5b5b190a5f50d76a36ba7d11 Mon Sep 17 00:00:00 2001
From: Bast <52266665+bast0006@users.noreply.github.com>
Date: Thu, 13 May 2021 15:11:05 -0700
Subject: Fix default margin on error pages
This removes the scrollbar from them
---
pydis_site/static/css/error_pages.css | 1 +
1 file changed, 1 insertion(+)
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/error_pages.css b/pydis_site/static/css/error_pages.css
index ee41fa5c..e59e2a54 100644
--- a/pydis_site/static/css/error_pages.css
+++ b/pydis_site/static/css/error_pages.css
@@ -11,6 +11,7 @@ body {
align-items: center;
justify-content: center;
height: 100%;
+ margin: 0;
}
h1,
--
cgit v1.2.3
From 274efc3ec73e2bcfee9cd93b26f737ee68fd4638 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Fri, 14 May 2021 13:58:56 +0800
Subject: Merge branch main into dewikification
---
.coveragerc | 2 +
.dockerignore | 6 +-
.flake8 | 2 +-
.github/CODEOWNERS | 22 +-
.github/review-policy.yml | 3 +
.github/workflows/build.yaml | 58 +
.github/workflows/codeql-analysis.yml | 32 -
.github/workflows/deploy.yaml | 46 +
.github/workflows/lint-test.yaml | 142 +
.github/workflows/sentry-release.yml | 6 +-
.github/workflows/status_embed.yaml | 78 +
.pre-commit-config.yaml | 2 +-
CODE_OF_CONDUCT.md | 3 +
CONTRIBUTING.md | 125 +-
Dockerfile | 32 +
LICENSE | 2 +-
Pipfile | 9 +-
Pipfile.lock | 285 +-
README.md | 29 +-
SECURITY.md | 3 +
azure-pipelines.yml | 102 -
docker-compose.yml | 6 +-
docker/Dockerfile | 32 -
docker/uwsgi.ini | 38 -
docs/deployment.md | 146 -
manage.py | 24 +-
postgres/init.sql | 146 +
pydis_site/apps/api/admin.py | 108 +-
pydis_site/apps/api/dblogger.py | 22 -
.../apps/api/migrations/0064_delete_logentry.py | 16 +
.../api/migrations/0066_merge_20201003_0730.py | 14 +
.../0067_add_voice_ban_infraction_type.py | 18 +
.../api/migrations/0068_split_nomination_tables.py | 75 +
.../0069_documentationlink_validators.py | 25 +
pydis_site/apps/api/models/__init__.py | 2 +-
pydis_site/apps/api/models/bot/__init__.py | 2 +-
.../apps/api/models/bot/documentation_link.py | 17 +-
pydis_site/apps/api/models/bot/infraction.py | 3 +-
pydis_site/apps/api/models/bot/metricity.py | 132 +
pydis_site/apps/api/models/bot/nomination.py | 52 +-
pydis_site/apps/api/models/log_entry.py | 55 -
pydis_site/apps/api/pagination.py | 49 +
pydis_site/apps/api/serializers.py | 139 +-
pydis_site/apps/api/tests/test_dblogger.py | 27 -
.../apps/api/tests/test_documentation_links.py | 15 +-
pydis_site/apps/api/tests/test_infractions.py | 30 +
pydis_site/apps/api/tests/test_models.py | 16 +-
pydis_site/apps/api/tests/test_nominations.py | 118 +-
pydis_site/apps/api/tests/test_users.py | 337 +-
pydis_site/apps/api/urls.py | 2 -
pydis_site/apps/api/views.py | 5 +-
pydis_site/apps/api/viewsets/__init__.py | 1 -
pydis_site/apps/api/viewsets/bot/infraction.py | 21 +-
pydis_site/apps/api/viewsets/bot/nomination.py | 142 +-
pydis_site/apps/api/viewsets/bot/user.py | 192 +-
pydis_site/apps/api/viewsets/log_entry.py | 36 -
.../0002_auto_now_on_repository_metadata.py | 18 +
pydis_site/apps/home/models/repository_metadata.py | 15 +-
.../apps/home/tests/mock_github_api_response.json | 2 +-
.../apps/home/tests/test_repodata_helpers.py | 42 +-
pydis_site/apps/home/urls.py | 3 +-
pydis_site/apps/home/views/__init__.py | 4 +-
pydis_site/apps/home/views/home.py | 160 +-
pydis_site/apps/redirect/tests.py | 7 +-
.../resources/reading/books/effective_python.yaml | 5 +-
pydis_site/constants.py | 6 +-
pydis_site/hosts.py | 3 +
pydis_site/settings.py | 39 +-
pydis_site/static/css/base/base.css | 76 +-
pydis_site/static/css/error_pages.css | 67 +
pydis_site/static/css/home/index.css | 239 +-
pydis_site/static/css/home/timeline.css | 3823 ++++++++++++++++++++
pydis_site/static/images/events/100k.png | Bin 0 -> 210477 bytes
pydis_site/static/images/frontpage/welcome.jpg | Bin 0 -> 51725 bytes
pydis_site/static/images/navbar/discord.svg | 165 +
.../static/images/navbar/navbar_discordjoin.svg | 81 -
pydis_site/static/images/sponsors/adafruit.png | Bin 11705 -> 0 bytes
pydis_site/static/images/sponsors/notion.png | Bin 0 -> 38207 bytes
pydis_site/static/images/sponsors/streamyard.png | Bin 0 -> 86678 bytes
.../static/images/timeline/cd-icon-location.svg | 4 +
.../static/images/timeline/cd-icon-movie.svg | 4 +
.../static/images/timeline/cd-icon-picture.svg | 72 +
pydis_site/static/images/waves/wave_dark.svg | 73 +
pydis_site/static/images/waves/wave_white.svg | 77 +
pydis_site/static/js/timeline/main.js | 104 +
pydis_site/templates/404.html | 34 +
pydis_site/templates/500.html | 29 +
pydis_site/templates/base/base.html | 1 -
pydis_site/templates/base/footer.html | 2 +-
pydis_site/templates/base/navbar.html | 17 +-
pydis_site/templates/home/index.html | 190 +-
pydis_site/templates/home/timeline.html | 693 ++++
92 files changed, 7813 insertions(+), 1294 deletions(-)
create mode 100644 .github/review-policy.yml
create mode 100644 .github/workflows/build.yaml
delete mode 100644 .github/workflows/codeql-analysis.yml
create mode 100644 .github/workflows/deploy.yaml
create mode 100644 .github/workflows/lint-test.yaml
create mode 100644 .github/workflows/status_embed.yaml
create mode 100644 CODE_OF_CONDUCT.md
create mode 100644 Dockerfile
create mode 100644 SECURITY.md
delete mode 100644 azure-pipelines.yml
delete mode 100644 docker/Dockerfile
delete mode 100644 docker/uwsgi.ini
delete mode 100644 docs/deployment.md
create mode 100644 postgres/init.sql
delete mode 100644 pydis_site/apps/api/dblogger.py
create mode 100644 pydis_site/apps/api/migrations/0064_delete_logentry.py
create mode 100644 pydis_site/apps/api/migrations/0066_merge_20201003_0730.py
create mode 100644 pydis_site/apps/api/migrations/0067_add_voice_ban_infraction_type.py
create mode 100644 pydis_site/apps/api/migrations/0068_split_nomination_tables.py
create mode 100644 pydis_site/apps/api/migrations/0069_documentationlink_validators.py
create mode 100644 pydis_site/apps/api/models/bot/metricity.py
delete mode 100644 pydis_site/apps/api/models/log_entry.py
create mode 100644 pydis_site/apps/api/pagination.py
delete mode 100644 pydis_site/apps/api/tests/test_dblogger.py
delete mode 100644 pydis_site/apps/api/viewsets/log_entry.py
create mode 100644 pydis_site/apps/home/migrations/0002_auto_now_on_repository_metadata.py
create mode 100644 pydis_site/static/css/error_pages.css
create mode 100644 pydis_site/static/css/home/timeline.css
create mode 100644 pydis_site/static/images/events/100k.png
create mode 100644 pydis_site/static/images/frontpage/welcome.jpg
create mode 100644 pydis_site/static/images/navbar/discord.svg
delete mode 100644 pydis_site/static/images/navbar/navbar_discordjoin.svg
delete mode 100644 pydis_site/static/images/sponsors/adafruit.png
create mode 100644 pydis_site/static/images/sponsors/notion.png
create mode 100644 pydis_site/static/images/sponsors/streamyard.png
create mode 100755 pydis_site/static/images/timeline/cd-icon-location.svg
create mode 100755 pydis_site/static/images/timeline/cd-icon-movie.svg
create mode 100755 pydis_site/static/images/timeline/cd-icon-picture.svg
create mode 100644 pydis_site/static/images/waves/wave_dark.svg
create mode 100644 pydis_site/static/images/waves/wave_white.svg
create mode 100644 pydis_site/static/js/timeline/main.js
create mode 100644 pydis_site/templates/404.html
create mode 100644 pydis_site/templates/500.html
create mode 100644 pydis_site/templates/home/timeline.html
(limited to 'pydis_site/static')
diff --git a/.coveragerc b/.coveragerc
index e2511cb9..b4a9bbe4 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -11,9 +11,11 @@ omit =
*/admin.py
*/apps.py
*/urls.py
+ pydis_site/apps/api/models/bot/metricity.py
pydis_site/wsgi.py
pydis_site/settings.py
pydis_site/utils/resources.py
+ pydis_site/apps/home/views/home.py
[report]
fail_under = 100
diff --git a/.dockerignore b/.dockerignore
index 61fa291a..2a1f68e7 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,6 +1,7 @@
.cache
.coverage
.coveragerc
+.git
.github
.gitignore
.gitlab
@@ -15,11 +16,8 @@ pydis_site/apps/home/tests
pydis_site/apps/staff/tests
CHANGELOG.md
CONTRIBUTING.md
-docker
-!docker/uwsgi.ini
-!docker/wheels
docker-compose.yml
-Dockerfile.local
+Dockerfile
docs
htmlcov
LICENSE
diff --git a/.flake8 b/.flake8
index bcd26d9e..6690af3e 100644
--- a/.flake8
+++ b/.flake8
@@ -3,7 +3,7 @@ max-line-length=100
docstring-convention=all
import-order-style=pycharm
application_import_names=pydis_site
-exclude=__pycache__, venv, .venv, **/migrations/**
+exclude=__pycache__, venv, .venv, **/migrations/**, .cache/
ignore=
B311,W503,E226,S311,T000
# Missing Docstrings
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index cf5f1590..009b21c4 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1 +1,21 @@
-* @python-discord/core-developers
+# Infractions API
+pydis_site/apps/api/models/bot/infraction.py @MarkKoz
+pydis_site/apps/api/viewsets/bot/infraction.py @MarkKoz
+
+# Home app
+pydis_site/apps/home/** @ks129
+
+# Django ORM
+**/migrations/** @Akarys42
+**/models/** @Akarys42 @Den4200
+
+# CI & Docker
+.github/workflows/** @MarkKoz @Akarys42 @SebastiaanZ @Den4200 @ks129
+Dockerfile @MarkKoz @Akarys42 @Den4200
+docker-compose.yml @MarkKoz @Akarys42 @Den4200
+
+# Tools
+Pipfile* @Akarys42
+
+# Metricity
+pydis_site/apps/api/models/bot/metricity.py @jb3
diff --git a/.github/review-policy.yml b/.github/review-policy.yml
new file mode 100644
index 00000000..421b30f8
--- /dev/null
+++ b/.github/review-policy.yml
@@ -0,0 +1,3 @@
+remote: python-discord/.github
+path: review-policies/core-developers.yml
+ref: main
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
new file mode 100644
index 00000000..ab7321de
--- /dev/null
+++ b/.github/workflows/build.yaml
@@ -0,0 +1,58 @@
+name: Build
+
+on:
+ workflow_run:
+ workflows: ["Lint & Test"]
+ branches:
+ - main
+ types:
+ - completed
+
+jobs:
+ build:
+ name: Build Docker Image
+ if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push'
+ runs-on: ubuntu-latest
+
+ steps:
+ # Create a commit SHA-based tag for the container repositories
+ - name: Create SHA Container Tag
+ id: sha_tag
+ run: |
+ tag=$(cut -c 1-7 <<< $GITHUB_SHA)
+ echo "::set-output name=tag::$tag"
+
+ - name: Checkout code
+ uses: actions/checkout@v2
+
+ # The current version (v2) of Docker's build-push action uses
+ # buildx, which comes with BuildKit features that help us speed
+ # up our builds using additional cache features. Buildx also
+ # has a lot of other features that are not as relevant to us.
+ #
+ # See https://github.com/docker/build-push-action
+ - name: Set up Docker Buildx
+ uses: docker/setup-buildx-action@v1
+
+ - name: Login to Github Container Registry
+ uses: docker/login-action@v1
+ with:
+ registry: ghcr.io
+ username: ${{ github.repository_owner }}
+ password: ${{ secrets.GITHUB_TOKEN }}
+
+ # Build the container, including an inline cache manifest to
+ # allow us to use the registry as a cache source.
+ - name: Build and push
+ uses: docker/build-push-action@v2
+ with:
+ context: .
+ file: ./Dockerfile
+ push: true
+ cache-from: type=registry,ref=ghcr.io/python-discord/site:latest
+ cache-to: type=inline
+ tags: |
+ ghcr.io/python-discord/site:latest
+ ghcr.io/python-discord/site:${{ steps.sha_tag.outputs.tag }}
+ build-args: |
+ git_sha=${{ github.sha }}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
deleted file mode 100644
index 8760b35e..00000000
--- a/.github/workflows/codeql-analysis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-name: "Code scanning - action"
-
-on:
- push:
- pull_request:
- schedule:
- - cron: '0 12 * * *'
-
-jobs:
- CodeQL-Build:
-
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout repository
- uses: actions/checkout@v2
- with:
- fetch-depth: 2
-
- - run: git checkout HEAD^2
- if: ${{ github.event_name == 'pull_request' }}
-
- - name: Initialize CodeQL
- uses: github/codeql-action/init@v1
- with:
- languages: python
-
- - name: Autobuild
- uses: github/codeql-action/autobuild@v1
-
- - name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
new file mode 100644
index 00000000..efc08040
--- /dev/null
+++ b/.github/workflows/deploy.yaml
@@ -0,0 +1,46 @@
+name: Deploy
+
+on:
+ workflow_run:
+ workflows: ["Build"]
+ branches:
+ - main
+ types:
+ - completed
+
+jobs:
+ deploy:
+ if: github.event.workflow_run.conclusion == 'success'
+ name: Deploy to Kubernetes Cluster
+ runs-on: ubuntu-latest
+ environment: production
+
+ steps:
+ - name: Create SHA Container Tag
+ id: sha_tag
+ run: |
+ tag=$(cut -c 1-7 <<< $GITHUB_SHA)
+ echo "::set-output name=tag::$tag"
+
+ # Check out the private Kubernetes repository for the
+ # deployment.yaml file using a GitHub Personal Access
+ # Token to get access.
+ - name: Checkout code
+ uses: actions/checkout@v2
+ with:
+ repository: python-discord/kubernetes
+ token: ${{ secrets.REPO_TOKEN }}
+
+ - name: Authenticate with Kubernetes
+ uses: azure/k8s-set-context@v1
+ with:
+ method: kubeconfig
+ kubeconfig: ${{ secrets.KUBECONFIG }}
+
+ - name: Deploy to Kubernetes
+ uses: Azure/k8s-deploy@v1
+ with:
+ manifests: |
+ site/deployment.yaml
+ images: 'ghcr.io/python-discord/site:${{ steps.sha_tag.outputs.tag }}'
+ kubectl-version: 'latest'
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
new file mode 100644
index 00000000..9e3d331d
--- /dev/null
+++ b/.github/workflows/lint-test.yaml
@@ -0,0 +1,142 @@
+name: Lint & Test
+
+on:
+ push:
+ branches:
+ - main
+ pull_request:
+
+
+jobs:
+ lint-test:
+ runs-on: ubuntu-latest
+ env:
+ # Configure pip to cache dependencies and do a user install
+ PIP_NO_CACHE_DIR: false
+ PIP_USER: 1
+
+ # Hide the graphical elements from pipenv's output
+ PIPENV_HIDE_EMOJIS: 1
+ PIPENV_NOSPIN: 1
+
+ # Make sure pipenv does not try reuse an environment it's running in
+ PIPENV_IGNORE_VIRTUALENVS: 1
+
+ # Specify explicit paths for python dependencies and the pre-commit
+ # environment so we know which directories to cache
+ PYTHONUSERBASE: ${{ github.workspace }}/.cache/py-user-base
+ PRE_COMMIT_HOME: ${{ github.workspace }}/.cache/pre-commit-cache
+
+ steps:
+ - name: Add custom PYTHONUSERBASE to PATH
+ run: echo '${{ env.PYTHONUSERBASE }}/bin/' >> $GITHUB_PATH
+
+ - name: Checkout repository
+ uses: actions/checkout@v2
+
+ - name: Setup python
+ id: python
+ uses: actions/setup-python@v2
+ with:
+ python-version: '3.8'
+
+ # Start the database early to give it a chance to get ready before
+ # we start running tests.
+ - name: Run database using docker-compose
+ run: docker-compose run -d -p 7777:5432 --name pydis_web postgres
+
+ # This step caches our Python dependencies. To make sure we
+ # only restore a cache when the dependencies, the python version,
+ # the runner operating system, and the dependency location haven't
+ # changed, we create a cache key that is a composite of those states.
+ #
+ # Only when the context is exactly the same, we will restore the cache.
+ - name: Python Dependency Caching
+ uses: actions/cache@v2
+ id: python_cache
+ with:
+ path: ${{ env.PYTHONUSERBASE }}
+ key: "python-0-${{ runner.os }}-${{ env.PYTHONUSERBASE }}-\
+ ${{ steps.python.outputs.python-version }}-\
+ ${{ hashFiles('./Pipfile', './Pipfile.lock') }}"
+
+ # Install our dependencies if we did not restore a dependency cache
+ - name: Install dependencies using pipenv
+ if: steps.python_cache.outputs.cache-hit != 'true'
+ run: |
+ pip install pipenv
+ pipenv install --dev --deploy --system
+
+ # This step caches our pre-commit environment. To make sure we
+ # do create a new environment when our pre-commit setup changes,
+ # we create a cache key based on relevant factors.
+ - name: Pre-commit Environment Caching
+ uses: actions/cache@v2
+ with:
+ path: ${{ env.PRE_COMMIT_HOME }}
+ key: "precommit-0-${{ runner.os }}-${{ env.PRE_COMMIT_HOME }}-\
+ ${{ steps.python.outputs.python-version }}-\
+ ${{ hashFiles('./.pre-commit-config.yaml') }}"
+
+ # We will not run `flake8` here, as we will use a separate flake8
+ # action. As pre-commit does not support user installs, we set
+ # PIP_USER=0 to not do a user install.
+ - name: Run pre-commit hooks
+ run: export PIP_USER=0; SKIP=flake8 pre-commit run --all-files
+
+ # Run flake8 and have it format the linting errors in the format of
+ # the GitHub Workflow command to register error annotations. This
+ # means that our flake8 output is automatically added as an error
+ # annotation to both the run result and in the "Files" tab of a
+ # pull request.
+ #
+ # Format used:
+ # ::error file={filename},line={line},col={col}::{message}
+ - name: Run flake8
+ run: "flake8 \
+ --format='::error file=%(path)s,line=%(row)d,col=%(col)d::\
+ [flake8] %(code)s: %(text)s'"
+
+ - name: Migrations and run tests with coverage.py
+ run: |
+ python manage.py makemigrations --check
+ python manage.py migrate
+ coverage run manage.py test --no-input
+ coverage report -m
+ env:
+ CI: True
+ DATABASE_URL: postgres://pysite:pysite@localhost:7777/pysite
+ METRICITY_DB_URL: postgres://pysite:pysite@localhost:7777/metricity
+
+ # This step will publish the coverage reports coveralls.io and
+ # print a "job" link in the output of the GitHub Action
+ - name: Publish coverage report to coveralls.io
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: coveralls
+
+ - name: Tear down docker-compose containers
+ run: docker-compose stop
+ if: ${{ always() }}
+
+ # Prepare the Pull Request Payload artifact. If this fails, we
+ # we fail silently using the `continue-on-error` option. It's
+ # nice if this succeeds, but if it fails for any reason, it
+ # does not mean that our lint-test checks failed.
+ - name: Prepare Pull Request Payload artifact
+ id: prepare-artifact
+ if: always() && github.event_name == 'pull_request'
+ continue-on-error: true
+ run: cat $GITHUB_EVENT_PATH | jq '.pull_request' > pull_request_payload.json
+
+ # This only makes sense if the previous step succeeded. To
+ # get the original outcome of the previous step before the
+ # `continue-on-error` conclusion is applied, we use the
+ # `.outcome` value. This step also fails silently.
+ - name: Upload a Build Artifact
+ if: always() && steps.prepare-artifact.outcome == 'success'
+ continue-on-error: true
+ uses: actions/upload-artifact@v2
+ with:
+ name: pull-request-payload
+ path: pull_request_payload.json
diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml
index 87c85277..a3df5b1a 100644
--- a/.github/workflows/sentry-release.yml
+++ b/.github/workflows/sentry-release.yml
@@ -3,14 +3,14 @@ name: Create Sentry release
on:
push:
branches:
- - master
+ - main
jobs:
createSentryRelease:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@master
+ uses: actions/checkout@main
- name: Create a Sentry.io release
uses: tclindner/sentry-releases-action@v1.2.0
env:
@@ -20,4 +20,4 @@ jobs:
with:
tagName: ${{ github.sha }}
environment: production
- releaseNamePrefix: pydis-site@
+ releaseNamePrefix: site@
diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml
new file mode 100644
index 00000000..b6a71b88
--- /dev/null
+++ b/.github/workflows/status_embed.yaml
@@ -0,0 +1,78 @@
+name: Status Embed
+
+on:
+ workflow_run:
+ workflows:
+ - Lint & Test
+ - Build
+ - Deploy
+ types:
+ - completed
+
+jobs:
+ status_embed:
+ # We need to send a status embed whenever the workflow
+ # sequence we're running terminates. There are a number
+ # of situations in which that happens:
+ #
+ # 1. We reach the end of the Deploy workflow, without
+ # it being skipped.
+ #
+ # 2. A `pull_request` triggered a Lint & Test workflow,
+ # as the sequence always terminates with one run.
+ #
+ # 3. If any workflow ends in failure or was cancelled.
+ if: >-
+ (github.event.workflow_run.name == 'Deploy' && github.event.workflow_run.conclusion != 'skipped') ||
+ github.event.workflow_run.event == 'pull_request' ||
+ github.event.workflow_run.conclusion == 'failure' ||
+ github.event.workflow_run.conclusion == 'cancelled'
+ name: Send Status Embed to Discord
+ runs-on: ubuntu-latest
+
+ steps:
+ # A workflow_run event does not contain all the information
+ # we need for a PR embed. That's why we upload an artifact
+ # with that information in the Lint workflow.
+ - name: Get Pull Request Information
+ id: pr_info
+ if: github.event.workflow_run.event == 'pull_request'
+ run: |
+ curl -s -H "Authorization: token $GITHUB_TOKEN" ${{ github.event.workflow_run.artifacts_url }} > artifacts.json
+ DOWNLOAD_URL=$(cat artifacts.json | jq -r '.artifacts[] | select(.name == "pull-request-payload") | .archive_download_url')
+ [ -z "$DOWNLOAD_URL" ] && exit 1
+ wget --quiet --header="Authorization: token $GITHUB_TOKEN" -O pull_request_payload.zip $DOWNLOAD_URL || exit 2
+ unzip -p pull_request_payload.zip > pull_request_payload.json
+ [ -s pull_request_payload.json ] || exit 3
+ echo "::set-output name=pr_author_login::$(jq -r '.user.login // empty' pull_request_payload.json)"
+ echo "::set-output name=pr_number::$(jq -r '.number // empty' pull_request_payload.json)"
+ echo "::set-output name=pr_title::$(jq -r '.title // empty' pull_request_payload.json)"
+ echo "::set-output name=pr_source::$(jq -r '.head.label // empty' pull_request_payload.json)"
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ # Send an informational status embed to Discord instead of the
+ # standard embeds that Discord sends. This embed will contain
+ # more information and we can fine tune when we actually want
+ # to send an embed.
+ - name: GitHub Actions Status Embed for Discord
+ uses: SebastiaanZ/github-status-embed-for-discord@v0.2.1
+ with:
+ # Our GitHub Actions webhook
+ webhook_id: '784184528997842985'
+ webhook_token: ${{ secrets.GHA_WEBHOOK_TOKEN }}
+
+ # Workflow information
+ workflow_name: ${{ github.event.workflow_run.name }}
+ run_id: ${{ github.event.workflow_run.id }}
+ run_number: ${{ github.event.workflow_run.run_number }}
+ status: ${{ github.event.workflow_run.conclusion }}
+ actor: ${{ github.actor }}
+ repository: ${{ github.repository }}
+ ref: ${{ github.ref }}
+ sha: ${{ github.event.workflow_run.head_sha }}
+
+ pr_author_login: ${{ steps.pr_info.outputs.pr_author_login }}
+ pr_number: ${{ steps.pr_info.outputs.pr_number }}
+ pr_title: ${{ steps.pr_info.outputs.pr_title }}
+ pr_source: ${{ steps.pr_info.outputs.pr_source }}
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index be57904e..a66bf97c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -20,6 +20,6 @@ repos:
name: Flake8
description: This hook runs flake8 within our project's pipenv environment.
entry: pipenv run flake8
- language: python
+ language: system
types: [python]
require_serial: true
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 00000000..57ccd80e
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,3 @@
+# Code of Conduct
+
+The Python Discord Code of Conduct can be found [on our website](https://pydis.com/coc).
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index de682a31..f20b5316 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,124 +1,3 @@
-# Contributing to one of Our Projects
+# Contributing Guidelines
-Our projects are open-source and are automatically deployed whenever commits are pushed to the `master` branch on each repository, so we've created a set of guidelines in order to keep everything clean and in working order.
-
-Note that contributions may be rejected on the basis of a contributor failing to follow these guidelines.
-
-## Rules
-
-1. **No force-pushes** or modifying the Git history in any way.
-2. If you have direct access to the repository, **create a branch for your changes** and create a pull request for that branch. If not, create a branch on a fork of the repository and create a pull request from there.
- * It's common practice for a repository to reject direct pushes to `master`, so make branching a habit!
- * If PRing from your own fork, **ensure that "Allow edits from maintainers" is checked**. This gives permission for maintainers to commit changes directly to your fork, speeding up the review process.
-3. **Adhere to the prevailing code style**, which we enforce using [`flake8`](http://flake8.pycqa.org/en/latest/index.html) and [`pre-commit`](https://pre-commit.com/).
- * Run `flake8` and `pre-commit` against your code [**before** you push it](https://soundcloud.com/lemonsaurusrex/lint-before-you-push). Your commit will be rejected by the build server if it fails to lint.
- * [Git Hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) are a powerful git feature for executing custom scripts when certain important git actions occur. The pre-commit hook is the first hook executed during the commit process and can be used to check the code being committed & abort the commit if issues, such as linting failures, are detected. While git hooks can seem daunting to configure, the `pre-commit` framework abstracts this process away from you and is provided as a dev dependency for this project. Run `pipenv run precommit` when setting up the project and you'll never have to worry about committing code that fails linting.
-4. **Make great commits**. A well structured git log is key to a project's maintainability; it efficiently provides insight into when and *why* things were done for future maintainers of the project.
- * Commits should be as narrow in scope as possible. Commits that span hundreds of lines across multiple unrelated functions and/or files are very hard for maintainers to follow. After about a week they'll probably be hard for you to follow too.
- * Avoid making minor commits for fixing typos or linting errors. Since you've already set up a `pre-commit` hook to run the linting pipeline before a commit, you shouldn't be committing linting issues anyway.
- * A more in-depth guide to writing great commit messages can be found in Chris Beam's [*How to Write a Git Commit Message*](https://chris.beams.io/posts/git-commit/)
-5. **Avoid frequent pushes to the main repository**. This goes for PRs opened against your fork as well. Our test build pipelines are triggered every time a push to the repository (or PR) is made. Try to batch your commits until you've finished working for that session, or you've reached a point where collaborators need your commits to continue their own work. This also provides you the opportunity to amend commits for minor changes rather than having to commit them on their own because you've already pushed.
- * This includes merging master into your branch. Try to leave merging from master for after your PR passes review; a maintainer will bring your PR up to date before merging. Exceptions to this include: resolving merge conflicts, needing something that was pushed to master for your branch, or something was pushed to master that could potentionally affect the functionality of what you're writing.
-6. **Don't fight the framework**. Every framework has its flaws, but the frameworks we've picked out have been carefully chosen for their particular merits. If you can avoid it, please resist reimplementing swathes of framework logic - the work has already been done for you!
-7. If someone is working on an issue or pull request, **do not open your own pull request for the same task**. Instead, collaborate with the author(s) of the existing pull request. Duplicate PRs opened without communicating with the other author(s) and/or PyDis staff will be closed. Communication is key, and there's no point in two separate implementations of the same thing.
- * One option is to fork the other contributor's repository and submit your changes to their branch with your own pull request. We suggest following these guidelines when interacting with their repository as well.
- * The author(s) of inactive PRs and claimed issues will be be pinged after a week of inactivity for an update. Continued inactivity may result in the issue being released back to the community and/or PR closure.
-8. **Work as a team** and collaborate wherever possible. Keep things friendly and help each other out - these are shared projects and nobody likes to have their feet trodden on.
-9. All API changes **must be validated against the bot** before PRing. Please don't leave this for reviewers to discover. Guides for setting up the developer environment can be [found below](#developer-environment).
-10. All static content, such as images or audio, **must be licensed for open public use**.
- * Static content must be hosted by a service designed to do so. Failing to do so is known as "leeching" and is frowned upon, as it generates extra bandwidth costs to the host without providing benefit. It would be best if appropriately licensed content is added to the repository itself so it can be served by PyDis' infrastructure.
-
-Above all, the needs of our community should come before the wants of an individual. Work together, build solutions to problems and try to do so in a way that people can learn from easily. Abuse of our trust may result in the loss of your Contributor role.
-
-## Changes to this Arrangement
-
-All projects evolve over time, and this contribution guide is no different. This document is open to pull requests or changes by contributors. If you believe you have something valuable to add or change, please don't hesitate to do so in a PR.
-
-## Supplemental Information
-### Developer Environment
-Instructions for setting up environments for both the site and the bot can be found on the PyDis Wiki:
- * [Site](https://pythondiscord.com/pages/contributing/site/)
- * [Bot](https://pythondiscord.com/pages/contributing/bot/)
-
-When pulling down changes from GitHub, remember to sync your environment using `pipenv sync --dev` to ensure you're using the most up-to-date versions the project's dependencies.
-
-### Type Hinting
-[PEP 484](https://www.python.org/dev/peps/pep-0484/) formally specifies type hints for Python functions, added to the Python Standard Library in version 3.5. Type hints are recognized by most modern code editing tools and provide useful insight into both the input and output types of a function, preventing the user from having to go through the codebase to determine these types.
-
-For example:
-
-```py
-import typing as t
-
-
-def foo(input_1: int, input_2: t.Dict[str, str]) -> bool:
- ...
-```
-
-Tells us that `foo` accepts an `int` and a `dict`, with `str` keys and values, and returns a `bool`.
-
-All function declarations should be type hinted in code contributed to the PyDis organization.
-
-For more information, see *[PEP 483](https://www.python.org/dev/peps/pep-0483/) - The Theory of Type Hints* and Python's documentation for the [`typing`](https://docs.python.org/3/library/typing.html) module.
-
-### AutoDoc Formatting Directives
-Many documentation packages provide support for automatic documentation generation from the codebase's docstrings. These tools utilize special formatting directives to enable richer formatting in the generated documentation.
-
-For example:
-
-```py
-import typing as t
-
-
-def foo(bar: int, baz: t.Optional[t.Dict[str, str]] = None) -> bool:
- """
- Does some things with some stuff.
-
- :param bar: Some input
- :param baz: Optional, some dictionary with string keys and values
-
- :return: Some boolean
- """
- ...
-```
-
-Since PyDis does not utilize automatic documentation generation, use of this syntax should not be used in code contributed to the organization. Should the purpose and type of the input variables not be easily discernable from the variable name and type annotation, a prose explanation can be used. Explicit references to variables, functions, classes, etc. should be wrapped with backticks (`` ` ``).
-
-For example, the above docstring would become:
-
-```py
-import typing as t
-
-
-def foo(bar: int, baz: t.Optional[t.Dict[str, str]] = None) -> bool:
- """
- Does some things with some stuff.
-
- This function takes an index, `bar` and checks for its presence in the database `baz`, passed as a dictionary. Returns `False` if `baz` is not passed.
- """
- ...
-```
-
-### Logging Levels
-The project currently defines [`logging`](https://docs.python.org/3/library/logging.html) levels as follows, from lowest to highest severity:
-* **TRACE:** These events should be used to provide a *verbose* trace of every step of a complex process. This is essentially the `logging` equivalent of sprinkling `print` statements throughout the code.
- * **Note:** This is a PyDis-implemented logging level.
-* **DEBUG:** These events should add context to what's happening in a development setup to make it easier to follow what's going while working on a project. This is in the same vein as **TRACE** logging but at a much lower level of verbosity.
-* **INFO:** These events are normal and don't need direct attention but are worth keeping track of in production, like checking which cogs were loaded during a start-up.
-* **WARNING:** These events are out of the ordinary and should be fixed, but have not caused a failure.
- * **NOTE:** Events at this logging level and higher should be reserved for events that require the attention of the DevOps team.
-* **ERROR:** These events have caused a failure in a specific part of the application and require urgent attention.
-* **CRITICAL:** These events have caused the whole application to fail and require immediate intervention.
-
-Ensure that log messages are succinct. Should you want to pass additional useful information that would otherwise make the log message overly verbose the `logging` module accepts an `extra` kwarg, which can be used to pass a dictionary. This is used to populate the `__dict__` of the `LogRecord` created for the logging event with user-defined attributes that can be accessed by a log handler. Additional information and caveats may be found [in Python's `logging` documentation](https://docs.python.org/3/library/logging.html#logging.Logger.debug).
-
-### Work in Progress (WIP) PRs
-Github [provides a PR feature](https://github.blog/2019-02-14-introducing-draft-pull-requests/) that allows the PR author to mark it as a WIP. This provides both a visual and functional indicator that the contents of the PR are in a draft state and not yet ready for formal review.
-
-This feature should be utilized in place of the traditional method of prepending `[WIP]` to the PR title.
-
-As stated earlier, **ensure that "Allow edits from maintainers" is checked**. This gives permission for maintainers to commit changes directly to your fork, speeding up the review process.
-
-## Footnotes
-
-This document was inspired by the [Glowstone contribution guidelines](https://github.com/GlowstoneMC/Glowstone/blob/dev/docs/CONTRIBUTING.md).
+The Contributing Guidelines for Python Discord projects can be found [on our website](https://pydis.com/contributing.md).
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 00000000..5d8ba5da
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,32 @@
+FROM python:3.8-slim-buster
+
+# Allow service to handle stops gracefully
+STOPSIGNAL SIGQUIT
+
+# Set pip to have cleaner logs and no saved cache
+ENV PIP_NO_CACHE_DIR=false \
+ PIPENV_HIDE_EMOJIS=1 \
+ PIPENV_NOSPIN=1
+
+# Install pipenv
+RUN pip install -U pipenv
+
+# Copy the project files into working directory
+WORKDIR /app
+
+# Copy dependency files
+COPY Pipfile Pipfile.lock ./
+
+# Install project dependencies
+RUN pipenv install --system --deploy
+
+# Copy project code
+COPY . .
+
+# Set Git SHA environment variable
+ARG git_sha="development"
+ENV GIT_SHA=$git_sha
+
+# Run web server through custom manager
+ENTRYPOINT ["python", "manage.py"]
+CMD ["run"]
diff --git a/LICENSE b/LICENSE
index 15f00946..dd39e18d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2018 Python Discord
+Copyright (c) 2018-2020 Python Discord
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Pipfile b/Pipfile
index 9ec75e84..ca467c9e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -9,14 +9,13 @@ django-environ = "~=0.4.5"
django-filter = "~=2.1.0"
django-hosts = "~=4.0"
djangorestframework = "~=3.11.0"
-djangorestframework-bulk = "~=0.2.1"
psycopg2-binary = "~=2.8"
django-simple-bulma = "~=2.1"
whitenoise = "~=5.0"
requests = "~=2.21"
pyyaml = "~=5.1"
-pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"}
-sentry-sdk = "~=0.14"
+gunicorn = "~=20.0.4"
+sentry-sdk = "~=0.19"
gitpython = "~=3.1.7"
markdown = "~=3.3.4"
python-frontmatter = "~=1.0"
@@ -35,11 +34,11 @@ flake8-todo = "~=0.7"
mccabe = "~=0.6.1"
pep8-naming = "~=0.9"
pre-commit = "~=2.1"
-unittest-xml-reporting = "~=3.0"
pyfakefs = "~=4.4.0"
+coveralls = "~=2.1"
[requires]
-python_version = "3.7"
+python_version = "3.8"
[scripts]
start = "python manage.py run --debug"
diff --git a/Pipfile.lock b/Pipfile.lock
index 8a81b34d..ab363c10 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,11 +1,11 @@
{
"_meta": {
"hash": {
- "sha256": "a3ca73db3d86d7e8e7cc833ea4fe6aa464332d061c6319bf0c83ee4cb9ed7a27"
+ "sha256": "44f16cc8889bf8e8fc7ab0cbf9a7b95ac14da10341326e6a9961e24a5fa5df4c"
},
"pipfile-spec": 6,
"requires": {
- "python_version": "3.7"
+ "python_version": "3.8"
},
"sources": [
{
@@ -18,11 +18,11 @@
"default": {
"asgiref": {
"hashes": [
- "sha256:5ee950735509d04eb673bd7f7120f8fa1c9e2df495394992c73234d526907e17",
- "sha256:7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0"
+ "sha256:92906c611ce6c967347bbfea733f13d6313901d54dcca88195eaeb52b2a8e8ee",
+ "sha256:d1216dfbdfb63826470995d31caed36225dcaf34f182e0fa257a4dd9e86f1b78"
],
- "markers": "python_version >= '3.5'",
- "version": "==3.3.1"
+ "markers": "python_version >= '3.6'",
+ "version": "==3.3.4"
},
"certifi": {
"hashes": [
@@ -41,11 +41,11 @@
},
"django": {
"hashes": [
- "sha256:2afe4900667bcceac792fa34b4fb25448c4fd950d8b32c5508b3442c4b10442a",
- "sha256:6f13c3e8109236129c49d65a42fbf30c928e66b05ca6862246061b9343ecbaf2"
+ "sha256:9bc7aa619ed878fedba62ce139abe663a147dccfd20e907725ec11e02a1ca225",
+ "sha256:d58d8394036db75a81896037d757357e79406e8f68816c3e8a28721c1d9d4c11"
],
"index": "pypi",
- "version": "==3.0.13"
+ "version": "==3.0.14"
},
"django-environ": {
"hashes": [
@@ -73,11 +73,11 @@
},
"django-simple-bulma": {
"hashes": [
- "sha256:048d957a4c2a3c37c461082d07c473e72abef2f706a619bc069a78bef98c84ac",
- "sha256:0894e247b7f6e88432894f10e7c051fba867df5cd645e42de2b94892dacaeeba"
+ "sha256:38530d787b2b6a091b480f7cbb8841a3b3709733ebfa5e543ae339c3d8fece03",
+ "sha256:dfc34839e050d5e4749498806ed7ee8c77794021efa54ab224a2de925c644fea"
],
"index": "pypi",
- "version": "==2.1.0"
+ "version": "==2.2.0"
},
"djangorestframework": {
"hashes": [
@@ -87,13 +87,6 @@
"index": "pypi",
"version": "==3.11.2"
},
- "djangorestframework-bulk": {
- "hashes": [
- "sha256:39230d8379acebd86d313df6c9150cafecb636eae1d097c30a26389ab9fee5b1"
- ],
- "index": "pypi",
- "version": "==0.2.1"
- },
"gitdb": {
"hashes": [
"sha256:6c4cc71933456991da20917998acbe6cf4fb41eeaab7d6d67fbc05ecd4c865b0",
@@ -104,11 +97,19 @@
},
"gitpython": {
"hashes": [
- "sha256:3283ae2fba31c913d857e12e5ba5f9a7772bbc064ae2bb09efafa71b0dd4939b",
- "sha256:be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61"
+ "sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135",
+ "sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e"
+ ],
+ "index": "pypi",
+ "version": "==3.1.17"
+ },
+ "gunicorn": {
+ "hashes": [
+ "sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626",
+ "sha256:cd4a810dd51bf497552cf3f863b575dabd73d6ad6a91075b65936b151cbf4f9c"
],
"index": "pypi",
- "version": "==3.1.14"
+ "version": "==20.0.4"
},
"idna": {
"hashes": [
@@ -118,14 +119,6 @@
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==2.10"
},
- "importlib-metadata": {
- "hashes": [
- "sha256:c9db46394197244adf2f0b08ec5bc3cf16757e9590b02af1fca085c16c0d600a",
- "sha256:d2d46ef77ffc85cbf7dac7e81dd663fde71c45326131bea8033b9bad42268ebe"
- ],
- "markers": "python_version < '3.8'",
- "version": "==3.10.0"
- },
"libsass": {
"hashes": [
"sha256:1521d2a8d4b397c6ec90640a1f6b5529077035efc48ef1c2e53095544e713d1b",
@@ -208,27 +201,6 @@
],
"version": "==2021.1"
},
- "pyuwsgi": {
- "hashes": [
- "sha256:0bd14517398f494d828d77a9bf72b5a6cbef0112e1cc05e9a0080fa8828ccfa0",
- "sha256:149675b2e020b0e833e8b871a545751ca346cbfed85c8fd2b320a01d40dc3d8f",
- "sha256:285e263a9094389f13cfdefd033a4e99fbed3ad120dba9ac5093846cc03ac5ab",
- "sha256:297d1d0b8c472374b12eda7f17a9f5de67cf516612e42b71a7636afb9d1e3974",
- "sha256:5439f0f3ef5d6bf1622f341662d04c1d92b88889db40b295419e5fe75a7c7d45",
- "sha256:56ecda11e873b2eb937b33d2999766322eebfa82ee5b26a2196a335c4e786186",
- "sha256:66a9751f28abf348e0ddccadc4ded47623f2d35cf9609c87b57909d55a4cdc15",
- "sha256:890e7e863cb61c8369b6bcfa5d6f323753aaeec2cfaba16741f119c79b964aa7",
- "sha256:90e4235020048456ad867aefc383cdf5528b7f6e327555ceec579c428a828759",
- "sha256:94d4287b155aa789ce4b6f671c981f7d6c58fc3113330e2f29ac7926cb854645",
- "sha256:a425f562f382a097ca49df26b70d47d12f0cf0abf233610f3f58b1f7f780355e",
- "sha256:ac79dead0685beab5ecfe0926426849a44c5572528f89bb17f6ecf5eb561024e",
- "sha256:bddeb8df77010d0f842068765a0b3155fdcfd847f14bc1ba89fc7e37914a13d2",
- "sha256:dac4a04dc0f69d641dba984e83214d2c2cc098496c5d5585e7d3f4e7a9190f84"
- ],
- "index": "pypi",
- "markers": "sys_platform != 'win32'",
- "version": "==2.0.19.1.post0"
- },
"pyyaml": {
"hashes": [
"sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf",
@@ -282,11 +254,11 @@
},
"six": {
"hashes": [
- "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259",
- "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"
+ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
+ "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.15.0"
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
+ "version": "==1.16.0"
},
"smmap": {
"hashes": [
@@ -304,15 +276,6 @@
"markers": "python_version >= '3.5'",
"version": "==0.4.1"
},
- "typing-extensions": {
- "hashes": [
- "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918",
- "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c",
- "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"
- ],
- "markers": "python_version < '3.8'",
- "version": "==3.7.4.3"
- },
"urllib3": {
"hashes": [
"sha256:2f4da4594db7e1e110a944bb1b551fdf4e6c136ad42e4234131391e21eb5b0df",
@@ -328,14 +291,6 @@
],
"index": "pypi",
"version": "==5.2.0"
- },
- "zipp": {
- "hashes": [
- "sha256:3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76",
- "sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==3.4.1"
}
},
"develop": {
@@ -348,11 +303,11 @@
},
"attrs": {
"hashes": [
- "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6",
- "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"
+ "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1",
+ "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"
],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==20.3.0"
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
+ "version": "==21.2.0"
},
"bandit": {
"hashes": [
@@ -361,6 +316,13 @@
],
"version": "==1.7.0"
},
+ "certifi": {
+ "hashes": [
+ "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c",
+ "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"
+ ],
+ "version": "==2020.12.5"
+ },
"cfgv": {
"hashes": [
"sha256:32e43d604bbe7896fe7c248a9c2276447dbef840feb28fe20494f62af110211d",
@@ -369,6 +331,14 @@
"markers": "python_full_version >= '3.6.1'",
"version": "==3.2.0"
},
+ "chardet": {
+ "hashes": [
+ "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa",
+ "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5"
+ ],
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
+ "version": "==4.0.0"
+ },
"coverage": {
"hashes": [
"sha256:004d1880bed2d97151facef49f08e255a20ceb6f9432df75f4eef018fdd5a78c",
@@ -427,6 +397,14 @@
"index": "pypi",
"version": "==5.5"
},
+ "coveralls": {
+ "hashes": [
+ "sha256:2301a19500b06649d2ec4f2858f9c69638d7699a4c63027c5d53daba666147cc",
+ "sha256:b990ba1f7bc4288e63340be0433698c1efe8217f78c689d254c2540af3d38617"
+ ],
+ "index": "pypi",
+ "version": "==2.2.0"
+ },
"distlib": {
"hashes": [
"sha256:8c09de2c67b3e7deef7184574fc060ab8a793e7adbb183d942c389c8b13c52fb",
@@ -434,6 +412,12 @@
],
"version": "==0.3.1"
},
+ "docopt": {
+ "hashes": [
+ "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
+ ],
+ "version": "==0.6.2"
+ },
"filelock": {
"hashes": [
"sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59",
@@ -443,19 +427,19 @@
},
"flake8": {
"hashes": [
- "sha256:12d05ab02614b6aee8df7c36b97d1a3b2372761222b19b58621355e82acddcff",
- "sha256:78873e372b12b093da7b5e5ed302e8ad9e988b38b063b61ad937f26ca58fc5f0"
+ "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b",
+ "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"
],
"index": "pypi",
- "version": "==3.9.0"
+ "version": "==3.9.2"
},
"flake8-annotations": {
"hashes": [
- "sha256:40a4d504cdf64126ea0bdca39edab1608bc6d515e96569b7e7c3c59c84f66c36",
- "sha256:eabbfb2dd59ae0e9835f509f930e79cd99fa4ff1026fe6ca073503a57407037c"
+ "sha256:0d6cd2e770b5095f09689c9d84cc054c51b929c41a68969ea1beb4b825cac515",
+ "sha256:d10c4638231f8a50c0a597c4efce42bd7b7d85df4f620a0ddaca526138936a4f"
],
"index": "pypi",
- "version": "==2.6.1"
+ "version": "==2.6.2"
},
"flake8-bandit": {
"hashes": [
@@ -505,11 +489,11 @@
},
"flake8-tidy-imports": {
"hashes": [
- "sha256:52e5f2f987d3d5597538d5941153409ebcab571635835b78f522c7bf03ca23bc",
- "sha256:76e36fbbfdc8e3c5017f9a216c2855a298be85bc0631e66777f4e6a07a859dc4"
+ "sha256:d6e64cb565ca9474d13d5cb3f838b8deafb5fed15906998d4a674daf55bd6d89",
+ "sha256:e66d46f58ed108f36da920e7781a728dc2d8e4f9269e7e764274105700c0a90c"
],
"index": "pypi",
- "version": "==4.2.1"
+ "version": "==4.3.0"
},
"flake8-todo": {
"hashes": [
@@ -528,27 +512,27 @@
},
"gitpython": {
"hashes": [
- "sha256:3283ae2fba31c913d857e12e5ba5f9a7772bbc064ae2bb09efafa71b0dd4939b",
- "sha256:be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61"
+ "sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135",
+ "sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e"
],
"index": "pypi",
- "version": "==3.1.14"
+ "version": "==3.1.17"
},
"identify": {
"hashes": [
- "sha256:43cb1965e84cdd247e875dec6d13332ef5be355ddc16776396d98089b9053d87",
- "sha256:c7c0f590526008911ccc5ceee6ed7b085cbc92f7b6591d0ee5913a130ad64034"
+ "sha256:9bcc312d4e2fa96c7abebcdfb1119563b511b5e3985ac52f60d9116277865b2e",
+ "sha256:ad9f3fa0c2316618dc4d840f627d474ab6de106392a4f00221820200f490f5a8"
],
"markers": "python_full_version >= '3.6.1'",
- "version": "==2.2.2"
+ "version": "==2.2.4"
},
- "importlib-metadata": {
+ "idna": {
"hashes": [
- "sha256:c9db46394197244adf2f0b08ec5bc3cf16757e9590b02af1fca085c16c0d600a",
- "sha256:d2d46ef77ffc85cbf7dac7e81dd663fde71c45326131bea8033b9bad42268ebe"
+ "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6",
+ "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"
],
- "markers": "python_version < '3.8'",
- "version": "==3.10.0"
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
+ "version": "==2.10"
},
"mccabe": {
"hashes": [
@@ -560,18 +544,18 @@
},
"nodeenv": {
"hashes": [
- "sha256:5304d424c529c997bc888453aeaa6362d242b6b4631e90f3d4bf1b290f1c84a9",
- "sha256:ab45090ae383b716c4ef89e690c41ff8c2b257b85b309f01f3654df3d084bd7c"
+ "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b",
+ "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7"
],
- "version": "==1.5.0"
+ "version": "==1.6.0"
},
"pbr": {
"hashes": [
- "sha256:5fad80b613c402d5b7df7bd84812548b2a61e9977387a80a5fc5c396492b13c9",
- "sha256:b236cde0ac9a6aedd5e3c34517b423cd4fd97ef723849da6b0d2231142d89c00"
+ "sha256:42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd",
+ "sha256:c68c661ac5cc81058ac94247278eeda6d2e6aecb3e227b0387c30d277e7ef8d4"
],
"markers": "python_version >= '2.6'",
- "version": "==5.5.1"
+ "version": "==5.6.0"
},
"pep8-naming": {
"hashes": [
@@ -583,11 +567,11 @@
},
"pre-commit": {
"hashes": [
- "sha256:94c82f1bf5899d56edb1d926732f4e75a7df29a0c8c092559c77420c9d62428b",
- "sha256:de55c5c72ce80d79106e48beb1b54104d16495ce7f95b0c7b13d4784193a00af"
+ "sha256:70c5ec1f30406250b706eda35e868b87e3e4ba099af8787e3e8b4b01e84f4712",
+ "sha256:900d3c7e1bf4cf0374bb2893c24c23304952181405b4d88c9c40b72bda1bb8a9"
],
"index": "pypi",
- "version": "==2.11.1"
+ "version": "==2.12.1"
},
"pycodestyle": {
"hashes": [
@@ -656,13 +640,21 @@
"index": "pypi",
"version": "==5.4.1"
},
+ "requests": {
+ "hashes": [
+ "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804",
+ "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"
+ ],
+ "index": "pypi",
+ "version": "==2.25.1"
+ },
"six": {
"hashes": [
- "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259",
- "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"
+ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
+ "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.15.0"
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
+ "version": "==1.16.0"
},
"smmap": {
"hashes": [
@@ -692,77 +684,24 @@
"sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b",
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
],
- "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
+ "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'",
"version": "==0.10.2"
},
- "typed-ast": {
- "hashes": [
- "sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1",
- "sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d",
- "sha256:240296b27397e4e37874abb1df2a608a92df85cf3e2a04d0d4d61055c8305ba6",
- "sha256:36d829b31ab67d6fcb30e185ec996e1f72b892255a745d3a82138c97d21ed1cd",
- "sha256:37f48d46d733d57cc70fd5f30572d11ab8ed92da6e6b28e024e4a3edfb456e37",
- "sha256:4c790331247081ea7c632a76d5b2a265e6d325ecd3179d06e9cf8d46d90dd151",
- "sha256:5dcfc2e264bd8a1db8b11a892bd1647154ce03eeba94b461effe68790d8b8e07",
- "sha256:7147e2a76c75f0f64c4319886e7639e490fee87c9d25cb1d4faef1d8cf83a440",
- "sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70",
- "sha256:8368f83e93c7156ccd40e49a783a6a6850ca25b556c0fa0240ed0f659d2fe496",
- "sha256:84aa6223d71012c68d577c83f4e7db50d11d6b1399a9c779046d75e24bed74ea",
- "sha256:85f95aa97a35bdb2f2f7d10ec5bbdac0aeb9dafdaf88e17492da0504de2e6400",
- "sha256:8db0e856712f79c45956da0c9a40ca4246abc3485ae0d7ecc86a20f5e4c09abc",
- "sha256:9044ef2df88d7f33692ae3f18d3be63dec69c4fb1b5a4a9ac950f9b4ba571606",
- "sha256:963c80b583b0661918718b095e02303d8078950b26cc00b5e5ea9ababe0de1fc",
- "sha256:987f15737aba2ab5f3928c617ccf1ce412e2e321c77ab16ca5a293e7bbffd581",
- "sha256:9ec45db0c766f196ae629e509f059ff05fc3148f9ffd28f3cfe75d4afb485412",
- "sha256:9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a",
- "sha256:a2c927c49f2029291fbabd673d51a2180038f8cd5a5b2f290f78c4516be48be2",
- "sha256:a38878a223bdd37c9709d07cd357bb79f4c760b29210e14ad0fb395294583787",
- "sha256:b4fcdcfa302538f70929eb7b392f536a237cbe2ed9cba88e3bf5027b39f5f77f",
- "sha256:c0c74e5579af4b977c8b932f40a5464764b2f86681327410aa028a22d2f54937",
- "sha256:c1c876fd795b36126f773db9cbb393f19808edd2637e00fd6caba0e25f2c7b64",
- "sha256:c9aadc4924d4b5799112837b226160428524a9a45f830e0d0f184b19e4090487",
- "sha256:cc7b98bf58167b7f2db91a4327da24fb93368838eb84a44c472283778fc2446b",
- "sha256:cf54cfa843f297991b7388c281cb3855d911137223c6b6d2dd82a47ae5125a41",
- "sha256:d003156bb6a59cda9050e983441b7fa2487f7800d76bdc065566b7d728b4581a",
- "sha256:d175297e9533d8d37437abc14e8a83cbc68af93cc9c1c59c2c292ec59a0697a3",
- "sha256:d746a437cdbca200622385305aedd9aef68e8a645e385cc483bdc5e488f07166",
- "sha256:e683e409e5c45d5c9082dc1daf13f6374300806240719f95dc783d1fc942af10"
- ],
- "markers": "python_version < '3.8'",
- "version": "==1.4.2"
- },
- "typing-extensions": {
- "hashes": [
- "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918",
- "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c",
- "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"
- ],
- "markers": "python_version < '3.8'",
- "version": "==3.7.4.3"
- },
- "unittest-xml-reporting": {
- "hashes": [
- "sha256:7bf515ea8cb244255a25100cd29db611a73f8d3d0aaf672ed3266307e14cc1ca",
- "sha256:984cebba69e889401bfe3adb9088ca376b3a1f923f0590d005126c1bffd1a695"
- ],
- "index": "pypi",
- "version": "==3.0.4"
- },
- "virtualenv": {
+ "urllib3": {
"hashes": [
- "sha256:49ec4eb4c224c6f7dd81bb6d0a28a09ecae5894f4e593c89b0db0885f565a107",
- "sha256:83f95875d382c7abafe06bd2a4cdd1b363e1bb77e02f155ebe8ac082a916b37c"
+ "sha256:2f4da4594db7e1e110a944bb1b551fdf4e6c136ad42e4234131391e21eb5b0df",
+ "sha256:e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937"
],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==20.4.3"
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'",
+ "version": "==1.26.4"
},
- "zipp": {
+ "virtualenv": {
"hashes": [
- "sha256:3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76",
- "sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098"
+ "sha256:307a555cf21e1550885c82120eccaf5acedf42978fd362d32ba8410f9593f543",
+ "sha256:72cf267afc04bf9c86ec932329b7e94db6a0331ae9847576daaa7ca3c86b29a4"
],
- "markers": "python_version >= '3.6'",
- "version": "==3.4.1"
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
+ "version": "==20.4.6"
}
}
}
diff --git a/README.md b/README.md
index 616f2edc..f88c2cf7 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,25 @@
# Python Discord: Site
-[](https://discord.gg/2B963hn)
-[](https://dev.azure.com/python-discord/Python%20Discord/_build/latest?definitionId=2&branchName=master)
-[](https://dev.azure.com/python-discord/Python%20Discord/_apis/build/status/Site?branchName=master)
-[](https://dev.azure.com/python-discord/Python%20Discord/_apis/build/status/Site?branchName=master)
-[](LICENSE)
-[][1]
+[![Discord][10]][11]
+[![Lint & Test][1]][2]
+[![Build & Deploy][3]][4]
+[![Coverage Status][5]][6]
+[](LICENSE)
-This is all of the code that is responsible for maintaining [our website][1] and all of its subdomains.
+This is all of the code that is responsible for maintaining [our website][7] and all of its subdomains.
The website is built on Django and should be simple to set up and get started with.
If you happen to run into issues with setup, please don't hesitate to open an issue!
-If you're looking to contribute or play around with the code, take a look at [the wiki][2] or the [`docs` directory](docs). If you're looking for things to do, check out [our issues][3].
+If you're looking to contribute or play around with the code, take a look at [the wiki][8] or the [`docs` directory](docs). If you're looking for things to do, check out [our issues][9].
-[1]: https://pythondiscord.com
-[2]: https://pythondiscord.com/pages/contributing/site/
-[3]: https://github.com/python-discord/site/issues
+[1]: https://github.com/python-discord/site/workflows/Lint%20&%20Test/badge.svg?branch=main
+[2]: https://github.com/python-discord/site/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amain
+[3]: https://github.com/python-discord/site/workflows/Build%20&%20Deploy/badge.svg?branch=main
+[4]: https://github.com/python-discord/site/actions?query=workflow%3A%22Build+%26+Deploy%22+branch%3Amain
+[5]: https://coveralls.io/repos/github/python-discord/site/badge.svg?branch=main
+[6]: https://coveralls.io/github/python-discord/site?branch=main
+[7]: https://pythondiscord.com
+[8]: https://pythondiscord.com/pages/contributing/site/
+[9]: https://github.com/python-discord/site/issues
+[10]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg
+[11]: https://discord.gg/python
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000..fa5a88a3
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,3 @@
+# Security Notice
+
+The Security Notice for Python Discord projects can be found [on our website](https://pydis.com/security.md).
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index f273dad3..00000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,102 +0,0 @@
-# https://aka.ms/yaml
-
-jobs:
- - job: test
- displayName: 'Test & Lint'
- pool:
- vmImage: ubuntu-16.04
-
- variables:
- PIP_CACHE_DIR: .cache/pip
- PRE_COMMIT_HOME: $(Pipeline.Workspace)/pre-commit-cache
-
- steps:
- - task: UsePythonVersion@0
- displayName: 'Set Python Version'
- name: PythonVersion
- inputs:
- versionSpec: '3.7.x'
- addToPath: true
-
- - task: DockerCompose@0
- displayName: 'Setup Database'
- inputs:
- action: Run a specific service
- dockerComposeFile: docker-compose.yml
- projectName: pydis_web
- serviceName: postgres
- ports: '7777:5432'
-
- - script: |
- pip install pipenv
- pipenv install --dev --system
- pip install flake8-formatter-junit-xml
- displayName: 'Install Project Environment'
-
- # Create an executable shell script which replaces the original pipenv binary.
- # The shell script ignores the first argument and executes the rest of the args as a command.
- # It makes the `pipenv run flake8` command in the pre-commit hook work by circumventing
- # pipenv entirely, which is too dumb to know it should use the system interpreter rather than
- # creating a new venv.
- - script: |
- printf '%s\n%s' '#!/bin/bash' '"${@:2}"' > $(PythonVersion.pythonLocation)/bin/pipenv \
- && chmod +x $(PythonVersion.pythonLocation)/bin/pipenv
- displayName: 'Mock pipenv binary'
-
- - task: Cache@2
- displayName: 'Restore pre-commit environment'
- inputs:
- key: pre-commit | "$(PythonVersion.pythonLocation)" | .pre-commit-config.yaml
- restoreKeys: |
- pre-commit | "$(PythonVersion.pythonLocation)"
- path: $(PRE_COMMIT_HOME)
-
- # flake8 runs so it can generate the XML output. pre-commit will run it again to show stdout.
- # flake8 standalone runs first to avoid any fixes pre-commit hooks may make.
- - script: flake8 --format junit-xml --output-file TEST-lint.xml; pre-commit run --all-files
- displayName: 'Run pre-commit hooks'
-
- - script: |
- python3 manage.py makemigrations --check
- python3 manage.py migrate
- coverage run \
- manage.py test \
- --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner \
- --no-input
- env:
- CI: azure
- DATABASE_URL: postgres://pysite:pysite@localhost:7777/pysite
- displayName: 'Run Tests'
-
- - script: coverage report -m && coverage xml
- displayName: 'Generate Coverage Reports'
-
- - task: PublishTestResults@2
- condition: succeededOrFailed()
- displayName: 'Publish Test & Linting Results'
- inputs:
- testResultsFiles: '**/TEST-*.xml'
- testRunTitle: 'Site Test Results'
-
- - task: PublishCodeCoverageResults@1
- displayName: 'Publish Coverage Results'
- condition: succeededOrFailed()
- inputs:
- codeCoverageTool: Cobertura
- summaryFileLocation: '**/coverage.xml'
-
- - job: build
- displayName: 'Build & Push Container'
- dependsOn: test
- condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
-
- steps:
- - task: Docker@2
- displayName: 'Build & Push Container'
- inputs:
- containerRegistry: 'DockerHub'
- repository: 'pythondiscord/site'
- command: 'buildAndPush'
- Dockerfile: 'docker/Dockerfile'
- buildContext: '.'
- tags: 'latest'
diff --git a/docker-compose.yml b/docker-compose.yml
index 73d2ff85..1f49f1f3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -18,11 +18,13 @@ services:
POSTGRES_DB: pysite
POSTGRES_PASSWORD: pysite
POSTGRES_USER: pysite
+ volumes:
+ - ./postgres/init.sql:/docker-entrypoint-initdb.d/init.sql
web:
build:
context: .
- dockerfile: docker/Dockerfile
+ dockerfile: Dockerfile
command: ["run", "--debug"]
networks:
default:
@@ -40,8 +42,10 @@ services:
- staticfiles:/var/www/static
environment:
DATABASE_URL: postgres://pysite:pysite@postgres:5432/pysite
+ METRICITY_DB_URL: postgres://pysite:pysite@postgres:5432/metricity
SECRET_KEY: suitable-for-development-only
STATIC_ROOT: /var/www/static
+ DEBUG: 1
volumes:
staticfiles:
diff --git a/docker/Dockerfile b/docker/Dockerfile
deleted file mode 100644
index 97cb73d5..00000000
--- a/docker/Dockerfile
+++ /dev/null
@@ -1,32 +0,0 @@
-FROM python:3.7-slim
-
-# Allow service to handle stops gracefully
-STOPSIGNAL SIGQUIT
-
-# Set pip to have cleaner logs and no saved cache
-ENV PIP_NO_CACHE_DIR=false \
- PIPENV_HIDE_EMOJIS=1 \
- PIPENV_NOSPIN=1
-
-# Install git
-RUN apt-get -y update \
- && apt-get install -y \
- git \
- && rm -rf /var/lib/apt/lists/*
-
-# Create non-root user.
-RUN useradd --system --shell /bin/false --uid 1500 pysite
-
-# Install pipenv
-RUN pip install -U pipenv
-
-# Copy the project files into working directory
-WORKDIR /app
-COPY . .
-
-# Install project dependencies
-RUN pipenv install --system --deploy
-
-# Run web server through custom manager
-ENTRYPOINT ["python", "manage.py"]
-CMD ["run"]
diff --git a/docker/uwsgi.ini b/docker/uwsgi.ini
deleted file mode 100644
index 3f35258c..00000000
--- a/docker/uwsgi.ini
+++ /dev/null
@@ -1,38 +0,0 @@
-[uwsgi]
-### Exposed ports
-# uWSGI protocol socket
-socket = :4000
-
-### File settings
-# WSGI application
-wsgi = pydis_site.wsgi:application
-# Directory to move into at startup
-chdir = /app
-
-### Concurrency options
-# Run a master to supervise the workers
-master = true
-# Keep a minimum of 1 worker
-cheaper = 1
-# Allow a maximum of 4 workers
-workers = 4
-# Automatically set up meanginful process names
-auto-procname = true
-# Prefix process names with `pydis_site : `
-procname-prefix-spaced = pydis_site :
-
-### Worker options
-# Kill workers if they take more than 30 seconds to respond.
-harakiri = 30
-
-### Startup settings
-# Exit if we can't load the app
-need-app = true
-# `setuid` to an unprivileged user
-uid = 1500
-# Do not use multiple interpreters
-single-interpreter = true
-
-### Hook setup
-# Gracefully kill workers on `SIGQUIT`
-hook-master-start = unix_signal:3 gracefully_kill_them_all
diff --git a/docs/deployment.md b/docs/deployment.md
deleted file mode 100644
index e561b5d0..00000000
--- a/docs/deployment.md
+++ /dev/null
@@ -1,146 +0,0 @@
-# Deployment
-The default Dockerfile should do a good job at running a solid web server that
-automatically adjusts its worker count based on traffic. This is managed by
-uWSGI. You need to configure the `DATABASE_URL` and `SECRET_KEY` variables. If
-you want to deploy to a different host than the default, configure the
-`ALLOWED_HOSTS` variable.
-
-## Static file hosting
-You can either collect the static files in the container and use uWSGI to host
-them, or put them on your host and manage them through a web server running on
-the host like nginx.
-
-## Database migrations
-To bring the schema up-to-date, first stop an existing database container, then
-start a container that just runs the migrations and exits, and then starts the
-main container off the new container again.
-
-## Ansible task
-An example Ansible task to deploy the site is shown below, it should read fairly
-humanly and give you a rough idea of steps needed to deploy the site.
-
-```yml
-- name: ensure the `{{ pysite_pg_username }}` postgres user exists
- become: yes
- become_user: postgres
- postgresql_user:
- name: "{{ pysite_pg_username }}"
- password: "{{ pysite_pg_password }}"
- when: pysite_pg_host == 'localhost'
-
-- name: ensure the `{{ pysite_pg_database }}` postgres database exists
- become: yes
- become_user: postgres
- postgresql_db:
- name: "{{ pysite_pg_database }}"
- owner: "{{ pysite_pg_username }}"
- when: pysite_pg_host == 'localhost'
-
-- name: ensure the `{{ pysite_hub_repository }}` image is up-to-date
- become: yes
- docker_image:
- name: "{{ pysite_hub_repository }}"
- force: yes
-
-- name: ensure the nginx HTTP vhosts are up-to-date
- become: yes
- template:
- src: "nginx/{{ item.key }}.http.conf.j2"
- dest: "/etc/nginx/sites-available/{{ item.value }}.http.conf"
- with_dict: "{{ pysite_domains }}"
- notify: reload nginx
-
-- name: ensure the nginx HTTPS vhosts are up-to-date
- become: yes
- template:
- src: "nginx/{{ item.key }}.https.conf.j2"
- dest: "/etc/nginx/sites-available/{{ item.value }}.https.conf"
- with_dict: "{{ pysite_domains }}"
- notify: reload nginx
-
-- name: ensure the nginx HTTP vhosts are symlinked to `/etc/nginx/sites-enabled`
- become: yes
- file:
- src: /etc/nginx/sites-available/{{ item.value }}.http.conf
- dest: /etc/nginx/sites-enabled/{{ item.value }}.http.conf
- state: link
- with_dict: "{{ pysite_domains }}"
- notify: reload nginx
-
-- name: ensure we have HTTPS certificates
- include_role:
- name: thefinn93.letsencrypt
- vars:
- letsencrypt_cert_domains: "{{ pysite_domains | dict2items | map(attribute='value') | list }}"
- letsencrypt_email: "webmaster@example.com"
- letsencrypt_renewal_command_args: '--renew-hook "systemctl restart nginx"'
- letsencrypt_webroot_path: /var/www/_letsencrypt
-
-- name: ensure the nginx HTTPS vhosts are symlinked to `/etc/nginx/sites-enabled`
- become: yes
- file:
- src: /etc/nginx/sites-available/{{ item.value }}.https.conf
- dest: /etc/nginx/sites-enabled/{{ item.value }}.https.conf
- state: link
- with_dict: "{{ pysite_domains }}"
- notify: reload nginx
-
-- name: ensure the web container is absent
- become: yes
- docker_container:
- name: pysite
- state: absent
-
-- name: ensure the `{{ pysite_static_file_dir }}` directory exists
- become: yes
- file:
- path: "{{ pysite_static_file_dir }}"
- state: directory
- owner: root
- group: root
-
-- name: collect static files
- become: yes
- docker_container:
- image: "{{ pysite_hub_repository }}"
- name: pysite-static-file-writer
- command: python manage.py collectstatic --noinput
- detach: no
- cleanup: yes
- network_mode: host
- env:
- DATABASE_URL: "{{ pysite_pg_database_url }}"
- SECRET_KEY: "me-dont-need-no-secret-key"
- STATIC_ROOT: "/html"
- volumes:
- - "/var/www/pythondiscord.com:/html"
-
-- name: ensure the database schema is up-to-date
- become: yes
- docker_container:
- image: "{{ pysite_hub_repository }}"
- name: pysite-migrator
- detach: no
- cleanup: yes
- command: python manage.py migrate
- network_mode: host
- env:
- DATABASE_URL: "postgres://{{ pysite_pg_username }}:{{ pysite_pg_password }}@{{ pysite_pg_host }}/{{ pysite_pg_database }}"
- SECRET_KEY: "me-dont-need-no-secret-key"
-
-- name: ensure the website container is started
- become: yes
- docker_container:
- image: "{{ pysite_hub_repository }}"
- name: pysite
- network_mode: host
- restart: yes
- restart_policy: unless-stopped
- ports:
- - "127.0.0.1:4000:4000"
- env:
- ALLOWED_HOSTS: "{{ pysite_domains | dict2items | map(attribute='value') | join(',') }}"
- DATABASE_URL: "postgres://{{ pysite_pg_username }}:{{ pysite_pg_password }}@{{ pysite_pg_host }}/{{ pysite_pg_database }}"
- PARENT_HOST: pysite.example.com
- SECRET_KEY: "{{ pysite_secret_key }}"
-```
diff --git a/manage.py b/manage.py
index d4748a3a..71af23c4 100755
--- a/manage.py
+++ b/manage.py
@@ -10,7 +10,6 @@ import django
from django.contrib.auth import get_user_model
from django.core.management import call_command, execute_from_command_line
-
DEFAULT_ENVS = {
"DJANGO_SETTINGS_MODULE": "pydis_site.settings",
"SUPER_USERNAME": "admin",
@@ -156,10 +155,25 @@ class SiteManager:
call_command("runserver", "0.0.0.0:8000")
return
- import pyuwsgi
-
- # Run uwsgi for production server
- pyuwsgi.run(["--ini", "docker/uwsgi.ini"])
+ # Import gunicorn only if we aren't in debug mode.
+ import gunicorn.app.wsgiapp
+
+ # Patch the arguments for gunicorn
+ sys.argv = [
+ "gunicorn",
+ "--preload",
+ "-b", "0.0.0.0:8000",
+ "pydis_site.wsgi:application",
+ "--threads", "8",
+ "-w", "2",
+ "--max-requests", "1000",
+ "--max-requests-jitter", "50",
+ "--statsd-host", "graphite.default.svc.cluster.local:8125",
+ "--statsd-prefix", "site",
+ ]
+
+ # Run gunicorn for the production server.
+ gunicorn.app.wsgiapp.run()
def main() -> None:
diff --git a/postgres/init.sql b/postgres/init.sql
new file mode 100644
index 00000000..190a705c
--- /dev/null
+++ b/postgres/init.sql
@@ -0,0 +1,146 @@
+CREATE DATABASE metricity;
+
+\c metricity;
+
+CREATE TABLE users (
+ id varchar,
+ joined_at timestamp,
+ primary key(id)
+);
+
+INSERT INTO users VALUES (
+ 0,
+ current_timestamp
+);
+
+INSERT INTO users VALUES (
+ 1,
+ current_timestamp
+);
+
+CREATE TABLE channels (
+ id varchar,
+ name varchar,
+ primary key(id)
+);
+
+INSERT INTO channels VALUES(
+ '267659945086812160',
+ 'python-general'
+);
+
+INSERT INTO channels VALUES(
+ '11',
+ 'help-apple'
+);
+
+INSERT INTO channels VALUES(
+ '12',
+ 'help-cherry'
+);
+
+INSERT INTO channels VALUES(
+ '21',
+ 'ot0-hello'
+);
+
+INSERT INTO channels VALUES(
+ '22',
+ 'ot1-world'
+);
+
+INSERT INTO channels VALUES(
+ '31',
+ 'voice-chat-0'
+);
+
+INSERT INTO channels VALUES(
+ '32',
+ 'code-help-voice-0'
+);
+
+INSERT INTO channels VALUES(
+ '1234',
+ 'zebra'
+);
+
+CREATE TABLE messages (
+ id varchar,
+ author_id varchar references users(id),
+ is_deleted boolean,
+ created_at timestamp,
+ channel_id varchar references channels(id),
+ primary key(id)
+);
+
+INSERT INTO messages VALUES(
+ 0,
+ 0,
+ false,
+ now(),
+ '267659945086812160'
+);
+
+INSERT INTO messages VALUES(
+ 1,
+ 0,
+ false,
+ now() + INTERVAL '10 minutes,',
+ '1234'
+);
+
+INSERT INTO messages VALUES(
+ 2,
+ 0,
+ false,
+ now(),
+ '11'
+);
+
+INSERT INTO messages VALUES(
+ 3,
+ 0,
+ false,
+ now(),
+ '12'
+);
+
+INSERT INTO messages VALUES(
+ 4,
+ 1,
+ false,
+ now(),
+ '21'
+);
+
+INSERT INTO messages VALUES(
+ 5,
+ 1,
+ false,
+ now(),
+ '22'
+);
+
+INSERT INTO messages VALUES(
+ 6,
+ 1,
+ false,
+ now(),
+ '31'
+);
+
+INSERT INTO messages VALUES(
+ 7,
+ 1,
+ false,
+ now(),
+ '32'
+);
+
+INSERT INTO messages VALUES(
+ 8,
+ 1,
+ true,
+ now(),
+ '32'
+);
diff --git a/pydis_site/apps/api/admin.py b/pydis_site/apps/api/admin.py
index 5093e605..449e660e 100644
--- a/pydis_site/apps/api/admin.py
+++ b/pydis_site/apps/api/admin.py
@@ -14,7 +14,6 @@ from .models import (
DeletedMessage,
DocumentationLink,
Infraction,
- LogEntry,
MessageDeletionContext,
Nomination,
OffTopicChannelName,
@@ -22,6 +21,7 @@ from .models import (
Role,
User
)
+from .models.bot.nomination import NominationEntry
admin.site.site_header = "Python Discord | Administration"
admin.site.site_title = "Python Discord"
@@ -120,33 +120,6 @@ class InfractionAdmin(admin.ModelAdmin):
return False
-@admin.register(LogEntry)
-class LogEntryAdmin(admin.ModelAdmin):
- """Allows viewing logs in the Django Admin without allowing edits."""
-
- actions = None
- list_display = ('timestamp', 'level', 'message')
- fieldsets = (
- ('Overview', {'fields': ('timestamp', 'application', 'logger_name')}),
- ('Metadata', {'fields': ('level', 'module', 'line')}),
- ('Contents', {'fields': ('message',)})
- )
- list_filter = ('level', 'timestamp')
- search_fields = ('message',)
-
- def has_add_permission(self, request: HttpRequest) -> bool:
- """Deny manual LogEntry creation."""
- return False
-
- def has_change_permission(self, *args) -> bool:
- """Prevent editing from django admin."""
- return False
-
- def has_delete_permission(self, request: HttpRequest, obj: Optional[LogEntry] = None) -> bool:
- """Deny LogEntry deletion."""
- return False
-
-
@admin.register(DeletedMessage)
class DeletedMessageAdmin(admin.ModelAdmin):
"""Admin formatting for the DeletedMessage model."""
@@ -246,7 +219,7 @@ class NominationActorFilter(admin.SimpleListFilter):
def lookups(self, request: HttpRequest, model: NominationAdmin) -> Iterable[Tuple[int, str]]:
"""Selectable values for viewer to filter by."""
- actor_ids = Nomination.objects.order_by().values_list("actor").distinct()
+ actor_ids = NominationEntry.objects.order_by().values_list("actor").distinct()
actors = User.objects.filter(id__in=actor_ids)
return ((a.id, a.username) for a in actors)
@@ -254,7 +227,10 @@ class NominationActorFilter(admin.SimpleListFilter):
"""Query to filter the list of Users against."""
if not self.value():
return
- return queryset.filter(actor__id=self.value())
+ nomination_ids = NominationEntry.objects.filter(
+ actor__id=self.value()
+ ).values_list("nomination_id").distinct()
+ return queryset.filter(id__in=nomination_ids)
@admin.register(Nomination)
@@ -264,9 +240,6 @@ class NominationAdmin(admin.ModelAdmin):
search_fields = (
"user__name",
"user__id",
- "actor__name",
- "actor__id",
- "reason",
"end_reason"
)
@@ -275,27 +248,25 @@ class NominationAdmin(admin.ModelAdmin):
list_display = (
"user",
"active",
- "reason",
- "actor",
+ "reviewed"
)
fields = (
"user",
"active",
- "actor",
- "reason",
"inserted_at",
"ended_at",
- "end_reason"
+ "end_reason",
+ "reviewed"
)
- # only allow reason fields to be edited.
+ # only allow end reason field to be edited.
readonly_fields = (
"user",
"active",
- "actor",
"inserted_at",
- "ended_at"
+ "ended_at",
+ "reviewed"
)
def has_add_permission(self, *args) -> bool:
@@ -303,6 +274,61 @@ class NominationAdmin(admin.ModelAdmin):
return False
+class NominationEntryActorFilter(admin.SimpleListFilter):
+ """Actor Filter for NominationEntry Admin list page."""
+
+ title = "Actor"
+ parameter_name = "actor"
+
+ def lookups(self, request: HttpRequest, model: NominationAdmin) -> Iterable[Tuple[int, str]]:
+ """Selectable values for viewer to filter by."""
+ actor_ids = NominationEntry.objects.order_by().values_list("actor").distinct()
+ actors = User.objects.filter(id__in=actor_ids)
+ return ((a.id, a.username) for a in actors)
+
+ def queryset(self, request: HttpRequest, queryset: QuerySet) -> Optional[QuerySet]:
+ """Query to filter the list of Users against."""
+ if not self.value():
+ return
+ return queryset.filter(actor__id=self.value())
+
+
+@admin.register(NominationEntry)
+class NominationEntryAdmin(admin.ModelAdmin):
+ """Admin formatting for the NominationEntry model."""
+
+ search_fields = (
+ "actor__name",
+ "actor__id",
+ "reason",
+ )
+
+ list_filter = (NominationEntryActorFilter,)
+
+ list_display = (
+ "nomination",
+ "actor",
+ )
+
+ fields = (
+ "nomination",
+ "actor",
+ "reason",
+ "inserted_at",
+ )
+
+ # only allow reason field to be edited
+ readonly_fields = (
+ "nomination",
+ "actor",
+ "inserted_at",
+ )
+
+ def has_add_permission(self, request: HttpRequest) -> bool:
+ """Disable adding new nomination entry from admin."""
+ return False
+
+
@admin.register(OffTopicChannelName)
class OffTopicChannelNameAdmin(admin.ModelAdmin):
"""Admin formatting for the OffTopicChannelName model."""
diff --git a/pydis_site/apps/api/dblogger.py b/pydis_site/apps/api/dblogger.py
deleted file mode 100644
index 4b4e3a9d..00000000
--- a/pydis_site/apps/api/dblogger.py
+++ /dev/null
@@ -1,22 +0,0 @@
-from logging import LogRecord, StreamHandler
-
-
-class DatabaseLogHandler(StreamHandler):
- """Logs entries into the database."""
-
- def emit(self, record: LogRecord) -> None:
- """Write the given `record` into the database."""
- # This import needs to be deferred due to Django's application
- # registry instantiation logic loading this handler before the
- # application is ready.
- from pydis_site.apps.api.models.log_entry import LogEntry
-
- entry = LogEntry(
- application='site',
- logger_name=record.name,
- level=record.levelname.lower(),
- module=record.module,
- line=record.lineno,
- message=self.format(record)
- )
- entry.save()
diff --git a/pydis_site/apps/api/migrations/0064_delete_logentry.py b/pydis_site/apps/api/migrations/0064_delete_logentry.py
new file mode 100644
index 00000000..a5f344d1
--- /dev/null
+++ b/pydis_site/apps/api/migrations/0064_delete_logentry.py
@@ -0,0 +1,16 @@
+# Generated by Django 3.0.9 on 2020-10-03 06:57
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('api', '0063_Allow_blank_or_null_for_nomination_reason'),
+ ]
+
+ operations = [
+ migrations.DeleteModel(
+ name='LogEntry',
+ ),
+ ]
diff --git a/pydis_site/apps/api/migrations/0066_merge_20201003_0730.py b/pydis_site/apps/api/migrations/0066_merge_20201003_0730.py
new file mode 100644
index 00000000..298416db
--- /dev/null
+++ b/pydis_site/apps/api/migrations/0066_merge_20201003_0730.py
@@ -0,0 +1,14 @@
+# Generated by Django 3.0.9 on 2020-10-03 07:30
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('api', '0064_delete_logentry'),
+ ('api', '0065_auto_20200919_2033'),
+ ]
+
+ operations = [
+ ]
diff --git a/pydis_site/apps/api/migrations/0067_add_voice_ban_infraction_type.py b/pydis_site/apps/api/migrations/0067_add_voice_ban_infraction_type.py
new file mode 100644
index 00000000..9a940ff4
--- /dev/null
+++ b/pydis_site/apps/api/migrations/0067_add_voice_ban_infraction_type.py
@@ -0,0 +1,18 @@
+# Generated by Django 3.0.10 on 2020-10-10 16:08
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('api', '0066_merge_20201003_0730'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='infraction',
+ name='type',
+ field=models.CharField(choices=[('note', 'Note'), ('warning', 'Warning'), ('watch', 'Watch'), ('mute', 'Mute'), ('kick', 'Kick'), ('ban', 'Ban'), ('superstar', 'Superstar'), ('voice_ban', 'Voice Ban')], help_text='The type of the infraction.', max_length=9),
+ ),
+ ]
diff --git a/pydis_site/apps/api/migrations/0068_split_nomination_tables.py b/pydis_site/apps/api/migrations/0068_split_nomination_tables.py
new file mode 100644
index 00000000..79825ed7
--- /dev/null
+++ b/pydis_site/apps/api/migrations/0068_split_nomination_tables.py
@@ -0,0 +1,75 @@
+# Generated by Django 3.0.11 on 2021-02-21 15:32
+
+from django.apps.registry import Apps
+from django.db import backends, migrations, models
+from django.db.backends.base.schema import BaseDatabaseSchemaEditor
+import django.db.models.deletion
+import pydis_site.apps.api.models.mixins
+
+
+def migrate_nominations(apps: Apps, schema_editor: BaseDatabaseSchemaEditor) -> None:
+ Nomination = apps.get_model("api", "Nomination")
+ NominationEntry = apps.get_model("api", "NominationEntry")
+
+ for nomination in Nomination.objects.all():
+ nomination_entry = NominationEntry(
+ nomination=nomination,
+ actor=nomination.actor,
+ reason=nomination.reason,
+ inserted_at=nomination.inserted_at
+ )
+ nomination_entry.save()
+
+
+def unmigrate_nominations(apps: Apps, schema_editor: BaseDatabaseSchemaEditor) -> None:
+ Nomination = apps.get_model("api", "Nomination")
+ NominationEntry = apps.get_model("api", "NominationEntry")
+
+ for entry in NominationEntry.objects.all():
+ nomination = Nomination.objects.get(pk=entry.nomination.id)
+ nomination.actor = entry.actor
+ nomination.reason = entry.reason
+ nomination.inserted_at = entry.inserted_at
+
+ nomination.save()
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('api', '0067_add_voice_ban_infraction_type'),
+ ]
+
+ operations = [
+ migrations.CreateModel(
+ name='NominationEntry',
+ fields=[
+ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
+ ('reason', models.TextField(blank=True, help_text='Why the actor nominated this user.', default="")),
+ ('inserted_at',
+ models.DateTimeField(auto_now_add=True, help_text='The creation date of this nomination entry.')),
+ ('actor', models.ForeignKey(help_text='The staff member that nominated this user.',
+ on_delete=django.db.models.deletion.CASCADE, related_name='nomination_set',
+ to='api.User')),
+ ('nomination', models.ForeignKey(help_text='The nomination this entry belongs to.',
+ on_delete=django.db.models.deletion.CASCADE, to='api.Nomination',
+ related_name='entries')),
+ ],
+ bases=(pydis_site.apps.api.models.mixins.ModelReprMixin, models.Model),
+ options={'ordering': ('-inserted_at',), 'verbose_name_plural': 'nomination entries'}
+ ),
+ migrations.RunPython(migrate_nominations, unmigrate_nominations),
+ migrations.RemoveField(
+ model_name='nomination',
+ name='actor',
+ ),
+ migrations.RemoveField(
+ model_name='nomination',
+ name='reason',
+ ),
+ migrations.AddField(
+ model_name='nomination',
+ name='reviewed',
+ field=models.BooleanField(default=False, help_text='Whether a review was made.'),
+ ),
+ ]
diff --git a/pydis_site/apps/api/migrations/0069_documentationlink_validators.py b/pydis_site/apps/api/migrations/0069_documentationlink_validators.py
new file mode 100644
index 00000000..347c0e1a
--- /dev/null
+++ b/pydis_site/apps/api/migrations/0069_documentationlink_validators.py
@@ -0,0 +1,25 @@
+# Generated by Django 3.0.11 on 2021-03-26 18:21
+
+import django.core.validators
+from django.db import migrations, models
+import pydis_site.apps.api.models.bot.documentation_link
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('api', '0068_split_nomination_tables'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='documentationlink',
+ name='base_url',
+ field=models.URLField(help_text='The base URL from which documentation will be available for this project. Used to generate links to various symbols within this package.', validators=[pydis_site.apps.api.models.bot.documentation_link.ends_with_slash_validator]),
+ ),
+ migrations.AlterField(
+ model_name='documentationlink',
+ name='package',
+ field=models.CharField(help_text='The Python package name that this documentation link belongs to.', max_length=50, primary_key=True, serialize=False, validators=[django.core.validators.RegexValidator(message='Package names can only consist of lowercase a-z letters, digits, and underscores.', regex='^[a-z0-9_]+$')]),
+ ),
+ ]
diff --git a/pydis_site/apps/api/models/__init__.py b/pydis_site/apps/api/models/__init__.py
index e3f928e1..fd5bf220 100644
--- a/pydis_site/apps/api/models/__init__.py
+++ b/pydis_site/apps/api/models/__init__.py
@@ -8,10 +8,10 @@ from .bot import (
Message,
MessageDeletionContext,
Nomination,
+ NominationEntry,
OffensiveMessage,
OffTopicChannelName,
Reminder,
Role,
User
)
-from .log_entry import LogEntry
diff --git a/pydis_site/apps/api/models/bot/__init__.py b/pydis_site/apps/api/models/bot/__init__.py
index 1673b434..ac864de3 100644
--- a/pydis_site/apps/api/models/bot/__init__.py
+++ b/pydis_site/apps/api/models/bot/__init__.py
@@ -6,7 +6,7 @@ from .documentation_link import DocumentationLink
from .infraction import Infraction
from .message import Message
from .message_deletion_context import MessageDeletionContext
-from .nomination import Nomination
+from .nomination import Nomination, NominationEntry
from .off_topic_channel_name import OffTopicChannelName
from .offensive_message import OffensiveMessage
from .reminder import Reminder
diff --git a/pydis_site/apps/api/models/bot/documentation_link.py b/pydis_site/apps/api/models/bot/documentation_link.py
index 2a0ce751..3dcc71fc 100644
--- a/pydis_site/apps/api/models/bot/documentation_link.py
+++ b/pydis_site/apps/api/models/bot/documentation_link.py
@@ -1,7 +1,20 @@
+from django.core.exceptions import ValidationError
+from django.core.validators import RegexValidator
from django.db import models
from pydis_site.apps.api.models.mixins import ModelReprMixin
+package_name_validator = RegexValidator(
+ regex=r"^[a-z0-9_]+$",
+ message="Package names can only consist of lowercase a-z letters, digits, and underscores."
+)
+
+
+def ends_with_slash_validator(string: str) -> None:
+ """Raise a ValidationError if `string` does not end with a slash."""
+ if not string.endswith("/"):
+ raise ValidationError("The entered URL must end with a slash.")
+
class DocumentationLink(ModelReprMixin, models.Model):
"""A documentation link used by the `!docs` command of the bot."""
@@ -9,13 +22,15 @@ class DocumentationLink(ModelReprMixin, models.Model):
package = models.CharField(
primary_key=True,
max_length=50,
+ validators=(package_name_validator,),
help_text="The Python package name that this documentation link belongs to."
)
base_url = models.URLField(
help_text=(
"The base URL from which documentation will be available for this project. "
"Used to generate links to various symbols within this package."
- )
+ ),
+ validators=(ends_with_slash_validator,)
)
inventory_url = models.URLField(
help_text="The URL at which the Sphinx inventory is available for this package."
diff --git a/pydis_site/apps/api/models/bot/infraction.py b/pydis_site/apps/api/models/bot/infraction.py
index 7660cbba..60c1e8dd 100644
--- a/pydis_site/apps/api/models/bot/infraction.py
+++ b/pydis_site/apps/api/models/bot/infraction.py
@@ -15,7 +15,8 @@ class Infraction(ModelReprMixin, models.Model):
("mute", "Mute"),
("kick", "Kick"),
("ban", "Ban"),
- ("superstar", "Superstar")
+ ("superstar", "Superstar"),
+ ("voice_ban", "Voice Ban"),
)
inserted_at = models.DateTimeField(
default=timezone.now,
diff --git a/pydis_site/apps/api/models/bot/metricity.py b/pydis_site/apps/api/models/bot/metricity.py
new file mode 100644
index 00000000..5daa5c66
--- /dev/null
+++ b/pydis_site/apps/api/models/bot/metricity.py
@@ -0,0 +1,132 @@
+from typing import List, Tuple
+
+from django.db import connections
+
+BLOCK_INTERVAL = 10 * 60 # 10 minute blocks
+
+EXCLUDE_CHANNELS = [
+ "267659945086812160", # Bot commands
+ "607247579608121354" # SeasonalBot commands
+]
+
+
+class NotFound(Exception):
+ """Raised when an entity cannot be found."""
+
+ pass
+
+
+class Metricity:
+ """Abstraction for a connection to the metricity database."""
+
+ def __init__(self):
+ self.cursor = connections['metricity'].cursor()
+
+ def __enter__(self):
+ return self
+
+ def __exit__(self, *_):
+ self.cursor.close()
+
+ def user(self, user_id: str) -> dict:
+ """Query a user's data."""
+ # TODO: Swap this back to some sort of verified at date
+ columns = ["joined_at"]
+ query = f"SELECT {','.join(columns)} FROM users WHERE id = '%s'"
+ self.cursor.execute(query, [user_id])
+ values = self.cursor.fetchone()
+
+ if not values:
+ raise NotFound()
+
+ return dict(zip(columns, values))
+
+ def total_messages(self, user_id: str) -> int:
+ """Query total number of messages for a user."""
+ self.cursor.execute(
+ """
+ SELECT
+ COUNT(*)
+ FROM messages
+ WHERE
+ author_id = '%s'
+ AND NOT is_deleted
+ AND NOT %s::varchar[] @> ARRAY[channel_id]
+ """,
+ [user_id, EXCLUDE_CHANNELS]
+ )
+ values = self.cursor.fetchone()
+
+ if not values:
+ raise NotFound()
+
+ return values[0]
+
+ def total_message_blocks(self, user_id: str) -> int:
+ """
+ Query number of 10 minute blocks during which the user has been active.
+
+ This metric prevents users from spamming to achieve the message total threshold.
+ """
+ self.cursor.execute(
+ """
+ SELECT
+ COUNT(*)
+ FROM (
+ SELECT
+ (floor((extract('epoch' from created_at) / %s )) * %s) AS interval
+ FROM messages
+ WHERE
+ author_id='%s'
+ AND NOT is_deleted
+ AND NOT %s::varchar[] @> ARRAY[channel_id]
+ GROUP BY interval
+ ) block_query;
+ """,
+ [BLOCK_INTERVAL, BLOCK_INTERVAL, user_id, EXCLUDE_CHANNELS]
+ )
+ values = self.cursor.fetchone()
+
+ if not values:
+ raise NotFound()
+
+ return values[0]
+
+ def top_channel_activity(self, user_id: str) -> List[Tuple[str, int]]:
+ """
+ Query the top three channels in which the user is most active.
+
+ Help channels are grouped under "the help channels",
+ and off-topic channels are grouped under "off-topic".
+ """
+ self.cursor.execute(
+ """
+ SELECT
+ CASE
+ WHEN channels.name ILIKE 'help-%%' THEN 'the help channels'
+ WHEN channels.name ILIKE 'ot%%' THEN 'off-topic'
+ WHEN channels.name ILIKE '%%voice%%' THEN 'voice chats'
+ ELSE channels.name
+ END,
+ COUNT(1)
+ FROM
+ messages
+ LEFT JOIN channels ON channels.id = messages.channel_id
+ WHERE
+ author_id = '%s' AND NOT messages.is_deleted
+ GROUP BY
+ 1
+ ORDER BY
+ 2 DESC
+ LIMIT
+ 3;
+ """,
+ [user_id]
+ )
+
+ values = self.cursor.fetchall()
+
+ if not values:
+ raise NotFound()
+
+ return values
diff --git a/pydis_site/apps/api/models/bot/nomination.py b/pydis_site/apps/api/models/bot/nomination.py
index 11b9e36e..221d8534 100644
--- a/pydis_site/apps/api/models/bot/nomination.py
+++ b/pydis_site/apps/api/models/bot/nomination.py
@@ -5,23 +5,12 @@ from pydis_site.apps.api.models.mixins import ModelReprMixin
class Nomination(ModelReprMixin, models.Model):
- """A helper nomination created by staff."""
+ """A general helper nomination information created by staff."""
active = models.BooleanField(
default=True,
help_text="Whether this nomination is still relevant."
)
- actor = models.ForeignKey(
- User,
- on_delete=models.CASCADE,
- help_text="The staff member that nominated this user.",
- related_name='nomination_set'
- )
- reason = models.TextField(
- help_text="Why this user was nominated.",
- null=True,
- blank=True
- )
user = models.ForeignKey(
User,
on_delete=models.CASCADE,
@@ -42,6 +31,10 @@ class Nomination(ModelReprMixin, models.Model):
help_text="When the nomination was ended.",
null=True
)
+ reviewed = models.BooleanField(
+ default=False,
+ help_text="Whether a review was made."
+ )
def __str__(self):
"""Representation that makes the target and state of the nomination immediately evident."""
@@ -52,3 +45,38 @@ class Nomination(ModelReprMixin, models.Model):
"""Set the ordering of nominations to most recent first."""
ordering = ("-inserted_at",)
+
+
+class NominationEntry(ModelReprMixin, models.Model):
+ """A nomination entry created by a single staff member."""
+
+ nomination = models.ForeignKey(
+ Nomination,
+ on_delete=models.CASCADE,
+ help_text="The nomination this entry belongs to.",
+ related_name="entries"
+ )
+ actor = models.ForeignKey(
+ User,
+ on_delete=models.CASCADE,
+ help_text="The staff member that nominated this user.",
+ related_name='nomination_set'
+ )
+ reason = models.TextField(
+ help_text="Why the actor nominated this user.",
+ default="",
+ blank=True
+ )
+ inserted_at = models.DateTimeField(
+ auto_now_add=True,
+ help_text="The creation date of this nomination entry."
+ )
+
+ class Meta:
+ """Meta options for NominationEntry model."""
+
+ verbose_name_plural = "nomination entries"
+
+ # Set default ordering here to latest first
+ # so we don't need to define it everywhere
+ ordering = ("-inserted_at",)
diff --git a/pydis_site/apps/api/models/log_entry.py b/pydis_site/apps/api/models/log_entry.py
deleted file mode 100644
index 752cd2ca..00000000
--- a/pydis_site/apps/api/models/log_entry.py
+++ /dev/null
@@ -1,55 +0,0 @@
-from django.db import models
-from django.utils import timezone
-
-from pydis_site.apps.api.models.mixins import ModelReprMixin
-
-
-class LogEntry(ModelReprMixin, models.Model):
- """A log entry generated by one of the PyDis applications."""
-
- application = models.CharField(
- max_length=20,
- help_text="The application that generated this log entry.",
- choices=(
- ('bot', 'Bot'),
- ('seasonalbot', 'Seasonalbot'),
- ('site', 'Website')
- )
- )
- logger_name = models.CharField(
- max_length=100,
- help_text="The name of the logger that generated this log entry."
- )
- timestamp = models.DateTimeField(
- default=timezone.now,
- help_text="The date and time when this entry was created."
- )
- level = models.CharField(
- max_length=8, # 'critical'
- choices=(
- ('debug', 'Debug'),
- ('info', 'Info'),
- ('warning', 'Warning'),
- ('error', 'Error'),
- ('critical', 'Critical')
- ),
- help_text=(
- "The logger level at which this entry was emitted. The levels "
- "correspond to the Python `logging` levels."
- )
- )
- module = models.CharField(
- max_length=100,
- help_text="The fully qualified path of the module generating this log line."
- )
- line = models.PositiveSmallIntegerField(
- help_text="The line at which the log line was emitted."
- )
- message = models.TextField(
- help_text="The textual content of the log line."
- )
-
- class Meta:
- """Customizes the default generated plural name to valid English."""
-
- verbose_name_plural = 'Log entries'
diff --git a/pydis_site/apps/api/pagination.py b/pydis_site/apps/api/pagination.py
new file mode 100644
index 00000000..2a325460
--- /dev/null
+++ b/pydis_site/apps/api/pagination.py
@@ -0,0 +1,49 @@
+import typing
+
+from rest_framework.pagination import LimitOffsetPagination
+from rest_framework.response import Response
+
+
+class LimitOffsetPaginationExtended(LimitOffsetPagination):
+ """
+ Extend LimitOffsetPagination to customise the default response.
+
+ For example:
+
+ ## Default response
+ >>> {
+ ... "count": 1,
+ ... "next": None,
+ ... "previous": None,
+ ... "results": [{
+ ... "id": 6,
+ ... "inserted_at": "2021-01-26T21:13:35.477879Z",
+ ... "expires_at": None,
+ ... "active": False,
+ ... "user": 1,
+ ... "actor": 2,
+ ... "type": "warning",
+ ... "reason": null,
+ ... "hidden": false
+ ... }]
+ ... }
+
+ ## Required response
+ >>> [{
+ ... "id": 6,
+ ... "inserted_at": "2021-01-26T21:13:35.477879Z",
+ ... "expires_at": None,
+ ... "active": False,
+ ... "user": 1,
+ ... "actor": 2,
+ ... "type": "warning",
+ ... "reason": None,
+ ... "hidden": False
+ ... }]
+ """
+
+ default_limit = 100
+
+ def get_paginated_response(self, data: typing.Any) -> Response:
+ """Override to skip metadata i.e. `count`, `next`, and `previous`."""
+ return Response(data)
diff --git a/pydis_site/apps/api/serializers.py b/pydis_site/apps/api/serializers.py
index 90bd6f91..f47bedca 100644
--- a/pydis_site/apps/api/serializers.py
+++ b/pydis_site/apps/api/serializers.py
@@ -1,7 +1,16 @@
"""Converters from Django models to data interchange formats and back."""
-from rest_framework.serializers import ModelSerializer, PrimaryKeyRelatedField, ValidationError
+from django.db.models.query import QuerySet
+from django.db.utils import IntegrityError
+from rest_framework.exceptions import NotFound
+from rest_framework.serializers import (
+ IntegerField,
+ ListSerializer,
+ ModelSerializer,
+ PrimaryKeyRelatedField,
+ ValidationError
+)
+from rest_framework.settings import api_settings
from rest_framework.validators import UniqueTogetherValidator
-from rest_framework_bulk import BulkSerializerMixin
from .models import (
BotSetting,
@@ -9,9 +18,9 @@ from .models import (
DocumentationLink,
FilterList,
Infraction,
- LogEntry,
MessageDeletionContext,
Nomination,
+ NominationEntry,
OffTopicChannelName,
OffensiveMessage,
Reminder,
@@ -159,7 +168,7 @@ class InfractionSerializer(ModelSerializer):
raise ValidationError({'expires_at': [f'{infr_type} infractions cannot expire.']})
hidden = attrs.get('hidden')
- if hidden and infr_type in ('superstar', 'warning'):
+ if hidden and infr_type in ('superstar', 'warning', 'voice_ban'):
raise ValidationError({'hidden': [f'{infr_type} infractions cannot be hidden.']})
if not hidden and infr_type in ('note', ):
@@ -191,19 +200,6 @@ class ExpandedInfractionSerializer(InfractionSerializer):
return ret
-class LogEntrySerializer(ModelSerializer):
- """A class providing (de-)serialization of `LogEntry` instances."""
-
- class Meta:
- """Metadata defined for the Django REST Framework."""
-
- model = LogEntry
- fields = (
- 'application', 'logger_name', 'timestamp',
- 'level', 'module', 'line', 'message'
- )
-
-
class OffTopicChannelNameSerializer(ModelSerializer):
"""A class providing (de-)serialization of `OffTopicChannelName` instances."""
@@ -249,27 +245,130 @@ class RoleSerializer(ModelSerializer):
fields = ('id', 'name', 'colour', 'permissions', 'position')
-class UserSerializer(BulkSerializerMixin, ModelSerializer):
+class UserListSerializer(ListSerializer):
+ """List serializer for User model to handle bulk updates."""
+
+ def create(self, validated_data: list) -> list:
+ """Override create method to optimize django queries."""
+ new_users = []
+ seen = set()
+
+ for user_dict in validated_data:
+ if user_dict["id"] in seen:
+ raise ValidationError(
+ {"id": [f"User with ID {user_dict['id']} given multiple times."]}
+ )
+ seen.add(user_dict["id"])
+ new_users.append(User(**user_dict))
+
+ User.objects.bulk_create(new_users, ignore_conflicts=True)
+ return []
+
+ def update(self, queryset: QuerySet, validated_data: list) -> list:
+ """
+ Override update method to support bulk updates.
+
+ ref:https://www.django-rest-framework.org/api-guide/serializers/#customizing-multiple-update
+ """
+ object_ids = set()
+
+ for data in validated_data:
+ try:
+ if data["id"] in object_ids:
+ # If request data contains users with same ID.
+ raise ValidationError(
+ {"id": [f"User with ID {data['id']} given multiple times."]}
+ )
+ except KeyError:
+ # If user ID not provided in request body.
+ raise ValidationError(
+ {"id": ["This field is required."]}
+ )
+ object_ids.add(data["id"])
+
+ # filter queryset
+ filtered_instances = queryset.filter(id__in=object_ids)
+
+ instance_mapping = {user.id: user for user in filtered_instances}
+
+ updated = []
+ fields_to_update = set()
+ for user_data in validated_data:
+ for key in user_data:
+ fields_to_update.add(key)
+
+ try:
+ user = instance_mapping[user_data["id"]]
+ except KeyError:
+ raise NotFound({"detail": f"User with id {user_data['id']} not found."})
+
+ user.__dict__.update(user_data)
+ updated.append(user)
+
+ fields_to_update.remove("id")
+
+ if not fields_to_update:
+ # Raise ValidationError when only id field is given.
+ raise ValidationError(
+ {api_settings.NON_FIELD_ERRORS_KEY: ["Insufficient data provided."]}
+ )
+
+ User.objects.bulk_update(updated, fields_to_update)
+ return updated
+
+
+class UserSerializer(ModelSerializer):
"""A class providing (de-)serialization of `User` instances."""
+ # ID field must be explicitly set as the default id field is read-only.
+ id = IntegerField(min_value=0)
+
class Meta:
"""Metadata defined for the Django REST Framework."""
model = User
fields = ('id', 'name', 'discriminator', 'roles', 'in_guild')
depth = 1
+ list_serializer_class = UserListSerializer
+
+ def create(self, validated_data: dict) -> User:
+ """Override create method to catch IntegrityError."""
+ try:
+ return super().create(validated_data)
+ except IntegrityError:
+ raise ValidationError({"id": ["User with ID already present."]})
+
+
+class NominationEntrySerializer(ModelSerializer):
+ """A class providing (de-)serialization of `NominationEntry` instances."""
+
+ # We need to define it here, because we don't want that nomination ID
+ # return inside nomination response entry, because ID is already available
+ # as top-level field. Queryset is required if field is not read only.
+ nomination = PrimaryKeyRelatedField(
+ queryset=Nomination.objects.all(),
+ write_only=True
+ )
+
+ class Meta:
+ """Metadata defined for the Django REST framework."""
+
+ model = NominationEntry
+ fields = ('nomination', 'actor', 'reason', 'inserted_at')
class NominationSerializer(ModelSerializer):
"""A class providing (de-)serialization of `Nomination` instances."""
+ entries = NominationEntrySerializer(many=True, read_only=True)
+
class Meta:
"""Metadata defined for the Django REST Framework."""
model = Nomination
fields = (
- 'id', 'active', 'actor', 'reason', 'user',
- 'inserted_at', 'end_reason', 'ended_at')
+ 'id', 'active', 'user', 'inserted_at', 'end_reason', 'ended_at', 'reviewed', 'entries'
+ )
class OffensiveMessageSerializer(ModelSerializer):
diff --git a/pydis_site/apps/api/tests/test_dblogger.py b/pydis_site/apps/api/tests/test_dblogger.py
deleted file mode 100644
index bb19f297..00000000
--- a/pydis_site/apps/api/tests/test_dblogger.py
+++ /dev/null
@@ -1,27 +0,0 @@
-import logging
-from datetime import datetime
-
-from django.test import TestCase
-
-from ..dblogger import DatabaseLogHandler
-from ..models import LogEntry
-
-
-class DatabaseLogHandlerTests(TestCase):
- def test_logs_to_database(self):
- module_basename = __name__.split('.')[-1]
- logger = logging.getLogger(__name__)
- logger.handlers = [DatabaseLogHandler()]
- logger.warning("I am a test case!")
-
- # Ensure we only have a single record in the database
- # after the logging call above.
- [entry] = LogEntry.objects.all()
-
- self.assertEqual(entry.application, 'site')
- self.assertEqual(entry.logger_name, __name__)
- self.assertIsInstance(entry.timestamp, datetime)
- self.assertEqual(entry.level, 'warning')
- self.assertEqual(entry.module, module_basename)
- self.assertIsInstance(entry.line, int)
- self.assertEqual(entry.message, "I am a test case!")
diff --git a/pydis_site/apps/api/tests/test_documentation_links.py b/pydis_site/apps/api/tests/test_documentation_links.py
index e560a2fd..39fb08f3 100644
--- a/pydis_site/apps/api/tests/test_documentation_links.py
+++ b/pydis_site/apps/api/tests/test_documentation_links.py
@@ -60,7 +60,7 @@ class DetailLookupDocumentationLinkAPITests(APISubdomainTestCase):
def setUpTestData(cls):
cls.doc_link = DocumentationLink.objects.create(
package='testpackage',
- base_url='https://example.com',
+ base_url='https://example.com/',
inventory_url='https://example.com'
)
@@ -108,6 +108,17 @@ class DetailLookupDocumentationLinkAPITests(APISubdomainTestCase):
self.assertEqual(response.status_code, 400)
+ def test_create_invalid_package_name_returns_400(self):
+ test_cases = ("InvalidPackage", "invalid package", "i\u0150valid")
+ for case in test_cases:
+ with self.subTest(package_name=case):
+ body = self.doc_json.copy()
+ body['package'] = case
+ url = reverse('bot:documentationlink-list', host='api')
+ response = self.client.post(url, data=body)
+
+ self.assertEqual(response.status_code, 400)
+
class DocumentationLinkCreationTests(APISubdomainTestCase):
def setUp(self):
@@ -115,7 +126,7 @@ class DocumentationLinkCreationTests(APISubdomainTestCase):
self.body = {
'package': 'example',
- 'base_url': 'https://example.com',
+ 'base_url': 'https://example.com/',
'inventory_url': 'https://docs.example.com'
}
diff --git a/pydis_site/apps/api/tests/test_infractions.py b/pydis_site/apps/api/tests/test_infractions.py
index 93ef8171..82b497aa 100644
--- a/pydis_site/apps/api/tests/test_infractions.py
+++ b/pydis_site/apps/api/tests/test_infractions.py
@@ -512,6 +512,36 @@ class CreationTests(APISubdomainTestCase):
)
+class InfractionDeletionTests(APISubdomainTestCase):
+ @classmethod
+ def setUpTestData(cls):
+ cls.user = User.objects.create(
+ id=9876,
+ name='Unknown user',
+ discriminator=9876,
+ )
+
+ cls.warning = Infraction.objects.create(
+ user_id=cls.user.id,
+ actor_id=cls.user.id,
+ type='warning',
+ active=False
+ )
+
+ def test_delete_unknown_infraction_returns_404(self):
+ url = reverse('bot:infraction-detail', args=('something',), host='api')
+ response = self.client.delete(url)
+
+ self.assertEqual(response.status_code, 404)
+
+ def test_delete_known_infraction_returns_204(self):
+ url = reverse('bot:infraction-detail', args=(self.warning.id,), host='api')
+ response = self.client.delete(url)
+
+ self.assertEqual(response.status_code, 204)
+ self.assertRaises(Infraction.DoesNotExist, Infraction.objects.get, id=self.warning.id)
+
+
class ExpandedTests(APISubdomainTestCase):
@classmethod
def setUpTestData(cls):
diff --git a/pydis_site/apps/api/tests/test_models.py b/pydis_site/apps/api/tests/test_models.py
index 853e6621..66052e01 100644
--- a/pydis_site/apps/api/tests/test_models.py
+++ b/pydis_site/apps/api/tests/test_models.py
@@ -10,6 +10,7 @@ from pydis_site.apps.api.models import (
Message,
MessageDeletionContext,
Nomination,
+ NominationEntry,
OffTopicChannelName,
OffensiveMessage,
Reminder,
@@ -37,17 +38,11 @@ class StringDunderMethodTests(SimpleTestCase):
def setUp(self):
self.nomination = Nomination(
id=123,
- actor=User(
- id=9876,
- name='Mr. Hemlock',
- discriminator=6666,
- ),
user=User(
id=9876,
name="Hemlock's Cat",
discriminator=7777,
),
- reason="He purrrrs like the best!",
)
self.objects = (
@@ -135,6 +130,15 @@ class StringDunderMethodTests(SimpleTestCase):
),
content="oh no",
expiration=dt(5018, 11, 20, 15, 52, tzinfo=timezone.utc)
+ ),
+ NominationEntry(
+ nomination_id=self.nomination.id,
+ actor=User(
+ id=9876,
+ name='Mr. Hemlock',
+ discriminator=6666,
+ ),
+ reason="He purrrrs like the best!",
)
)
diff --git a/pydis_site/apps/api/tests/test_nominations.py b/pydis_site/apps/api/tests/test_nominations.py
index b37135f8..9cefbd8f 100644
--- a/pydis_site/apps/api/tests/test_nominations.py
+++ b/pydis_site/apps/api/tests/test_nominations.py
@@ -3,7 +3,7 @@ from datetime import datetime as dt, timedelta, timezone
from django_hosts.resolvers import reverse
from .base import APISubdomainTestCase
-from ..models import Nomination, User
+from ..models import Nomination, NominationEntry, User
class CreationTests(APISubdomainTestCase):
@@ -14,6 +14,11 @@ class CreationTests(APISubdomainTestCase):
name='joe dart',
discriminator=1111,
)
+ cls.user2 = User.objects.create(
+ id=9876,
+ name='Who?',
+ discriminator=1234
+ )
def test_accepts_valid_data(self):
url = reverse('bot:nomination-list', host='api')
@@ -27,17 +32,39 @@ class CreationTests(APISubdomainTestCase):
self.assertEqual(response.status_code, 201)
nomination = Nomination.objects.get(id=response.json()['id'])
+ nomination_entry = NominationEntry.objects.get(
+ nomination_id=nomination.id,
+ actor_id=self.user.id
+ )
self.assertAlmostEqual(
nomination.inserted_at,
dt.now(timezone.utc),
delta=timedelta(seconds=2)
)
self.assertEqual(nomination.user.id, data['user'])
- self.assertEqual(nomination.actor.id, data['actor'])
- self.assertEqual(nomination.reason, data['reason'])
+ self.assertEqual(nomination_entry.reason, data['reason'])
self.assertEqual(nomination.active, True)
- def test_returns_400_on_second_active_nomination(self):
+ def test_returns_200_on_second_active_nomination_by_different_user(self):
+ url = reverse('bot:nomination-list', host='api')
+ first_data = {
+ 'actor': self.user.id,
+ 'reason': 'Joe Dart on Fender Bass',
+ 'user': self.user.id,
+ }
+ second_data = {
+ 'actor': self.user2.id,
+ 'reason': 'Great user',
+ 'user': self.user.id
+ }
+
+ response1 = self.client.post(url, data=first_data)
+ self.assertEqual(response1.status_code, 201)
+
+ response2 = self.client.post(url, data=second_data)
+ self.assertEqual(response2.status_code, 201)
+
+ def test_returns_400_on_second_active_nomination_by_existing_nominator(self):
url = reverse('bot:nomination-list', host='api')
data = {
'actor': self.user.id,
@@ -51,7 +78,7 @@ class CreationTests(APISubdomainTestCase):
response2 = self.client.post(url, data=data)
self.assertEqual(response2.status_code, 400)
self.assertEqual(response2.json(), {
- 'active': ['There can only be one active nomination.']
+ 'actor': ['This actor has already endorsed this nomination.']
})
def test_returns_400_for_missing_user(self):
@@ -189,30 +216,40 @@ class NominationTests(APISubdomainTestCase):
)
cls.active_nomination = Nomination.objects.create(
- user=cls.user,
+ user=cls.user
+ )
+ cls.active_nomination_entry = NominationEntry.objects.create(
+ nomination=cls.active_nomination,
actor=cls.user,
reason="He's pretty funky"
)
cls.inactive_nomination = Nomination.objects.create(
user=cls.user,
- actor=cls.user,
- reason="He's pretty funky",
active=False,
end_reason="His neck couldn't hold the funk",
ended_at="5018-11-20T15:52:00+00:00"
)
+ cls.inactive_nomination_entry = NominationEntry.objects.create(
+ nomination=cls.inactive_nomination,
+ actor=cls.user,
+ reason="He's pretty funky"
+ )
- def test_returns_200_update_reason_on_active(self):
+ def test_returns_200_update_reason_on_active_with_actor(self):
url = reverse('bot:nomination-detail', args=(self.active_nomination.id,), host='api')
data = {
- 'reason': "He's one funky duck"
+ 'reason': "He's one funky duck",
+ 'actor': self.user.id
}
response = self.client.patch(url, data=data)
self.assertEqual(response.status_code, 200)
- nomination = Nomination.objects.get(id=response.json()['id'])
- self.assertEqual(nomination.reason, data['reason'])
+ nomination_entry = NominationEntry.objects.get(
+ nomination_id=response.json()['id'],
+ actor_id=self.user.id
+ )
+ self.assertEqual(nomination_entry.reason, data['reason'])
def test_returns_400_on_frozen_field_update(self):
url = reverse('bot:nomination-detail', args=(self.active_nomination.id,), host='api')
@@ -241,14 +278,18 @@ class NominationTests(APISubdomainTestCase):
def test_returns_200_update_reason_on_inactive(self):
url = reverse('bot:nomination-detail', args=(self.inactive_nomination.id,), host='api')
data = {
- 'reason': "He's one funky duck"
+ 'reason': "He's one funky duck",
+ 'actor': self.user.id
}
response = self.client.patch(url, data=data)
self.assertEqual(response.status_code, 200)
- nomination = Nomination.objects.get(id=response.json()['id'])
- self.assertEqual(nomination.reason, data['reason'])
+ nomination_entry = NominationEntry.objects.get(
+ nomination_id=response.json()['id'],
+ actor_id=self.user.id
+ )
+ self.assertEqual(nomination_entry.reason, data['reason'])
def test_returns_200_update_end_reason_on_inactive(self):
url = reverse('bot:nomination-detail', args=(self.inactive_nomination.id,), host='api')
@@ -442,3 +483,50 @@ class NominationTests(APISubdomainTestCase):
infractions = response.json()
self.assertEqual(len(infractions), 2)
+
+ def test_patch_nomination_set_reviewed_of_active_nomination(self):
+ url = reverse('api:nomination-detail', args=(self.active_nomination.id,), host='api')
+ data = {'reviewed': True}
+
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 200)
+
+ def test_patch_nomination_set_reviewed_of_inactive_nomination(self):
+ url = reverse('api:nomination-detail', args=(self.inactive_nomination.id,), host='api')
+ data = {'reviewed': True}
+
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 400)
+ self.assertEqual(response.json(), {
+ 'reviewed': ['This field cannot be set if the nomination is inactive.']
+ })
+
+ def test_patch_nomination_set_reviewed_and_end(self):
+ url = reverse('api:nomination-detail', args=(self.active_nomination.id,), host='api')
+ data = {'reviewed': True, 'active': False, 'end_reason': "What?"}
+
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 400)
+ self.assertEqual(response.json(), {
+ 'reviewed': ['This field cannot be set while you are ending a nomination.']
+ })
+
+ def test_modifying_reason_without_actor(self):
+ url = reverse('api:nomination-detail', args=(self.active_nomination.id,), host='api')
+ data = {'reason': 'That is my reason!'}
+
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 400)
+ self.assertEqual(response.json(), {
+ 'actor': ['This field is required when editing the reason.']
+ })
+
+ def test_modifying_reason_with_unknown_actor(self):
+ url = reverse('api:nomination-detail', args=(self.active_nomination.id,), host='api')
+ data = {'reason': 'That is my reason!', 'actor': 90909090909090}
+
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 400)
+ self.assertEqual(response.json(), {
+ 'actor': ["The actor doesn't exist or has not nominated the user."]
+ })
diff --git a/pydis_site/apps/api/tests/test_users.py b/pydis_site/apps/api/tests/test_users.py
index a02fce8a..c43b916a 100644
--- a/pydis_site/apps/api/tests/test_users.py
+++ b/pydis_site/apps/api/tests/test_users.py
@@ -1,7 +1,11 @@
+from unittest.mock import patch
+
+from django.core.exceptions import ObjectDoesNotExist
from django_hosts.resolvers import reverse
from .base import APISubdomainTestCase
from ..models import Role, User
+from ..models.bot.metricity import NotFound
class UnauthedUserAPITests(APISubdomainTestCase):
@@ -45,6 +49,13 @@ class CreationTests(APISubdomainTestCase):
position=1
)
+ cls.user = User.objects.create(
+ id=11,
+ name="Name doesn't matter.",
+ discriminator=1122,
+ in_guild=True
+ )
+
def test_accepts_valid_data(self):
url = reverse('bot:user-list', host='api')
data = {
@@ -89,7 +100,7 @@ class CreationTests(APISubdomainTestCase):
response = self.client.post(url, data=data)
self.assertEqual(response.status_code, 201)
- self.assertEqual(response.json(), data)
+ self.assertEqual(response.json(), [])
def test_returns_400_for_unknown_role_id(self):
url = reverse('bot:user-list', host='api')
@@ -115,6 +126,176 @@ class CreationTests(APISubdomainTestCase):
response = self.client.post(url, data=data)
self.assertEqual(response.status_code, 400)
+ def test_returns_400_for_user_recreation(self):
+ """Return 201 if User is already present in database as it skips User creation."""
+ url = reverse('bot:user-list', host='api')
+ data = [{
+ 'id': 11,
+ 'name': 'You saw nothing.',
+ 'discriminator': 112,
+ 'in_guild': True
+ }]
+ response = self.client.post(url, data=data)
+ self.assertEqual(response.status_code, 201)
+
+ def test_returns_400_for_duplicate_request_users(self):
+ """Return 400 if 2 Users with same ID is passed in the request data."""
+ url = reverse('bot:user-list', host='api')
+ data = [
+ {
+ 'id': 11,
+ 'name': 'You saw nothing.',
+ 'discriminator': 112,
+ 'in_guild': True
+ },
+ {
+ 'id': 11,
+ 'name': 'You saw nothing part 2.',
+ 'discriminator': 1122,
+ 'in_guild': False
+ }
+ ]
+ response = self.client.post(url, data=data)
+ self.assertEqual(response.status_code, 400)
+
+ def test_returns_400_for_existing_user(self):
+ """Returns 400 if user is already present in DB."""
+ url = reverse('bot:user-list', host='api')
+ data = {
+ 'id': 11,
+ 'name': 'You saw nothing part 3.',
+ 'discriminator': 1122,
+ 'in_guild': True
+ }
+ response = self.client.post(url, data=data)
+ self.assertEqual(response.status_code, 400)
+
+
+class MultiPatchTests(APISubdomainTestCase):
+ @classmethod
+ def setUpTestData(cls):
+ cls.role_developer = Role.objects.create(
+ id=159,
+ name="Developer",
+ colour=2,
+ permissions=0b01010010101,
+ position=10,
+ )
+ cls.user_1 = User.objects.create(
+ id=1,
+ name="Patch test user 1.",
+ discriminator=1111,
+ in_guild=True
+ )
+ cls.user_2 = User.objects.create(
+ id=2,
+ name="Patch test user 2.",
+ discriminator=2222,
+ in_guild=True
+ )
+
+ def test_multiple_users_patch(self):
+ url = reverse("bot:user-bulk-patch", host="api")
+ data = [
+ {
+ "id": 1,
+ "name": "User 1 patched!",
+ "discriminator": 1010,
+ "roles": [self.role_developer.id],
+ "in_guild": False
+ },
+ {
+ "id": 2,
+ "name": "User 2 patched!"
+ }
+ ]
+
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 200)
+ self.assertEqual(response.json()[0], data[0])
+
+ user_2 = User.objects.get(id=2)
+ self.assertEqual(user_2.name, data[1]["name"])
+
+ def test_returns_400_for_missing_user_id(self):
+ url = reverse("bot:user-bulk-patch", host="api")
+ data = [
+ {
+ "name": "I am ghost user!",
+ "discriminator": 1010,
+ "roles": [self.role_developer.id],
+ "in_guild": False
+ },
+ {
+ "name": "patch me? whats my id?"
+ }
+ ]
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 400)
+
+ def test_returns_404_for_not_found_user(self):
+ url = reverse("bot:user-bulk-patch", host="api")
+ data = [
+ {
+ "id": 1,
+ "name": "User 1 patched again!!!",
+ "discriminator": 1010,
+ "roles": [self.role_developer.id],
+ "in_guild": False
+ },
+ {
+ "id": 22503405,
+ "name": "User unknown not patched!"
+ }
+ ]
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 404)
+
+ def test_returns_400_for_bad_data(self):
+ url = reverse("bot:user-bulk-patch", host="api")
+ data = [
+ {
+ "id": 1,
+ "in_guild": "Catch me!"
+ },
+ {
+ "id": 2,
+ "discriminator": "find me!"
+ }
+ ]
+
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 400)
+
+ def test_returns_400_for_insufficient_data(self):
+ url = reverse("bot:user-bulk-patch", host="api")
+ data = [
+ {
+ "id": 1,
+ },
+ {
+ "id": 2,
+ }
+ ]
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 400)
+
+ def test_returns_400_for_duplicate_request_users(self):
+ """Return 400 if 2 Users with same ID is passed in the request data."""
+ url = reverse("bot:user-bulk-patch", host="api")
+ data = [
+ {
+ 'id': 1,
+ 'name': 'You saw nothing.',
+ },
+ {
+ 'id': 1,
+ 'name': 'You saw nothing part 2.',
+ }
+ ]
+ response = self.client.patch(url, data=data)
+ self.assertEqual(response.status_code, 400)
+
class UserModelTests(APISubdomainTestCase):
@classmethod
@@ -170,3 +351,157 @@ class UserModelTests(APISubdomainTestCase):
def test_correct_username_formatting(self):
"""Tests the username property with both name and discriminator formatted together."""
self.assertEqual(self.user_with_roles.username, "Test User with two roles#0001")
+
+
+class UserPaginatorTests(APISubdomainTestCase):
+ @classmethod
+ def setUpTestData(cls):
+ users = []
+ for i in range(1, 10_001):
+ users.append(User(
+ id=i,
+ name=f"user{i}",
+ discriminator=1111,
+ in_guild=True
+ ))
+ cls.users = User.objects.bulk_create(users)
+
+ def test_returns_single_page_response(self):
+ url = reverse("bot:user-list", host="api")
+ response = self.client.get(url).json()
+ self.assertIsNone(response["next_page_no"])
+ self.assertIsNone(response["previous_page_no"])
+
+ def test_returns_next_page_number(self):
+ User.objects.create(
+ id=10_001,
+ name="user10001",
+ discriminator=1111,
+ in_guild=True
+ )
+ url = reverse("bot:user-list", host="api")
+ response = self.client.get(url).json()
+ self.assertEqual(2, response["next_page_no"])
+
+ def test_returns_previous_page_number(self):
+ User.objects.create(
+ id=10_001,
+ name="user10001",
+ discriminator=1111,
+ in_guild=True
+ )
+ url = reverse("bot:user-list", host="api")
+ response = self.client.get(url, {"page": 2}).json()
+ self.assertEqual(1, response["previous_page_no"])
+
+
+class UserMetricityTests(APISubdomainTestCase):
+ @classmethod
+ def setUpTestData(cls):
+ User.objects.create(
+ id=0,
+ name="Test user",
+ discriminator=1,
+ in_guild=True,
+ )
+
+ def test_get_metricity_data(self):
+ # Given
+ joined_at = "foo"
+ total_messages = 1
+ total_blocks = 1
+ self.mock_metricity_user(joined_at, total_messages, total_blocks, [])
+
+ # When
+ url = reverse('bot:user-metricity-data', args=[0], host='api')
+ response = self.client.get(url)
+
+ # Then
+ self.assertEqual(response.status_code, 200)
+ self.assertEqual(response.json(), {
+ "joined_at": joined_at,
+ "total_messages": total_messages,
+ "voice_banned": False,
+ "activity_blocks": total_blocks
+ })
+
+ def test_no_metricity_user(self):
+ # Given
+ self.mock_no_metricity_user()
+
+ # When
+ url = reverse('bot:user-metricity-data', args=[0], host='api')
+ response = self.client.get(url)
+
+ # Then
+ self.assertEqual(response.status_code, 404)
+
+ def test_no_metricity_user_for_review(self):
+ # Given
+ self.mock_no_metricity_user()
+
+ # When
+ url = reverse('bot:user-metricity-review-data', args=[0], host='api')
+ response = self.client.get(url)
+
+ # Then
+ self.assertEqual(response.status_code, 404)
+
+ def test_metricity_voice_banned(self):
+ cases = [
+ {'exception': None, 'voice_banned': True},
+ {'exception': ObjectDoesNotExist, 'voice_banned': False},
+ ]
+
+ self.mock_metricity_user("foo", 1, 1, [["bar", 1]])
+
+ for case in cases:
+ with self.subTest(exception=case['exception'], voice_banned=case['voice_banned']):
+ with patch("pydis_site.apps.api.viewsets.bot.user.Infraction.objects.get") as p:
+ p.side_effect = case['exception']
+
+ url = reverse('bot:user-metricity-data', args=[0], host='api')
+ response = self.client.get(url)
+
+ self.assertEqual(response.status_code, 200)
+ self.assertEqual(response.json()["voice_banned"], case["voice_banned"])
+
+ def test_metricity_review_data(self):
+ # Given
+ joined_at = "foo"
+ total_messages = 10
+ total_blocks = 1
+ channel_activity = [["bar", 4], ["buzz", 6]]
+ self.mock_metricity_user(joined_at, total_messages, total_blocks, channel_activity)
+
+ # When
+ url = reverse('bot:user-metricity-review-data', args=[0], host='api')
+ response = self.client.get(url)
+
+ # Then
+ self.assertEqual(response.status_code, 200)
+ self.assertEqual(response.json(), {
+ "joined_at": joined_at,
+ "top_channel_activity": channel_activity,
+ "total_messages": total_messages
+ })
+
+ def mock_metricity_user(self, joined_at, total_messages, total_blocks, top_channel_activity):
+ patcher = patch("pydis_site.apps.api.viewsets.bot.user.Metricity")
+ self.metricity = patcher.start()
+ self.addCleanup(patcher.stop)
+ self.metricity = self.metricity.return_value.__enter__.return_value
+ self.metricity.user.return_value = dict(joined_at=joined_at)
+ self.metricity.total_messages.return_value = total_messages
+ self.metricity.total_message_blocks.return_value = total_blocks
+ self.metricity.top_channel_activity.return_value = top_channel_activity
+
+ def mock_no_metricity_user(self):
+ patcher = patch("pydis_site.apps.api.viewsets.bot.user.Metricity")
+ self.metricity = patcher.start()
+ self.addCleanup(patcher.stop)
+ self.metricity = self.metricity.return_value.__enter__.return_value
+ self.metricity.user.side_effect = NotFound()
+ self.metricity.total_messages.side_effect = NotFound()
+ self.metricity.total_message_blocks.side_effect = NotFound()
+ self.metricity.top_channel_activity.side_effect = NotFound()
diff --git a/pydis_site/apps/api/urls.py b/pydis_site/apps/api/urls.py
index 4dbf93db..2e1ef0b4 100644
--- a/pydis_site/apps/api/urls.py
+++ b/pydis_site/apps/api/urls.py
@@ -8,7 +8,6 @@ from .viewsets import (
DocumentationLinkViewSet,
FilterListViewSet,
InfractionViewSet,
- LogEntryViewSet,
NominationViewSet,
OffTopicChannelNameViewSet,
OffensiveMessageViewSet,
@@ -71,7 +70,6 @@ urlpatterns = (
#
# from django_hosts.resolvers import reverse
path('bot/', include((bot_router.urls, 'api'), namespace='bot')),
- path('logs', LogEntryViewSet.as_view({'post': 'create'}), name='logs'),
path('healthcheck', HealthcheckView.as_view(), name='healthcheck'),
path('rules', RulesView.as_view(), name='rules')
)
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py
index 7ac56641..0d126051 100644
--- a/pydis_site/apps/api/views.py
+++ b/pydis_site/apps/api/views.py
@@ -135,8 +135,9 @@ class RulesView(APIView):
),
(
"Do not provide or request help on projects that may break laws, "
- "breach terms of services, be considered malicious/inappropriate "
- "or be for graded coursework/exams."
+ "breach terms of services, be considered malicious or inappropriate. "
+ "Do not help with ongoing exams. Do not provide or request solutions "
+ "for graded assignments, although general guidance is okay."
),
(
"No spamming or unapproved advertising, including requests for paid work. "
diff --git a/pydis_site/apps/api/viewsets/__init__.py b/pydis_site/apps/api/viewsets/__init__.py
index dfbb880d..f133e77f 100644
--- a/pydis_site/apps/api/viewsets/__init__.py
+++ b/pydis_site/apps/api/viewsets/__init__.py
@@ -12,4 +12,3 @@ from .bot import (
RoleViewSet,
UserViewSet
)
-from .log_entry import LogEntryViewSet
diff --git a/pydis_site/apps/api/viewsets/bot/infraction.py b/pydis_site/apps/api/viewsets/bot/infraction.py
index edec0a1e..bd512ddd 100644
--- a/pydis_site/apps/api/viewsets/bot/infraction.py
+++ b/pydis_site/apps/api/viewsets/bot/infraction.py
@@ -5,6 +5,7 @@ from rest_framework.exceptions import ValidationError
from rest_framework.filters import OrderingFilter, SearchFilter
from rest_framework.mixins import (
CreateModelMixin,
+ DestroyModelMixin,
ListModelMixin,
RetrieveModelMixin
)
@@ -12,13 +13,20 @@ from rest_framework.response import Response
from rest_framework.viewsets import GenericViewSet
from pydis_site.apps.api.models.bot.infraction import Infraction
+from pydis_site.apps.api.pagination import LimitOffsetPaginationExtended
from pydis_site.apps.api.serializers import (
ExpandedInfractionSerializer,
InfractionSerializer
)
-class InfractionViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, GenericViewSet):
+class InfractionViewSet(
+ CreateModelMixin,
+ RetrieveModelMixin,
+ ListModelMixin,
+ GenericViewSet,
+ DestroyModelMixin
+):
"""
View providing CRUD operations on infractions for Discord users.
@@ -31,6 +39,8 @@ class InfractionViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
- **active** `bool`: whether the infraction is still active
- **actor__id** `int`: snowflake of the user which applied the infraction
- **hidden** `bool`: whether the infraction is a shadow infraction
+ - **limit** `int`: number of results return per page (default 100)
+ - **offset** `int`: the initial index from which to return the results (default 0)
- **search** `str`: regular expression applied to the infraction's reason
- **type** `str`: the type of the infraction
- **user__id** `int`: snowflake of the user to which the infraction was applied
@@ -39,6 +49,7 @@ class InfractionViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
Invalid query parameters are ignored.
#### Response format
+ Response is paginated but the result is returned without any pagination metadata.
>>> [
... {
... 'id': 5,
@@ -108,6 +119,13 @@ class InfractionViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
- 400: if a field in the request body is invalid or disallowed
- 404: if an infraction with the given `id` could not be found
+ ### DELETE /bot/infractions/
+ Delete the infraction with the given `id`.
+
+ #### Status codes
+ - 204: returned on success
+ - 404: if a infraction with the given `id` does not exist
+
### Expanded routes
All routes support expansion of `user` and `actor` in responses. To use an expanded route,
append `/expanded` to the end of the route e.g. `GET /bot/infractions/expanded`.
@@ -119,6 +137,7 @@ class InfractionViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
serializer_class = InfractionSerializer
queryset = Infraction.objects.all()
+ pagination_class = LimitOffsetPaginationExtended
filter_backends = (DjangoFilterBackend, SearchFilter, OrderingFilter)
filter_fields = ('user__id', 'actor__id', 'active', 'hidden', 'type')
search_fields = ('$reason',)
diff --git a/pydis_site/apps/api/viewsets/bot/nomination.py b/pydis_site/apps/api/viewsets/bot/nomination.py
index cf6e262f..144daab0 100644
--- a/pydis_site/apps/api/viewsets/bot/nomination.py
+++ b/pydis_site/apps/api/viewsets/bot/nomination.py
@@ -14,8 +14,8 @@ from rest_framework.mixins import (
from rest_framework.response import Response
from rest_framework.viewsets import GenericViewSet
-from pydis_site.apps.api.models.bot import Nomination
-from pydis_site.apps.api.serializers import NominationSerializer
+from pydis_site.apps.api.models.bot import Nomination, NominationEntry
+from pydis_site.apps.api.serializers import NominationEntrySerializer, NominationSerializer
class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, GenericViewSet):
@@ -29,7 +29,6 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
#### Query parameters
- **active** `bool`: whether the nomination is still active
- - **actor__id** `int`: snowflake of the user who nominated the user
- **user__id** `int`: snowflake of the user who received the nomination
- **ordering** `str`: comma-separated sequence of fields to order the returned results
@@ -40,12 +39,18 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
... {
... 'id': 1,
... 'active': false,
- ... 'actor': 336843820513755157,
- ... 'reason': 'They know how to explain difficult concepts',
... 'user': 336843820513755157,
... 'inserted_at': '2019-04-25T14:02:37.775587Z',
... 'end_reason': 'They were helpered after a staff-vote',
- ... 'ended_at': '2019-04-26T15:12:22.123587Z'
+ ... 'ended_at': '2019-04-26T15:12:22.123587Z',
+ ... 'entries': [
+ ... {
+ ... 'actor': 336843820513755157,
+ ... 'reason': 'They know how to explain difficult concepts',
+ ... 'inserted_at': '2019-04-25T14:02:37.775587Z'
+ ... }
+ ... ],
+ ... 'reviewed': true
... }
... ]
@@ -59,12 +64,18 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
>>> {
... 'id': 1,
... 'active': true,
- ... 'actor': 336843820513755157,
- ... 'reason': 'They know how to explain difficult concepts',
... 'user': 336843820513755157,
... 'inserted_at': '2019-04-25T14:02:37.775587Z',
... 'end_reason': 'They were helpered after a staff-vote',
- ... 'ended_at': '2019-04-26T15:12:22.123587Z'
+ ... 'ended_at': '2019-04-26T15:12:22.123587Z',
+ ... 'entries': [
+ ... {
+ ... 'actor': 336843820513755157,
+ ... 'reason': 'They know how to explain difficult concepts',
+ ... 'inserted_at': '2019-04-25T14:02:37.775587Z'
+ ... }
+ ... ],
+ ... 'reviewed': false
... }
### Status codes
@@ -75,8 +86,9 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
Create a new, active nomination returns the created nominations.
The `user`, `reason` and `actor` fields are required and the `user`
and `actor` need to know by the site. Providing other valid fields
- is not allowed and invalid fields are ignored. A `user` is only
- allowed one active nomination at a time.
+ is not allowed and invalid fields are ignored. If `user` already has an
+ active nomination, a new nomination entry will be created and assigned to the
+ active nomination.
#### Request body
>>> {
@@ -91,7 +103,6 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
#### Status codes
- 201: returned on success
- 400: returned on failure for one of the following reasons:
- - A user already has an active nomination;
- The `user` or `actor` are unknown to the site;
- The request contained a field that cannot be set at creation.
@@ -102,16 +113,18 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
1. Updating the `reason` of `active` nomination;
2. Ending an `active` nomination;
3. Updating the `end_reason` or `reason` field of an `inactive` nomination.
+ 4. Updating `reviewed` field of `active` nomination.
While the response format and status codes are the same for all three operations (see
below), the request bodies vary depending on the operation. For all operations it holds
that providing other valid fields is not allowed and invalid fields are ignored.
- ### 1. Updating the `reason` of `active` nomination
+ ### 1. Updating the `reason` of `active` nomination. The `actor` field is required.
#### Request body
>>> {
... 'reason': 'He would make a great helper',
+ ... 'actor': 409107086526644234
... }
#### Response format
@@ -133,24 +146,35 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
See operation 1 for the response format and status codes.
### 3. Updating the `end_reason` or `reason` field of an `inactive` nomination.
+ Actor field is required when updating reason.
#### Request body
>>> {
... 'reason': 'Updated reason for this nomination',
+ ... 'actor': 409107086526644234,
... 'end_reason': 'Updated end_reason for this nomination',
... }
Note: The request body may contain either or both fields.
+ See operation 1 for the response format and status codes.
+
+ ### 4. Setting nomination `reviewed`
+
+ #### Request body
+ >>> {
+ ... 'reviewed': True
+ ... }
+
See operation 1 for the response format and status codes.
"""
serializer_class = NominationSerializer
queryset = Nomination.objects.all()
filter_backends = (DjangoFilterBackend, SearchFilter, OrderingFilter)
- filter_fields = ('user__id', 'actor__id', 'active')
- frozen_fields = ('id', 'actor', 'inserted_at', 'user', 'ended_at')
- frozen_on_create = ('ended_at', 'end_reason', 'active', 'inserted_at')
+ filter_fields = ('user__id', 'active')
+ frozen_fields = ('id', 'inserted_at', 'user', 'ended_at')
+ frozen_on_create = ('ended_at', 'end_reason', 'active', 'inserted_at', 'reviewed')
def create(self, request: HttpRequest, *args, **kwargs) -> Response:
"""
@@ -163,19 +187,50 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
raise ValidationError({field: ['This field cannot be set at creation.']})
user_id = request.data.get("user")
- if Nomination.objects.filter(active=True, user__id=user_id).exists():
- raise ValidationError({'active': ['There can only be one active nomination.']})
+ nomination_filter = Nomination.objects.filter(active=True, user__id=user_id)
+
+ if not nomination_filter.exists():
+ serializer = NominationSerializer(
+ data=ChainMap(
+ request.data,
+ {"active": True}
+ )
+ )
+ serializer.is_valid(raise_exception=True)
+ nomination = Nomination.objects.create(**serializer.validated_data)
- serializer = self.get_serializer(
- data=ChainMap(
- request.data,
- {"active": True}
+ # The serializer will truncate and get rid of excessive data
+ entry_serializer = NominationEntrySerializer(
+ data=ChainMap(request.data, {"nomination": nomination.id})
)
+ entry_serializer.is_valid(raise_exception=True)
+ NominationEntry.objects.create(**entry_serializer.validated_data)
+
+ data = NominationSerializer(nomination).data
+
+ headers = self.get_success_headers(data)
+ return Response(data, status=status.HTTP_201_CREATED, headers=headers)
+
+ entry_serializer = NominationEntrySerializer(
+ data=ChainMap(request.data, {"nomination": nomination_filter[0].id})
)
- serializer.is_valid(raise_exception=True)
- self.perform_create(serializer)
- headers = self.get_success_headers(serializer.data)
- return Response(serializer.data, status=status.HTTP_201_CREATED, headers=headers)
+ entry_serializer.is_valid(raise_exception=True)
+
+ # Don't allow a user to create many nomination entries in a single nomination
+ if NominationEntry.objects.filter(
+ nomination_id=nomination_filter[0].id,
+ actor__id=entry_serializer.validated_data["actor"].id
+ ).exists():
+ raise ValidationError(
+ {'actor': ['This actor has already endorsed this nomination.']}
+ )
+
+ NominationEntry.objects.create(**entry_serializer.validated_data)
+
+ data = NominationSerializer(nomination_filter[0]).data
+
+ headers = self.get_success_headers(data)
+ return Response(data, status=status.HTTP_201_CREATED, headers=headers)
def partial_update(self, request: HttpRequest, *args, **kwargs) -> Response:
"""
@@ -203,7 +258,7 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
elif instance.active and not data['active']:
# 2. We're ending an active nomination.
- if 'reason' in data:
+ if 'reason' in request.data:
raise ValidationError(
{'reason': ['This field cannot be set when ending a nomination.']}
)
@@ -213,6 +268,11 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
{'end_reason': ['This field is required when ending a nomination.']}
)
+ if 'reviewed' in request.data:
+ raise ValidationError(
+ {'reviewed': ['This field cannot be set while you are ending a nomination.']}
+ )
+
instance.ended_at = timezone.now()
elif 'active' in data:
@@ -221,6 +281,34 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
{'active': ['This field can only be used to end a nomination']}
)
+ # This is actually covered, but for some reason coverage don't think so.
+ elif 'reviewed' in request.data: # pragma: no cover
+ # 4. We are altering the reviewed state of the nomination.
+ if not instance.active:
+ raise ValidationError(
+ {'reviewed': ['This field cannot be set if the nomination is inactive.']}
+ )
+
+ if 'reason' in request.data:
+ if 'actor' not in request.data:
+ raise ValidationError(
+ {'actor': ['This field is required when editing the reason.']}
+ )
+
+ entry_filter = NominationEntry.objects.filter(
+ nomination_id=instance.id,
+ actor__id=request.data['actor']
+ )
+
+ if not entry_filter.exists():
+ raise ValidationError(
+ {'actor': ["The actor doesn't exist or has not nominated the user."]}
+ )
+
+ entry = entry_filter[0]
+ entry.reason = request.data['reason']
+ entry.save()
+
serializer.save()
return Response(serializer.data)
diff --git a/pydis_site/apps/api/viewsets/bot/user.py b/pydis_site/apps/api/viewsets/bot/user.py
index 9571b3d7..25722f5a 100644
--- a/pydis_site/apps/api/viewsets/bot/user.py
+++ b/pydis_site/apps/api/viewsets/bot/user.py
@@ -1,21 +1,67 @@
+import typing
+from collections import OrderedDict
+
+from django.core.exceptions import ObjectDoesNotExist
+from rest_framework import status
+from rest_framework.decorators import action
+from rest_framework.pagination import PageNumberPagination
+from rest_framework.request import Request
+from rest_framework.response import Response
+from rest_framework.serializers import ModelSerializer
from rest_framework.viewsets import ModelViewSet
-from rest_framework_bulk import BulkCreateModelMixin
+from pydis_site.apps.api.models.bot.infraction import Infraction
+from pydis_site.apps.api.models.bot.metricity import Metricity, NotFound
from pydis_site.apps.api.models.bot.user import User
from pydis_site.apps.api.serializers import UserSerializer
-class UserViewSet(BulkCreateModelMixin, ModelViewSet):
+class UserListPagination(PageNumberPagination):
+ """Custom pagination class for the User Model."""
+
+ page_size = 10000
+ page_size_query_param = "page_size"
+
+ def get_next_page_number(self) -> typing.Optional[int]:
+ """Get the next page number."""
+ if not self.page.has_next():
+ return None
+ page_number = self.page.next_page_number()
+ return page_number
+
+ def get_previous_page_number(self) -> typing.Optional[int]:
+ """Get the previous page number."""
+ if not self.page.has_previous():
+ return None
+
+ page_number = self.page.previous_page_number()
+ return page_number
+
+ def get_paginated_response(self, data: list) -> Response:
+ """Override method to send modified response."""
+ return Response(OrderedDict([
+ ('count', self.page.paginator.count),
+ ('next_page_no', self.get_next_page_number()),
+ ('previous_page_no', self.get_previous_page_number()),
+ ('results', data)
+ ]))
+
+
+class UserViewSet(ModelViewSet):
"""
View providing CRUD operations on Discord users through the bot.
## Routes
### GET /bot/users
- Returns all users currently known.
+ Returns all users currently known with pagination.
#### Response format
- >>> [
- ... {
+ >>> {
+ ... 'count': 95000,
+ ... 'next_page_no': "2",
+ ... 'previous_page_no': None,
+ ... 'results': [
+ ... {
... 'id': 409107086526644234,
... 'name': "Python",
... 'discriminator': 4329,
@@ -26,8 +72,13 @@ class UserViewSet(BulkCreateModelMixin, ModelViewSet):
... 458226699344019457
... ],
... 'in_guild': True
- ... }
- ... ]
+ ... },
+ ... ]
+ ... }
+
+ #### Optional Query Parameters
+ - page_size: number of Users in one page, defaults to 10,000
+ - page: page number
#### Status codes
- 200: returned on success
@@ -53,9 +104,41 @@ class UserViewSet(BulkCreateModelMixin, ModelViewSet):
- 200: returned on success
- 404: if a user with the given `snowflake` could not be found
+ ### GET /bot/users//metricity_data
+ Gets metricity data for a single user by ID.
+
+ #### Response format
+ >>> {
+ ... "joined_at": "2020-10-06T21:54:23.540766",
+ ... "total_messages": 2,
+ ... "voice_banned": False,
+ ... "activity_blocks": 1
+ ...}
+
+ #### Status codes
+ - 200: returned on success
+ - 404: if a user with the given `snowflake` could not be found
+
+ ### GET /bot/users//metricity_review_data
+ Gets metricity data for a single user's review by ID.
+
+ #### Response format
+ >>> {
+ ... 'joined_at': '2020-08-26T08:09:43.507000',
+ ... 'top_channel_activity': [['off-topic', 15],
+ ... ['talent-pool', 4],
+ ... ['defcon', 2]],
+ ... 'total_messages': 22
+ ... }
+
+ #### Status codes
+ - 200: returned on success
+ - 404: if a user with the given `snowflake` could not be found
+
### POST /bot/users
Adds a single or multiple new users.
The roles attached to the user(s) must be roles known by the site.
+ Users that already exist in the database will be skipped.
#### Request body
>>> {
@@ -67,11 +150,13 @@ class UserViewSet(BulkCreateModelMixin, ModelViewSet):
... }
Alternatively, request users can be POSTed as a list of above objects,
- in which case multiple users will be created at once.
+ in which case multiple users will be created at once. In this case,
+ the response is an empty list.
#### Status codes
- 201: returned on success
- 400: if one of the given roles does not exist, or one of the given fields is invalid
+ - 400: if multiple user objects with the same id are given
### PUT /bot/users/
Update the user with the given `snowflake`.
@@ -109,6 +194,34 @@ class UserViewSet(BulkCreateModelMixin, ModelViewSet):
- 400: if the request body was invalid, see response body for details
- 404: if the user with the given `snowflake` could not be found
+ ### BULK PATCH /bot/users/bulk_patch
+ Update users with the given `ids` and `details`.
+ `id` field and at least one other field is mandatory.
+
+ #### Request body
+ >>> [
+ ... {
+ ... 'id': int,
+ ... 'name': str,
+ ... 'discriminator': int,
+ ... 'roles': List[int],
+ ... 'in_guild': bool
+ ... },
+ ... {
+ ... 'id': int,
+ ... 'name': str,
+ ... 'discriminator': int,
+ ... 'roles': List[int],
+ ... 'in_guild': bool
+ ... },
+ ... ]
+
+ #### Status codes
+ - 200: returned on success
+ - 400: if the request body was invalid, see response body for details
+ - 400: if multiple user objects with the same id are given
+ - 404: if the user with the given id does not exist
+
### DELETE /bot/users/
Deletes the user with the given `snowflake`.
@@ -118,4 +231,65 @@ class UserViewSet(BulkCreateModelMixin, ModelViewSet):
"""
serializer_class = UserSerializer
- queryset = User.objects
+ queryset = User.objects.all().order_by("id")
+ pagination_class = UserListPagination
+
+ def get_serializer(self, *args, **kwargs) -> ModelSerializer:
+ """Set Serializer many attribute to True if request body contains a list."""
+ if isinstance(kwargs.get('data', {}), list):
+ kwargs['many'] = True
+
+ return super().get_serializer(*args, **kwargs)
+
+ @action(detail=False, methods=["PATCH"], name='user-bulk-patch')
+ def bulk_patch(self, request: Request) -> Response:
+ """Update multiple User objects in a single request."""
+ serializer = self.get_serializer(
+ instance=self.get_queryset(),
+ data=request.data,
+ many=True,
+ partial=True
+ )
+
+ serializer.is_valid(raise_exception=True)
+ serializer.save()
+
+ return Response(serializer.data, status=status.HTTP_200_OK)
+
+ @action(detail=True)
+ def metricity_data(self, request: Request, pk: str = None) -> Response:
+ """Request handler for metricity_data endpoint."""
+ user = self.get_object()
+
+ try:
+ Infraction.objects.get(user__id=user.id, active=True, type="voice_ban")
+ except ObjectDoesNotExist:
+ voice_banned = False
+ else:
+ voice_banned = True
+
+ with Metricity() as metricity:
+ try:
+ data = metricity.user(user.id)
+ data["total_messages"] = metricity.total_messages(user.id)
+ data["voice_banned"] = voice_banned
+ data["activity_blocks"] = metricity.total_message_blocks(user.id)
+ return Response(data, status=status.HTTP_200_OK)
+ except NotFound:
+ return Response(dict(detail="User not found in metricity"),
+ status=status.HTTP_404_NOT_FOUND)
+
+ @action(detail=True)
+ def metricity_review_data(self, request: Request, pk: str = None) -> Response:
+ """Request handler for metricity_review_data endpoint."""
+ user = self.get_object()
+
+ with Metricity() as metricity:
+ try:
+ data = metricity.user(user.id)
+ data["total_messages"] = metricity.total_messages(user.id)
+ data["top_channel_activity"] = metricity.top_channel_activity(user.id)
+ return Response(data, status=status.HTTP_200_OK)
+ except NotFound:
+ return Response(dict(detail="User not found in metricity"),
+ status=status.HTTP_404_NOT_FOUND)
diff --git a/pydis_site/apps/api/viewsets/log_entry.py b/pydis_site/apps/api/viewsets/log_entry.py
deleted file mode 100644
index 9108a4fa..00000000
--- a/pydis_site/apps/api/viewsets/log_entry.py
+++ /dev/null
@@ -1,36 +0,0 @@
-from rest_framework.mixins import CreateModelMixin
-from rest_framework.viewsets import GenericViewSet
-
-from pydis_site.apps.api.models.log_entry import LogEntry
-from pydis_site.apps.api.serializers import LogEntrySerializer
-
-
-class LogEntryViewSet(CreateModelMixin, GenericViewSet):
- """
- View supporting the creation of log entries in the database for viewing via the log browser.
-
- ## Routes
- ### POST /logs
- Create a new log entry.
-
- #### Request body
- >>> {
- ... 'application': str, # 'bot' | 'seasonalbot' | 'site'
- ... 'logger_name': str, # such as 'bot.cogs.moderation'
- ... 'timestamp': Optional[str], # from `datetime.utcnow().isoformat()`
- ... 'level': str, # 'debug' | 'info' | 'warning' | 'error' | 'critical'
- ... 'module': str, # such as 'pydis_site.apps.api.serializers'
- ... 'line': int, # > 0
- ... 'message': str, # textual formatted content of the logline
- ... }
-
- #### Status codes
- - 201: returned on success
- - 400: if the request body has invalid fields, see the response for details
-
- ## Authentication
- Requires a API token.
- """
-
- queryset = LogEntry.objects.all()
- serializer_class = LogEntrySerializer
diff --git a/pydis_site/apps/home/migrations/0002_auto_now_on_repository_metadata.py b/pydis_site/apps/home/migrations/0002_auto_now_on_repository_metadata.py
new file mode 100644
index 00000000..7e78045b
--- /dev/null
+++ b/pydis_site/apps/home/migrations/0002_auto_now_on_repository_metadata.py
@@ -0,0 +1,18 @@
+# Generated by Django 3.0.11 on 2020-12-21 22:57
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('home', '0001_initial'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='repositorymetadata',
+ name='last_updated',
+ field=models.DateTimeField(auto_now=True, help_text='The date and time this data was last fetched.'),
+ ),
+ ]
diff --git a/pydis_site/apps/home/models/repository_metadata.py b/pydis_site/apps/home/models/repository_metadata.py
index 92d2404d..00a83cd7 100644
--- a/pydis_site/apps/home/models/repository_metadata.py
+++ b/pydis_site/apps/home/models/repository_metadata.py
@@ -1,32 +1,31 @@
from django.db import models
-from django.utils import timezone
class RepositoryMetadata(models.Model):
"""Information about one of our repos fetched from the GitHub API."""
last_updated = models.DateTimeField(
- default=timezone.now,
- help_text="The date and time this data was last fetched."
+ help_text="The date and time this data was last fetched.",
+ auto_now=True,
)
repo_name = models.CharField(
primary_key=True,
max_length=40,
- help_text="The full name of the repo, e.g. python-discord/site"
+ help_text="The full name of the repo, e.g. python-discord/site",
)
description = models.CharField(
max_length=400,
- help_text="The description of the repo."
+ help_text="The description of the repo.",
)
forks = models.IntegerField(
- help_text="The number of forks of this repo"
+ help_text="The number of forks of this repo",
)
stargazers = models.IntegerField(
- help_text="The number of stargazers for this repo"
+ help_text="The number of stargazers for this repo",
)
language = models.CharField(
max_length=20,
- help_text="The primary programming language used for this repo."
+ help_text="The primary programming language used for this repo.",
)
def __str__(self):
diff --git a/pydis_site/apps/home/tests/mock_github_api_response.json b/pydis_site/apps/home/tests/mock_github_api_response.json
index 10be4f99..ddbffed8 100644
--- a/pydis_site/apps/home/tests/mock_github_api_response.json
+++ b/pydis_site/apps/home/tests/mock_github_api_response.json
@@ -35,7 +35,7 @@
"forks_count": 31
},
{
- "full_name": "python-discord/seasonalbot",
+ "full_name": "python-discord/sir-lancebot",
"description": "test",
"stargazers_count": 97,
"language": "Python",
diff --git a/pydis_site/apps/home/tests/test_repodata_helpers.py b/pydis_site/apps/home/tests/test_repodata_helpers.py
index 77b1a68d..5634bc9b 100644
--- a/pydis_site/apps/home/tests/test_repodata_helpers.py
+++ b/pydis_site/apps/home/tests/test_repodata_helpers.py
@@ -123,10 +123,38 @@ class TestRepositoryMetadataHelpers(TestCase):
mock_get.return_value.json.return_value = ['garbage']
metadata = self.home_view._get_repo_data()
- self.assertEquals(len(metadata), len(self.home_view.repos))
- for item in metadata:
- with self.subTest(item=item):
- self.assertEqual(item.description, "Not available.")
- self.assertEqual(item.forks, 999)
- self.assertEqual(item.stargazers, 999)
- self.assertEqual(item.language, "Python")
+ self.assertEquals(len(metadata), 0)
+
+ def test_cleans_up_stale_metadata(self):
+ """Tests that we clean up stale metadata when we start the HomeView."""
+ repo_data = RepositoryMetadata(
+ repo_name="python-discord/INVALID",
+ description="testrepo",
+ forks=42,
+ stargazers=42,
+ language="English",
+ last_updated=timezone.now() - timedelta(seconds=HomeView.repository_cache_ttl + 1),
+ )
+ repo_data.save()
+ self.home_view.__init__()
+ cached_repos = RepositoryMetadata.objects.all()
+ cached_names = [repo.repo_name for repo in cached_repos]
+
+ self.assertNotIn("python-discord/INVALID", cached_names)
+
+ def test_dont_clean_up_unstale_metadata(self):
+ """Tests that we don't clean up good metadata when we start the HomeView."""
+ repo_data = RepositoryMetadata(
+ repo_name="python-discord/site",
+ description="testrepo",
+ forks=42,
+ stargazers=42,
+ language="English",
+ last_updated=timezone.now() - timedelta(seconds=HomeView.repository_cache_ttl + 1),
+ )
+ repo_data.save()
+ self.home_view.__init__()
+ cached_repos = RepositoryMetadata.objects.all()
+ cached_names = [repo.repo_name for repo in cached_repos]
+
+ self.assertIn("python-discord/site", cached_names)
diff --git a/pydis_site/apps/home/urls.py b/pydis_site/apps/home/urls.py
index e475c491..1e2af8f3 100644
--- a/pydis_site/apps/home/urls.py
+++ b/pydis_site/apps/home/urls.py
@@ -1,7 +1,7 @@
from django.contrib import admin
from django.urls import include, path
-from .views import HomeView
+from .views import HomeView, timeline
app_name = 'home'
urlpatterns = [
@@ -11,4 +11,5 @@ urlpatterns = [
path('resources/', include('pydis_site.apps.resources.urls')),
path('pages/', include('pydis_site.apps.content.urls')),
path('events/', include('pydis_site.apps.events.urls', namespace='events')),
+ path('timeline/', timeline, name="timeline"),
]
diff --git a/pydis_site/apps/home/views/__init__.py b/pydis_site/apps/home/views/__init__.py
index 971d73a3..28cc4d65 100644
--- a/pydis_site/apps/home/views/__init__.py
+++ b/pydis_site/apps/home/views/__init__.py
@@ -1,3 +1,3 @@
-from .home import HomeView
+from .home import HomeView, timeline
-__all__ = ["HomeView"]
+__all__ = ["HomeView", "timeline"]
diff --git a/pydis_site/apps/home/views/home.py b/pydis_site/apps/home/views/home.py
index 3b5cd5ac..e77772fb 100644
--- a/pydis_site/apps/home/views/home.py
+++ b/pydis_site/apps/home/views/home.py
@@ -1,4 +1,4 @@
-import datetime
+import logging
from typing import Dict, List
import requests
@@ -10,11 +10,13 @@ from django.views import View
from pydis_site.apps.home.models import RepositoryMetadata
+log = logging.getLogger(__name__)
+
class HomeView(View):
"""The main landing page for the website."""
- github_api = "https://api.github.com/users/python-discord/repos"
+ github_api = "https://api.github.com/users/python-discord/repos?per_page=100"
repository_cache_ttl = 3600
# Which of our GitHub repos should be displayed on the front page, and in which order?
@@ -22,82 +24,98 @@ class HomeView(View):
"python-discord/site",
"python-discord/bot",
"python-discord/snekbox",
- "python-discord/seasonalbot",
+ "python-discord/sir-lancebot",
"python-discord/metricity",
"python-discord/django-simple-bulma",
]
+ def __init__(self):
+ """Clean up stale RepositoryMetadata."""
+ RepositoryMetadata.objects.exclude(repo_name__in=self.repos).delete()
+
def _get_api_data(self) -> Dict[str, Dict[str, str]]:
- """Call the GitHub API and get information about our repos."""
- repo_dict: Dict[str, dict] = {repo_name: {} for repo_name in self.repos}
+ """
+ Call the GitHub API and get information about our repos.
+
+ If we're unable to get that info for any reason, return an empty dict.
+ """
+ repo_dict = {}
# Fetch the data from the GitHub API
api_data: List[dict] = requests.get(self.github_api).json()
# Process the API data into our dict
for repo in api_data:
- full_name = repo["full_name"]
-
- if full_name in self.repos:
- repo_dict[full_name] = {
- "full_name": repo["full_name"],
- "description": repo["description"],
- "language": repo["language"],
- "forks_count": repo["forks_count"],
- "stargazers_count": repo["stargazers_count"],
- }
+ try:
+ full_name = repo["full_name"]
+
+ if full_name in self.repos:
+ repo_dict[full_name] = {
+ "full_name": repo["full_name"],
+ "description": repo["description"],
+ "language": repo["language"],
+ "forks_count": repo["forks_count"],
+ "stargazers_count": repo["stargazers_count"],
+ }
+ # Something is not right about the API data we got back from GitHub.
+ except (TypeError, ConnectionError, KeyError) as e:
+ log.error(
+ "Unable to parse the GitHub repository metadata from response!",
+ extra={
+ 'api_data': api_data,
+ 'error': e
+ }
+ )
+ continue
return repo_dict
def _get_repo_data(self) -> List[RepositoryMetadata]:
"""Build a list of RepositoryMetadata objects that we can use to populate the front page."""
- # Try to get site data from the cache
- try:
- repo_data = RepositoryMetadata.objects.get(repo_name="python-discord/site")
+ database_repositories = []
- # If the data is stale, we should refresh it.
- if (timezone.now() - repo_data.last_updated).seconds > self.repository_cache_ttl:
+ # First, let's see if we have any metadata cached.
+ cached_data = RepositoryMetadata.objects.all()
- # Try to get new data from the API. If it fails, return the cached data.
- try:
- api_repositories = self._get_api_data()
- except (TypeError, ConnectionError):
- return RepositoryMetadata.objects.all()
- database_repositories = []
-
- # Update or create all RepoData objects in self.repos
- for repo_name, api_data in api_repositories.items():
- try:
- repo_data = RepositoryMetadata.objects.get(repo_name=repo_name)
- repo_data.description = api_data["description"]
- repo_data.language = api_data["language"]
- repo_data.forks = api_data["forks_count"]
- repo_data.stargazers = api_data["stargazers_count"]
- except RepositoryMetadata.DoesNotExist:
- repo_data = RepositoryMetadata(
- repo_name=api_data["full_name"],
- description=api_data["description"],
- forks=api_data["forks_count"],
- stargazers=api_data["stargazers_count"],
- language=api_data["language"],
- )
- repo_data.save()
- database_repositories.append(repo_data)
- return database_repositories
-
- # Otherwise, if the data is fresher than 2 minutes old, we should just return it.
- else:
- return RepositoryMetadata.objects.all()
+ # If we don't, we have to create some!
+ if not cached_data:
- # If this is raised, the database has no repodata at all, we will create them all.
- except RepositoryMetadata.DoesNotExist:
- database_repositories = []
- try:
- # Get new data from API
- api_repositories = self._get_api_data()
+ # Try to get new data from the API. If it fails, we'll return an empty list.
+ # In this case, we simply don't display our projects on the site.
+ api_repositories = self._get_api_data()
+
+ # Create all the repodata records in the database.
+ for api_data in api_repositories.values():
+ repo_data = RepositoryMetadata(
+ repo_name=api_data["full_name"],
+ description=api_data["description"],
+ forks=api_data["forks_count"],
+ stargazers=api_data["stargazers_count"],
+ language=api_data["language"],
+ )
+
+ repo_data.save()
+ database_repositories.append(repo_data)
+
+ return database_repositories
+
+ # If the data is stale, we should refresh it.
+ if (timezone.now() - cached_data[0].last_updated).seconds > self.repository_cache_ttl:
+ # Try to get new data from the API. If it fails, return the cached data.
+ api_repositories = self._get_api_data()
+
+ if not api_repositories:
+ return RepositoryMetadata.objects.all()
- # Create all the repodata records in the database.
- for api_data in api_repositories.values():
+ # Update or create all RepoData objects in self.repos
+ for repo_name, api_data in api_repositories.items():
+ try:
+ repo_data = RepositoryMetadata.objects.get(repo_name=repo_name)
+ repo_data.description = api_data["description"]
+ repo_data.language = api_data["language"]
+ repo_data.forks = api_data["forks_count"]
+ repo_data.stargazers = api_data["stargazers_count"]
+ except RepositoryMetadata.DoesNotExist:
repo_data = RepositoryMetadata(
repo_name=api_data["full_name"],
description=api_data["description"],
@@ -105,24 +123,20 @@ class HomeView(View):
stargazers=api_data["stargazers_count"],
language=api_data["language"],
)
- repo_data.save()
- database_repositories.append(repo_data)
- except TypeError:
- for repo_name in self.repos:
- repo_data = RepositoryMetadata(
- last_updated=timezone.now() - datetime.timedelta(minutes=50),
- repo_name=repo_name,
- description="Not available.",
- forks=999,
- stargazers=999,
- language="Python",
- )
- repo_data.save()
- database_repositories.append(repo_data)
-
+ repo_data.save()
+ database_repositories.append(repo_data)
return database_repositories
+ # Otherwise, if the data is fresher than 2 minutes old, we should just return it.
+ else:
+ return RepositoryMetadata.objects.all()
+
def get(self, request: WSGIRequest) -> HttpResponse:
"""Collect repo data and render the homepage view."""
repo_data = self._get_repo_data()
return render(request, "home/index.html", {"repo_data": repo_data})
+
+
+def timeline(request: WSGIRequest) -> HttpResponse:
+ """Render timeline view."""
+ return render(request, 'home/timeline.html')
diff --git a/pydis_site/apps/redirect/tests.py b/pydis_site/apps/redirect/tests.py
index c145ecda..fce2642f 100644
--- a/pydis_site/apps/redirect/tests.py
+++ b/pydis_site/apps/redirect/tests.py
@@ -40,11 +40,14 @@ class RedirectTests(TestCase):
if data.get("prefix_redirect", False):
expected_args = (
"".join(
- tuple(data.get("redirect_arguments", ())) + TESTING_ARGUMENTS.get(name, ())
+ tuple(data.get("redirect_arguments", ()))
+ + TESTING_ARGUMENTS.get(name, ())
),
)
else:
- expected_args = TESTING_ARGUMENTS.get(name, ()) + tuple(data.get("redirect_arguments", ()))
+ expected_args = (
+ TESTING_ARGUMENTS.get(name, ()) + tuple(data.get("redirect_arguments", ()))
+ )
self.assertEqual(1, len(resp.redirect_chain))
self.assertRedirects(
diff --git a/pydis_site/apps/resources/resources/reading/books/effective_python.yaml b/pydis_site/apps/resources/resources/reading/books/effective_python.yaml
index 1d4124cc..becd0578 100644
--- a/pydis_site/apps/resources/resources/reading/books/effective_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/effective_python.yaml
@@ -1,4 +1,4 @@
-description: A book that gives 59 best practices for writing excellent Python. Great
+description: A book that gives 90 best practices for writing excellent Python. Great
for intermediates.
name: Effective Python
position: 3
@@ -7,8 +7,9 @@ urls:
url: https://effectivepython.com/
color: teal
- icon: branding/amazon
- url: https://www.amazon.com/Effective-Python-Specific-Software-Development/dp/0134034287
+ url: https://www.amazon.com/Effective-Python-Specific-Software-Development/dp/0134853989
color: amazon-orange
+ title: Amazon
- icon: branding/github
url: https://github.com/bslatkin/effectivepython
color: black
diff --git a/pydis_site/constants.py b/pydis_site/constants.py
index 0b76694a..c7ab5db0 100644
--- a/pydis_site/constants.py
+++ b/pydis_site/constants.py
@@ -1,5 +1,3 @@
-import git
+import os
-# Git SHA
-repo = git.Repo(search_parent_directories=True)
-GIT_SHA = repo.head.object.hexsha
+GIT_SHA = os.environ.get("GIT_SHA", "development")
diff --git a/pydis_site/hosts.py b/pydis_site/hosts.py
index 898e8cdc..5a837a8b 100644
--- a/pydis_site/hosts.py
+++ b/pydis_site/hosts.py
@@ -4,7 +4,10 @@ from django_hosts import host, patterns
host_patterns = patterns(
'',
host(r'admin', 'pydis_site.apps.admin.urls', name="admin"),
+ # External API ingress (over the net)
host(r'api', 'pydis_site.apps.api.urls', name='api'),
+ # Internal API ingress (cluster local)
+ host(r'pydis-api', 'pydis_site.apps.api.urls', name='internal_api'),
host(r'staff', 'pydis_site.apps.staff.urls', name='staff'),
host(r'.*', 'pydis_site.apps.home.urls', name=settings.DEFAULT_HOST)
)
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index 65bd8e7a..2fd16241 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -23,14 +23,14 @@ from pydis_site.constants import GIT_SHA
env = environ.Env(
DEBUG=(bool, False),
- SITE_SENTRY_DSN=(str, "")
+ SITE_DSN=(str, "")
)
sentry_sdk.init(
- dsn=env('SITE_SENTRY_DSN'),
+ dsn=env('SITE_DSN'),
integrations=[DjangoIntegration()],
send_default_pii=True,
- release=f"pydis-site@{GIT_SHA}"
+ release=f"site@{GIT_SHA}"
)
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
@@ -42,21 +42,7 @@ DEBUG = env('DEBUG')
# SECURITY WARNING: keep the secret key used in production secret!
if DEBUG:
- ALLOWED_HOSTS = env.list(
- 'ALLOWED_HOSTS',
- default=[
- 'pythondiscord.local',
- 'api.pythondiscord.local',
- 'admin.pythondiscord.local',
- 'staff.pythondiscord.local',
- '0.0.0.0', # noqa: S104
- 'localhost',
- 'web',
- 'api.web',
- 'admin.web',
- 'staff.web'
- ]
- )
+ ALLOWED_HOSTS = env.list('ALLOWED_HOSTS', default=['*'])
SECRET_KEY = "yellow polkadot bikini" # noqa: S105
elif 'CI' in os.environ:
@@ -71,10 +57,7 @@ else:
'admin.pythondiscord.com',
'api.pythondiscord.com',
'staff.pythondiscord.com',
- 'pydis.com',
- 'api.pydis.com',
- 'admin.pydis.com',
- 'staff.pydis.com',
+ 'pydis-api.default.svc.cluster.local',
]
)
SECRET_KEY = env('SECRET_KEY')
@@ -147,7 +130,8 @@ WSGI_APPLICATION = 'pydis_site.wsgi.application'
# https://docs.djangoproject.com/en/2.1/ref/settings/#databases
DATABASES = {
- 'default': env.db()
+ 'default': env.db(),
+ 'metricity': env.db('METRICITY_DB_URL'),
}
# Password validation
@@ -232,14 +216,11 @@ LOGGING = {
'handlers': {
'console': {
'class': 'logging.StreamHandler'
- },
- 'database': {
- 'class': 'pydis_site.apps.api.dblogger.DatabaseLogHandler'
}
},
'loggers': {
'django': {
- 'handlers': ['console', 'database'],
+ 'handlers': ['console'],
'propagate': True,
'level': env(
'LOG_LEVEL',
@@ -279,6 +260,9 @@ BULMA_SETTINGS = {
"footer-padding": "1rem 1.5rem 1rem",
"tooltip-max-width": "30rem",
},
+ "extensions": [
+ "bulma-navbar-burger",
+ ],
}
# Information about site repository
@@ -292,4 +276,5 @@ EVENTS_PAGES_PATH = Path(BASE_DIR, "pydis_site", "templates", "events", "pages")
# Path for content pages
CONTENT_PAGES_PATH = Path(BASE_DIR, "pydis_site", "apps", "content", "resources")
+# Path for redirection links
REDIRECTIONS_PATH = Path(BASE_DIR, "pydis_site", "apps", "redirect", "redirects.yaml")
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css
index dc7c504d..830dad59 100644
--- a/pydis_site/static/css/base/base.css
+++ b/pydis_site/static/css/base/base.css
@@ -12,42 +12,69 @@ main.site-content {
flex: 1;
}
-div.card.has-equal-height {
+.card.has-equal-height {
height: 100%;
display: flex;
flex-direction: column;
}
-.navbar-item.is-fullsize {
- padding: 0;
+.navbar {
+ padding-right: 0.8em;
}
-.navbar-item.is-fullsize img {
- max-height: 4.75rem;
+.navbar-item .navbar-link {
+ padding-left: 1.5em;
+ padding-right: 2.5em;
+}
+
+.navbar-link:not(.is-arrowless)::after {
+ right: 1.125em;
+ margin-top: -0.455em;
}
.navbar-item.has-no-highlight:hover {
background-color: transparent;
}
-.navbar-item.has-left-margin-1 {
- margin-left: 1rem;
+#navbar-banner {
+ background-color: transparent;
}
-.navbar-item.has-left-margin-2 {
- margin-left: 2rem;
+#navbar-banner img {
+ max-height: 3rem;
}
-.navbar-item.has-left-margin-3 {
- margin-left: 3rem;
+#discord-btn a {
+ color: transparent;
+ background-image: url(../../images/navbar/discord.svg);
+ background-size: 200%;
+ background-position: 100% 50%;
+ background-repeat: no-repeat;
+ padding-left: 2.5rem;
+ padding-right: 2.5rem;
+ background-color: #697ec4ff;
+ margin-left: 0.5rem;
+ transition: all 0.2s cubic-bezier(.25,.8,.25,1);
+ overflow: hidden;
}
-#navbar-banner {
+#discord-btn:hover a {
+ box-shadow: 0 1px 4px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
+ /*transform: scale(1.03) translate3d(0,0,0);*/
+ background-size: 200%;
+ background-position: 1% 50%;
+}
+
+#discord-btn:hover {
background-color: transparent;
}
-#navbar-banner img {
- max-height: 3rem;
+#linode-logo {
+ padding-left: 15px;
+ background: url(https://www.linode.com/wp-content/uploads/2021/01/Linode-Logo-Black.svg) no-repeat center;
+ filter: invert(1) grayscale(1);
+ background-size: 60px;
+ color: #00000000;
}
#django-logo {
@@ -97,17 +124,16 @@ button.is-size-navbar-menu, a.is-size-navbar-menu {
}
}
-/* Fix for modals being behind the navbar */
-
-.modal * {
- z-index: 1020;
-}
-
-.modal-background {
- z-index: 1010;
+/* 16:9 aspect ratio fixing */
+.force-aspect-container {
+ position: relative;
+ padding-bottom: 56.25%;
}
-/* Wiki style tweaks */
-.codehilite-wrap {
- margin-bottom: 1em;
+.force-aspect-content {
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ position: absolute;
}
diff --git a/pydis_site/static/css/error_pages.css b/pydis_site/static/css/error_pages.css
new file mode 100644
index 00000000..e59e2a54
--- /dev/null
+++ b/pydis_site/static/css/error_pages.css
@@ -0,0 +1,67 @@
+html {
+ height: 100%;
+}
+
+body {
+ background-color: #7289DA;
+ background-image: url("https://raw.githubusercontent.com/python-discord/branding/main/logos/banner_pattern/banner_pattern.svg");
+ background-size: 128px;
+ font-family: "Hind", "Helvetica", "Arial", sans-serif;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: 100%;
+ margin: 0;
+}
+
+h1,
+p {
+ color: black;
+ padding: 0;
+ margin: 0;
+ margin-bottom: 10px;
+}
+
+h1 {
+ margin-bottom: 15px;
+ font-size: 26px;
+}
+
+p,
+li {
+ line-height: 125%;
+}
+
+a {
+ color: #7289DA;
+}
+
+ul {
+ margin-bottom: 0;
+}
+
+li {
+ margin-top: 10px;
+}
+
+.error-box {
+ display: flex;
+ flex-direction: column;
+ max-width: 512px;
+ background-color: white;
+ border-radius: 20px;
+ overflow: hidden;
+ box-shadow: 5px 7px 40px rgba(0, 0, 0, 0.432);
+}
+
+.logo-box {
+ display: flex;
+ justify-content: center;
+ height: 80px;
+ padding: 15px;
+ background-color: #758ad4;
+}
+
+.content-box {
+ padding: 25px;
+}
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index ba856a8e..ee6f6e4c 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -1,87 +1,226 @@
-.discord-banner {
- border-radius: 0.5rem;
+h1 {
+ padding-bottom: 0.5em;
}
-.hero-image {
- width: 20rem;
- margin: auto;
+/* Mobile-only notice banner */
+
+#mobile-notice {
+ margin: 5px;
+ margin-bottom: -10px!important;
}
-.hero-body {
- padding-top: 1rem;
- padding-bottom: 1rem;
+/* Wave hero */
+
+#wave-hero {
+ position: relative;
+ background-color: #7289DA;
+ color: #fff;
+ height: 32vw;
+ min-height: 270px;
+ max-height: 500px;
+ overflow-x: hidden;
+ width: 100%;
+ padding: 0;
}
-.section-sp img {
- height: 5rem;
- margin-right: 2rem;
+#wave-hero .container {
+ z-index: 4; /* keep hero contents above wave animations */
}
-.video-container iframe,
-.video-container object,
-.video-container embed {
- width: 100%;
- height: calc(92vw * 0.5625);
- margin: 8px auto auto auto;
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ #wave-hero .columns {
+ margin: 0 1em 0 1em; /* Stop cards touching canvas edges in table-view */
+ }
+}
+
+#wave-hero iframe {
+ box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
+ transition: all 0.3s cubic-bezier(.25,.8,.25,1);
+ border-radius: 10px;
+ margin-top: 1em;
+ border: none;
+}
+
+#wave-hero iframe:hover {
+ box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
+}
+
+#wave-hero-centered {
+ margin: auto auto;
+}
+
+#wave-hero-right img{
+ border-radius: 10px;
+ box-shadow: 0 1px 6px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
+ margin-top: 1em;
+ text-align: right;
+}
+
+#wave-hero .wave {
+ background: url(../../images/waves/wave_dark.svg) repeat-x;
+ position: absolute;
+ bottom: 0;
+ width: 6400px;
+ animation-name: wave;
+ animation-timing-function: cubic-bezier(.36,.45,.63,.53);
+ animation-iteration-count: infinite;
+ transform: translate3d(0,0,0); /* Trigger 3D acceleration for smoother animation */
+}
+
+#front-wave {
+ animation-duration: 60s;
+ animation-delay: -50s;
+ opacity: 0.5;
+ height: 178px;
+}
+
+#back-wave {
+ animation-duration: 65s;
+ height: 198px;
+}
+
+#bottom-wave {
+ animation-duration: 50s;
+ animation-delay: -10s;
+ background: url(../../images/waves/wave_white.svg) repeat-x !important;
+ height: 26px;
+ z-index: 3;
+}
+
+@keyframes wave {
+ 0% {
+ margin-left: 0;
+ }
+ 100% {
+ margin-left: -1600px;
+ }
+}
+
+/* Showcase */
+
+#showcase {
+ margin: 0 1em;
+}
+
+#showcase .mini-timeline {
+ height: 3px;
+ position: relative;
+ margin: 50px 0 50px 0;
+ background: linear-gradient(to right, #ffffff00, #666666ff, #ffffff00);
+ text-align: center;
+}
+
+#showcase .mini-timeline i {
+ display: inline-block;
+ vertical-align: middle;
+ width: 30px;
+ height: 30px;
+ border-radius: 50%;
+ position: relative;
+ top: -14px;
+ margin: 0 4% 0 4%;
+ background-color: #3EB2EF;
+ color: white;
+ font-size: 15px;
+ line-height: 33px;
+ border:none;
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
+ transition: all 0.3s cubic-bezier(.25,.8,.25,1);
+}
+
+#showcase .mini-timeline i:hover {
+ box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 5px rgba(0,0,0,0.23);
+ transform: scale(1.5);
+}
+
+/* Projects */
+
+#projects {
+ padding-top: 0;
}
-div.card.github-card {
+#projects .card {
box-shadow: none;
border: #d1d5da 1px solid;
border-radius: 3px;
+ transition: all 0.2s cubic-bezier(.25,.8,.25,1);
+ height: 100%;
+ display: flex;
+ flex-direction: column;
}
-div.repo-headline {
+#projects .card:hover {
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
+}
+
+#projects .card-header {
+ box-shadow: none;
font-size: 1.25rem;
- margin-bottom: 8px;
+ padding: 1.5rem 1.5rem 0 1.5rem;
}
-span.repo-language-dot {
- border-radius: 50%;
- height: 12px;
- width: 12px;
- top: 1px;
- display: inline-block;
- position: relative;
+#projects .card-header-icon {
+ font-size: 1.5rem;
+ padding: 0 1rem 0 0;
}
-span.repo-language-dot.python {
- background-color: #3572A5;
+#projects .card-header-title {
+ padding: 0;
+ color: #7289DA;
}
-span.repo-language-dot.html {
- background-color: #e34c26;
+#projects .card:hover .card-header-title {
+ color: #363636;
}
-span.repo-language-dot.css {
- background-color: #563d7c;
+#projects .card-content {
+ padding-top: 8px;
+ padding-bottom: 1rem;
+}
+
+#projects .card-footer {
+ margin-top: auto;
+ border: none;
}
-span.repo-language-dot.javascript {
- background-color: #f1e05a;
+#projects .card-footer-item {
+ border: none;
}
-#repo-footer-item {
- margin-left: 1.2rem;
+#projects .card-footer-item i {
+ margin-right: 0.5rem;
}
-#sponsors-hero {
+#projects .repo-language-dot {
+ border-radius: 50%;
+ height: 12px;
+ width: 12px;
+ top: -1px;
+ display: inline-block;
+ position: relative;
+}
+
+#projects .repo-language-dot.python { background-color: #3572A5; }
+#projects .repo-language-dot.html { background-color: #e34c26; }
+#projects .repo-language-dot.css { background-color: #563d7c; }
+#projects .repo-language-dot.javascript { background-color: #f1e05a; }
+
+/* Sponsors */
+
+#sponsors .hero-body {
padding-top: 2rem;
padding-bottom: 3rem;
+
+ text-align: center;
}
-@media screen and (min-width: 1088px) {
- .video-container iframe {
- height: calc(42vw * 0.5625);
- max-height: 371px;
- max-width: 660px;
- }
+#sponsors .columns {
+ justify-content: center;
+ margin: auto;
+ max-width: 80%;
}
-@media screen and (max-width: 1087px) {
- .video-container iframe {
- height: calc(92vw * 0.5625);
- max-height: none;
- max-width: none;
- }
+#sponsors img {
+ height: 5rem;
+ margin: auto 1rem;
}
diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css
new file mode 100644
index 00000000..0a4dfbb6
--- /dev/null
+++ b/pydis_site/static/css/home/timeline.css
@@ -0,0 +1,3823 @@
+body {
+ background-color: hsl(0, 0%, 100%);
+ background-color: var(--color-bg, white)
+}
+
+h2 {
+ font-size: 2em;
+}
+
+@media (max-width: 500px) {
+ h2 {
+ font-size: 1em;
+ }
+}
+
+article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, form legend {
+ display: block
+}
+
+ol, ul {
+ list-style: none
+}
+
+blockquote, q {
+ quotes: none
+}
+
+button, input, textarea, select {
+ margin: 0
+}
+
+.pastel-red {
+ background-color: #FF7878 !important;
+}
+
+.pastel-orange {
+ background-color: #FFBF76 !important;
+}
+
+.pastel-green {
+ background-color: #8bd6a7 !important;
+}
+
+.pastel-blue {
+ background-color: #8edbec !important;
+}
+
+.pastel-purple {
+ background-color: #CBB1FF !important;
+}
+
+.pastel-pink {
+ background-color: #F6ACFF !important;
+}
+
+.pastel-lime {
+ background-color: #b6df3a !important;
+}
+
+.pastel-dark-blue {
+ background-color: #576297 !important;
+}
+
+.pydis-logo-banner {
+ background-color: #7289DA !important;
+ border-radius: 10px;
+}
+
+.pydis-logo-banner img {
+ padding-right: 20px;
+}
+
+.btn, .form-control, .link, .reset {
+ background-color: transparent;
+ padding: 0;
+ border: 0;
+ border-radius: 0;
+ color: inherit;
+ line-height: inherit;
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none
+}
+
+select.form-control::-ms-expand {
+ display: none
+}
+
+textarea {
+ resize: vertical;
+ overflow: auto;
+ vertical-align: top
+}
+
+input::-ms-clear {
+ display: none
+}
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0
+}
+
+img, video, svg {
+ max-width: 100%
+}
+
+[data-theme] {
+ background-color: hsl(0, 0%, 100%);
+ background-color: var(--color-bg, #fff);
+ color: hsl(240, 4%, 20%);
+ color: var(--color-contrast-high, #313135)
+}
+
+:root {
+ --space-unit: 1em;
+ --space-xxxxs: calc(0.125*var(--space-unit));
+ --space-xxxs: calc(0.25*var(--space-unit));
+ --space-xxs: calc(0.375*var(--space-unit));
+ --space-xs: calc(0.5*var(--space-unit));
+ --space-sm: calc(0.75*var(--space-unit));
+ --space-md: calc(1.25*var(--space-unit));
+ --space-lg: calc(2*var(--space-unit));
+ --space-xl: calc(3.25*var(--space-unit));
+ --space-xxl: calc(5.25*var(--space-unit));
+ --space-xxxl: calc(8.5*var(--space-unit));
+ --space-xxxxl: calc(13.75*var(--space-unit));
+ --component-padding: var(--space-md)
+}
+
+:root {
+ --max-width-xxs: 32rem;
+ --max-width-xs: 38rem;
+ --max-width-sm: 48rem;
+ --max-width-md: 64rem;
+ --max-width-lg: 80rem;
+ --max-width-xl: 90rem;
+ --max-width-xxl: 120rem
+}
+
+.container {
+ width: calc(100% - 1.25em);
+ width: calc(100% - 2*var(--component-padding));
+ margin-left: auto;
+ margin-right: auto
+}
+
+.max-width-xxs {
+ max-width: 32rem;
+ max-width: var(--max-width-xxs)
+}
+
+.max-width-xs {
+ max-width: 38rem;
+ max-width: var(--max-width-xs)
+}
+
+.max-width-sm {
+ max-width: 48rem;
+ max-width: var(--max-width-sm)
+}
+
+.max-width-md {
+ max-width: 64rem;
+ max-width: var(--max-width-md)
+}
+
+.max-width-lg {
+ max-width: 80rem;
+ max-width: var(--max-width-lg)
+}
+
+.max-width-xl {
+ max-width: 90rem;
+ max-width: var(--max-width-xl)
+}
+
+.max-width-xxl {
+ max-width: 120rem;
+ max-width: var(--max-width-xxl)
+}
+
+.max-width-adaptive-sm {
+ max-width: 38rem;
+ max-width: var(--max-width-xs)
+}
+
+@media (min-width: 64rem) {
+ .max-width-adaptive-sm {
+ max-width: 48rem;
+ max-width: var(--max-width-sm)
+ }
+}
+
+.max-width-adaptive-md {
+ max-width: 38rem;
+ max-width: var(--max-width-xs)
+}
+
+@media (min-width: 64rem) {
+ .max-width-adaptive-md {
+ max-width: 64rem;
+ max-width: var(--max-width-md)
+ }
+}
+
+.max-width-adaptive, .max-width-adaptive-lg {
+ max-width: 38rem;
+ max-width: var(--max-width-xs)
+}
+
+@media (min-width: 64rem) {
+ .max-width-adaptive, .max-width-adaptive-lg {
+ max-width: 64rem;
+ max-width: var(--max-width-md)
+ }
+}
+
+@media (min-width: 90rem) {
+ .max-width-adaptive, .max-width-adaptive-lg {
+ max-width: 80rem;
+ max-width: var(--max-width-lg)
+ }
+}
+
+.max-width-adaptive-xl {
+ max-width: 38rem;
+ max-width: var(--max-width-xs)
+}
+
+@media (min-width: 64rem) {
+ .max-width-adaptive-xl {
+ max-width: 64rem;
+ max-width: var(--max-width-md)
+ }
+}
+
+@media (min-width: 90rem) {
+ .max-width-adaptive-xl {
+ max-width: 90rem;
+ max-width: var(--max-width-xl)
+ }
+}
+
+.grid {
+ --grid-gap: 0px;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap
+}
+
+.grid>* {
+ -ms-flex-preferred-size: 100%;
+ flex-basis: 100%
+}
+
+[class*="grid-gap"] {
+ margin-bottom: 1em * -1;
+ margin-bottom: calc(var(--grid-gap, 1em)*-1);
+ margin-right: 1em * -1;
+ margin-right: calc(var(--grid-gap, 1em)*-1)
+}
+
+[class*="grid-gap"]>* {
+ margin-bottom: 1em;
+ margin-bottom: var(--grid-gap, 1em);
+ margin-right: 1em;
+ margin-right: var(--grid-gap, 1em)
+}
+
+.grid-gap-xxxxs {
+ --grid-gap: var(--space-xxxxs)
+}
+
+.grid-gap-xxxs {
+ --grid-gap: var(--space-xxxs)
+}
+
+.grid-gap-xxs {
+ --grid-gap: var(--space-xxs)
+}
+
+.grid-gap-xs {
+ --grid-gap: var(--space-xs)
+}
+
+.grid-gap-sm {
+ --grid-gap: var(--space-sm)
+}
+
+.grid-gap-md {
+ --grid-gap: var(--space-md)
+}
+
+.grid-gap-lg {
+ --grid-gap: var(--space-lg)
+}
+
+.grid-gap-xl {
+ --grid-gap: var(--space-xl)
+}
+
+.grid-gap-xxl {
+ --grid-gap: var(--space-xxl)
+}
+
+.grid-gap-xxxl {
+ --grid-gap: var(--space-xxxl)
+}
+
+.grid-gap-xxxxl {
+ --grid-gap: var(--space-xxxxl)
+}
+
+.col {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ max-width: 100%
+}
+
+.col-1 {
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(8.33% - 0.01px - 1em);
+ flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(8.33% - 0.01px - 1em);
+ max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-2 {
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(16.66% - 0.01px - 1em);
+ flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(16.66% - 0.01px - 1em);
+ max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-3 {
+ -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(25% - 0.01px - 1em);
+ flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(25% - 0.01px - 1em);
+ max-width: calc(25% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-4 {
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(33.33% - 0.01px - 1em);
+ flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(33.33% - 0.01px - 1em);
+ max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-5 {
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(41.66% - 0.01px - 1em);
+ flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(41.66% - 0.01px - 1em);
+ max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-6 {
+ -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(50% - 0.01px - 1em);
+ flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(50% - 0.01px - 1em);
+ max-width: calc(50% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-7 {
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(58.33% - 0.01px - 1em);
+ flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(58.33% - 0.01px - 1em);
+ max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-8 {
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(66.66% - 0.01px - 1em);
+ flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(66.66% - 0.01px - 1em);
+ max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-9 {
+ -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(75% - 0.01px - 1em);
+ flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(75% - 0.01px - 1em);
+ max-width: calc(75% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-10 {
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(83.33% - 0.01px - 1em);
+ flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(83.33% - 0.01px - 1em);
+ max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-11 {
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(91.66% - 0.01px - 1em);
+ flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(91.66% - 0.01px - 1em);
+ max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em))
+}
+
+.col-12 {
+ -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(100% - 0.01px - 1em);
+ flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(100% - 0.01px - 1em);
+ max-width: calc(100% - 0.01px - var(--grid-gap, 1em))
+}
+
+@media (min-width: 32rem) {
+ .col\@xs {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ max-width: 100%
+ }
+ .col-1\@xs {
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(8.33% - 0.01px - 1em);
+ flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(8.33% - 0.01px - 1em);
+ max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-2\@xs {
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(16.66% - 0.01px - 1em);
+ flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(16.66% - 0.01px - 1em);
+ max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-3\@xs {
+ -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(25% - 0.01px - 1em);
+ flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(25% - 0.01px - 1em);
+ max-width: calc(25% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-4\@xs {
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(33.33% - 0.01px - 1em);
+ flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(33.33% - 0.01px - 1em);
+ max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-5\@xs {
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(41.66% - 0.01px - 1em);
+ flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(41.66% - 0.01px - 1em);
+ max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-6\@xs {
+ -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(50% - 0.01px - 1em);
+ flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(50% - 0.01px - 1em);
+ max-width: calc(50% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-7\@xs {
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(58.33% - 0.01px - 1em);
+ flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(58.33% - 0.01px - 1em);
+ max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-8\@xs {
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(66.66% - 0.01px - 1em);
+ flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(66.66% - 0.01px - 1em);
+ max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-9\@xs {
+ -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(75% - 0.01px - 1em);
+ flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(75% - 0.01px - 1em);
+ max-width: calc(75% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-10\@xs {
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(83.33% - 0.01px - 1em);
+ flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(83.33% - 0.01px - 1em);
+ max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-11\@xs {
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(91.66% - 0.01px - 1em);
+ flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(91.66% - 0.01px - 1em);
+ max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-12\@xs {
+ -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(100% - 0.01px - 1em);
+ flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(100% - 0.01px - 1em);
+ max-width: calc(100% - 0.01px - var(--grid-gap, 1em))
+ }
+}
+
+@media (min-width: 48rem) {
+ .col\@sm {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ max-width: 100%
+ }
+ .col-1\@sm {
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(8.33% - 0.01px - 1em);
+ flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(8.33% - 0.01px - 1em);
+ max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-2\@sm {
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(16.66% - 0.01px - 1em);
+ flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(16.66% - 0.01px - 1em);
+ max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-3\@sm {
+ -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(25% - 0.01px - 1em);
+ flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(25% - 0.01px - 1em);
+ max-width: calc(25% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-4\@sm {
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(33.33% - 0.01px - 1em);
+ flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(33.33% - 0.01px - 1em);
+ max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-5\@sm {
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(41.66% - 0.01px - 1em);
+ flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(41.66% - 0.01px - 1em);
+ max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-6\@sm {
+ -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(50% - 0.01px - 1em);
+ flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(50% - 0.01px - 1em);
+ max-width: calc(50% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-7\@sm {
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(58.33% - 0.01px - 1em);
+ flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(58.33% - 0.01px - 1em);
+ max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-8\@sm {
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(66.66% - 0.01px - 1em);
+ flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(66.66% - 0.01px - 1em);
+ max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-9\@sm {
+ -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(75% - 0.01px - 1em);
+ flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(75% - 0.01px - 1em);
+ max-width: calc(75% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-10\@sm {
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(83.33% - 0.01px - 1em);
+ flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(83.33% - 0.01px - 1em);
+ max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-11\@sm {
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(91.66% - 0.01px - 1em);
+ flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(91.66% - 0.01px - 1em);
+ max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-12\@sm {
+ -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(100% - 0.01px - 1em);
+ flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(100% - 0.01px - 1em);
+ max-width: calc(100% - 0.01px - var(--grid-gap, 1em))
+ }
+}
+
+@media (min-width: 64rem) {
+ .col\@md {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ max-width: 100%
+ }
+ .col-1\@md {
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(8.33% - 0.01px - 1em);
+ flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(8.33% - 0.01px - 1em);
+ max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-2\@md {
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(16.66% - 0.01px - 1em);
+ flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(16.66% - 0.01px - 1em);
+ max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-3\@md {
+ -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(25% - 0.01px - 1em);
+ flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(25% - 0.01px - 1em);
+ max-width: calc(25% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-4\@md {
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(33.33% - 0.01px - 1em);
+ flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(33.33% - 0.01px - 1em);
+ max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-5\@md {
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(41.66% - 0.01px - 1em);
+ flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(41.66% - 0.01px - 1em);
+ max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-6\@md {
+ -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(50% - 0.01px - 1em);
+ flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(50% - 0.01px - 1em);
+ max-width: calc(50% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-7\@md {
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(58.33% - 0.01px - 1em);
+ flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(58.33% - 0.01px - 1em);
+ max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-8\@md {
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(66.66% - 0.01px - 1em);
+ flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(66.66% - 0.01px - 1em);
+ max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-9\@md {
+ -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(75% - 0.01px - 1em);
+ flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(75% - 0.01px - 1em);
+ max-width: calc(75% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-10\@md {
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(83.33% - 0.01px - 1em);
+ flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(83.33% - 0.01px - 1em);
+ max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-11\@md {
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(91.66% - 0.01px - 1em);
+ flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(91.66% - 0.01px - 1em);
+ max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-12\@md {
+ -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(100% - 0.01px - 1em);
+ flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(100% - 0.01px - 1em);
+ max-width: calc(100% - 0.01px - var(--grid-gap, 1em))
+ }
+}
+
+@media (min-width: 80rem) {
+ .col\@lg {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ max-width: 100%
+ }
+ .col-1\@lg {
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(8.33% - 0.01px - 1em);
+ flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(8.33% - 0.01px - 1em);
+ max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-2\@lg {
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(16.66% - 0.01px - 1em);
+ flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(16.66% - 0.01px - 1em);
+ max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-3\@lg {
+ -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(25% - 0.01px - 1em);
+ flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(25% - 0.01px - 1em);
+ max-width: calc(25% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-4\@lg {
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(33.33% - 0.01px - 1em);
+ flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(33.33% - 0.01px - 1em);
+ max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-5\@lg {
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(41.66% - 0.01px - 1em);
+ flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(41.66% - 0.01px - 1em);
+ max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-6\@lg {
+ -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(50% - 0.01px - 1em);
+ flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(50% - 0.01px - 1em);
+ max-width: calc(50% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-7\@lg {
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(58.33% - 0.01px - 1em);
+ flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(58.33% - 0.01px - 1em);
+ max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-8\@lg {
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(66.66% - 0.01px - 1em);
+ flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(66.66% - 0.01px - 1em);
+ max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-9\@lg {
+ -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(75% - 0.01px - 1em);
+ flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(75% - 0.01px - 1em);
+ max-width: calc(75% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-10\@lg {
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(83.33% - 0.01px - 1em);
+ flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(83.33% - 0.01px - 1em);
+ max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-11\@lg {
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(91.66% - 0.01px - 1em);
+ flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(91.66% - 0.01px - 1em);
+ max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-12\@lg {
+ -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(100% - 0.01px - 1em);
+ flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(100% - 0.01px - 1em);
+ max-width: calc(100% - 0.01px - var(--grid-gap, 1em))
+ }
+}
+
+@media (min-width: 90rem) {
+ .col\@xl {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ max-width: 100%
+ }
+ .col-1\@xl {
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(8.33% - 0.01px - 1em);
+ flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(8.33% - 0.01px - 1em);
+ max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-2\@xl {
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(16.66% - 0.01px - 1em);
+ flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(16.66% - 0.01px - 1em);
+ max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-3\@xl {
+ -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(25% - 0.01px - 1em);
+ flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(25% - 0.01px - 1em);
+ max-width: calc(25% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-4\@xl {
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(33.33% - 0.01px - 1em);
+ flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(33.33% - 0.01px - 1em);
+ max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-5\@xl {
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(41.66% - 0.01px - 1em);
+ flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(41.66% - 0.01px - 1em);
+ max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-6\@xl {
+ -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(50% - 0.01px - 1em);
+ flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(50% - 0.01px - 1em);
+ max-width: calc(50% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-7\@xl {
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(58.33% - 0.01px - 1em);
+ flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(58.33% - 0.01px - 1em);
+ max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-8\@xl {
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(66.66% - 0.01px - 1em);
+ flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(66.66% - 0.01px - 1em);
+ max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-9\@xl {
+ -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(75% - 0.01px - 1em);
+ flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(75% - 0.01px - 1em);
+ max-width: calc(75% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-10\@xl {
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(83.33% - 0.01px - 1em);
+ flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(83.33% - 0.01px - 1em);
+ max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-11\@xl {
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(91.66% - 0.01px - 1em);
+ flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(91.66% - 0.01px - 1em);
+ max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em))
+ }
+ .col-12\@xl {
+ -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
+ -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
+ flex-basis: calc(100% - 0.01px - 1em);
+ flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
+ max-width: calc(100% - 0.01px - 1em);
+ max-width: calc(100% - 0.01px - var(--grid-gap, 1em))
+ }
+}
+
+:root {
+ --radius-sm: calc(var(--radius, 0.25em)/2);
+ --radius-md: var(--radius, 0.25em);
+ --radius-lg: calc(var(--radius, 0.25em)*2);
+ --shadow-sm: 0 1px 2px rgba(0, 0, 0, .085), 0 1px 8px rgba(0, 0, 0, .1);
+ --shadow-md: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
+ --shadow-lg: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
+ --bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
+ --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
+ --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ --ease-out: cubic-bezier(0.215, 0.61, 0.355, 1)
+}
+
+:root {
+ --body-line-height: 1.4;
+ --heading-line-height: 1.2
+}
+
+body {
+ color: hsl(240, 4%, 20%);
+ color: var(--color-contrast-high, #313135)
+}
+
+h1, h2, h3, h4 {
+ color: hsl(240, 8%, 12%);
+ color: var(--color-contrast-higher, #1c1c21);
+ line-height: 1.2;
+ line-height: var(--heading-line-height, 1.2)
+}
+
+.text-xxxl {
+ font-size: 2.48832em;
+ font-size: var(--text-xxxl, 2.488em)
+}
+
+small, .text-sm {
+ font-size: 0.83333em;
+ font-size: var(--text-sm, 0.833em)
+}
+
+.text-xs {
+ font-size: 0.69444em;
+ font-size: var(--text-xs, 0.694em)
+}
+
+strong, .text-bold {
+ font-weight: bold
+}
+
+s {
+ text-decoration: line-through
+}
+
+u, .text-underline {
+ text-decoration: underline
+}
+
+
+.text-component h1, .text-component h2, .text-component h3, .text-component h4 {
+ line-height: 1.2;
+ line-height: var(--component-heading-line-height, 1.2);
+ margin-bottom: 0.25em;
+ margin-bottom: calc(var(--space-xxxs)*var(--text-vspace-multiplier, 1))
+}
+
+.text-component h2, .text-component h3, .text-component h4 {
+ margin-top: 0.75em;
+ margin-top: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
+}
+
+.text-component p, .text-component blockquote, .text-component ul li, .text-component ol li {
+ line-height: 1.4;
+ line-height: var(--component-body-line-height)
+}
+
+.text-component ul, .text-component ol, .text-component p, .text-component blockquote, .text-component .text-component__block {
+ margin-bottom: 0.75em;
+ margin-bottom: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
+}
+
+.text-component ul, .text-component ol {
+ padding-left: 1em
+}
+
+.text-component ul {
+ list-style-type: disc
+}
+
+.text-component ol {
+ list-style-type: decimal
+}
+
+.text-component img {
+ display: block;
+ margin: 0 auto
+}
+
+.text-component figcaption {
+ text-align: center;
+ margin-top: 0.5em;
+ margin-top: var(--space-xs)
+}
+
+.text-component em {
+ font-style: italic
+}
+
+.text-component hr {
+ margin-top: 2em;
+ margin-top: calc(var(--space-lg)*var(--text-vspace-multiplier, 1));
+ margin-bottom: 2em;
+ margin-bottom: calc(var(--space-lg)*var(--text-vspace-multiplier, 1));
+ margin-left: auto;
+ margin-right: auto
+}
+
+.text-component>*:first-child {
+ margin-top: 0
+}
+
+.text-component>*:last-child {
+ margin-bottom: 0
+}
+
+.text-component__block--full-width {
+ width: 100vw;
+ margin-left: calc(50% - 50vw)
+}
+
+@media (min-width: 48rem) {
+ .text-component__block--left, .text-component__block--right {
+ width: 45%
+ }
+ .text-component__block--left img, .text-component__block--right img {
+ width: 100%
+ }
+ .text-component__block--left {
+ float: left;
+ margin-right: 0.75em;
+ margin-right: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
+ }
+ .text-component__block--right {
+ float: right;
+ margin-left: 0.75em;
+ margin-left: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
+ }
+}
+
+@media (min-width: 90rem) {
+ .text-component__block--outset {
+ width: calc(100% + 10.5em);
+ width: calc(100% + 2*var(--space-xxl))
+ }
+ .text-component__block--outset img {
+ width: 100%
+ }
+ .text-component__block--outset:not(.text-component__block--right) {
+ margin-left: -5.25em;
+ margin-left: calc(-1*var(--space-xxl))
+ }
+ .text-component__block--left, .text-component__block--right {
+ width: 50%
+ }
+ .text-component__block--right.text-component__block--outset {
+ margin-right: -5.25em;
+ margin-right: calc(-1*var(--space-xxl))
+ }
+}
+
+:root {
+ --icon-xxs: 12px;
+ --icon-xs: 16px;
+ --icon-sm: 24px;
+ --icon-md: 32px;
+ --icon-lg: 48px;
+ --icon-xl: 64px;
+ --icon-xxl: 128px
+}
+
+.icon--xxs {
+ font-size: 12px;
+ font-size: var(--icon-xxs)
+}
+
+.icon--xs {
+ font-size: 16px;
+ font-size: var(--icon-xs)
+}
+
+.icon--sm {
+ font-size: 24px;
+ font-size: var(--icon-sm)
+}
+
+.icon--md {
+ font-size: 32px;
+ font-size: var(--icon-md)
+}
+
+.icon--lg {
+ font-size: 48px;
+ font-size: var(--icon-lg)
+}
+
+.icon--xl {
+ font-size: 64px;
+ font-size: var(--icon-xl)
+}
+
+.icon--xxl {
+ font-size: 128px;
+ font-size: var(--icon-xxl)
+}
+
+.icon--is-spinning {
+ -webkit-animation: icon-spin 1s infinite linear;
+ animation: icon-spin 1s infinite linear
+}
+
+@-webkit-keyframes icon-spin {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg)
+ }
+ 100% {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg)
+ }
+}
+
+@keyframes icon-spin {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg)
+ }
+ 100% {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg)
+ }
+}
+
+.icon use {
+ color: inherit;
+ fill: currentColor
+}
+
+.btn {
+ position: relative;
+ display: -ms-inline-flexbox;
+ display: inline-flex;
+ -ms-flex-pack: center;
+ justify-content: center;
+ -ms-flex-align: center;
+ align-items: center;
+ white-space: nowrap;
+ text-decoration: none;
+ line-height: 1;
+ font-size: 1em;
+ font-size: var(--btn-font-size, 1em);
+ padding-top: 0.5em;
+ padding-top: var(--btn-padding-y, 0.5em);
+ padding-bottom: 0.5em;
+ padding-bottom: var(--btn-padding-y, 0.5em);
+ padding-left: 0.75em;
+ padding-left: var(--btn-padding-x, 0.75em);
+ padding-right: 0.75em;
+ padding-right: var(--btn-padding-x, 0.75em);
+ border-radius: 0.25em;
+ border-radius: var(--btn-radius, 0.25em)
+}
+
+.btn--primary {
+ background-color: hsl(220, 90%, 56%);
+ background-color: var(--color-primary, #2a6df4);
+ color: hsl(0, 0%, 100%);
+ color: var(--color-white, #fff)
+}
+
+.btn--subtle {
+ background-color: hsl(240, 1%, 83%);
+ background-color: var(--color-contrast-low, #d3d3d4);
+ color: hsl(240, 8%, 12%);
+ color: var(--color-contrast-higher, #1c1c21)
+}
+
+.btn--accent {
+ background-color: hsl(355, 90%, 61%);
+ background-color: var(--color-accent, #f54251);
+ color: hsl(0, 0%, 100%);
+ color: var(--color-white, #fff)
+}
+
+.btn--disabled {
+ cursor: not-allowed
+}
+
+.btn--sm {
+ font-size: 0.8em;
+ font-size: var(--btn-font-size-sm, 0.8em)
+}
+
+.btn--md {
+ font-size: 1.2em;
+ font-size: var(--btn-font-size-md, 1.2em)
+}
+
+.btn--lg {
+ font-size: 1.4em;
+ font-size: var(--btn-font-size-lg, 1.4em)
+}
+
+.btn--icon {
+ padding: 0.5em;
+ padding: var(--btn-padding-y, 0.5em)
+}
+
+.form-control {
+ background-color: hsl(0, 0%, 100%);
+ background-color: var(--color-bg, #f2f2f2);
+ padding-top: 0.5em;
+ padding-top: var(--form-control-padding-y, 0.5em);
+ padding-bottom: 0.5em;
+ padding-bottom: var(--form-control-padding-y, 0.5em);
+ padding-left: 0.75em;
+ padding-left: var(--form-control-padding-x, 0.75em);
+ padding-right: 0.75em;
+ padding-right: var(--form-control-padding-x, 0.75em);
+ border-radius: 0.25em;
+ border-radius: var(--form-control-radius, 0.25em)
+}
+
+.form-control::-webkit-input-placeholder {
+ color: hsl(240, 1%, 48%);
+ color: var(--color-contrast-medium, #79797c)
+}
+
+.form-control::-moz-placeholder {
+ opacity: 1;
+ color: hsl(240, 1%, 48%);
+ color: var(--color-contrast-medium, #79797c)
+}
+
+.form-control:-ms-input-placeholder {
+ color: hsl(240, 1%, 48%);
+ color: var(--color-contrast-medium, #79797c)
+}
+
+.form-control:-moz-placeholder {
+ color: hsl(240, 1%, 48%);
+ color: var(--color-contrast-medium, #79797c)
+}
+
+.form-control[disabled], .form-control[readonly] {
+ cursor: not-allowed
+}
+
+.form-legend {
+ color: hsl(240, 8%, 12%);
+ color: var(--color-contrast-higher, #1c1c21);
+ line-height: 1.2;
+ font-size: 1.2em;
+ font-size: var(--text-md, 1.2em);
+ margin-bottom: 0.375em;
+ margin-bottom: var(--space-xxs)
+}
+
+.form-label {
+ display: inline-block
+}
+
+.form__msg-error {
+ background-color: hsl(355, 90%, 61%);
+ background-color: var(--color-error, #f54251);
+ color: hsl(0, 0%, 100%);
+ color: var(--color-white, #fff);
+ font-size: 0.83333em;
+ font-size: var(--text-sm, 0.833em);
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ padding: 0.5em;
+ padding: var(--space-xs);
+ margin-top: 0.75em;
+ margin-top: var(--space-sm);
+ border-radius: 0.25em;
+ border-radius: var(--radius-md, 0.25em);
+ position: absolute;
+ clip: rect(1px, 1px, 1px, 1px)
+}
+
+.form__msg-error::before {
+ content: '';
+ position: absolute;
+ left: 0.75em;
+ left: var(--space-sm);
+ top: 0;
+ -webkit-transform: translateY(-100%);
+ -ms-transform: translateY(-100%);
+ transform: translateY(-100%);
+ width: 0;
+ height: 0;
+ border: 8px solid transparent;
+ border-bottom-color: hsl(355, 90%, 61%);
+ border-bottom-color: var(--color-error)
+}
+
+.form__msg-error--is-visible {
+ position: relative;
+ clip: auto
+}
+
+.radio-list>*, .checkbox-list>* {
+ position: relative;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: baseline;
+ align-items: baseline;
+ margin-bottom: 0.375em;
+ margin-bottom: var(--space-xxs)
+}
+
+.radio-list>*:last-of-type, .checkbox-list>*:last-of-type {
+ margin-bottom: 0
+}
+
+.radio-list label, .checkbox-list label {
+ line-height: 1.4;
+ line-height: var(--body-line-height);
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none
+}
+
+.radio-list input, .checkbox-list input {
+ vertical-align: top;
+ margin-right: 0.25em;
+ margin-right: var(--space-xxxs);
+ -ms-flex-negative: 0;
+ flex-shrink: 0
+}
+
+:root {
+ --zindex-header: 2;
+ --zindex-popover: 5;
+ --zindex-fixed-element: 10;
+ --zindex-overlay: 15
+}
+
+@media not all and (min-width: 32rem) {
+ .display\@xs {
+ display: none !important
+ }
+}
+
+@media (min-width: 32rem) {
+ .hide\@xs {
+ display: none !important
+ }
+}
+
+@media not all and (min-width: 48rem) {
+ .display\@sm {
+ display: none !important
+ }
+}
+
+@media (min-width: 48rem) {
+ .hide\@sm {
+ display: none !important
+ }
+}
+
+@media not all and (min-width: 64rem) {
+ .display\@md {
+ display: none !important
+ }
+}
+
+@media (min-width: 64rem) {
+ .hide\@md {
+ display: none !important
+ }
+}
+
+@media not all and (min-width: 80rem) {
+ .display\@lg {
+ display: none !important
+ }
+}
+
+@media (min-width: 80rem) {
+ .hide\@lg {
+ display: none !important
+ }
+}
+
+@media not all and (min-width: 90rem) {
+ .display\@xl {
+ display: none !important
+ }
+}
+
+@media (min-width: 90rem) {
+ .hide\@xl {
+ display: none !important
+ }
+}
+
+:root {
+ --display: block
+}
+
+.is-visible {
+ display: block !important;
+ display: var(--display) !important
+}
+
+.is-hidden {
+ display: none !important
+}
+
+.sr-only {
+ position: absolute;
+ clip: rect(1px, 1px, 1px, 1px);
+ -webkit-clip-path: inset(50%);
+ clip-path: inset(50%);
+ width: 1px;
+ height: 1px;
+ overflow: hidden;
+ padding: 0;
+ border: 0;
+ white-space: nowrap
+}
+
+.flex {
+ display: -ms-flexbox;
+ display: flex
+}
+
+.inline-flex {
+ display: -ms-inline-flexbox;
+ display: inline-flex
+}
+
+.flex-wrap {
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap
+}
+
+.flex-column {
+ -ms-flex-direction: column;
+ flex-direction: column
+}
+
+.flex-row {
+ -ms-flex-direction: row;
+ flex-direction: row
+}
+
+.flex-center {
+ -ms-flex-pack: center;
+ justify-content: center;
+ -ms-flex-align: center;
+ align-items: center
+}
+
+.justify-start {
+ -ms-flex-pack: start;
+ justify-content: flex-start
+}
+
+.justify-end {
+ -ms-flex-pack: end;
+ justify-content: flex-end
+}
+
+.justify-center {
+ -ms-flex-pack: center;
+ justify-content: center
+}
+
+.justify-between {
+ -ms-flex-pack: justify;
+ justify-content: space-between
+}
+
+.items-center {
+ -ms-flex-align: center;
+ align-items: center
+}
+
+.items-start {
+ -ms-flex-align: start;
+ align-items: flex-start
+}
+
+.items-end {
+ -ms-flex-align: end;
+ align-items: flex-end
+}
+
+@media (min-width: 32rem) {
+ .flex-wrap\@xs {
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap
+ }
+ .flex-column\@xs {
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+ .flex-row\@xs {
+ -ms-flex-direction: row;
+ flex-direction: row
+ }
+ .flex-center\@xs {
+ -ms-flex-pack: center;
+ justify-content: center;
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .justify-start\@xs {
+ -ms-flex-pack: start;
+ justify-content: flex-start
+ }
+ .justify-end\@xs {
+ -ms-flex-pack: end;
+ justify-content: flex-end
+ }
+ .justify-center\@xs {
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+ .justify-between\@xs {
+ -ms-flex-pack: justify;
+ justify-content: space-between
+ }
+ .items-center\@xs {
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .items-start\@xs {
+ -ms-flex-align: start;
+ align-items: flex-start
+ }
+ .items-end\@xs {
+ -ms-flex-align: end;
+ align-items: flex-end
+ }
+}
+
+@media (min-width: 48rem) {
+ .flex-wrap\@sm {
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap
+ }
+ .flex-column\@sm {
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+ .flex-row\@sm {
+ -ms-flex-direction: row;
+ flex-direction: row
+ }
+ .flex-center\@sm {
+ -ms-flex-pack: center;
+ justify-content: center;
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .justify-start\@sm {
+ -ms-flex-pack: start;
+ justify-content: flex-start
+ }
+ .justify-end\@sm {
+ -ms-flex-pack: end;
+ justify-content: flex-end
+ }
+ .justify-center\@sm {
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+ .justify-between\@sm {
+ -ms-flex-pack: justify;
+ justify-content: space-between
+ }
+ .items-center\@sm {
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .items-start\@sm {
+ -ms-flex-align: start;
+ align-items: flex-start
+ }
+ .items-end\@sm {
+ -ms-flex-align: end;
+ align-items: flex-end
+ }
+}
+
+@media (min-width: 64rem) {
+ .flex-wrap\@md {
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap
+ }
+ .flex-column\@md {
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+ .flex-row\@md {
+ -ms-flex-direction: row;
+ flex-direction: row
+ }
+ .flex-center\@md {
+ -ms-flex-pack: center;
+ justify-content: center;
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .justify-start\@md {
+ -ms-flex-pack: start;
+ justify-content: flex-start
+ }
+ .justify-end\@md {
+ -ms-flex-pack: end;
+ justify-content: flex-end
+ }
+ .justify-center\@md {
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+ .justify-between\@md {
+ -ms-flex-pack: justify;
+ justify-content: space-between
+ }
+ .items-center\@md {
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .items-start\@md {
+ -ms-flex-align: start;
+ align-items: flex-start
+ }
+ .items-end\@md {
+ -ms-flex-align: end;
+ align-items: flex-end
+ }
+}
+
+@media (min-width: 80rem) {
+ .flex-wrap\@lg {
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap
+ }
+ .flex-column\@lg {
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+ .flex-row\@lg {
+ -ms-flex-direction: row;
+ flex-direction: row
+ }
+ .flex-center\@lg {
+ -ms-flex-pack: center;
+ justify-content: center;
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .justify-start\@lg {
+ -ms-flex-pack: start;
+ justify-content: flex-start
+ }
+ .justify-end\@lg {
+ -ms-flex-pack: end;
+ justify-content: flex-end
+ }
+ .justify-center\@lg {
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+ .justify-between\@lg {
+ -ms-flex-pack: justify;
+ justify-content: space-between
+ }
+ .items-center\@lg {
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .items-start\@lg {
+ -ms-flex-align: start;
+ align-items: flex-start
+ }
+ .items-end\@lg {
+ -ms-flex-align: end;
+ align-items: flex-end
+ }
+}
+
+@media (min-width: 90rem) {
+ .flex-wrap\@xl {
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap
+ }
+ .flex-column\@xl {
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+ .flex-row\@xl {
+ -ms-flex-direction: row;
+ flex-direction: row
+ }
+ .flex-center\@xl {
+ -ms-flex-pack: center;
+ justify-content: center;
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .justify-start\@xl {
+ -ms-flex-pack: start;
+ justify-content: flex-start
+ }
+ .justify-end\@xl {
+ -ms-flex-pack: end;
+ justify-content: flex-end
+ }
+ .justify-center\@xl {
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+ .justify-between\@xl {
+ -ms-flex-pack: justify;
+ justify-content: space-between
+ }
+ .items-center\@xl {
+ -ms-flex-align: center;
+ align-items: center
+ }
+ .items-start\@xl {
+ -ms-flex-align: start;
+ align-items: flex-start
+ }
+ .items-end\@xl {
+ -ms-flex-align: end;
+ align-items: flex-end
+ }
+}
+
+.flex-grow {
+ -ms-flex-positive: 1;
+ flex-grow: 1
+}
+
+.flex-shrink-0 {
+ -ms-flex-negative: 0;
+ flex-shrink: 0
+}
+
+.flex-gap-xxxs {
+ margin-bottom: -0.25em;
+ margin-bottom: calc(-1*var(--space-xxxs));
+ margin-right: -0.25em;
+ margin-right: calc(-1*var(--space-xxxs))
+}
+
+.flex-gap-xxxs>* {
+ margin-bottom: 0.25em;
+ margin-bottom: var(--space-xxxs);
+ margin-right: 0.25em;
+ margin-right: var(--space-xxxs)
+}
+
+.flex-gap-xxs {
+ margin-bottom: -0.375em;
+ margin-bottom: calc(-1*var(--space-xxs));
+ margin-right: -0.375em;
+ margin-right: calc(-1*var(--space-xxs))
+}
+
+.flex-gap-xxs>* {
+ margin-bottom: 0.375em;
+ margin-bottom: var(--space-xxs);
+ margin-right: 0.375em;
+ margin-right: var(--space-xxs)
+}
+
+.flex-gap-xs {
+ margin-bottom: -0.5em;
+ margin-bottom: calc(-1*var(--space-xs));
+ margin-right: -0.5em;
+ margin-right: calc(-1*var(--space-xs))
+}
+
+.flex-gap-xs>* {
+ margin-bottom: 0.5em;
+ margin-bottom: var(--space-xs);
+ margin-right: 0.5em;
+ margin-right: var(--space-xs)
+}
+
+.flex-gap-sm {
+ margin-bottom: -0.75em;
+ margin-bottom: calc(-1*var(--space-sm));
+ margin-right: -0.75em;
+ margin-right: calc(-1*var(--space-sm))
+}
+
+.flex-gap-sm>* {
+ margin-bottom: 0.75em;
+ margin-bottom: var(--space-sm);
+ margin-right: 0.75em;
+ margin-right: var(--space-sm)
+}
+
+.flex-gap-md {
+ margin-bottom: -1.25em;
+ margin-bottom: calc(-1*var(--space-md));
+ margin-right: -1.25em;
+ margin-right: calc(-1*var(--space-md))
+}
+
+.flex-gap-md>* {
+ margin-bottom: 1.25em;
+ margin-bottom: var(--space-md);
+ margin-right: 1.25em;
+ margin-right: var(--space-md)
+}
+
+.flex-gap-lg {
+ margin-bottom: -2em;
+ margin-bottom: calc(-1*var(--space-lg));
+ margin-right: -2em;
+ margin-right: calc(-1*var(--space-lg))
+}
+
+.flex-gap-lg>* {
+ margin-bottom: 2em;
+ margin-bottom: var(--space-lg);
+ margin-right: 2em;
+ margin-right: var(--space-lg)
+}
+
+.flex-gap-xl {
+ margin-bottom: -3.25em;
+ margin-bottom: calc(-1*var(--space-xl));
+ margin-right: -3.25em;
+ margin-right: calc(-1*var(--space-xl))
+}
+
+.flex-gap-xl>* {
+ margin-bottom: 3.25em;
+ margin-bottom: var(--space-xl);
+ margin-right: 3.25em;
+ margin-right: var(--space-xl)
+}
+
+.flex-gap-xxl {
+ margin-bottom: -5.25em;
+ margin-bottom: calc(-1*var(--space-xxl));
+ margin-right: -5.25em;
+ margin-right: calc(-1*var(--space-xxl))
+}
+
+.flex-gap-xxl>* {
+ margin-bottom: 5.25em;
+ margin-bottom: var(--space-xxl);
+ margin-right: 5.25em;
+ margin-right: var(--space-xxl)
+}
+
+.margin-xxxxs {
+ margin: 0.125em;
+ margin: var(--space-xxxxs)
+}
+
+.margin-xxxs {
+ margin: 0.25em;
+ margin: var(--space-xxxs)
+}
+
+.margin-xxs {
+ margin: 0.375em;
+ margin: var(--space-xxs)
+}
+
+.margin-xs {
+ margin: 0.5em;
+ margin: var(--space-xs)
+}
+
+.margin-sm {
+ margin: 0.75em;
+ margin: var(--space-sm)
+}
+
+.margin-md {
+ margin: 1.25em;
+ margin: var(--space-md)
+}
+
+.margin-lg {
+ margin: 2em;
+ margin: var(--space-lg)
+}
+
+.margin-xl {
+ margin: 3.25em;
+ margin: var(--space-xl)
+}
+
+.margin-xxl {
+ margin: 5.25em;
+ margin: var(--space-xxl)
+}
+
+.margin-xxxl {
+ margin: 8.5em;
+ margin: var(--space-xxxl)
+}
+
+.margin-xxxxl {
+ margin: 13.75em;
+ margin: var(--space-xxxxl)
+}
+
+.margin-auto {
+ margin: auto
+}
+
+.margin-top-xxxxs {
+ margin-top: 0.125em;
+ margin-top: var(--space-xxxxs)
+}
+
+.margin-top-xxxs {
+ margin-top: 0.25em;
+ margin-top: var(--space-xxxs)
+}
+
+.margin-top-xxs {
+ margin-top: 0.375em;
+ margin-top: var(--space-xxs)
+}
+
+.margin-top-xs {
+ margin-top: 0.5em;
+ margin-top: var(--space-xs)
+}
+
+.margin-top-sm {
+ margin-top: 0.75em;
+ margin-top: var(--space-sm)
+}
+
+.margin-top-md {
+ margin-top: 1.25em;
+ margin-top: var(--space-md)
+}
+
+.margin-top-lg {
+ margin-top: 2em;
+ margin-top: var(--space-lg)
+}
+
+.margin-top-xl {
+ margin-top: 3.25em;
+ margin-top: var(--space-xl)
+}
+
+.margin-top-xxl {
+ margin-top: 5.25em;
+ margin-top: var(--space-xxl)
+}
+
+.margin-top-xxxl {
+ margin-top: 8.5em;
+ margin-top: var(--space-xxxl)
+}
+
+.margin-top-xxxxl {
+ margin-top: 13.75em;
+ margin-top: var(--space-xxxxl)
+}
+
+.margin-top-auto {
+ margin-top: auto
+}
+
+.margin-bottom-xxxxs {
+ margin-bottom: 0.125em;
+ margin-bottom: var(--space-xxxxs)
+}
+
+.margin-bottom-xxxs {
+ margin-bottom: 0.25em;
+ margin-bottom: var(--space-xxxs)
+}
+
+.margin-bottom-xxs {
+ margin-bottom: 0.375em;
+ margin-bottom: var(--space-xxs)
+}
+
+.margin-bottom-xs {
+ margin-bottom: 0.5em;
+ margin-bottom: var(--space-xs)
+}
+
+.margin-bottom-sm {
+ margin-bottom: 0.75em;
+ margin-bottom: var(--space-sm)
+}
+
+.margin-bottom-md {
+ margin-bottom: 1.25em;
+ margin-bottom: var(--space-md)
+}
+
+.margin-bottom-lg {
+ margin-bottom: 2em;
+ margin-bottom: var(--space-lg)
+}
+
+.margin-bottom-xl {
+ margin-bottom: 3.25em;
+ margin-bottom: var(--space-xl)
+}
+
+.margin-bottom-xxl {
+ margin-bottom: 5.25em;
+ margin-bottom: var(--space-xxl)
+}
+
+.margin-bottom-xxxl {
+ margin-bottom: 8.5em;
+ margin-bottom: var(--space-xxxl)
+}
+
+.margin-bottom-xxxxl {
+ margin-bottom: 13.75em;
+ margin-bottom: var(--space-xxxxl)
+}
+
+.margin-bottom-auto {
+ margin-bottom: auto
+}
+
+.margin-right-xxxxs {
+ margin-right: 0.125em;
+ margin-right: var(--space-xxxxs)
+}
+
+.margin-right-xxxs {
+ margin-right: 0.25em;
+ margin-right: var(--space-xxxs)
+}
+
+.margin-right-xxs {
+ margin-right: 0.375em;
+ margin-right: var(--space-xxs)
+}
+
+.margin-right-xs {
+ margin-right: 0.5em;
+ margin-right: var(--space-xs)
+}
+
+.margin-right-sm {
+ margin-right: 0.75em;
+ margin-right: var(--space-sm)
+}
+
+.margin-right-md {
+ margin-right: 1.25em;
+ margin-right: var(--space-md)
+}
+
+.margin-right-lg {
+ margin-right: 2em;
+ margin-right: var(--space-lg)
+}
+
+.margin-right-xl {
+ margin-right: 3.25em;
+ margin-right: var(--space-xl)
+}
+
+.margin-right-xxl {
+ margin-right: 5.25em;
+ margin-right: var(--space-xxl)
+}
+
+.margin-right-xxxl {
+ margin-right: 8.5em;
+ margin-right: var(--space-xxxl)
+}
+
+.margin-right-xxxxl {
+ margin-right: 13.75em;
+ margin-right: var(--space-xxxxl)
+}
+
+.margin-right-auto {
+ margin-right: auto
+}
+
+.margin-left-xxxxs {
+ margin-left: 0.125em;
+ margin-left: var(--space-xxxxs)
+}
+
+.margin-left-xxxs {
+ margin-left: 0.25em;
+ margin-left: var(--space-xxxs)
+}
+
+.margin-left-xxs {
+ margin-left: 0.375em;
+ margin-left: var(--space-xxs)
+}
+
+.margin-left-xs {
+ margin-left: 0.5em;
+ margin-left: var(--space-xs)
+}
+
+.margin-left-sm {
+ margin-left: 0.75em;
+ margin-left: var(--space-sm)
+}
+
+.margin-left-md {
+ margin-left: 1.25em;
+ margin-left: var(--space-md)
+}
+
+.margin-left-lg {
+ margin-left: 2em;
+ margin-left: var(--space-lg)
+}
+
+.margin-left-xl {
+ margin-left: 3.25em;
+ margin-left: var(--space-xl)
+}
+
+.margin-left-xxl {
+ margin-left: 5.25em;
+ margin-left: var(--space-xxl)
+}
+
+.margin-left-xxxl {
+ margin-left: 8.5em;
+ margin-left: var(--space-xxxl)
+}
+
+.margin-left-xxxxl {
+ margin-left: 13.75em;
+ margin-left: var(--space-xxxxl)
+}
+
+.margin-left-auto {
+ margin-left: auto
+}
+
+.margin-x-xxxxs {
+ margin-left: 0.125em;
+ margin-left: var(--space-xxxxs);
+ margin-right: 0.125em;
+ margin-right: var(--space-xxxxs)
+}
+
+.margin-x-xxxs {
+ margin-left: 0.25em;
+ margin-left: var(--space-xxxs);
+ margin-right: 0.25em;
+ margin-right: var(--space-xxxs)
+}
+
+.margin-x-xxs {
+ margin-left: 0.375em;
+ margin-left: var(--space-xxs);
+ margin-right: 0.375em;
+ margin-right: var(--space-xxs)
+}
+
+.margin-x-xs {
+ margin-left: 0.5em;
+ margin-left: var(--space-xs);
+ margin-right: 0.5em;
+ margin-right: var(--space-xs)
+}
+
+.margin-x-sm {
+ margin-left: 0.75em;
+ margin-left: var(--space-sm);
+ margin-right: 0.75em;
+ margin-right: var(--space-sm)
+}
+
+.margin-x-md {
+ margin-left: 1.25em;
+ margin-left: var(--space-md);
+ margin-right: 1.25em;
+ margin-right: var(--space-md)
+}
+
+.margin-x-lg {
+ margin-left: 2em;
+ margin-left: var(--space-lg);
+ margin-right: 2em;
+ margin-right: var(--space-lg)
+}
+
+.margin-x-xl {
+ margin-left: 3.25em;
+ margin-left: var(--space-xl);
+ margin-right: 3.25em;
+ margin-right: var(--space-xl)
+}
+
+.margin-x-xxl {
+ margin-left: 5.25em;
+ margin-left: var(--space-xxl);
+ margin-right: 5.25em;
+ margin-right: var(--space-xxl)
+}
+
+.margin-x-xxxl {
+ margin-left: 8.5em;
+ margin-left: var(--space-xxxl);
+ margin-right: 8.5em;
+ margin-right: var(--space-xxxl)
+}
+
+.margin-x-xxxxl {
+ margin-left: 13.75em;
+ margin-left: var(--space-xxxxl);
+ margin-right: 13.75em;
+ margin-right: var(--space-xxxxl)
+}
+
+.margin-x-auto {
+ margin-left: auto;
+ margin-right: auto
+}
+
+.margin-y-xxxxs {
+ margin-top: 0.125em;
+ margin-top: var(--space-xxxxs);
+ margin-bottom: 0.125em;
+ margin-bottom: var(--space-xxxxs)
+}
+
+.margin-y-xxxs {
+ margin-top: 0.25em;
+ margin-top: var(--space-xxxs);
+ margin-bottom: 0.25em;
+ margin-bottom: var(--space-xxxs)
+}
+
+.margin-y-xxs {
+ margin-top: 0.375em;
+ margin-top: var(--space-xxs);
+ margin-bottom: 0.375em;
+ margin-bottom: var(--space-xxs)
+}
+
+.margin-y-xs {
+ margin-top: 0.5em;
+ margin-top: var(--space-xs);
+ margin-bottom: 0.5em;
+ margin-bottom: var(--space-xs)
+}
+
+.margin-y-sm {
+ margin-top: 0.75em;
+ margin-top: var(--space-sm);
+ margin-bottom: 0.75em;
+ margin-bottom: var(--space-sm)
+}
+
+.margin-y-md {
+ margin-top: 1.25em;
+ margin-top: var(--space-md);
+ margin-bottom: 1.25em;
+ margin-bottom: var(--space-md)
+}
+
+.margin-y-lg {
+ margin-top: 2em;
+ margin-top: var(--space-lg);
+ margin-bottom: 2em;
+ margin-bottom: var(--space-lg)
+}
+
+.margin-y-xl {
+ margin-top: 3.25em;
+ margin-top: var(--space-xl);
+ margin-bottom: 3.25em;
+ margin-bottom: var(--space-xl)
+}
+
+.margin-y-xxl {
+ margin-top: 5.25em;
+ margin-top: var(--space-xxl);
+ margin-bottom: 5.25em;
+ margin-bottom: var(--space-xxl)
+}
+
+.margin-y-xxxl {
+ margin-top: 8.5em;
+ margin-top: var(--space-xxxl);
+ margin-bottom: 8.5em;
+ margin-bottom: var(--space-xxxl)
+}
+
+.margin-y-xxxxl {
+ margin-top: 13.75em;
+ margin-top: var(--space-xxxxl);
+ margin-bottom: 13.75em;
+ margin-bottom: var(--space-xxxxl)
+}
+
+.margin-y-auto {
+ margin-top: auto;
+ margin-bottom: auto
+}
+
+@media not all and (min-width: 32rem) {
+ .has-margin\@xs {
+ margin: 0 !important
+ }
+}
+
+@media not all and (min-width: 48rem) {
+ .has-margin\@sm {
+ margin: 0 !important
+ }
+}
+
+@media not all and (min-width: 64rem) {
+ .has-margin\@md {
+ margin: 0 !important
+ }
+}
+
+@media not all and (min-width: 80rem) {
+ .has-margin\@lg {
+ margin: 0 !important
+ }
+}
+
+@media not all and (min-width: 90rem) {
+ .has-margin\@xl {
+ margin: 0 !important
+ }
+}
+
+.padding-md {
+ padding: 1.25em;
+ padding: var(--space-md)
+}
+
+.padding-xxxxs {
+ padding: 0.125em;
+ padding: var(--space-xxxxs)
+}
+
+.padding-xxxs {
+ padding: 0.25em;
+ padding: var(--space-xxxs)
+}
+
+.padding-xxs {
+ padding: 0.375em;
+ padding: var(--space-xxs)
+}
+
+.padding-xs {
+ padding: 0.5em;
+ padding: var(--space-xs)
+}
+
+.padding-sm {
+ padding: 0.75em;
+ padding: var(--space-sm)
+}
+
+.padding-lg {
+ padding: 2em;
+ padding: var(--space-lg)
+}
+
+.padding-xl {
+ padding: 3.25em;
+ padding: var(--space-xl)
+}
+
+.padding-xxl {
+ padding: 5.25em;
+ padding: var(--space-xxl)
+}
+
+.padding-xxxl {
+ padding: 8.5em;
+ padding: var(--space-xxxl)
+}
+
+.padding-xxxxl {
+ padding: 13.75em;
+ padding: var(--space-xxxxl)
+}
+
+.padding-component {
+ padding: 1.25em;
+ padding: var(--component-padding)
+}
+
+.padding-top-md {
+ padding-top: 1.25em;
+ padding-top: var(--space-md)
+}
+
+.padding-top-xxxxs {
+ padding-top: 0.125em;
+ padding-top: var(--space-xxxxs)
+}
+
+.padding-top-xxxs {
+ padding-top: 0.25em;
+ padding-top: var(--space-xxxs)
+}
+
+.padding-top-xxs {
+ padding-top: 0.375em;
+ padding-top: var(--space-xxs)
+}
+
+.padding-top-xs {
+ padding-top: 0.5em;
+ padding-top: var(--space-xs)
+}
+
+.padding-top-sm {
+ padding-top: 0.75em;
+ padding-top: var(--space-sm)
+}
+
+.padding-top-lg {
+ padding-top: 2em;
+ padding-top: var(--space-lg)
+}
+
+.padding-top-xl {
+ padding-top: 3.25em;
+ padding-top: var(--space-xl)
+}
+
+.padding-top-xxl {
+ padding-top: 5.25em;
+ padding-top: var(--space-xxl)
+}
+
+.padding-top-xxxl {
+ padding-top: 8.5em;
+ padding-top: var(--space-xxxl)
+}
+
+.padding-top-xxxxl {
+ padding-top: 13.75em;
+ padding-top: var(--space-xxxxl)
+}
+
+.padding-top-component {
+ padding-top: 1.25em;
+ padding-top: var(--component-padding)
+}
+
+.padding-bottom-md {
+ padding-bottom: 1.25em;
+ padding-bottom: var(--space-md)
+}
+
+.padding-bottom-xxxxs {
+ padding-bottom: 0.125em;
+ padding-bottom: var(--space-xxxxs)
+}
+
+.padding-bottom-xxxs {
+ padding-bottom: 0.25em;
+ padding-bottom: var(--space-xxxs)
+}
+
+.padding-bottom-xxs {
+ padding-bottom: 0.375em;
+ padding-bottom: var(--space-xxs)
+}
+
+.padding-bottom-xs {
+ padding-bottom: 0.5em;
+ padding-bottom: var(--space-xs)
+}
+
+.padding-bottom-sm {
+ padding-bottom: 0.75em;
+ padding-bottom: var(--space-sm)
+}
+
+.padding-bottom-lg {
+ padding-bottom: 2em;
+ padding-bottom: var(--space-lg)
+}
+
+.padding-bottom-xl {
+ padding-bottom: 3.25em;
+ padding-bottom: var(--space-xl)
+}
+
+.padding-bottom-xxl {
+ padding-bottom: 5.25em;
+ padding-bottom: var(--space-xxl)
+}
+
+.padding-bottom-xxxl {
+ padding-bottom: 8.5em;
+ padding-bottom: var(--space-xxxl)
+}
+
+.padding-bottom-xxxxl {
+ padding-bottom: 13.75em;
+ padding-bottom: var(--space-xxxxl)
+}
+
+.padding-bottom-component {
+ padding-bottom: 1.25em;
+ padding-bottom: var(--component-padding)
+}
+
+.padding-right-md {
+ padding-right: 1.25em;
+ padding-right: var(--space-md)
+}
+
+.padding-right-xxxxs {
+ padding-right: 0.125em;
+ padding-right: var(--space-xxxxs)
+}
+
+.padding-right-xxxs {
+ padding-right: 0.25em;
+ padding-right: var(--space-xxxs)
+}
+
+.padding-right-xxs {
+ padding-right: 0.375em;
+ padding-right: var(--space-xxs)
+}
+
+.padding-right-xs {
+ padding-right: 0.5em;
+ padding-right: var(--space-xs)
+}
+
+.padding-right-sm {
+ padding-right: 0.75em;
+ padding-right: var(--space-sm)
+}
+
+.padding-right-lg {
+ padding-right: 2em;
+ padding-right: var(--space-lg)
+}
+
+.padding-right-xl {
+ padding-right: 3.25em;
+ padding-right: var(--space-xl)
+}
+
+.padding-right-xxl {
+ padding-right: 5.25em;
+ padding-right: var(--space-xxl)
+}
+
+.padding-right-xxxl {
+ padding-right: 8.5em;
+ padding-right: var(--space-xxxl)
+}
+
+.padding-right-xxxxl {
+ padding-right: 13.75em;
+ padding-right: var(--space-xxxxl)
+}
+
+.padding-right-component {
+ padding-right: 1.25em;
+ padding-right: var(--component-padding)
+}
+
+.padding-left-md {
+ padding-left: 1.25em;
+ padding-left: var(--space-md)
+}
+
+.padding-left-xxxxs {
+ padding-left: 0.125em;
+ padding-left: var(--space-xxxxs)
+}
+
+.padding-left-xxxs {
+ padding-left: 0.25em;
+ padding-left: var(--space-xxxs)
+}
+
+.padding-left-xxs {
+ padding-left: 0.375em;
+ padding-left: var(--space-xxs)
+}
+
+.padding-left-xs {
+ padding-left: 0.5em;
+ padding-left: var(--space-xs)
+}
+
+.padding-left-sm {
+ padding-left: 0.75em;
+ padding-left: var(--space-sm)
+}
+
+.padding-left-lg {
+ padding-left: 2em;
+ padding-left: var(--space-lg)
+}
+
+.padding-left-xl {
+ padding-left: 3.25em;
+ padding-left: var(--space-xl)
+}
+
+.padding-left-xxl {
+ padding-left: 5.25em;
+ padding-left: var(--space-xxl)
+}
+
+.padding-left-xxxl {
+ padding-left: 8.5em;
+ padding-left: var(--space-xxxl)
+}
+
+.padding-left-xxxxl {
+ padding-left: 13.75em;
+ padding-left: var(--space-xxxxl)
+}
+
+.padding-left-component {
+ padding-left: 1.25em;
+ padding-left: var(--component-padding)
+}
+
+.padding-x-md {
+ padding-left: 1.25em;
+ padding-left: var(--space-md);
+ padding-right: 1.25em;
+ padding-right: var(--space-md)
+}
+
+.padding-x-xxxxs {
+ padding-left: 0.125em;
+ padding-left: var(--space-xxxxs);
+ padding-right: 0.125em;
+ padding-right: var(--space-xxxxs)
+}
+
+.padding-x-xxxs {
+ padding-left: 0.25em;
+ padding-left: var(--space-xxxs);
+ padding-right: 0.25em;
+ padding-right: var(--space-xxxs)
+}
+
+.padding-x-xxs {
+ padding-left: 0.375em;
+ padding-left: var(--space-xxs);
+ padding-right: 0.375em;
+ padding-right: var(--space-xxs)
+}
+
+.padding-x-xs {
+ padding-left: 0.5em;
+ padding-left: var(--space-xs);
+ padding-right: 0.5em;
+ padding-right: var(--space-xs)
+}
+
+.padding-x-sm {
+ padding-left: 0.75em;
+ padding-left: var(--space-sm);
+ padding-right: 0.75em;
+ padding-right: var(--space-sm)
+}
+
+.padding-x-lg {
+ padding-left: 2em;
+ padding-left: var(--space-lg);
+ padding-right: 2em;
+ padding-right: var(--space-lg)
+}
+
+.padding-x-xl {
+ padding-left: 3.25em;
+ padding-left: var(--space-xl);
+ padding-right: 3.25em;
+ padding-right: var(--space-xl)
+}
+
+.padding-x-xxl {
+ padding-left: 5.25em;
+ padding-left: var(--space-xxl);
+ padding-right: 5.25em;
+ padding-right: var(--space-xxl)
+}
+
+.padding-x-xxxl {
+ padding-left: 8.5em;
+ padding-left: var(--space-xxxl);
+ padding-right: 8.5em;
+ padding-right: var(--space-xxxl)
+}
+
+.padding-x-xxxxl {
+ padding-left: 13.75em;
+ padding-left: var(--space-xxxxl);
+ padding-right: 13.75em;
+ padding-right: var(--space-xxxxl)
+}
+
+.padding-x-component {
+ padding-left: 1.25em;
+ padding-left: var(--component-padding);
+ padding-right: 1.25em;
+ padding-right: var(--component-padding)
+}
+
+.padding-y-md {
+ padding-top: 1.25em;
+ padding-top: var(--space-md);
+ padding-bottom: 1.25em;
+ padding-bottom: var(--space-md)
+}
+
+.padding-y-xxxxs {
+ padding-top: 0.125em;
+ padding-top: var(--space-xxxxs);
+ padding-bottom: 0.125em;
+ padding-bottom: var(--space-xxxxs)
+}
+
+.padding-y-xxxs {
+ padding-top: 0.25em;
+ padding-top: var(--space-xxxs);
+ padding-bottom: 0.25em;
+ padding-bottom: var(--space-xxxs)
+}
+
+.padding-y-xxs {
+ padding-top: 0.375em;
+ padding-top: var(--space-xxs);
+ padding-bottom: 0.375em;
+ padding-bottom: var(--space-xxs)
+}
+
+.padding-y-xs {
+ padding-top: 0.5em;
+ padding-top: var(--space-xs);
+ padding-bottom: 0.5em;
+ padding-bottom: var(--space-xs)
+}
+
+.padding-y-sm {
+ padding-top: 0.75em;
+ padding-top: var(--space-sm);
+ padding-bottom: 0.75em;
+ padding-bottom: var(--space-sm)
+}
+
+.padding-y-lg {
+ padding-top: 2em;
+ padding-top: var(--space-lg);
+ padding-bottom: 2em;
+ padding-bottom: var(--space-lg)
+}
+
+.padding-y-xl {
+ padding-top: 3.25em;
+ padding-top: var(--space-xl);
+ padding-bottom: 3.25em;
+ padding-bottom: var(--space-xl)
+}
+
+.padding-y-xxl {
+ padding-top: 5.25em;
+ padding-top: var(--space-xxl);
+ padding-bottom: 5.25em;
+ padding-bottom: var(--space-xxl)
+}
+
+.padding-y-xxxl {
+ padding-top: 8.5em;
+ padding-top: var(--space-xxxl);
+ padding-bottom: 8.5em;
+ padding-bottom: var(--space-xxxl)
+}
+
+.padding-y-xxxxl {
+ padding-top: 13.75em;
+ padding-top: var(--space-xxxxl);
+ padding-bottom: 13.75em;
+ padding-bottom: var(--space-xxxxl)
+}
+
+.padding-y-component {
+ padding-top: 1.25em;
+ padding-top: var(--component-padding);
+ padding-bottom: 1.25em;
+ padding-bottom: var(--component-padding)
+}
+
+@media not all and (min-width: 32rem) {
+ .has-padding\@xs {
+ padding: 0 !important
+ }
+}
+
+@media not all and (min-width: 48rem) {
+ .has-padding\@sm {
+ padding: 0 !important
+ }
+}
+
+@media not all and (min-width: 64rem) {
+ .has-padding\@md {
+ padding: 0 !important
+ }
+}
+
+@media not all and (min-width: 80rem) {
+ .has-padding\@lg {
+ padding: 0 !important
+ }
+}
+
+@media not all and (min-width: 90rem) {
+ .has-padding\@xl {
+ padding: 0 !important
+ }
+}
+
+.truncate {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap
+}
+
+.text-replace {
+ overflow: hidden;
+ color: transparent;
+ text-indent: 100%;
+ white-space: nowrap
+}
+
+.text-center {
+ text-align: center
+}
+
+.text-left {
+ text-align: left
+}
+
+.text-right {
+ text-align: right
+}
+
+@media (min-width: 32rem) {
+ .text-center\@xs {
+ text-align: center
+ }
+ .text-left\@xs {
+ text-align: left
+ }
+ .text-right\@xs {
+ text-align: right
+ }
+}
+
+@media (min-width: 48rem) {
+ .text-center\@sm {
+ text-align: center
+ }
+ .text-left\@sm {
+ text-align: left
+ }
+ .text-right\@sm {
+ text-align: right
+ }
+}
+
+@media (min-width: 64rem) {
+ .text-center\@md {
+ text-align: center
+ }
+ .text-left\@md {
+ text-align: left
+ }
+ .text-right\@md {
+ text-align: right
+ }
+}
+
+@media (min-width: 80rem) {
+ .text-center\@lg {
+ text-align: center
+ }
+ .text-left\@lg {
+ text-align: left
+ }
+ .text-right\@lg {
+ text-align: right
+ }
+}
+
+@media (min-width: 90rem) {
+ .text-center\@xl {
+ text-align: center
+ }
+ .text-left\@xl {
+ text-align: left
+ }
+ .text-right\@xl {
+ text-align: right
+ }
+}
+
+.color-inherit {
+ color: inherit
+}
+
+.color-contrast-medium {
+ color: hsl(240, 1%, 48%);
+ color: var(--color-contrast-medium, #79797c)
+}
+
+.color-contrast-high {
+ color: hsl(240, 4%, 20%);
+ color: var(--color-contrast-high, #313135)
+}
+
+.color-contrast-higher {
+ color: hsl(240, 8%, 12%);
+ color: var(--color-contrast-higher, #1c1c21)
+}
+
+.color-primary {
+ color: hsl(220, 90%, 56%);
+ color: var(--color-primary, #2a6df4)
+}
+
+.color-accent {
+ color: hsl(355, 90%, 61%);
+ color: var(--color-accent, #f54251)
+}
+
+.color-success {
+ color: hsl(94, 48%, 56%);
+ color: var(--color-success, #88c559)
+}
+
+.color-warning {
+ color: hsl(46, 100%, 61%);
+ color: var(--color-warning, #ffd138)
+}
+
+.color-error {
+ color: hsl(355, 90%, 61%);
+ color: var(--color-error, #f54251)
+}
+
+.width-100\% {
+ width: 100%
+}
+
+.height-100\% {
+ height: 100%
+}
+
+.media-wrapper {
+ position: relative;
+ height: 0;
+ padding-bottom: 56.25%
+}
+
+.media-wrapper iframe, .media-wrapper video, .media-wrapper img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%
+}
+
+.media-wrapper video, .media-wrapper img {
+ -o-object-fit: cover;
+ object-fit: cover
+}
+
+.media-wrapper--4\:3 {
+ padding-bottom: 75%
+}
+
+:root, [data-theme="default"] {
+ --color-primary-darker: hsl(220, 90%, 36%);
+ --color-primary-darker-h: 220;
+ --color-primary-darker-s: 90%;
+ --color-primary-darker-l: 36%;
+ --color-primary-dark: hsl(220, 90%, 46%);
+ --color-primary-dark-h: 220;
+ --color-primary-dark-s: 90%;
+ --color-primary-dark-l: 46%;
+ --color-primary: hsl(220, 90%, 56%);
+ --color-primary-h: 220;
+ --color-primary-s: 90%;
+ --color-primary-l: 56%;
+ --color-primary-light: hsl(220, 90%, 66%);
+ --color-primary-light-h: 220;
+ --color-primary-light-s: 90%;
+ --color-primary-light-l: 66%;
+ --color-primary-lighter: hsl(220, 90%, 76%);
+ --color-primary-lighter-h: 220;
+ --color-primary-lighter-s: 90%;
+ --color-primary-lighter-l: 76%;
+ --color-accent-darker: hsl(355, 90%, 41%);
+ --color-accent-darker-h: 355;
+ --color-accent-darker-s: 90%;
+ --color-accent-darker-l: 41%;
+ --color-accent-dark: hsl(355, 90%, 51%);
+ --color-accent-dark-h: 355;
+ --color-accent-dark-s: 90%;
+ --color-accent-dark-l: 51%;
+ --color-accent: hsl(355, 90%, 61%);
+ --color-accent-h: 355;
+ --color-accent-s: 90%;
+ --color-accent-l: 61%;
+ --color-accent-light: hsl(355, 90%, 71%);
+ --color-accent-light-h: 355;
+ --color-accent-light-s: 90%;
+ --color-accent-light-l: 71%;
+ --color-accent-lighter: hsl(355, 90%, 81%);
+ --color-accent-lighter-h: 355;
+ --color-accent-lighter-s: 90%;
+ --color-accent-lighter-l: 81%;
+ --color-black: hsl(240, 8%, 12%);
+ --color-black-h: 240;
+ --color-black-s: 8%;
+ --color-black-l: 12%;
+ --color-white: hsl(0, 0%, 100%);
+ --color-white-h: 0;
+ --color-white-s: 0%;
+ --color-white-l: 100%;
+ --color-success-darker: hsl(94, 48%, 36%);
+ --color-success-darker-h: 94;
+ --color-success-darker-s: 48%;
+ --color-success-darker-l: 36%;
+ --color-success-dark: hsl(94, 48%, 46%);
+ --color-success-dark-h: 94;
+ --color-success-dark-s: 48%;
+ --color-success-dark-l: 46%;
+ --color-success: hsl(94, 48%, 56%);
+ --color-success-h: 94;
+ --color-success-s: 48%;
+ --color-success-l: 56%;
+ --color-success-light: hsl(94, 48%, 66%);
+ --color-success-light-h: 94;
+ --color-success-light-s: 48%;
+ --color-success-light-l: 66%;
+ --color-success-lighter: hsl(94, 48%, 76%);
+ --color-success-lighter-h: 94;
+ --color-success-lighter-s: 48%;
+ --color-success-lighter-l: 76%;
+ --color-error-darker: hsl(355, 90%, 41%);
+ --color-error-darker-h: 355;
+ --color-error-darker-s: 90%;
+ --color-error-darker-l: 41%;
+ --color-error-dark: hsl(355, 90%, 51%);
+ --color-error-dark-h: 355;
+ --color-error-dark-s: 90%;
+ --color-error-dark-l: 51%;
+ --color-error: hsl(355, 90%, 61%);
+ --color-error-h: 355;
+ --color-error-s: 90%;
+ --color-error-l: 61%;
+ --color-error-light: hsl(355, 90%, 71%);
+ --color-error-light-h: 355;
+ --color-error-light-s: 90%;
+ --color-error-light-l: 71%;
+ --color-error-lighter: hsl(355, 90%, 81%);
+ --color-error-lighter-h: 355;
+ --color-error-lighter-s: 90%;
+ --color-error-lighter-l: 81%;
+ --color-warning-darker: hsl(46, 100%, 41%);
+ --color-warning-darker-h: 46;
+ --color-warning-darker-s: 100%;
+ --color-warning-darker-l: 41%;
+ --color-warning-dark: hsl(46, 100%, 51%);
+ --color-warning-dark-h: 46;
+ --color-warning-dark-s: 100%;
+ --color-warning-dark-l: 51%;
+ --color-warning: hsl(46, 100%, 61%);
+ --color-warning-h: 46;
+ --color-warning-s: 100%;
+ --color-warning-l: 61%;
+ --color-warning-light: hsl(46, 100%, 71%);
+ --color-warning-light-h: 46;
+ --color-warning-light-s: 100%;
+ --color-warning-light-l: 71%;
+ --color-warning-lighter: hsl(46, 100%, 81%);
+ --color-warning-lighter-h: 46;
+ --color-warning-lighter-s: 100%;
+ --color-warning-lighter-l: 81%;
+ --color-bg: hsl(0, 0%, 100%);
+ --color-bg-h: 0;
+ --color-bg-s: 0%;
+ --color-bg-l: 100%;
+ --color-contrast-lower: hsl(0, 0%, 95%);
+ --color-contrast-lower-h: 0;
+ --color-contrast-lower-s: 0%;
+ --color-contrast-lower-l: 95%;
+ --color-contrast-low: hsl(240, 1%, 83%);
+ --color-contrast-low-h: 240;
+ --color-contrast-low-s: 1%;
+ --color-contrast-low-l: 83%;
+ --color-contrast-medium: hsl(240, 1%, 48%);
+ --color-contrast-medium-h: 240;
+ --color-contrast-medium-s: 1%;
+ --color-contrast-medium-l: 48%;
+ --color-contrast-high: hsl(240, 4%, 20%);
+ --color-contrast-high-h: 240;
+ --color-contrast-high-s: 4%;
+ --color-contrast-high-l: 20%;
+ --color-contrast-higher: hsl(240, 8%, 12%);
+ --color-contrast-higher-h: 240;
+ --color-contrast-higher-s: 8%;
+ --color-contrast-higher-l: 12%
+}
+
+@supports (--css: variables) {
+ @media (min-width: 64rem) {
+ :root {
+ --space-unit: 1.25em
+ }
+ }
+}
+
+:root {
+ --radius: 0.25em
+}
+
+:root {
+ --font-primary: sans-serif;
+ --text-base-size: 1em;
+ --text-scale-ratio: 1.2;
+ --text-xs: calc(1em/var(--text-scale-ratio)/var(--text-scale-ratio));
+ --text-sm: calc(var(--text-xs)*var(--text-scale-ratio));
+ --text-md: calc(var(--text-sm)*var(--text-scale-ratio)*var(--text-scale-ratio));
+ --text-lg: calc(var(--text-md)*var(--text-scale-ratio));
+ --text-xl: calc(var(--text-lg)*var(--text-scale-ratio));
+ --text-xxl: calc(var(--text-xl)*var(--text-scale-ratio));
+ --text-xxxl: calc(var(--text-xxl)*var(--text-scale-ratio));
+ --body-line-height: 1.4;
+ --heading-line-height: 1.2;
+ --font-primary-capital-letter: 1
+}
+
+@supports (--css: variables) {
+ @media (min-width: 64rem) {
+ :root {
+ --text-base-size: 1.25em;
+ --text-scale-ratio: 1.25
+ }
+ }
+}
+
+mark {
+ background-color: hsla(355, 90%, 61%, 0.2);
+ background-color: hsla(var(--color-accent-h), var(--color-accent-s), var(--color-accent-l), 0.2);
+ color: inherit
+}
+
+.text-component {
+ --line-height-multiplier: 1;
+ --text-vspace-multiplier: 1
+}
+
+.text-component blockquote {
+ padding-left: 1em;
+ border-left: 4px solid hsl(240, 1%, 83%);
+ border-left: 4px solid var(--color-contrast-low)
+}
+
+.text-component hr {
+ background: hsl(240, 1%, 83%);
+ background: var(--color-contrast-low);
+ height: 1px
+}
+
+.text-component figcaption {
+ font-size: 0.83333em;
+ font-size: var(--text-sm);
+ color: hsl(240, 1%, 48%);
+ color: var(--color-contrast-medium)
+}
+
+.article.text-component {
+ --line-height-multiplier: 1.13;
+ --text-vspace-multiplier: 1.2
+}
+
+:root {
+ --btn-font-size: 1em;
+ --btn-font-size-sm: calc(var(--btn-font-size) - 0.2em);
+ --btn-font-size-md: calc(var(--btn-font-size) + 0.2em);
+ --btn-font-size-lg: calc(var(--btn-font-size) + 0.4em);
+ --btn-radius: 0.25em;
+ --btn-padding-x: var(--space-sm);
+ --btn-padding-y: var(--space-xs)
+}
+
+.btn {
+ --color-shadow: hsla(240, 8%, 12%, 0.15);
+ --color-shadow: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.15);
+ box-shadow: 0 4px 16px hsla(240, 8%, 12%, 0.15);
+ box-shadow: 0 4px 16px hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.15);
+ cursor: pointer
+}
+
+.btn--primary {
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale
+}
+
+.btn--accent {
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale
+}
+
+.btn--disabled {
+ opacity: 0.6
+}
+
+:root {
+ --form-control-padding-x: var(--space-sm);
+ --form-control-padding-y: var(--space-xs);
+ --form-control-radius: 0.25em
+}
+
+.form-control {
+ border: 2px solid hsl(240, 1%, 83%);
+ border: 2px solid var(--color-contrast-low)
+}
+
+.form-control:focus {
+ outline: none;
+ border-color: hsl(220, 90%, 56%);
+ border-color: var(--color-primary);
+ --color-shadow: hsla(220, 90%, 56%, 0.2);
+ --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
+ box-shadow: undefined;
+ box-shadow: 0 0 0 3px var(--color-shadow)
+}
+
+.form-control:focus:focus {
+ box-shadow: 0 0 0 3px hsla(220, 90%, 56%, 0.2);
+ box-shadow: 0 0 0 3px var(--color-shadow)
+}
+
+.form-control[aria-invalid="true"] {
+ border-color: hsl(355, 90%, 61%);
+ border-color: var(--color-error)
+}
+
+.form-control[aria-invalid="true"]:focus {
+ --color-shadow: hsla(355, 90%, 61%, 0.2);
+ --color-shadow: hsla(var(--color-error-h), var(--color-error-s), var(--color-error-l), 0.2);
+ box-shadow: undefined;
+ box-shadow: 0 0 0 3px var(--color-shadow)
+}
+
+.form-control[aria-invalid="true"]:focus:focus {
+ box-shadow: 0 0 0 3px hsla(355, 90%, 61%, 0.2);
+ box-shadow: 0 0 0 3px var(--color-shadow)
+}
+
+.form-label {
+ font-size: 0.83333em;
+ font-size: var(--text-sm)
+}
+
+:root {
+ --cd-color-1: hsl(206, 21%, 24%);
+ --cd-color-1-h: 206;
+ --cd-color-1-s: 21%;
+ --cd-color-1-l: 24%;
+ --cd-color-2: hsl(205, 38%, 89%);
+ --cd-color-2-h: 205;
+ --cd-color-2-s: 38%;
+ --cd-color-2-l: 89%;
+ --cd-color-3: hsl(207, 10%, 55%);
+ --cd-color-3-h: 207;
+ --cd-color-3-s: 10%;
+ --cd-color-3-l: 55%;
+ --cd-color-4: hsl(111, 51%, 60%);
+ --cd-color-4-h: 111;
+ --cd-color-4-s: 51%;
+ --cd-color-4-l: 60%;
+ --cd-color-5: hsl(356, 53%, 49%);
+ --cd-color-5-h: 356;
+ --cd-color-5-s: 53%;
+ --cd-color-5-l: 49%;
+ --cd-color-6: hsl(47, 85%, 61%);
+ --cd-color-6-h: 47;
+ --cd-color-6-s: 85%;
+ --cd-color-6-l: 61%;
+ --cd-header-height: 200px;
+ --font-primary: 'Droid Serif', serif;
+ --font-secondary: 'Open Sans', sans-serif
+}
+
+@supports (--css: variables) {
+ @media (min-width: 64rem) {
+ :root {
+ --cd-header-height: 300px
+ }
+ }
+}
+
+.cd-main-header {
+ height: 200px;
+ height: var(--cd-header-height);
+ background: hsl(206, 21%, 24%);
+ background: var(--cd-color-1);
+ color: hsl(0, 0%, 100%);
+ color: var(--color-white);
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale
+}
+
+.cd-main-header h1 {
+ color: inherit
+}
+
+.cd-timeline {
+ overflow: hidden;
+ padding: 2em 0;
+ padding: var(--space-lg) 0;
+ color: hsl(207, 10%, 55%);
+ color: var(--cd-color-3);
+ background-color: hsl(205, 38%, 93.45%);
+ background-color: hsl(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*1.05));
+}
+
+.cd-timeline h2 {
+ font-weight: 700
+}
+
+.cd-timeline__container {
+ position: relative;
+ padding: 1.25em 0;
+ padding: var(--space-md) 0
+}
+
+.cd-timeline__container::before {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: 18px;
+ height: 100%;
+ width: 4px;
+ background: hsl(205, 38%, 89%);
+ background: var(--cd-color-2)
+}
+
+@media (min-width: 64rem) {
+ .cd-timeline__container::before {
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ -ms-transform: translateX(-50%);
+ transform: translateX(-50%)
+ }
+}
+
+.cd-timeline__block {
+ display: -ms-flexbox;
+ display: flex;
+ position: relative;
+ z-index: 1;
+ margin-bottom: 2em;
+ margin-bottom: var(--space-lg)
+}
+
+.cd-timeline__block:last-child {
+ margin-bottom: 0
+}
+
+@media (min-width: 64rem) {
+ .cd-timeline__block:nth-child(even) {
+ -ms-flex-direction: row-reverse;
+ flex-direction: row-reverse
+ }
+}
+
+.cd-timeline__img {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-pack: center;
+ justify-content: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ width: 30px;
+ height: 30px;
+ border-radius: 50%;
+ box-shadow: 0 0 0 4px hsl(0, 0%, 100%), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
+ box-shadow: 0 0 0 4px var(--color-white), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05)
+}
+
+.cd-timeline__img i {
+ font-size: 1.5em;
+ color: white;
+}
+
+@media (max-width: 64rem) {
+ .cd-timeline__img i {
+ font-size: 0.9em;
+ }
+}
+
+.cd-timeline__img img {
+ width: 40px;
+ height: 40px;
+ margin-left: 2px;
+ margin-top: 2px;
+}
+
+@media (max-width: 64rem) {
+ .cd-timeline__img img {
+ width: 20px;
+ height: 20px;
+ margin-left: 2px;
+ margin-top: 2px;
+ }
+}
+
+@media (min-width: 64rem) {
+ .cd-timeline__img {
+ width: 60px;
+ height: 60px;
+ -ms-flex-order: 1;
+ order: 1;
+ margin-left: calc(5% - 30px);
+ will-change: transform;
+ }
+
+ .cd-timeline__block:nth-child(even) .cd-timeline__img {
+ margin-right: calc(5% - 30px)
+ }
+}
+
+.cd-timeline__img--picture {
+ background-color: #7289DA;
+}
+
+.cd-timeline__img--movie {
+ background-color: hsl(356, 53%, 49%);
+ background-color: var(--cd-color-5)
+}
+
+.cd-timeline__img--location {
+ background-color: hsl(47, 85%, 61%);
+ background-color: var(--cd-color-6)
+}
+
+.cd-timeline__content {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ position: relative;
+ margin-left: 1.25em;
+ margin-left: var(--space-md);
+ background: hsl(0, 0%, 100%);
+ background: var(--color-white);
+ border-radius: 0.25em;
+ border-radius: var(--radius-md);
+ padding: 1.25em;
+ padding: var(--space-md);
+ box-shadow: 0 3px 0 hsl(205, 38%, 89%);
+ box-shadow: 0 3px 0 var(--cd-color-2)
+}
+
+.cd-timeline__content::before {
+ content: '';
+ position: absolute;
+ top: 16px;
+ right: 100%;
+ width: 0;
+ height: 0;
+ border: 7px solid transparent;
+ border-right-color: hsl(0, 0%, 100%);
+ border-right-color: var(--color-white)
+}
+
+.cd-timeline__content h2 {
+ color: hsl(206, 21%, 24%);
+ color: var(--cd-color-1)
+}
+
+@media (min-width: 64rem) {
+ .cd-timeline__content {
+ width: 45%;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ will-change: transform;
+ margin: 0;
+ font-size: 0.9em;
+ --line-height-multiplier: 1.2
+ }
+ .cd-timeline__content::before {
+ top: 24px
+ }
+ .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
+ right: auto;
+ left: 100%;
+ width: 0;
+ height: 0;
+ border: 7px solid transparent;
+ border-left-color: hsl(0, 0%, 100%);
+ border-left-color: var(--color-white)
+ }
+}
+
+.cd-timeline__date {
+ color: hsla(207, 10%, 55%, 0.7);
+ color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.7)
+}
+
+@media (min-width: 64rem) {
+ .cd-timeline__date {
+ position: absolute;
+ width: 100%;
+ left: 120%;
+ top: 20px
+ }
+ .cd-timeline__block:nth-child(even) .cd-timeline__date {
+ left: auto;
+ right: 120%;
+ text-align: right
+ }
+}
+
+@media (min-width: 64rem) {
+ .cd-timeline__img--hidden, .cd-timeline__content--hidden {
+ visibility: hidden
+ }
+ .cd-timeline__img--bounce-in {
+ -webkit-animation: cd-bounce-1 0.6s;
+ animation: cd-bounce-1 0.6s
+ }
+ .cd-timeline__content--bounce-in {
+ -webkit-animation: cd-bounce-2 0.6s;
+ animation: cd-bounce-2 0.6s
+ }
+ .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
+ -webkit-animation-name: cd-bounce-2-inverse;
+ animation-name: cd-bounce-2-inverse
+ }
+ .cd-timeline__img--bounce-out {
+ -webkit-animation: cd-bounce-out-1 0.6s;
+ animation: cd-bounce-out-1 0.6s;
+ }
+ .cd-timeline__content--bounce-out {
+ -webkit-animation: cd-bounce-out-2 0.6s;
+ animation: cd-bounce-out-2 0.6s;
+ }
+}
+
+@-webkit-keyframes cd-bounce-1 {
+ 0% {
+ opacity: 0;
+ -webkit-transform: scale(0.5);
+ transform: scale(0.5)
+ }
+ 60% {
+ opacity: 1;
+ -webkit-transform: scale(1.2);
+ transform: scale(1.2)
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1)
+ }
+}
+
+@keyframes cd-bounce-1 {
+ 0% {
+ opacity: 0;
+ -webkit-transform: scale(0.5);
+ transform: scale(0.5)
+ }
+ 60% {
+ opacity: 1;
+ -webkit-transform: scale(1.2);
+ transform: scale(1.2)
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1)
+ }
+}
+
+@-webkit-keyframes cd-bounce-2 {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(-100px);
+ transform: translateX(-100px)
+ }
+ 60% {
+ opacity: 1;
+ -webkit-transform: translateX(20px);
+ transform: translateX(20px)
+ }
+ 100% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+}
+
+@keyframes cd-bounce-2 {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(-100px);
+ transform: translateX(-100px)
+ }
+ 60% {
+ opacity: 1;
+ -webkit-transform: translateX(20px);
+ transform: translateX(20px)
+ }
+ 100% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+}
+
+@-webkit-keyframes cd-bounce-2-inverse {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(100px);
+ transform: translateX(100px)
+ }
+ 60% {
+ opacity: 1;
+ -webkit-transform: translateX(-20px);
+ transform: translateX(-20px)
+ }
+ 100% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+}
+
+@keyframes cd-bounce-2-inverse {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(100px);
+ transform: translateX(100px)
+ }
+ 60% {
+ opacity: 1;
+ -webkit-transform: translateX(-20px);
+ transform: translateX(-20px)
+ }
+ 100% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+}
+
+@-webkit-keyframes cd-bounce-out-1 {
+ 0% {
+ opacity: 1;
+ -webkit-transform: scale(1);
+ transform: scale(1)
+ }
+
+ 60% {
+ -webkit-transform: scale(1.2);
+ transform: scale(1.2)
+ }
+
+ 100% {
+ opacity: 0;
+ -webkit-transform: scale(0.5);
+ transform: scale(0.5)
+ }
+}
+
+@keyframes cd-bounce-out-1 {
+ 0% {
+ opacity: 1;
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+
+ 60% {
+ -webkit-transform: scale(1.2);
+ transform: scale(1.2);
+ }
+
+ 100% {
+ opacity: 0;
+ -webkit-transform: scale(0.5);
+ transform: scale(0.5);
+ }
+}
+
+@-webkit-keyframes cd-bounce-out-2 {
+ 0% {
+ opacity: 1;
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ 60% {
+ -webkit-transform: translateX(20px);
+ transform: translateX(20px)
+ }
+ 100% {
+ opacity: 0;
+ -webkit-transform: translateX(-100px);
+ transform: translateX(-100px)
+ }
+}
+
+@keyframes cd-bounce-out-2 {
+ 0% {
+ opacity: 1;
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ 60% {
+ -webkit-transform: translateX(20px);
+ transform: translateX(20px)
+ }
+ 100% {
+ opacity: 0;
+ -webkit-transform: translateX(-100px);
+ transform: translateX(-100px)
+ }
+}
diff --git a/pydis_site/static/images/events/100k.png b/pydis_site/static/images/events/100k.png
new file mode 100644
index 00000000..ae024d77
Binary files /dev/null and b/pydis_site/static/images/events/100k.png differ
diff --git a/pydis_site/static/images/frontpage/welcome.jpg b/pydis_site/static/images/frontpage/welcome.jpg
new file mode 100644
index 00000000..0eb8f672
Binary files /dev/null and b/pydis_site/static/images/frontpage/welcome.jpg differ
diff --git a/pydis_site/static/images/navbar/discord.svg b/pydis_site/static/images/navbar/discord.svg
new file mode 100644
index 00000000..406e3836
--- /dev/null
+++ b/pydis_site/static/images/navbar/discord.svg
@@ -0,0 +1,165 @@
+
+
diff --git a/pydis_site/static/images/navbar/navbar_discordjoin.svg b/pydis_site/static/images/navbar/navbar_discordjoin.svg
deleted file mode 100644
index 75e6b102..00000000
--- a/pydis_site/static/images/navbar/navbar_discordjoin.svg
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-
-
diff --git a/pydis_site/static/images/sponsors/adafruit.png b/pydis_site/static/images/sponsors/adafruit.png
deleted file mode 100644
index eb14cf5d..00000000
Binary files a/pydis_site/static/images/sponsors/adafruit.png and /dev/null differ
diff --git a/pydis_site/static/images/sponsors/notion.png b/pydis_site/static/images/sponsors/notion.png
new file mode 100644
index 00000000..44ae9244
Binary files /dev/null and b/pydis_site/static/images/sponsors/notion.png differ
diff --git a/pydis_site/static/images/sponsors/streamyard.png b/pydis_site/static/images/sponsors/streamyard.png
new file mode 100644
index 00000000..a1527e8d
Binary files /dev/null and b/pydis_site/static/images/sponsors/streamyard.png differ
diff --git a/pydis_site/static/images/timeline/cd-icon-location.svg b/pydis_site/static/images/timeline/cd-icon-location.svg
new file mode 100755
index 00000000..6128fecd
--- /dev/null
+++ b/pydis_site/static/images/timeline/cd-icon-location.svg
@@ -0,0 +1,4 @@
+
diff --git a/pydis_site/static/images/timeline/cd-icon-movie.svg b/pydis_site/static/images/timeline/cd-icon-movie.svg
new file mode 100755
index 00000000..498a93fa
--- /dev/null
+++ b/pydis_site/static/images/timeline/cd-icon-movie.svg
@@ -0,0 +1,4 @@
+
diff --git a/pydis_site/static/images/timeline/cd-icon-picture.svg b/pydis_site/static/images/timeline/cd-icon-picture.svg
new file mode 100755
index 00000000..015718a8
--- /dev/null
+++ b/pydis_site/static/images/timeline/cd-icon-picture.svg
@@ -0,0 +1,72 @@
+
+
diff --git a/pydis_site/static/images/waves/wave_dark.svg b/pydis_site/static/images/waves/wave_dark.svg
new file mode 100644
index 00000000..35174c47
--- /dev/null
+++ b/pydis_site/static/images/waves/wave_dark.svg
@@ -0,0 +1,73 @@
+
+
diff --git a/pydis_site/static/images/waves/wave_white.svg b/pydis_site/static/images/waves/wave_white.svg
new file mode 100644
index 00000000..441dacff
--- /dev/null
+++ b/pydis_site/static/images/waves/wave_white.svg
@@ -0,0 +1,77 @@
+
+
diff --git a/pydis_site/static/js/timeline/main.js b/pydis_site/static/js/timeline/main.js
new file mode 100644
index 00000000..2ff7df57
--- /dev/null
+++ b/pydis_site/static/js/timeline/main.js
@@ -0,0 +1,104 @@
+(function(){
+ // Vertical Timeline - by CodyHouse.co (modified)
+ function VerticalTimeline( element ) {
+ this.element = element;
+ this.blocks = this.element.getElementsByClassName("cd-timeline__block");
+ this.images = this.element.getElementsByClassName("cd-timeline__img");
+ this.contents = this.element.getElementsByClassName("cd-timeline__content");
+ this.offset = 0.8;
+ this.hideBlocks();
+ };
+
+ VerticalTimeline.prototype.hideBlocks = function() {
+ if ( !"classList" in document.documentElement ) {
+ return; // no animation on older browsers
+ }
+ //hide timeline blocks which are outside the viewport
+ var self = this;
+ for( var i = 0; i < this.blocks.length; i++) {
+ (function(i){
+ if( self.blocks[i].getBoundingClientRect().top > window.innerHeight*self.offset ) {
+ self.images[i].classList.add("cd-timeline__img--hidden");
+ self.contents[i].classList.add("cd-timeline__content--hidden");
+ }
+ })(i);
+ }
+ };
+
+ VerticalTimeline.prototype.showBlocks = function() {
+ if ( ! "classList" in document.documentElement ) {
+ return;
+ }
+ var self = this;
+ for( var i = 0; i < this.blocks.length; i++) {
+ (function(i){
+ if((self.contents[i].classList.contains("cd-timeline__content--hidden") || self.contents[i].classList.contains("cd-timeline__content--bounce-out")) && self.blocks[i].getBoundingClientRect().top <= window.innerHeight*self.offset ) {
+ // add bounce-in animation
+ self.images[i].classList.add("cd-timeline__img--bounce-in");
+ self.contents[i].classList.add("cd-timeline__content--bounce-in");
+ self.images[i].classList.remove("cd-timeline__img--hidden");
+ self.contents[i].classList.remove("cd-timeline__content--hidden");
+ self.images[i].classList.remove("cd-timeline__img--bounce-out");
+ self.contents[i].classList.remove("cd-timeline__content--bounce-out");
+ }
+ })(i);
+ }
+ };
+
+ VerticalTimeline.prototype.hideBlocksScroll = function () {
+ if ( ! "classList" in document.documentElement ) {
+ return;
+ }
+ var self = this;
+ for( var i = 0; i < this.blocks.length; i++) {
+ (function(i){
+ if(self.contents[i].classList.contains("cd-timeline__content--bounce-in") && self.blocks[i].getBoundingClientRect().top > window.innerHeight*self.offset ) {
+ self.images[i].classList.remove("cd-timeline__img--bounce-in");
+ self.contents[i].classList.remove("cd-timeline__content--bounce-in");
+ self.images[i].classList.add("cd-timeline__img--bounce-out");
+ self.contents[i].classList.add("cd-timeline__content--bounce-out");
+ }
+ })(i);
+ }
+ }
+
+ var verticalTimelines = document.getElementsByClassName("js-cd-timeline"),
+ verticalTimelinesArray = [],
+ scrolling = false;
+ if( verticalTimelines.length > 0 ) {
+ for( var i = 0; i < verticalTimelines.length; i++) {
+ (function(i){
+ verticalTimelinesArray.push(new VerticalTimeline(verticalTimelines[i]));
+ })(i);
+ }
+
+ //show timeline blocks on scrolling
+ window.addEventListener("scroll", function(event) {
+ if( !scrolling ) {
+ scrolling = true;
+ (!window.requestAnimationFrame) ? setTimeout(checkTimelineScroll, 250) : window.requestAnimationFrame(checkTimelineScroll);
+ }
+ });
+
+ function animationEnd(event) {
+ if (event.target.classList.contains("cd-timeline__img--bounce-out")) {
+ event.target.classList.add("cd-timeline__img--hidden");
+ event.target.classList.remove("cd-timeline__img--bounce-out");
+ } else if (event.target.classList.contains("cd-timeline__content--bounce-out")) {
+ event.target.classList.add("cd-timeline__content--hidden");
+ event.target.classList.remove("cd-timeline__content--bounce-out");
+ }
+ }
+
+ window.addEventListener("animationend", animationEnd);
+ window.addEventListener("webkitAnimationEnd", animationEnd);
+ }
+
+ function checkTimelineScroll() {
+ verticalTimelinesArray.forEach(function(timeline){
+ timeline.showBlocks();
+ timeline.hideBlocksScroll();
+ });
+ scrolling = false;
+ };
+})();
diff --git a/pydis_site/templates/404.html b/pydis_site/templates/404.html
new file mode 100644
index 00000000..42e317d2
--- /dev/null
+++ b/pydis_site/templates/404.html
@@ -0,0 +1,34 @@
+{% load static %}
+
+
+
+
+
+ Python Discord | 404
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 404 — Not Found
+ We couldn't find the page you're looking for. Here are a few things to try out:
+
+ - Double check the URL. Are you sure you typed it out correctly?
+
- Come join our Discord Server. Maybe we can help you out over
+ there
+
+
+
+
+
+
diff --git a/pydis_site/templates/500.html b/pydis_site/templates/500.html
new file mode 100644
index 00000000..869892ec
--- /dev/null
+++ b/pydis_site/templates/500.html
@@ -0,0 +1,29 @@
+{% load static %}
+
+
+
+
+
+ Python Discord | 500
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 500 — Internal Server Error
+ Something went wrong at our end. Please try again shortly, or if the problem persists, please let us know on Discord.
+
+
+
+
+
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index 6fc0c6bb..906fc577 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -27,7 +27,6 @@
{# Font-awesome here is defined explicitly so that we can have Pro #}
-
{% block head %}{% endblock %}
diff --git a/pydis_site/templates/base/footer.html b/pydis_site/templates/base/footer.html
index 90f06f3c..bca43b5d 100644
--- a/pydis_site/templates/base/footer.html
+++ b/pydis_site/templates/base/footer.html
@@ -1,7 +1,7 @@
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index ebafa269..f19706cd 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -19,7 +19,7 @@
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index f31363a4..18f6b77b 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -9,12 +9,63 @@
{% block content %}
{% include "base/navbar.html" %}
-
+
+
+
+
+
+
+
+
+
+ {# Embedded Welcome video #}
+
+
+
+
+
+
+
- {# Who are we? #}
-
+ {# Animated wave elements #}
+
+
+
+
+
+
+
+
+
+
Who are we?
-
+
@@ -31,68 +82,125 @@
You can find help with most Python-related problems in one of our help channels.
- Our staff of over 50 dedicated expert Helpers are available around the clock
+ Our staff of over 100 dedicated expert Helpers are available around the clock
in every timezone. Whether you're looking to learn the language or working on a
complex project, we've got someone who can help you if you get stuck.
- {# Right column container #}
-
-
-
-
+ {# Showcase box #}
+
+
+
+ Interactive timeline
- {# Projects #}
- Projects
-
-
-
- {# Display projects from HomeView.repos #}
- {% for repo in repo_data %}
-
-
-
-
-
- {{ repo.repo_name }}
-
-
- {{ repo.description }}
-
- {{ repo.language }}
-
-
-
-
+
+
+
+
+
+
+
-
- {% endfor %}
+
+
+ Discover the history of our community, and learn about the events that made our community what it is today.
+
+
+
+
+
+
- {# Sponsors #}
-
-
+
+ {% if repo_data %}
+
+
+ Projects
+
+
+
+ {# Generate project data from HomeView.repos #}
+ {% for repo in repo_data %}
+
+ {% endfor %}
+
+
+
+
+
+ {% endif %}
+
+
+
+
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html
new file mode 100644
index 00000000..d9069aca
--- /dev/null
+++ b/pydis_site/templates/home/timeline.html
@@ -0,0 +1,693 @@
+{% extends 'base/base.html' %}
+{% load static %}
+
+{% block title %}Timeline{% endblock %}
+{% block head %}
+
+
+{% endblock %}
+
+{% block content %}
+ {% include "base/navbar.html" %}
+
+
+
+
+
+
+
+
+
+ Python Discord is created
+ Joe Banks becomes one of the owners around 3 days after it
+ is created, and Leon Sandøy (lemon) joins the owner team later in the year, when the community
+ has around 300 members.
+
+
+ Jan 8th, 2017
+
+
+
+
+
+
+
+
+
+
+ Python Discord hits 1,000 members
+ Our main source of new users at this point is a post on Reddit that
+ happens to get very good SEO. We are one of the top 10 search engine hits for the search term
+ "python discord".
+
+
+ Nov 10th, 2017
+
+
+
+
+
+
+
+
+
+
+ Our logo is born. Thanks @Aperture!
+
+
+
+ Feb 3rd, 2018
+
+
+
+
+
+
+
+
+
+
+ PyDis hits 2,000 members; pythondiscord.com and @Python are live
+ The public moderation bot we're using at the time, Rowboat, announces
+ it will be shutting down. We decide that we'll write our own bot to handle moderation, so that we
+ can have more control over its features. We also buy a domain and start making a website in Flask.
+
+
+
+ Mar 4th, 2018
+
+
+
+
+
+
+
+
+
+
+ First code jam with the theme “snakes”
+ Our very first Code Jam attracts a handful of users who work in random
+ teams of 2. We ask our participants to write a snake-themed Discord bot. Most of the code written
+ for this jam still lives on in Sir Lancebot, and you can play with it by using the
+ .snakes command. For more information on this event, see the event page
+
+
+ Mar 23rd, 2018
+
+
+
+
+
+
+
+
+
+
+ The privacy policy is created
+ Since data privacy is quite important to us, we create a privacy page
+ pretty much as soon as our new bot and site starts collecting some data. To this day, we keep our privacy policy up to date with all
+ changes, and since April 2020 we've started doing monthly data reviews.
+
+
+ May 21st, 2018
+
+
+
+
+
+
+
+
+
+
+ Do You Even Python and PyDis merger
+ At this point in time, there are only two serious Python communities on
+ Discord - Ours, and one called Do You Even Python. We approach the owners of DYEP with a bold
+ proposal - let's shut down their community, replace it with links to ours, and in return we will let
+ their staff join our staff. This gives us a big boost in members, and eventually leads to @eivl and
+ @Mr. Hemlock joining our Admin team
+
+
+ Jun 9th, 2018
+
+
+
+
+
+
+
+
+
+
+ PyDis hits 5,000 members and partners with r/Python
+ As we continue to grow, we approach the r/Python subreddit and ask to
+ become their official Discord community. They agree, and we become listed in their sidebar, giving
+ us yet another source of new members.
+
+
+ Jun 20th, 2018
+
+
+
+
+
+
+
+
+
+
+ PyDis is now partnered with Discord; the vanity URL discord.gg/python is created
+ After being rejected for their Partner program several times, we
+ finally get approved. The recent partnership with the r/Python subreddit plays a significant role in
+ qualifying us for this partnership.
+
+
+ Jul 10th, 2018
+
+
+
+
+
+
+
+
+
+
+ First Hacktoberfest PyDis event; @Sir Lancebot is created
+ We create a second bot for our community and fill it up with simple,
+ fun and relatively easy issues. The idea is to create an approachable arena for our members to cut
+ their open-source teeth on, and to provide lots of help and hand-holding for those who get stuck.
+ We're training our members to be productive contributors in the open-source ecosystem.
+
+
+ Oct 1st, 2018
+
+
+
+
+
+
+
+
+
+
+ PyDis hits 10,000 members
+ We partner with RLBot, move from GitLab to GitHub, and start putting
+ together the first Advent of Code event.
+
+
+ Nov 24th, 2018
+
+
+
+
+
+
+
+
+
+
+ django-simple-bulma is released on PyPi
+ Our very first package on PyPI, django-simple-bulma is a package that
+ sets up the Bulma CSS framework for your Django application and lets you configure everything in
+ settings.py.
+
+
+ Dec 19th, 2018
+
+
+
+
+
+
+
+
+
+
+ PyDis hits 15,000 members; the “hot ones special” video is released
+
+
+
+
+
+ Apr 8th, 2019
+
+
+
+
+
+
+
+
+
+
+ The Django rewrite of pythondiscord.com is now live!
+ The site is getting more and more complex, and it's time for a rewrite.
+ We decide to go for a different stack, and build a website based on Django, DRF, Bulma and
+ PostgreSQL.
+
+
+ Sep 15, 2019
+
+
+
+
+
+
+
+
+
+
+ The code of conduct is created
+ Inspired by the Adafruit, Rust and Django communities, an essential
+ community pillar is created; Our Code of
+ Conduct.
+
+
+ Oct 26th, 2019
+
+
+
+
+
+
+
+
+
+
+ Sebastiaan Zeef becomes an owner
+ After being a long time active contributor to our projects and the driving
+ force behind many of our events, Sebastiaan Zeef joins the Owners Team alongside Joe & Leon.
+
+
+ Sept 22nd, 2019
+
+
+
+
+
+
+
+
+
+
+ PyDis hits 30,000 members
+ More than tripling in size since the year before, the community hits
+ 30000 users. At this point, we're probably the largest Python chat community on the planet.
+
+
+ Dec 22nd, 2019
+
+
+
+
+
+
+
+
+
+
+ PyDis sixth code jam with the theme “Ancient technology” and the technology Kivy
+ Our Code Jams are becoming an increasingly big deal, and the Kivy core
+ developers join us to judge the event and help out our members during the event. One of them,
+ @tshirtman, even joins our staff!
+
+
+
+
+
+
+ Jan 17, 2020
+
+
+
+
+
+
+
+
+
+
+ The new help channel system is live
+ We release our dynamic help-channel system, which allows you to claim
+ your very own help channel instead of fighting over the static help channels. We release a Help Channel Guide to
+ help our members fully understand how the system works.
+
+
+ Apr 5th, 2020
+
+
+
+
+
+
+
+
+
+
+ Python Discord hits 40,000 members, and is now bigger than Liechtenstein.
+
+
+
+
+ Apr 14, 2020
+
+
+
+
+
+
+
+
+
+
+ PyDis Game Jam 2020 with the “Three of a Kind” theme and Arcade as the technology
+ The creator of Arcade, Paul Vincent Craven, joins us as a judge.
+ Several of the Code Jam participants also end up getting involved contributing to the Arcade
+ repository.
+
+
+
+
+
+
+ Apr 17th, 2020
+
+
+
+
+
+
+
+
+
+
+ ModMail is now live
+ Having originally planned to write our own ModMail bot from scratch, we
+ come across an exceptionally good ModMail bot by
+ kyb3r and decide to just self-host that one instead.
+
+
+ May 25th, 2020
+
+
+
+
+
+
+
+
+
+
+ Python Discord is now listed on python.org/community
+ After working towards this goal for months, we finally work out an
+ arrangement with the PSF that allows us to be listed on that most holiest of websites:
+ https://python.org/. There was much rejoicing.
+
+
+ May 28th, 2020
+
+
+
+
+
+
+
+
+
+
+ Python Discord Public Statistics are now live
+ After getting numerous requests to publish beautiful data on member
+ count and channel use, we create stats.pythondiscord.com for
+ all to enjoy.
+
+
+ Jun 4th, 2020
+
+
+
+
+
+
+
+
+
+
+ PyDis summer code jam 2020 with the theme “Early Internet” and Django as the technology
+ Sponsored by the Django Software Foundation and JetBrains, the Summer
+ Code Jam for 2020 attracts hundreds of participants, and sees the creation of some fantastic
+ projects. Check them out in our judge stream below:
+
+
+
+
+
+
+ Jul 31st, 2020
+
+
+
+
+
+
+
+
+
+
+ Python Discord is now the new home of the PyWeek event!
+ PyWeek, a game jam that has been running since 2005, joins Python
+ Discord as one of our official events. Find more information about PyWeek on their official website.
+
+
+ Aug 16th, 2020
+
+
+
+
+
+
+
+
+
+
+ Python Discord hosts the 2020 CPython Core Developer Q&A
+
+
+
+
+
+ Oct 21st, 2020
+
+
+
+
+
+
+
+
+
+
+ Python Discord hits 100,000 members!
+ Only six months after hitting 40,000 users, we hit 100,000 users. A
+ monumental milestone,
+ and one we're very proud of. To commemorate it, we create this timeline.
+
+
+ Oct 22nd, 2020
+
+
+
+
+
+
+
+
+
+
+ We migrate all our infrastructure to Kubernetes
+ As our tech stack grows, we decide to migrate all our services over to a
+ container orchestration paradigm via Kubernetes. This gives us better control and scalability.
+ Joe Banks takes on the role as DevOps Lead.
+
+
+
+ Nov 29th, 2020
+
+
+
+
+
+
+
+
+
+
+ Advent of Code attracts hundreds of participants
+
+ A total of 443 Python Discord members sign up to be part of
+ Eric Wastl's excellent Advent of Code event.
+ As always, we provide dedicated announcements, scoreboards, bot commands and channels for our members
+ to enjoy the event in.
+
+
+
+
+ December 1st - 25th, 2020
+
+
+
+
+
+
+
+
+
+
+
+ We release The PEP 8 song
+ We release the PEP 8 song on our YouTube channel, which finds tens of
+ thousands of listeners!
+
+
+
+
+
+
+ February 8th, 2021
+
+
+
+
+
+
+
+
+
+
+ We now have 150,000 members!
+ Our growth continues to accelerate.
+
+
+ Feb 18th, 2021
+
+
+
+
+
+
+
+
+
+
+ Leon Sandøy appears on Talk Python To Me
+ Leon goes on the Talk Python to Me podcast with Michael Kennedy
+ to discuss the history of Python Discord, the critical importance of culture, and how to run a massive
+ community. You can find the episode at talkpython.fm.
+
+
+
+
+
+ Mar 1st, 2021
+
+
+
+
+
+
+
+
+
+
+ We're on the Teaching Python podcast!
+ Leon joins Sean and Kelly on the Teaching Python podcast to discuss how the pandemic has
+ changed the way we learn, and what role communities like Python Discord can play in this new world.
+ You can find the episode at teachingpython.fm.
+
+
+
+
+
+ Mar 13th, 2021
+
+
+
+
+
+
+
+
+
+
+ New feature: Weekly discussion channel
+ Every week (or two weeks), we'll be posting a new topic to discuss in a
+ channel called #weekly-topic-discussion. Our inaugural topic is a PyCon talk by Anthony Shaw called
+ Wily Python: Writing simpler and more maintainable Python..
+
+
+
+
+
+
+
+ Mar 13th, 2021
+
+
+
+
+
+
+
+
+
+
+ Summer Code Jam 2020 Highlights
+
+ We release a new video to our YouTube showing the best projects from the Summer Code Jam 2020.
+ Better late than never!
+
+
+
+
+
+
+
+ Mar 21st, 2021
+
+
+
+
+
+
+
+
+{% endblock %}
--
cgit v1.2.3
From 0c4e00105b950ea249a28263373a6377f91ed2a1 Mon Sep 17 00:00:00 2001
From: kosayoda
Date: Fri, 14 May 2021 21:41:00 +0800
Subject: Enable smooth scrolling on the website.
This makes it less jarring when scrolling to a heading since many
content pages include a Table of Contents.
---
pydis_site/static/css/base/base.css | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'pydis_site/static')
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css
index d3602d35..f3fe1e44 100644
--- a/pydis_site/static/css/base/base.css
+++ b/pydis_site/static/css/base/base.css
@@ -1,5 +1,6 @@
html {
overflow: auto;
+ scroll-behavior: smooth;
}
body.site {
@@ -151,3 +152,10 @@ button.is-size-navbar-menu, a.is-size-navbar-menu {
height: 100%;
position: absolute;
}
+
+/* Tone down animations to avoid motion triggers */
+@media (prefers-reduced-motion: reduce) {
+ html {
+ scroll-behavior: auto;
+ }
+}
--
cgit v1.2.3
From ab75c82c297a81e7a080d9d9a205ff3e99116be5 Mon Sep 17 00:00:00 2001
From: Hassan Abouelela
Date: Sun, 16 May 2021 19:05:03 +0300
Subject: Fixes Broken Images In Dependency Guide
---
.../installing-project-dependencies.md | 15 ++++++++-------
.../content/contributing/pycharm_interpreter.png | Bin 52028 -> 21696 bytes
.../images/content/contributing/pycharm_pipenv.png | Bin 35997 -> 18513 bytes
.../contributing/pycharm_pipenv_success.png | Bin 119232 -> 27705 bytes
4 files changed, 8 insertions(+), 7 deletions(-)
(limited to 'pydis_site/static')
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
index 4432236e..7881c07d 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
@@ -16,13 +16,14 @@ You should have already cloned your fork as described in [**Cloning a Repository
## Installing dependencies with PyCharm
1. Load up your project in PyCharm.
-2. Go to the Project Settings by clicking `File`, then `Settings...`. Alternatively, use the shortcut key `Ctrl+Alt+S`.
-3. Navigate to `Project Interpreter`, then click the gear icon and click `Add`.
-
-4. In the popup window, click `Pipenv Environment`, make sure `Install packages from Pipfile` is checked, then click `OK`.
-
-5. PyCharm will automatically install the packages required into a virtual environment.
-
+2. Go to the Project Settings by clicking `File`, then `Settings...`. Alternatively, use the shortcut key: `Ctrl+Alt+S` (`command+comma` on Mac OS).
+3. Install the [poetry plugin](https://plugins.jetbrains.com/plugin/14307-poetry). (**Note:** This is not required for the site)
+4. Navigate to `Project Interpreter`, then click the gear icon and click `Add`.
+
+5. If installing dependencies for the site, click `Pipenv Environment`, otherwise, click `Poetry Environment`, then click `OK`.
+
+6. PyCharm will automatically install the packages required into a virtual environment.
+
---
diff --git a/pydis_site/static/images/content/contributing/pycharm_interpreter.png b/pydis_site/static/images/content/contributing/pycharm_interpreter.png
index cb757f84..66a0dc7f 100644
Binary files a/pydis_site/static/images/content/contributing/pycharm_interpreter.png and b/pydis_site/static/images/content/contributing/pycharm_interpreter.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv.png b/pydis_site/static/images/content/contributing/pycharm_pipenv.png
index feb9b1d7..5d6620ee 100644
Binary files a/pydis_site/static/images/content/contributing/pycharm_pipenv.png and b/pydis_site/static/images/content/contributing/pycharm_pipenv.png differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png
index 03fa3244..65ac2040 100644
Binary files a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png and b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png differ
--
cgit v1.2.3