Compare commits
4 Commits
86c942105b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 65816a55a2 | |||
| f0e2e87388 | |||
| 79f1d5fb4a | |||
| 9228e7a324 |
@@ -4,10 +4,10 @@ services:
|
||||
ports:
|
||||
- "2100:3000"
|
||||
volumes:
|
||||
- ./fsd.vxserver.dev:/app
|
||||
- ./fsdproject.org:/app
|
||||
docs:
|
||||
image: git.vxserver.dev/fsd/fes:latest
|
||||
ports:
|
||||
- "2101:3000"
|
||||
volumes:
|
||||
- ./docs.vxserver.dev:/app
|
||||
- ./docs.fsdproject.org:/app
|
||||
|
||||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
@@ -24,7 +24,7 @@ global.finish = function(fes, site)
|
||||
site:note(fes.util.cc {
|
||||
fes.std.h2("Other resources"),
|
||||
fes.std.tl({
|
||||
fes.std.external("https://git.vxserver.dev", "Git Trees"),
|
||||
fes.std.external("https://git.fsdproject.org/", "Git Trees"),
|
||||
fes.std.external("https://docs.fsdproject.org", "Documentation"),
|
||||
}),
|
||||
|
||||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
@@ -8,13 +8,8 @@ fes.app.global.start(fes, site, "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: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)
|
||||
|
||||
@@ -11,7 +11,7 @@ site:muted("fes is a lightweight, static, and optionated microframework.")
|
||||
|
||||
site:h2("Development")
|
||||
site:p("You can " ..
|
||||
std.external("https://git.vxserver.dev/fSD/fes", "browse") ..
|
||||
std.external("https://git.fsdproject.org/fes", "browse") ..
|
||||
" its source code or get a copy using the following command:")
|
||||
site:code("git clone https://git.vxserver.dev/fSD/fes")
|
||||
|
||||
@@ -63,7 +63,7 @@ local latest = latestRelease(tars, "fes")
|
||||
|
||||
site:h2("Download")
|
||||
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?")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user