Skip to content

Commit 6021b84

Browse files
committed
Call IWAC a digital collection, not a database or an archive
The three package descriptions disagreed with each other — composer.json said "the IWAC database", package.json and theme.ini said "digital archive" — and none of them used the right term. It is a digital collection. Fixed in composer.json, package.json, config/theme.ini, the README lede, CLAUDE.md's opening line, the CITATION.cff abstract and its "digital archives" keyword, and the social preview card. Deliberately not touched: "press archive" in docs/DESIGN-PHILOSOPHY.md, .impeccable.md and CLAUDE.md's register paragraph. That phrase names the *visual register* the theme borrows from 20th-century newspapers, not what IWAC is, and the two claims now sit one paragraph apart in CLAUDE.md without contradicting each other.
1 parent 4705958 commit 6021b84

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/social-preview.png

-182 Bytes
Loading

CITATION.cff

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ message: "If you use this software, please cite it using the metadata below."
1010
title: "IWAC Theme: an Omeka S theme for the Islam West Africa Collection"
1111
abstract: >-
1212
IWAC Theme is the Omeka S 4.2+ theme of the Islam West Africa Collection
13-
(IWAC), a bilingual open-access archive of press articles, Islamic
14-
publications, archival documents and audiovisual records on Muslim public
15-
life in Benin, Burkina Faso, Côte d'Ivoire, Niger, Nigeria and Togo, hosted
16-
at Leibniz-Zentrum Moderner Orient (ZMO), Berlin. It implements a
13+
(IWAC), a bilingual open-access digital collection of press articles,
14+
Islamic publications, archival documents and audiovisual records on Muslim
15+
public life in Benin, Burkina Faso, Côte d'Ivoire, Niger, Nigeria and Togo,
16+
hosted at Leibniz-Zentrum Moderner Orient (ZMO), Berlin. It implements a
1717
"press archive" design register — masthead wordmark, ink rules, datelines
1818
and ledger rows — over an OKLCH design-token system derived from a single
1919
admin-set brand seed, with a light/dark mode toggle, a per-site installable
@@ -36,7 +36,7 @@ keywords:
3636
- Omeka S
3737
- Omeka S theme
3838
- digital humanities
39-
- digital archives
39+
- digital collections
4040
- design system
4141
- design tokens
4242
- OKLCH

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## What this is
44

55
IWAC-theme — an Omeka S 4.2+ theme (fork of Freedom) for the **Islam West Africa
6-
Collection**, a francophone West African press archive at ZMO Berlin. PHP templates
6+
Collection**, a francophone West African digital collection at ZMO Berlin. PHP templates
77
(`view/`), Sass on the modern module system (`asset/sass/`), Gulp build, vanilla JS.
88

99
Live: [EN](https://islam.zmo.de/s/westafrica/) · [FR](https://islam.zmo.de/s/afrique_ouest/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **Origin**: IWAC Theme started as a fork of the [Freedom theme](https://github.com/omeka-s-themes/freedom) by the [Omeka Team](https://omeka.org) at the Corporation for Digital Scholarship. It has since diverged substantially and is maintained as a standalone theme, but we gratefully acknowledge Freedom as the foundation it grew out of.
44
5-
This is a customized Omeka S theme for the [Islam West Africa Collection](https://islam.zmo.de/s/westafrica/page/home) digital archive at ZMO Berlin, with modern enhancements including a light/dark mode toggle and multilingual support.
5+
This is a customized Omeka S theme for the [Islam West Africa Collection](https://islam.zmo.de/s/westafrica/page/home), an open-access digital collection at ZMO Berlin, with modern enhancements including a light/dark mode toggle and multilingual support.
66

77
## Features
88

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fmadore/iwac-theme",
3-
"description": "Islam West Africa Collection Theme - A customized Omeka S theme for the IWAC database.",
3+
"description": "Islam West Africa Collection Theme - A customized Omeka S theme for the IWAC digital collection.",
44
"type": "omeka-s-theme",
55
"require": {
66
"php": "^8.1"

config/theme.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "IWAC Theme"
33
version = "2.9.5"
44
author = "Frédérick Madore"
5-
description = "Islam West Africa Collection Theme - A customized Omeka S theme for the IWAC digital archive at ZMO Berlin. Features light/dark mode toggle and multilingual support."
5+
description = "Islam West Africa Collection Theme - A customized Omeka S theme for the IWAC digital collection at ZMO Berlin. Features light/dark mode toggle and multilingual support."
66
theme_link = "https://github.com/fmadore/IWAC-theme"
77
author_link = "https://www.frederickmadore.com/"
88
omeka_version_constraint = "^4.2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iwac-theme",
33
"version": "2.9.5",
4-
"description": "Islam West Africa Collection Theme - A customized Omeka S theme for the IWAC digital archive.",
4+
"description": "Islam West Africa Collection Theme - A customized Omeka S theme for the IWAC digital collection.",
55
"main": "gulpfile.js",
66
"scripts": {
77
"start": "gulp",

0 commit comments

Comments
 (0)