Compare commits

..

3 Commits

Author SHA1 Message Date
0c3d8ae20d fix browse url's 2026-01-20 21:20:44 -05:00
65816a55a2 fix fes release 2026-01-18 15:51:58 -05:00
f0e2e87388 update community page 2026-01-18 15:25:52 -05:00
3 changed files with 4 additions and 9 deletions

View File

@@ -8,13 +8,8 @@ fes.app.global.start(fes, site, "Community")
site:h1("Community") site:h1("Community")
site:h2("Mailing lists")
site:ul {
std.element("code", nil, "hackers@fsdproject.org") .. " - " .. std.strong("only for patches") .. "Commit messages and diffs for all fSD projects can be sent here for review.",
}
site:h2("Discord") site:h2("Discord")
site:p("Offical " .. std.a("https://discord.gg/A7QBvK5jhd", "discord") .. " server of the fSD project:") site:p("Offical " .. std.a("https://discord.gg/A7QBvK5jhd", "discord") .. " server of the fSD project. This is a place where you can sumbit patches. (we do have plans for an email list)")
fes.app.global.finish(fes, site) fes.app.global.finish(fes, site)

View File

@@ -11,7 +11,7 @@ site:muted("fes is a lightweight, static, and optionated microframework.")
site:h2("Development") site:h2("Development")
site:p("You can " .. site:p("You can " ..
std.external("https://git.fsdproject.org/fes", "browse") .. std.external("https://git.fsdproject.org/fes/log.html", "browse") ..
" its source code or get a copy using the following command:") " its source code or get a copy using the following command:")
site:code("git clone https://git.vxserver.dev/fSD/fes") site:code("git clone https://git.vxserver.dev/fSD/fes")
@@ -63,7 +63,7 @@ local latest = latestRelease(tars, "fes")
site:h2("Download") site:h2("Download")
site:ul { site:ul {
std.p(std.a("/archive/" .. latest, latest) .. " (2026-04-1)"), std.p(std.a("/archive/fes/" .. latest, latest) .. " (2026-04-1)"),
std.a("/archive/fes", "Looking for specific version?") std.a("/archive/fes", "Looking for specific version?")
} }

View File

@@ -10,7 +10,7 @@ site:h2("Yait")
site:muted("Yait is a highly opinionated C and SH project generator.") site:muted("Yait is a highly opinionated C and SH project generator.")
site:h2("Development") site:h2("Development")
site:p("You can " .. std.external("https://git.vxserver.dev/fSD/yait", "browse") .. " its source code or get a copy using the following command:") site:p("You can " .. std.external("https://git.fsdproject.org/yait/log.html", "browse") .. " its source code or get a copy using the following command:")
site:code("git clone https://git.vxserver.dev/fSD/yait") site:code("git clone https://git.vxserver.dev/fSD/yait")
site:h2("Download") site:h2("Download")