Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit f88050d

Browse files
committed
Merge branch 'web'
2 parents ff5ddb4 + 533e391 commit f88050d

File tree

8 files changed

+298
-1
lines changed

8 files changed

+298
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,3 @@ dmypy.json
130130
.direnv
131131
node_modules
132132
.envrc
133-
output

output/archive.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Python Community News</title>
8+
<link rel="stylesheet" href="/static/tailwind.css" />
9+
10+
</head>
11+
<body>
12+
<header class="bg-blue-500 p-5">
13+
<div class="flex justify-between text-slate-100 items-baseline">
14+
<h1 class="text-2xl font-bold"><a href="/">Python Community News</a></h1>
15+
<nav class="flex justify-around">
16+
<h4 class="mx-2 hover:underline"><a href="https://youtube.com/c/kjaymiller">Youtube</a></h4>
17+
<h4 class="mx-2 hover:underline"><a href="https://github.com/kjaymiller/Python-Community-News">Github</a></h4>
18+
<h4 class="mx-2 hover:underline"><a href="/archive">Archive</a></h4>
19+
</nav>
20+
</div>
21+
</header>
22+
<section class="md:mx-auto my-12 container px-2">
23+
24+
<div class="w-1/3">
25+
26+
<h2><a href="weekly-community-news-2022-08-26.html">Weekly Community News - 2022-08-26</a></h2>
27+
28+
</div>
29+
30+
</section>
31+
<footer class="absolute bottom-0 w-full text-slate-50 py-3 bg-slate-400 font-thin text-sm flex justify-around">
32+
<h4 class="text-slate-50">Python Community News</h4>
33+
<h4 class="text-slate-50">Made with <a class="hover:underline" href="https://github.com/kjaymiller/render_engine">Render Engine</a></h4>
34+
<h4 class="text-slate-50"><a class="hover:underline" href="https://github.com/kjaymiller/Python-Community-News/main/LICENSE.md" MIT Licensed</a></h4>
35+
<h4 class="text-slate-50"><a class="hover:underline" href="https://github.com/kjaymiller/Python-Commuunity-News">Github</a></h4>
36+
</footer>
37+
</body>
38+
</html>

output/collection.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Python Community News</title>
8+
<link rel="stylesheet" href="/static/tailwind.css" />
9+
10+
</head>
11+
<body>
12+
<div class="">
13+
<header class="bg-slate-700 p-5">
14+
<div class="flex text-slate-100 items-baseline">
15+
<h1 class="text-3xl font-black">Python Community News</h1>
16+
<nav class="w- flex justify-around">
17+
<h4 class="mx-2 hover:underline"><a href="/">Home</a><h4>
18+
<h4 class="mx-2 hover:underline"><a href="/news">Youtube</a></h4>
19+
<h4 class="mx-2 hover:underline"><a href="/about">Github</a></h4>
20+
<h4 class="mx-2 hover:underline"><a href="/archive">Archive</a></h4>
21+
</nav>
22+
</div>
23+
</header>
24+
<section class="container px-2">
25+
26+
27+
28+
</section>
29+
</div>
30+
</body>
31+
</html>

