<phinxy>
Can kiss show what's installed from community?
<phinxy>
I'd like a new package in community. Instead of fetch/pull:ing community could I duplicate the repo and keep two different versions of it in KISS_PATH? How would kiss prioritize packages?
<phinxy>
first in path takes precedence, right, so package version doesn't matter?
<phinxy>
Nevermind, I'm better off keeping the stale community repo and creating the new package in the local repo.
<humaid_>
I'm running qemu and getting: Could not initialize SDL(x11 not available) - exiting. Is there a variable I'm missing for wayland?
humaid_ has quit [Quit: humaid_]
<acheam>
phoebos: the style guide is also needed in the main repo
<phoebos>
people probably aren't gonna be making new packages in the main repo, or if they are, they know what the style is, but community is more open
<acheam>
thats true
<phoebos>
but ideally we'd have k1sslinux.org again and put it up as a webpage
<acheam>
it still feels weird to put it in the community repo
<acheam>
I'm for making a community wiki and putting it there
<phoebos>
that works too
<phoebos>
at some point we should either vote or just make one
<acheam>
I'm just going to make one
<acheam>
the whole voting thing was super convoluted
<phoebos>
lol
<acheam>
you can vote by using it or not using it
<phoebos>
fair enough
<testuser[m]>
humaid_: export SDL_VIDEODRIVEE
<testuser[m]>
Or something
<acheam>
I'm working on building a simple wiki engine based on the suckless website generator
<acheam>
okay it works!
<acheam>
I pushed my changes to the repo, but I haven't yet setup ci/cd for it so the website is down for now
<vulpine>
what is suckless's website generator?
<phoebos>
acheam: suckless do `make html` by dirs because they have different subdomains in dirs, with the domain names as the dir names
<phoebos>
hence -exec sh -ec './build-page "$$0" >$$0/index.html'
<phoebos>
the arg to build-page is the domain name
<phoebos>
so atm you're making links pointing to http://wiki/foo
<phoebos>
either do ./build-page kisscommunity.org or best to remove the absolute links and just use relative across the site
<phoebos>
href="/foo" rather than href="//wiki/foo"
<acheam>
vulpine: the one they use to make suckless.org
<acheam>
thanks for pointing that out
<acheam>
will just do relative links
<phoebos>
acheam: smu needs to be in PATH
<acheam>
I know I'm working on it
<acheam>
trying to wrangle my head around github actions
<acheam>
much more complicated than sr.ht
<phoebos>
it would be much easier to host this on someone's server
<acheam>
I agree
<acheam>
want to do it?
<acheam>
oh you'd also have to get the domain from micr0
<phoebos>
i could but i don't have the time to set it up right now
soliwilos has quit [Remote host closed the connection]
<phoebos>
acheam: you need github pages to serve out of the wiki/ dir