Topic: How to use werc on this?

id like to use http://werc.cat-v.org/ but im not sure how to set it up

Re: How to use werc on this?

The most obvious impediment to running werc is that TuxFamily does not provide rc (yet?).
We could install it; however, finding web hosters that provide both classic CGI and rc may prove difficult; are you sure you want to go this way?
You could look for a similar tool relying on sh/bash (thus keeping only the dependency on CGI), or you could experiment with static sites generators.

Re: How to use werc on this?

well, i just need something very light;

Re: How to use werc on this?

Exection-wise, webserver-side, you can hardly find lighter than static files (well, ok, you can hardcode your pages inside the webserver configuration). Since werc uses Markdown by default, and assuming you do not want an invasive tool (language interpreter + dependencies + tool code), what about Hugo? https://gohugo.io/

Re: How to use werc on this?

hugo could work! thanks!

6 (edited by librefan 2023-04-19 07:22:54)

Re: How to use werc on this?

Hello there,

Hugo isn't the simplest thing to install. Apparently Zola is much easier to install and quite straightforward: getzola.org
I'm gonna grab a copy and try using it.

Good luck with Hugo or Zola :-)