update page for fp
This commit is contained in:
BIN
fsdproject.org/archive/tools/fp-0.1.1.tar.gz
Normal file
BIN
fsdproject.org/archive/tools/fp-0.1.1.tar.gz
Normal file
Binary file not shown.
@@ -8,6 +8,7 @@ fes.app.global.start(fes, site, "Releases")
|
|||||||
local pkgs = {
|
local pkgs = {
|
||||||
"yait",
|
"yait",
|
||||||
"fes",
|
"fes",
|
||||||
|
"fp",
|
||||||
}
|
}
|
||||||
|
|
||||||
table.sort(pkgs)
|
table.sort(pkgs)
|
||||||
|
|||||||
28
fsdproject.org/www/releases/fp.lua
Normal file
28
fsdproject.org/www/releases/fp.lua
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
local fes = require("fes")
|
||||||
|
local std = fes.std
|
||||||
|
local u = fes.util
|
||||||
|
|
||||||
|
local site = fes.fes()
|
||||||
|
|
||||||
|
fes.app.global.start(fes, site, "fp")
|
||||||
|
|
||||||
|
site:h2("Fp")
|
||||||
|
site:muted("FreePkg is the offical package manager for fSD packages.")
|
||||||
|
|
||||||
|
site:h2("Development")
|
||||||
|
site:p("You can " .. std.external("https://git.fsdproject.org/fp/log.html", "browse") .. " its source code or get a copy using the following command:")
|
||||||
|
site:code("git clone https://git.vxserver.dev/fSD/fp")
|
||||||
|
|
||||||
|
site:h2("Usage")
|
||||||
|
site:p("The easiest way to run fp is through a curl")
|
||||||
|
site:code("curl --proto '=https' --tlsv1.2 -sSf https://dl.fsdproject.org/fp | sh -s -- --web-ver")
|
||||||
|
|
||||||
|
site:h2("Download")
|
||||||
|
site:ul {
|
||||||
|
std.p(std.a("/archive/tools/fp-0.1.1.tar.gz", "fp-0.1.1") .. " (2026-26-01)"),
|
||||||
|
std.a("/archive/tools", "Looking for specific version?")
|
||||||
|
}
|
||||||
|
|
||||||
|
fes.app.global.finish(fes, site)
|
||||||
|
|
||||||
|
return site
|
||||||
@@ -15,7 +15,7 @@ site:code("git clone https://git.vxserver.dev/fSD/yait")
|
|||||||
|
|
||||||
site:h2("Download")
|
site:h2("Download")
|
||||||
site:ul {
|
site:ul {
|
||||||
std.p(std.a("/archive/yait/yait-1.0.tar.gz", "yait-1.0") .. " (2025-31-12)"),
|
std.p(std.a("/archive/tools/yait-1.0.tar.gz", "yait-1.0") .. " (2025-31-12)"),
|
||||||
std.a("/archive/tools", "Looking for specific version?")
|
std.a("/archive/tools", "Looking for specific version?")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user