2025-05-08 19:49:07 +00:00
<!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"
/>
2025-05-21 19:54:35 +00:00
< title > Things We Learned | FediZineFest</ title >
2025-05-08 19:49:07 +00:00
<!-- The website stylesheet -->
2025-05-21 19:43:28 +00:00
< link rel = "stylesheet" href = "/styles/main.css" />
2025-05-21 23:11:30 +00:00
2025-05-08 19:49:07 +00:00
<!-- The website JavaScript file -->
2025-05-21 19:43:28 +00:00
< script src = "/scripts/footer.js" defer ></ script >
2025-05-08 19:49:07 +00:00
<!-- Meta -->
2025-05-08 20:01:00 +00:00
< link rel = "canonical" href = "https://fedizinefest.glitch.me/learn" />
< meta name = "description" content = "learnings from FediZineFest" />
2025-05-08 19:49:07 +00:00
< meta name = "robots" content = "index,follow" />
2025-05-08 20:01:00 +00:00
< meta property = "og:title" content = "Things We Learned | FediZineFest" />
2025-05-08 19:49:07 +00:00
< meta property = "og:type" content = "article" />
2025-05-08 20:01:00 +00:00
< meta property = "og:url" content = "https://fedizinefest.glitch.me/learn" />
< meta property = "og:description" content = "learnings from FediZineFest" />
2025-05-08 19:49:07 +00:00
< 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" >
< a class = "nav-item" href = "/" > home </ a >
< a class = "nav-item" href = "/zines" > zines! </ a >
< a class = "nav-item" href = "/status" > status </ a >
< a class = "nav-item" href = "/for-artists" > artist guidelines </ a >
</ nav >
< div class = "wip" >
< p >
This site is a < b > work in progress!</ b > If you experience issues,
please try waiting a minute and reloading before reaching out with
questions.
</ p >
</ div >
< main id = "main" >
< header role = "banner" >
< h1 > Learnings for Next Time</ h1 >
</ header >
2025-05-08 20:01:00 +00:00
< h2 > 2025</ h2 >
2025-05-08 19:49:07 +00:00
< 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 >
2025-05-08 20:01:00 +00:00
< 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 >
2025-05-21 16:28:28 +00:00
< li >
< b > Digital cleanliness.</ b > It would be nice to have uploaded
digital zines follow a clear format like Author_Title or similar.
</ li >
2025-05-21 23:11:30 +00:00
< 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 >
2025-05-08 20:01:00 +00:00
</ ul >
< h2 > 2024</ 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 >
2025-05-08 19:49:07 +00:00
</ ul >
</ main >
</ div >
< footer role = "contentinfo" id = "footer" ></ footer >
</ body >
</ html >