hugo-mx-gateway 0.2.2+ds1-3ubuntu2 source package in Ubuntu

Changelog

hugo-mx-gateway (0.2.2+ds1-3ubuntu2) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:16:27 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
hugo-mx-gateway_0.2.2+ds1.orig.tar.xz 142.8 KiB 40db2ee64ffb60e3c5db22e85e886d23f6c4d5e3f38dbacc8aa7c3c842eda45a
hugo-mx-gateway_0.2.2+ds1-3ubuntu2.debian.tar.xz 4.3 KiB 6befc3e5a64faa84560378b468c187f6ff25a79d94e25d98396741c5201d49f1
hugo-mx-gateway_0.2.2+ds1-3ubuntu2.dsc 2.3 KiB 9cf6be528ac4bf33a46d1f5a0db31f25c7153c2bce8babeeb043b99eb01b1e81

View changes file

Binary packages built by this source

hugo-mx-gateway: Contact/demo forms handler for static websites (program)

 hugo-mx-gateway provides a RESTful POST endpoint for static
 contact/demo request pages. It's a simple, yet a powerful tool built for
 this only-designated purpose, e.g. for use with static sites built
 using Hugo.
 .
 hugo-mx-gateway is built upon a simple request handling workflow:
 .
  * Create an HTML form with a POST action pointing towards the hugo-mx-
    gateway service.
  * For each user request, hugo-mx-gateway automatically retrieves
    information submitted by the user (email, subject, message details...),
    then generates and sends a templated email (based on Go Template to the
    user-provided email address, while bcc'ing a copy of that email to an
    address that you can define for internal tracking and follow up.
  * Once a request is processed (upon success or failure), hugo-mx-gateway
    handles the reply back towards the calling static page by redirecting
    the browser to the origin page with additional URL parameters
    describing the completion status of the processing (e.g.
    /contact.html?status=success&message=request%20submitted). The
    parameters can then be easily retrieved and shown to the user, e.g.
    with a few lines of Javascript within the static page.

hugo-mx-gateway-dbgsym: debug symbols for hugo-mx-gateway