output/index.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Python Community News</title>
8+
<link rel="stylesheet" href="/static/tailwind.css" />
9+
10+
</head>
11+
<body>
12+
<header class="bg-blue-500 p-5">
13+
<div class="flex justify-between text-slate-100 items-baseline">
14+
<h1 class="text-2xl font-bold"><a href="/">Python Community News</a></h1>
15+
<nav class="flex justify-around">
16+
<h4 class="mx-2 hover:underline"><a href="https://youtube.com/c/kjaymiller">Youtube</a></h4>
17+
<h4 class="mx-2 hover:underline"><a href="https://github.com/kjaymiller/Python-Community-News">Github</a></h4>
18+
<h4 class="mx-2 hover:underline"><a href="/archive">Archive</a></h4>
19+
</nav>
20+
</div>
21+
</header>
22+
<section class="md:mx-auto my-12 container px-2">
23+
24+
<div class="m-5">
25+
<iframe width="100%" height="180" frameborder="no" scrolling="no" seamless src="https://share.transistor.fm/e/python-community-podcast/latest"></iframe>
26+
</div>
27+
<div class="m-5">
28+
<h1 class="font-thin text-3xl my-1">What is Python Community News?</h1>
29+
<div class="m-5">
30+
<p class="my-3"> Python Community News is a podcast, livestream, and newsletter that focuses on the <strong>Non-Pipable</strong> news in the Python Community.</p>
31+
<p class="my-3">Join Jon Banafato, experience conference organizer, and Jay Miller, community organizer and advocate, as each week they look at the top stories affecting Pythonistas around the world.</p>
32+
<p class="my-3">You can tune in live every friday at 6pm EST/3pm PST. If you miss us live you can check out the <a class="underline" href="https://pythoncommunitynews.transistor.fm">podcast</a> or watch the <a class="underline" href="https://www.youtube.com/watch?v=_xyKDQJxNOg&list=PLfDBFPSIcChU5ASV-9ysy-oJKDSa1-co9">VODs on Youtube</a>.</p>
33+
</div>
34+
</div>
35+
<div class="m-5">
36+
<h2 class="font-thin text-xl">Subscribe to our newsletter</h2>
37+
38+
<form
39+
action="https://buttondown.email/api/emails/embed-subscribe/python-community-news"
40+
method="post"
41+
target="popupwindow"
42+
onsubmit="window.open('https://buttondown.email/python-community-news', 'popupwindow')"
43+
class="embeddable-buttondown-form m-3 p-3 border rounded"
44+
>
45+
<label for="bd-email">Enter your email</label>
46+
<input class="w-3/4 border rounded" type="email" name="email" id="bd-email" />
47+
<input class="bg-blue-400 text-blue-700 font-black rounded p-2" type="submit" value="Subscribe" />
48+
<p class="text-xs">
49+
<a href="https://buttondown.email" target="_blank">Powered by Buttondown.</a>
50+
</p>
51+
</form>
52+
</div>
53+
</div>
54+
55+
</section>
56+
<footer class="absolute bottom-0 w-full text-slate-50 py-3 bg-slate-400 font-thin text-sm flex justify-around">
57+
<h4 class="text-slate-50">Python Community News</h4>
58+
<h4 class="text-slate-50">Made with <a class="hover:underline" href="https://github.com/kjaymiller/render_engine">Render Engine</a></h4>
59+
<h4 class="text-slate-50"><a class="hover:underline" href="https://github.com/kjaymiller/Python-Community-News/main/LICENSE.md" MIT Licensed</a></h4>
60+
<h4 class="text-slate-50"><a class="hover:underline" href="https://github.com/kjaymiller/Python-Commuunity-News">Github</a></h4>
61+
</footer>
62+
</body>
63+
</html>
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<?xml version="1.0"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Python Community News - archive</title>
5+
<link>https://pythoncommunitynews.com</link>
6+
<description></description>
7+
<atom:link href="https://pythoncommunitynews.com" rel="self" type="application/rss+xml" />
8+
9+
<item>
10+
<title>Weekly Community News - 2022-08-26</title> <description><![CDATA[<iframe width="560" height="315" src="https://www.youtube.com/embed/_xyKDQJxNOg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
11+
12+
<h2>Topics</h2>
13+
14+
<h3>Heroku ends free tier</h3>
15+
16+
<p><small>Submitted by: <a href="https://api.github.com/users/jonafato">jonafato</a> on 2022-08-26T17:47:10Z</small></p>
17+
18+
<p>URL: https://blog.heroku.com/next-chapter</p>
19+
20+
<p>Heroku is ending its free tier and plans to remove "inactive" accounts.</p>
21+
22+
<h3>Phishing attack targeting PyPI users</h3>
23+
24+
<p><small>Submitted by: <a href="https://api.github.com/users/jonafato">jonafato</a> on 2022-08-26T17:19:18Z</small></p>
25+
26+
<p>URL: https://twitter.com/pypi/status/1562442188285308929</p>
27+
28+
<p>A phishing attack has targeted maintainers of projects hosted on https://pypi.org. This attack comes less than two months after PyPI <a href="https://twitter.com/pypi/status/1545455297388584960">announced a plan</a> to require 2FA for "critical" packages. The PyPI admins have taken down malicious releases including several "typosquat" packages, and temporarily frozen affected maintainer accounts. Additionally, they have extended the <a href="https://pypi.org/security-key-giveaway/">2FA security key giveaway</a> to include eligible maintainers that already have TOTP-based 2FA enabled on their accounts. At the end of the Twitter thread, the PyPI team reminds users to contact <code>[email protected]</code> if they believe they have been targeted by a phishing attack.</p>
29+
30+
<h3>Python’s still No. 1, but employers love to see SQL skills</h3>
31+
32+
<p><small>Submitted by: <a href="https://api.github.com/users/kjaymiller">kjaymiller</a> on 2022-08-26T15:58:45Z</small></p>
33+
34+
<p>URL: https://spectrum.ieee.org/top-programming-languages-2022</p>
35+
36+
<p>Python's position w/e but I would like to learn more about why it's not as appealing as SQL/Java in job hunt, especially when we have solid ORMs. (The Java thing is just legacy IMHO) </p>
37+
38+
<h3>KiwiPy Talks are Now Available</h3>
39+
40+
<p><small>Submitted by: <a href="https://api.github.com/users/kjaymiller">kjaymiller</a> on 2022-08-26T15:49:42Z</small></p>
41+
42+
<p>You can now watch the KiwiPy talks on YouTube!</p>
43+
44+
<h2>Upcoming Conferences and CFPs</h2>
45+
46+
<h3>Open CFPs</h3>
47+
48+
<ul>
49+
<li><a href="https://pl.pycon.org/2022/en/agenda/">PyCon PL (Poland)</a> (Closes September 2nd)</li>
50+
<li><a href="https://pyjamas.live/cfp/">PyJamas (Online)</a></li>
51+
</ul>
52+
53+
<h3>September</h3>
54+
55+
<ul>
56+
<li><a href="https://tw.pycon.org/2022/en-us">PyCon APAC</a></li>
57+
<li><a href="https://pybay.com">PyBay</a></li>
58+
</ul>
59+
60+
<h3>October</h3>
61+
62+
<ul>
63+
<li><a href="https://gh.pycon.org">Pycon Ghana</a></li>
64+
<li><a href="https://2022.djangocon.us">DjangoCon US</a></li>
65+
</ul>
66+
]]></description>
67+
68+
<link>
69+
https://pythoncommunitynews.com/.//weekly-community-news-2022-08-26.html
70+
</link>
71+
<pubDate>Fri, 26 Aug 2022 15:00:00 -0700</pubDate></item></channel>
72+
</rss>

