-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubliccode.yml
More file actions
60 lines (48 loc) · 1.52 KB
/
publiccode.yml
File metadata and controls
60 lines (48 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml
publiccodeYmlVersion: '0.2'
name: ckanext-partialview
applicationSuite: CKAN
url: 'https://github.com/ondics/ckanext-partialview'
releaseDate: '2025-05-08'
developmentStatus: stable
softwareType: addon
platforms:
- web
maintenance:
type: internal
contacts:
- name: Ondics GmbH
email: info@ondics.de
phone: '+49711310093100'
legal:
license: AGPL-3.0-only
repoOwner: Ondics GmbH
authorsFile: ./CITATION.CFF
usedBy:
- Friedrich-Loeffler-Institut (FLI)
localisation:
localisationReady: false
availableLanguages:
- en
categories:
- data-collection
- data-visualization
- data-analytics
- content-management
description:
en:
genericName: CKAN Extension
shortDescription: >
CKAN extension to enable preview for long `txt` and `csv` files.
longDescription: >
CKAN extension to enable preview for long `txt` and `csv` files.
In txt/csv previews this extensions limits the number of lines displayed
for text files in a CKAN repository.
This is especially useful for large files such as CSV tables.
By showing only the first few lines, it keeps the interface clean while
still providing a clear overview of the file's content.
This CKAN Extension enables resosurce previews for large `txt` and `csv`
files.
Tested on CKAN 2.10 and 2.11