Skip to content

Commit

Permalink
Remove duplicate titles
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Sep 20, 2021
1 parent a46a85a commit 06145f0
Show file tree
Hide file tree
Showing 21 changed files with 41 additions and 142 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ all:

fetch:
no=1; \
for repo in qwc-map-viewer qwc-ogc-service qwc-feature-info-service qwc-fulltext-search-service qwc-legend-service qwc-permalink-service qwc-print-service qwc-mapinfo-service qwc-data-service qwc-document-service qwc-elevation-service qwc-ext-service qwc-admin-gui qwc-registration-gui qwc-config-generator; do \
echo "+++\ntitle = \"$$repo\"\nweight = $$no\n+++" >content/services/$$repo.md; \
for repo in qwc-map-viewer qwc-ogc-service qwc-feature-info-service qwc-fulltext-search-service qwc-legend-service qwc-permalink-service qwc-print-service qwc-mapinfo-service qwc-data-service qwc-document-service qwc-elevation-service qwc-admin-gui qwc-registration-gui qwc-config-generator; do \
echo "+++\ntitle = \"$$repo\"\nmenuTitle = \"$$repo\"\nweight = $$no\n+++" >content/services/$$repo.md; \
curl -s -L https://github.com/qwc-services/$$repo/raw/master/README.md | sed '/^\[/d' >>content/services/$$repo.md; \
no=$$((no+1)); \
done
no=1; \
for repo in qwc-db-auth qwc-ldap-auth; do \
echo "+++\ntitle = \"$$repo\"\nweight = $$no\n+++" >content/authentication/$$repo.md; \
echo "+++\ntitle = \"$$repo\"\nmenuTitle = \"$$repo\"\nweight = $$no\n+++" >content/authentication/$$repo.md; \
curl -s -L https://github.com/qwc-services/$$repo/raw/master/README.md | sed '/^\[/d' >>content/authentication/$$repo.md; \
no=$$((no+1)); \
done
echo "+++\ntitle = \"Viewer\"\nweight = 3\n+++\n" >content/viewer/_index.md; \
echo "+++\ntitle = \"QGIS Web Client 2\"\nmenuTitle = \"Viewer\"\nweight = 3\n+++\n" >content/viewer/_index.md; \
curl -s -L https://github.com/qgis/qwc2-demo-app/raw/master/doc/QWC2_Documentation.md >>content/viewer/_index.md;

schemas:
Expand Down
6 changes: 1 addition & 5 deletions content/authentication/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ weight = 6
chapter = true
+++

### Chapter X

# Some Chapter title

Lorem Ipsum.
# Authentication services
6 changes: 2 additions & 4 deletions content/authentication/qwc-db-auth.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
+++
title = "qwc-db-auth"
title = "DB authentication service"
menuTitle = "qwc-db-auth"
weight = 1
+++

Authentication with User DB
===========================

Authentication service with local user database.


Expand Down
4 changes: 2 additions & 2 deletions content/authentication/qwc-ldap-auth.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
+++
title = "qwc-ldap-auth"
title = "LDAP authentication service"
menuTitle = "qwc-ldap-auth"
weight = 2
+++

Authentication with LDAP/Active Directory
=========================================

Configuration
-------------
Expand Down
6 changes: 2 additions & 4 deletions content/services/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ weight = 4
chapter = true
+++

### Chapter X
# QWC Services

# Some Chapter title

Lorem Ipsum.
The QWC Services are a collection of microservices providing configurations for and authorized access to different QWC Map Viewer components.
6 changes: 2 additions & 4 deletions content/services/qwc-admin-gui.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
+++
title = "qwc-admin-gui"
title = "QWC Admin GUI"
menuTitle = "qwc-admin-gui"
weight = 13
+++

QWC Admin GUI
=============

GUI for administration of QWC Services.

* manage users, groups and roles
Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-config-generator.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-config-generator"
title = "QWC Config Generator"
menuTitle = "qwc-config-generator"
weight = 15
+++

QWC Config Generator
====================

Generate JSON files for service configs and permissions from WMS GetCapabilities, QGS projects and QWC ConfigDB.

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-data-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-data-service"
title = "QWC Data Service"
menuTitle = "qwc-data-service"
weight = 9
+++

QWC Data Service
================

Edit spatial and unlocated features of datasets via GeoJSON.

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-document-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-document-service"
title = "Document service"
menuTitle = "qwc-document-service"
weight = 10
+++

Document service
================

The document service delivers reports from the Jasper reporting service with permission control.

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-elevation-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-elevation-service"
title = "QWC Elevation Service"
menuTitle = "qwc-elevation-service"
weight = 11
+++

QWC Elevation Service
=====================

Returns elevations.

Expand Down
77 changes: 0 additions & 77 deletions content/services/qwc-ext-service.md

This file was deleted.

5 changes: 2 additions & 3 deletions content/services/qwc-feature-info-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-feature-info-service"
title = "QWC FeatureInfo Service"
menuTitle = "qwc-feature-info-service"
weight = 3
+++

QWC FeatureInfo Service
=======================

Query layers at a geographic position using an API based on WMS GetFeatureInfo.

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-fulltext-search-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-fulltext-search-service"
title = "QWC Fulltext Search Service"
menuTitle = "qwc-fulltext-search-service"
weight = 4
+++

QWC Fulltext Search Service
===========================

Faceted fulltext search and geometry retrieval for search results.

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-legend-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-legend-service"
title = "QWC Legend Service"
menuTitle = "qwc-legend-service"
weight = 5
+++

QWC Legend Service
==================

Acts as a proxy between the client and the OGC service for GetLegendGraphic request,
allowing to return custom legend graphics instead of the ones generated by the WMS server.
Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-map-viewer.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-map-viewer"
title = "QWC Map Viewer Service"
menuTitle = "qwc-map-viewer"
weight = 1
+++

QWC Map Viewer
==============

Provide a [QWC2 Web Client](https://github.com/qgis/qwc2-demo-app) application using QWC services.

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-mapinfo-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-mapinfo-service"
title = "QWC MapInfo Service"
menuTitle = "qwc-mapinfo-service"
weight = 8
+++

QWC MapInfo Service
===================

Additional information at a geographic position displayed with right mouse click on map.

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-ogc-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-ogc-service"
title = "QWC OGC Service"
menuTitle = "qwc-ogc-service"
weight = 2
+++

QWC OGC Service
===============

Provide OGC services with permission filters as a proxy to a QGIS server.

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-permalink-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-permalink-service"
title = "QWC Permalink Service"
menuTitle = "qwc-permalink-service"
weight = 6
+++

QWC Permalink Service
=====================

Stores and resolves compact permalinks for the Web Client.

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-print-service.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-print-service"
title = "QWC Print service"
menuTitle = "qwc-print-service"
weight = 7
+++

QWC Print service
=================

API documentation:

Expand Down
5 changes: 2 additions & 3 deletions content/services/qwc-registration-gui.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "qwc-registration-gui"
title = "Registration GUI"
menuTitle = "qwc-registration-gui"
weight = 14
+++

Registration GUI for QWC Services
=================================

Provides an application form, so users can submit group membership requests.

Expand Down
5 changes: 2 additions & 3 deletions content/viewer/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
+++
title = "Viewer"
title = "QGIS Web Client 2"
menuTitle = "Viewer"
weight = 3
+++

# QGIS Web Client 2 Documentation

## Introduction

QGIS Web Client 2 (QWC2) is a modular next generation responsive web client for QGIS Server, built with ReactJS and OpenLayers.
Expand Down

0 comments on commit 06145f0

Please sign in to comment.