This package browser is in early development. Mind the rough edges.

adl-submit

Submit events to the Agenda Du Libre

adl-submit is a tool that can be used to submit events to any instance of the Agenda Du Libre (a web calendar originally meant for free software events). Users can set fields through the command line or create an XML that can be submitted with the adl-submit tool. While the Agenda Du Libre web application is available in multiple languages, most of the events on https://www.agendadulibre.org are in French and the adl-submit tool is only available in French.

Installation

Install the latest version of adl-submit as follows:

guix install adl-submit

Or install a particular version:

guix install adl-submit@1.0-0.f38c7ad

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of adl-submit about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/adl-submit'><img src='https://packages.guix.gnu.org/packages/adl-submit/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/adl-submit/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/adl-submit)

Example Org:

[[https://packages.guix.gnu.org/packages/adl-submit][https://packages.guix.gnu.org/packages/adl-submit/badges/latest-version.svg]]