unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: David Thompson <davet@gnu.org>
To: guile-user@gnu.org
Subject: [ANN] Haunt 0.1 released
Date: Sat, 08 Aug 2015 10:25:06 -0400	[thread overview]
Message-ID: <878u9l7t8d.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (raw)

Hello Guilers,

I am pleased to announce the first alpha release of Haunt, a static site
generator written in Guile Scheme.

At its core, Haunt is a very simple program. To build your site, Haunt
takes your posts and static assets as input, passes them to a series of
user-defined building procedures that return one or more page objects,
and outputs all of the generated pages to the file system.  All of the
"good stuff" is implemented in the builder procedures. Haunt 0.1 comes
with very simple blog and Atom feed generators.  Currently supported
post formats are SXML and HTML.

For those that want to give it a spin: After building Haunt, check out
the 'example' or 'website' directories in the source tree and run the
following and then visit 'localhost:8080' in your web browser to see the
results:

    ../pre-inst-env haunt build
    ../pre-inst-env haunt serve

Patches are very much welcome.  In particular, adding readers for
Markdown/Skribe/Org/ReStructuredText posts and improving the built-in
blog generator would make Haunt much more usable to others.

The release tarball URL and its respective SHA1 checksum:

http://files.dthompson.us/haunt/haunt-0.1.tar.gz
c81dbcdf33f9b0a19442d3701cffa3b60c8891ce

Home page: http://haunt.dthompson.us/

Guix package recipe:

    (package
      (name "haunt")
      (version "0.1")
      (source (origin
                (method url-fetch)
                (uri (string-append "http://files.dthompson.us/haunt/haunt-"
                                    version ".tar.gz"))
                (sha256
                 (base32
                  "15q1qwjnay7k90ppqrzqsmikvwyj61mjvf1zahyd9gm4vi2fgb3x"))))
      (build-system gnu-build-system)
      (inputs
       `(("guile" ,guile-2.0)))
      (synopsis "Functional static site generator")
      (description "Haunt is a static site generator written in Guile
    Scheme.  Haunt features a functional build system and an extensible
    interface for reading articles in any format.")
      (home-page "http://haunt.dthompson.us")
      (license gpl3+))

Happy hacking!

-- 
David Thompson



             reply	other threads:[~2015-08-08 14:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-08 14:25 David Thompson [this message]
2015-08-08 20:18 ` [ANN] Haunt 0.1 released Max
2015-08-10 12:47   ` David Thompson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878u9l7t8d.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me \
    --to=davet@gnu.org \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).