Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zonemaster
zonemaster-backend
Commits
38c46ced
Commit
38c46ced
authored
Jun 26, 2018
by
mats Dufberg
Browse files
Updated "dotse" to "zonemaster" in files
parent
a35aa6b4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.PL
View file @
38c46ced
...
...
@@ -2,8 +2,8 @@ use inc::Module::Install;
name
'Zonemaster-Backend'
;
all_from
'lib/Zonemaster/Backend.pm'
;
repository 'https
:
//github.com/
dotse
/zonemaster-backend';
bugtracker 'https
:
//github.com/
dotse
/zonemaster-backend/issues';
repository 'https
:
//github.com/
zonemaster
/zonemaster-backend';
bugtracker 'https
:
//github.com/
zonemaster
/zonemaster-backend/issues';
requires
'Class::Method::Modifiers'
=>
1.09,
...
...
README.md
View file @
38c46ced
Zonemaster Backend
==================
[

](https://travis-ci.org/
dotse
/zonemaster-backend)
[

](https://travis-ci.org/
zonemaster
/zonemaster-backend)
### Purpose
This repository is one of the components of the Zonemaster software. For an
overview of the Zonemaster software, please see the
[
Zonemaster repository
](
https://github.com/
dotse
/zonemaster
)
.
[
Zonemaster repository
](
https://github.com/
zonemaster
/zonemaster
)
.
This module is the Backend JSON/RPC weservice for the Web Interface part of
the Zonemaster project. It offers a JSON/RPC api to run tests one by one
...
...
@@ -22,7 +22,7 @@ analysing.
Before you install the Zonemaster Backend, you need the
Zonemaster Engine installed. Please see the
[
Zonemaster Engine installation
instructions
](
https://github.com/
dotse
/zonemaster-engine/blob/master/docs/Installation.md
)
.
instructions
](
https://github.com/
zonemaster
/zonemaster-engine/blob/master/docs/Installation.md
)
.
### Upgrade
...
...
docs/Architecture.md
View file @
38c46ced
...
...
@@ -87,4 +87,4 @@ soon as it can, and all of the real work will be done as that user.
### Engine
The Zonemaster
*Engine*
is a library for performing
*tests*
. It's hosted in
[
its
own repository
](
https://github.com/
dotse
/zonemaster-engine/
)
.
own repository
](
https://github.com/
zonemaster
/zonemaster-engine/
)
.
docs/Installation.md
View file @
38c46ced
...
...
@@ -332,7 +332,7 @@ sudo apt-get install libdbd-pg-perl postgresql
```
Check that you have a PostgreSQL installation 9.2 or later. The version should also match the supported database
engine version depending on OS found in
[
Zonemaster/README
](
https://github.com/
dotse
/zonemaster/blob/master/README.md
)
.
engine version depending on OS found in
[
Zonemaster/README
](
https://github.com/
zonemaster
/zonemaster/blob/master/README.md
)
.
```
sh
psql
--version
...
...
@@ -588,15 +588,15 @@ sudo -u postgres psql -f ./cleanup-postgres.sql # MUST BE VERIFIED!
-------
[
Declaration of prerequisites
]:
https://github.com/
dotse
/zonemaster#prerequisites
[
Declaration of prerequisites
]:
https://github.com/
zonemaster
/zonemaster#prerequisites
[
JSON-RPC API
]:
API.md
[
Main Zonemaster repository
]:
https://github.com/
dotse
/zonemaster/blob/master/README.md
[
Main Zonemaster repository
]:
https://github.com/
zonemaster
/zonemaster/blob/master/README.md
[
Post-installation
]:
#7-post-installation
[
Zonemaster::CLI installation
]:
https://github.com/
dotse
/zonemaster-cli/blob/master/docs/Installation.md
[
Zonemaster::GUI installation
]:
https://github.com/
dotse
/zonemaster-gui/blob/master/docs/Installation.md
[
Zonemaster::Engine installation
]:
https://github.com/
dotse
/zonemaster-engine/blob/master/docs/Installation.md
[
Zonemaster::Engine
]:
https://github.com/
dotse
/zonemaster-engine/blob/master/README.md
[
Zonemaster::LDNS
]:
https://github.com/
dotse
/zonemaster-ldns/blob/master/README.md
[
Zonemaster::CLI installation
]:
https://github.com/
zonemaster
/zonemaster-cli/blob/master/docs/Installation.md
[
Zonemaster::GUI installation
]:
https://github.com/
zonemaster
/zonemaster-gui/blob/master/docs/Installation.md
[
Zonemaster::Engine installation
]:
https://github.com/
zonemaster
/zonemaster-engine/blob/master/docs/Installation.md
[
Zonemaster::Engine
]:
https://github.com/
zonemaster
/zonemaster-engine/blob/master/README.md
[
Zonemaster::LDNS
]:
https://github.com/
zonemaster
/zonemaster-ldns/blob/master/README.md
Copyright (c) 2013 - 2017, IIS (The Internet Foundation in Sweden)
\
Copyright (c) 2013 - 2017, AFNIC
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment