👕🎪 Checkpoint
./years/2025/zines/index.html:69682263/190 ./scripts/footer.js:69682263/355 ./scripts/nav.js:69682263/78 ./years/2025/index.html:69682263/35991 ./years/2024/index.html:69682263/8147
This commit is contained in:
@ -1,63 +0,0 @@
|
|||||||
<!-- DEPRECATED, edit /years/2024/index.html -->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<link
|
|
||||||
rel="icon"
|
|
||||||
href="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<title>FediZineFest 2024</title>
|
|
||||||
|
|
||||||
<!-- The website stylesheet -->
|
|
||||||
<link rel="stylesheet" href="/styles/main.css" />
|
|
||||||
|
|
||||||
<!-- The website JavaScript file -->
|
|
||||||
<script src="/scripts/nav.js" defer></script>
|
|
||||||
<script src="/scripts/footer.js" defer></script>
|
|
||||||
<script src="/scripts/wip.js" defer></script>
|
|
||||||
|
|
||||||
<!-- Redirect to correct page -->
|
|
||||||
<meta http-equiv="refresh" content="0; url=/years/2024" />
|
|
||||||
|
|
||||||
<!-- Meta -->
|
|
||||||
<link rel="canonical" href="https://fedizinefest.glitch.me/2024" />
|
|
||||||
<meta name="description" content="FediZineFest 2024" />
|
|
||||||
<meta name="robots" content="index,follow" />
|
|
||||||
<meta property="og:title" content="FediZineFest 2024" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:url" content="https://fedizinefest.glitch.me/2024" />
|
|
||||||
<meta property="og:description" content="FediZineFest 2024" />
|
|
||||||
<meta
|
|
||||||
property="og:image"
|
|
||||||
content="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
|
|
||||||
/>
|
|
||||||
<meta
|
|
||||||
property="og:image:alt"
|
|
||||||
content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'"
|
|
||||||
/>
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="wrapper">
|
|
||||||
<nav role="navigation" id="top-nav">
|
|
||||||
<!-- auto-populated by nav.js -->
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div id="wip"> <!-- auto-populated by wip.js --> </div>
|
|
||||||
|
|
||||||
<main id="main">
|
|
||||||
<header role="banner">
|
|
||||||
<h1>FediZineFest 2024</h1>
|
|
||||||
</header>
|
|
||||||
<p>
|
|
||||||
This page has moved. If you have not been redirected automatically,
|
|
||||||
<a href="/years/2024">read more on 2024 here</a>.
|
|
||||||
</p>
|
|
||||||
</main>
|
|
||||||
</div>
|
|
||||||
<footer role="contentinfo" id="footer"></footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,13 +1,8 @@
|
|||||||
/* populate footer */
|
/* populate footer */
|
||||||
|
|
||||||
let footerHTML = `
|
let footerHTML = `
|
||||||
<p>Created by <a href="https://leecat.art">Lee Cattarin</a> with help from:</p>
|
<p>Brought to you by the <a href="/years/2025#team">FediZineFest 2025 team</a></p>
|
||||||
<ul>
|
|
||||||
<li><a href="https://flipping.rocks/@mycrowgirl">Lisa</a> (color palette)</li>
|
|
||||||
<li>the <a href="/team">FediZineFest 2025 team</a></li>
|
|
||||||
</ul>
|
|
||||||
<p>Site feedback? Questions? <a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">Reach out to Lee</a></p>
|
<p>Site feedback? Questions? <a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">Reach out to Lee</a></p>
|
||||||
<p><a href="/years">see all years</a></p>
|
|
||||||
`
|
`
|
||||||
|
|
||||||
function populateFooter() {
|
function populateFooter() {
|
||||||
|
|||||||
@ -14,6 +14,10 @@ let navItems = [
|
|||||||
{
|
{
|
||||||
"href": "/zines",
|
"href": "/zines",
|
||||||
"title": "zines!"
|
"title": "zines!"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"href": "/years",
|
||||||
|
"title": "years"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -41,8 +41,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<nav role="navigation" id="top-nav">
|
<nav role="navigation" id="top-nav"></nav>
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div id="wip"><!-- auto-populated by wip.js --></div>
|
<div id="wip"><!-- auto-populated by wip.js --></div>
|
||||||
|
|
||||||
@ -56,50 +55,60 @@
|
|||||||
alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread."
|
alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread."
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<h2>Overview</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/years/2024/guidelines"
|
Read the
|
||||||
>Read the FediZineFest 2024 guidelines.</a
|
<a href="/years/2024/guidelines">FediZineFest 2024 guidelines.</a>
|
||||||
>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/years/2024/zines">See the FediZineFest 2024 zines.</a>
|
See the
|
||||||
|
<a href="/years/2024/zines">FediZineFest 2024 zines.</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Statistics</h2>
|
<section id="stats">
|
||||||
|
<h2>Statistics</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
FediZineFest 2024 completed with <b>25 artists</b> and
|
FediZineFest 2024 completed with <b>25 artists</b> and
|
||||||
<b>20 backers</b>. Artists contributed <b>16 physical</b> and
|
<b>20 backers</b>. Artists contributed <b>16 physical</b> and
|
||||||
<b>18 digital</b> zines. Artist payouts were roughly <b>USD35</b>. 5
|
<b>18 digital</b> zines. Artist payouts were roughly <b>USD35</b>. 5
|
||||||
artists were unable to complete work or dropped out.
|
artists were unable to complete work or dropped out.
|
||||||
</p>
|
</p>
|
||||||
|
</section>
|
||||||
<h2>Things we learned</h2>
|
|
||||||
|
|
||||||
<ul>
|
<section id="learn">
|
||||||
<li>Build in opt-outs for physical zines for artists and backers</li>
|
<h2>Things we learned</h2>
|
||||||
<li>Build in opt-outs for payment for artists</li>
|
|
||||||
<li>Read the fine print of services such as Jotform</li>
|
|
||||||
<li>Include workarounds for Paypal</li>
|
|
||||||
<li>
|
|
||||||
Get general publicity information from artists - not just fedi
|
|
||||||
handles
|
|
||||||
</li>
|
|
||||||
<li>Delegate! Delegate! Delegate!</li>
|
|
||||||
<li>Block out more time between deadlines</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2>Team</h2>
|
<ul>
|
||||||
|
<li>
|
||||||
|
Build in opt-outs for physical zines for artists and backers
|
||||||
|
</li>
|
||||||
|
<li>Build in opt-outs for payment for artists</li>
|
||||||
|
<li>Read the fine print of services such as Jotform</li>
|
||||||
|
<li>Include workarounds for Paypal</li>
|
||||||
|
<li>
|
||||||
|
Get general publicity information from artists - not just fedi
|
||||||
|
handles
|
||||||
|
</li>
|
||||||
|
<li>Delegate! Delegate! Delegate!</li>
|
||||||
|
<li>Block out more time between deadlines</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
<dl>
|
<section id="team">
|
||||||
<dt>Primary point of contact</dt>
|
<h2>Team</h2>
|
||||||
<dd>Lee</dd>
|
|
||||||
<dt>Help with zine creation</dt>
|
<dl>
|
||||||
<dd>Sanae</dd>
|
<dt>Primary point of contact</dt>
|
||||||
<dt>Help with digital formatting</dt>
|
<dd>Lee</dd>
|
||||||
<dd>Aaron Rafik El Sabrout</dd>
|
<dt>Help with zine creation</dt>
|
||||||
</dl>
|
<dd>Sanae</dd>
|
||||||
|
<dt>Help with digital formatting</dt>
|
||||||
|
<dd>Aaron Rafik El Sabrout</dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<footer role="contentinfo" id="footer"></footer>
|
<footer role="contentinfo" id="footer"></footer>
|
||||||
|
|||||||
@ -38,8 +38,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<nav role="navigation" id="top-nav">
|
<nav role="navigation" id="top-nav"></nav>
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div id="wip"><!-- auto-populated by wip.js --></div>
|
<div id="wip"><!-- auto-populated by wip.js --></div>
|
||||||
|
|
||||||
@ -54,99 +53,106 @@
|
|||||||
alt="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'"
|
alt="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<h2>Overview</h2>
|
||||||
<p>
|
<p>
|
||||||
<a href="/years/2025/guidelines"
|
Read the
|
||||||
>Read the FediZineFest 2025 guidelines.</a
|
<a href="/years/2025/guidelines">FediZineFest 2025 guidelines.</a>
|
||||||
>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/years/2025/zines">See the FediZineFest 2025 zines.</a>
|
See the
|
||||||
|
<a href="/years/2025/zines">FediZineFest 2025 zines.</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Statistics</h2>
|
<section id="stats">
|
||||||
|
<h2>Statistics</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>19 artists</b> contributed <b>13 physical</b> and
|
<b>19 artists</b> contributed <b>13 physical</b> and
|
||||||
<b>16 digital</b> zines. <b>23 backers</b> contributed over
|
<b>16 digital</b> zines. <b>23 backers</b> contributed over
|
||||||
<b>USD1500</b>.
|
<b>USD1500</b>.
|
||||||
</p>
|
</p>
|
||||||
<p>This year, our payouts vary slightly according to two factors:</p>
|
<p>This year, our payouts vary slightly according to two factors:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>whether the artist contributed physical zines</li>
|
<li>whether the artist contributed physical zines</li>
|
||||||
<li>whether the artist received physical zines</li>
|
<li>whether the artist received physical zines</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
This was to help offset cost of printing. Final payouts will be
|
This was to help offset cost of printing. Final payouts will be
|
||||||
calculated on June 6 (deadline 4), but at current, artists will
|
calculated on June 6 (deadline 4), but at current, artists will
|
||||||
receive anywhere from <b>USD95 to USD135</b> (if this math sounds
|
receive anywhere from <b>USD95 to USD135</b> (if this math sounds
|
||||||
wrong: there are artists who opted out of being paid).
|
wrong: there are artists who opted out of being paid).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>5 artists were unable to complete work or dropped out.</p>
|
<p>5 artists were unable to complete work or dropped out.</p>
|
||||||
|
</section>
|
||||||
<h2>
|
|
||||||
Things we learned
|
|
||||||
</h2>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<b>Using Airtable.</b> Make sure all coordinators are using the same
|
|
||||||
information platform. In 2025, I allowed coordinators to opt out of
|
|
||||||
learning a new platform. Next year, I'll put extra effort into
|
|
||||||
making the platform accessible.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<b>Shared email.</b> A shared email account for coordinators would
|
|
||||||
make responding to artist questions easier and more seamless for
|
|
||||||
artists.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<b>Fedi handles.</b> This year, I aimed to get artist's websites for
|
|
||||||
general publicity, rather than fedi handles. Collect both - fedi
|
|
||||||
handles are useful for publicity as well as communication.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<b>Digital cleanliness.</b> It would be nice to have uploaded
|
|
||||||
digital zines follow a clear format like Author_Title or similar.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<b>Deadlines.</b>The 4 week delays between some of the later steps?
|
|
||||||
Those have already been necessary. One set of zines didn't arrive
|
|
||||||
until 21 May despite being posted on time.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2>Team</h2>
|
|
||||||
|
|
||||||
<dl>
|
<section id="learn">
|
||||||
<dt>Physical Zine Coordinator</dt>
|
<h2>Things we learned</h2>
|
||||||
<dd>Lee Cattarin — <a href="https://leecat.art">leecat.art</a></dd>
|
<ul>
|
||||||
<dt>Digital Zine Coordinator</dt>
|
<li>
|
||||||
<dd>
|
<b>Using Airtable.</b> Make sure all coordinators are using the
|
||||||
Oona Leganovic —
|
same information platform. In 2025, I allowed coordinators to opt
|
||||||
<a href="https://assemblag.es/@playinprogress"
|
out of learning a new platform. Next year, I'll put extra effort
|
||||||
>@playinprogress on fedi</a
|
into making the platform accessible.
|
||||||
>
|
</li>
|
||||||
</dd>
|
<li>
|
||||||
<dt>Timeline Coordinator</dt>
|
<b>Shared email.</b> A shared email account for coordinators would
|
||||||
<dd>
|
make responding to artist questions easier and more seamless for
|
||||||
Jack —
|
artists.
|
||||||
<a href="https://catcatnya.com/@sodamnqueer"
|
</li>
|
||||||
>@sodamnqueer on fedi</a
|
<li>
|
||||||
>
|
<b>Fedi handles.</b> This year, I aimed to get artist's websites
|
||||||
</dd>
|
for general publicity, rather than fedi handles. Collect both -
|
||||||
<dt>Website/Database Management</dt>
|
fedi handles are useful for publicity as well as communication.
|
||||||
<dd>Lee Cattarin — <a href="https://leecat.art">leecat.art</a></dd>
|
</li>
|
||||||
</dl>
|
<li>
|
||||||
|
<b>Digital cleanliness.</b> It would be nice to have uploaded
|
||||||
|
digital zines follow a clear format like Author_Title or similar.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Deadlines.</b>The 4 week delays between some of the later
|
||||||
|
steps? Those have already been necessary. One set of zines didn't
|
||||||
|
arrive until 21 May despite being posted on time.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
<h2>Extra thanks</h2>
|
<section id="team">
|
||||||
|
<h2>Team</h2>
|
||||||
|
|
||||||
<ul>
|
<dl>
|
||||||
<li>
|
<dt>Physical Zine Coordinator</dt>
|
||||||
<a href="https://flipping.rocks/@mycrowgirl">Lisa</a> (color
|
<dd>Lee Cattarin — <a href="https://leecat.art">leecat.art</a></dd>
|
||||||
palette)
|
<dt>Digital Zine Coordinator</dt>
|
||||||
</li>
|
<dd>
|
||||||
</ul>
|
Oona Leganovic —
|
||||||
|
<a href="https://assemblag.es/@playinprogress"
|
||||||
|
>@playinprogress on fedi</a
|
||||||
|
>
|
||||||
|
</dd>
|
||||||
|
<dt>Timeline Coordinator</dt>
|
||||||
|
<dd>
|
||||||
|
Jack —
|
||||||
|
<a href="https://catcatnya.com/@sodamnqueer"
|
||||||
|
>@sodamnqueer on fedi</a
|
||||||
|
>
|
||||||
|
</dd>
|
||||||
|
<dt>Website/Database Management</dt>
|
||||||
|
<dd>Lee Cattarin — <a href="https://leecat.art">leecat.art</a></dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="thanks">
|
||||||
|
<h2>Extra thanks</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://flipping.rocks/@mycrowgirl">Lisa</a> (color
|
||||||
|
palette)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<footer role="contentinfo" id="footer"></footer>
|
<footer role="contentinfo" id="footer"></footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user