On Fri, 2015-10-09 at 17:24 -0500, Luis Felipe López Acevedo wrote: > On 2015-09-23 11:18, Luis Felipe López Acevedo wrote: > > > > With the feedback so far, I'm planning to make a revision of the > > mockup this weekend to include the suggested changes. > > > > Hi, > > I just finished an implementation of the new website. You can grab a > copy of the built site from here: > > > https://bitbucket.org/sirgazil/dnd/downloads/guile-website-20151009.tar.gz > > To try it out: > > $ cd path/to/guile-website-yyyymmdd > $ python3 -m http.server # couldn't find a equivalent in > Guile > > Then visit the website at <http://localhost:8000/>.
You may try Artanis for this: ========================================================= guile -c "(use-modules (artanis artanis))(init-server)(run)" ========================================================= http://www.gnu.org/software/artanis/manual/manual.html#sec-4-2