@@ -54,21 +54,7 @@ You must also make sure that the following is set in your CKAN config:
54
54
ckan.site_url = <URL to your CKAN instance>
55
55
56
56
57
- **Optional: **
58
57
59
- By default, the report for organisations will be listed in the QA reports
60
- page (/qa). If you do not want to show this report, you can disable it by
61
- setting the following config option:
62
-
63
- ::
64
-
65
- qa.organisations = false
66
-
67
-
68
- By defaults all QA links (except /api) are routed via /qa as a URL. If you wish
69
- to provide the URLs at /somewhere/qa you can provide the following config option:
70
-
71
- qa.url_root = /somewhere
72
58
73
59
74
60
Using The QA Extension
@@ -90,28 +76,12 @@ The command can be run on just a single package by giving the package ``name`` o
90
76
``update/clean `` subcommand. If no package name is given, the database is scanned
91
77
for a list of all packages and the command is run on each one.
92
78
93
- After you run the ``archive `` and ``qa `` commands, the QA results can be viewed
79
+ After you run the ``archive `` or ``qa `` commands, the QA results can be viewed
94
80
at
95
81
96
82
::
97
83
98
- http://your-ckan-instance/qa
99
-
100
-
101
- API Access
102
- ----------
103
-
104
- The QA Extension exposes the following API endpoints:
105
-
106
- ::
107
-
108
- http://your-ckan-instance/api/2/util/qa/package_five_stars
109
-
110
- http://your-ckan-instance/api/2/util/qa/broken_resource_links_by_package
111
-
112
- http://your-ckan-instance/api/2/util/qa/organisations_with_broken_resource_links
113
-
114
- http://your-ckan-instance/api/2/util/qa/broken_resource_links_by_package_for_organisation
84
+ http://your-ckan-instance/data/report
115
85
116
86
117
87
Developers
0 commit comments