output/static/img/logo.jpg

20.4 KB
Loading

output/static/tailwind.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Python Community News</title>
8+
<link rel="stylesheet" href="/static/tailwind.css" />
9+
10+
</head>
11+
<body>
12+
<header class="bg-blue-500 p-5">
13+
<div class="flex justify-between text-slate-100 items-baseline">
14+
<h1 class="text-2xl font-bold"><a href="/">Python Community News</a></h1>
15+
<nav class="flex justify-around">
16+
<h4 class="mx-2 hover:underline"><a href="https://youtube.com/c/kjaymiller">Youtube</a></h4>
17+
<h4 class="mx-2 hover:underline"><a href="https://github.com/kjaymiller/Python-Community-News">Github</a></h4>
18+
<h4 class="mx-2 hover:underline"><a href="/archive">Archive</a></h4>
19+
</nav>
20+
</div>
21+
</header>
22+
<section class="md:mx-auto my-12 container px-2">
23+
24+
<article class="prose">
25+
<h1 class="title text-2xl font-bold">Weekly Community News - 2022-08-26<small class="px-3"><a href="https://github.com/kjaymiller/Python-Community-News/blob/main/app/content/2022-08-26.md">[edit]</a></small></h1>
26+
<iframe width="560" height="315" src="https://www.youtube.com/embed/_xyKDQJxNOg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
27+
28+
<h2>Topics</h2>
29+
30+
<h3>Heroku ends free tier</h3>
31+
32+
<p><small>Submitted by: <a href="https://api.github.com/users/jonafato">jonafato</a> on 2022-08-26T17:47:10Z</small></p>
33+
34+
<p>URL: https://blog.heroku.com/next-chapter</p>
35+
36+
<p>Heroku is ending its free tier and plans to remove "inactive" accounts.</p>
37+
38+
<h3>Phishing attack targeting PyPI users</h3>
39+
40+
<p><small>Submitted by: <a href="https://api.github.com/users/jonafato">jonafato</a> on 2022-08-26T17:19:18Z</small></p>
41+
42+
<p>URL: https://twitter.com/pypi/status/1562442188285308929</p>
43+
44+
<p>A phishing attack has targeted maintainers of projects hosted on https://pypi.org. This attack comes less than two months after PyPI <a href="https://twitter.com/pypi/status/1545455297388584960">announced a plan</a> to require 2FA for "critical" packages. The PyPI admins have taken down malicious releases including several "typosquat" packages, and temporarily frozen affected maintainer accounts. Additionally, they have extended the <a href="https://pypi.org/security-key-giveaway/">2FA security key giveaway</a> to include eligible maintainers that already have TOTP-based 2FA enabled on their accounts. At the end of the Twitter thread, the PyPI team reminds users to contact <code>[email protected]</code> if they believe they have been targeted by a phishing attack.</p>
45+
46+
<h3>Python’s still No. 1, but employers love to see SQL skills</h3>
47+
48+
<p><small>Submitted by: <a href="https://api.github.com/users/kjaymiller">kjaymiller</a> on 2022-08-26T15:58:45Z</small></p>
49+
50+
<p>URL: https://spectrum.ieee.org/top-programming-languages-2022</p>
51+
52+
<p>Python's position w/e but I would like to learn more about why it's not as appealing as SQL/Java in job hunt, especially when we have solid ORMs. (The Java thing is just legacy IMHO) </p>
53+
54+
<h3>KiwiPy Talks are Now Available</h3>
55+
56+
<p><small>Submitted by: <a href="https://api.github.com/users/kjaymiller">kjaymiller</a> on 2022-08-26T15:49:42Z</small></p>
57+
58+
<p>You can now watch the KiwiPy talks on YouTube!</p>
59+
60+
<h2>Upcoming Conferences and CFPs</h2>
61+
62+
<h3>Open CFPs</h3>
63+
64+
<ul>
65+
<li><a href="https://pl.pycon.org/2022/en/agenda/">PyCon PL (Poland)</a> (Closes September 2nd)</li>
66+
<li><a href="https://pyjamas.live/cfp/">PyJamas (Online)</a></li>
67+
</ul>
68+
69+
<h3>September</h3>
70+
71+
<ul>
72+
<li><a href="https://tw.pycon.org/2022/en-us">PyCon APAC</a></li>
73+
<li><a href="https://pybay.com">PyBay</a></li>
74+
</ul>
75+
76+
<h3>October</h3>
77+
78+
<ul>
79+
<li><a href="https://gh.pycon.org">Pycon Ghana</a></li>
80+
<li><a href="https://2022.djangocon.us">DjangoCon US</a></li>
81+
</ul>
82+
83+
</article>
84+
85+
</section>
86+
<footer class="absolute bottom-0 w-full text-slate-50 py-3 bg-slate-400 font-thin text-sm flex justify-around">
87+
<h4 class="text-slate-50">Python Community News</h4>
88+
<h4 class="text-slate-50">Made with <a class="hover:underline" href="https://github.com/kjaymiller/render_engine">Render Engine</a></h4>
89+
<h4 class="text-slate-50"><a class="hover:underline" href="https://github.com/kjaymiller/Python-Community-News/main/LICENSE.md" MIT Licensed</a></h4>
90+
<h4 class="text-slate-50"><a class="hover:underline" href="https://github.com/kjaymiller/Python-Commuunity-News">Github</a></h4>
91+
</footer>
92+
</body>
93+
</html>

0 commit comments

Comments
 (0)