Go to file
Philippe Pittoli 8dec840608 Makefile: user.mk 2024-11-17 05:01:49 +01:00
app Larger modals. 2024-11-09 19:56:26 +01:00
src Paypal button. 2024-11-17 01:38:05 +01:00
test Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00
.gitignore Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00
README.md Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00
TODO.md User can change their email address. 2024-06-26 01:38:55 +02:00
makefile Makefile: user.mk 2024-11-17 05:01:49 +01:00
packages.dhall Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00
spago.dhall Paypal button. 2024-11-17 01:38:05 +01:00

README.md

dnsmanager interface

Quick Start

To install and test this application, you'll need:

  • both purs and spago, in order to compile this purescript application;
  • both authd and dnsmanagerd, in order to use this dnsmanager webclient with its related services, and they both require libipc;
  • (optional) a http server to serve the website and its documentation (such as darkhttpd, which is used in the makefile).

To compile this purescript application:

make bundle

Introduction

This code is a beta version of the official interface for dnsmanager (second edition). It will soon change in numerous ways, but represents an acceptable start for the dnsmanager webclient project.