Updating the IIIF Viewers Module for Omeka S

Overview IIIF Viewers is one of the modules for Omeka S. https://github.com/omeka-j/Omeka-S-module-IiifViewers The latest release is available here: https://github.com/omeka-j/Omeka-S-module-IiifViewers/releases/latest I made several updates this time, so this is a memorandum. Universal Viewer Version Update I updated Universal Viewer to v4.0.25. Additionally, I documented how to update Universal Viewer in the following section of README.md: https://github.com/omeka-j/Omeka-S-module-IiifViewers?tab=readme-ov-file#compilation-of-universal-viewer This was based on the documentation in the following module: https://github.com/Daniel-KM/Omeka-S-module-UniversalViewer I also documented how to update Mirador, but since the latest version was already installed, no update was performed. ...

February 5, 2024 · 6 min · Nakamura

[Omeka S Module Introduction] Custom Vocab

Overview I introduce Custom Vocab, one of the Omeka S modules. https://omeka.org/s/modules/CustomVocab Below is my translation of the description from the official site. The Custom Vocab module allows you to create controlled vocabularies and add them to specific properties in resource templates. When using that template for items, properties are loaded as dropdown menus limited to the controlled vocabulary options, instead of text input boxes. For example, you can create an institution-specific list of locations corresponding to various collections on campus, or a controlled list of people or places related to holdings. This can reduce typos and name variations, and provide metadata references for more fields. ...

November 6, 2022 · 3 min · Nakamura

Creating a GitHub Release Script for Omeka S Module Development

I created a GitHub release script for Omeka S module development. For this development, I referenced the GitHub repository usage of Daniel-KM, who has developed numerous Omeka S modules. Specifically, GitHub repositories are created with the naming convention “Omeka-S-module-{module name}”. Example: https://github.com/Daniel-KM/Omeka-S-module-EasyInstall For releases, they are tagged with “{module name}-{version}” and a file named “{module name}-{version}.zip” is attached. Example: https://github.com/Daniel-KM/Omeka-S-module-EasyInstall/releases/tag/3.3.6 When this zip file is extracted, a folder named “{module name}” is created. This is necessary because Omeka S requires the module folder name to match the module name. ...

September 22, 2022 · 4 min · Nakamura

Batch Download Script for Omeka S Modules

I have created a script to batch download the modules I frequently use in Omeka S. I plan to update it gradually. I hope this serves as a helpful reference. # # v n w u r # v n w u r # v n w u r # w u r # w u r # e a g n m # e a g n m # e a g n m # g n m # g n m M r m e z r m e z r m e z e z e z o C s e t i $ I s e t i $ U s e t i $ i t i I e t i E d u i = p n I i = p n n i = p n i p i a p a u s o C h a I o I h a i o U h a i h i s h s l t n u t $ m F n i t $ m v n n t $ m f t I f y t E y e o = s t n e = i t n e e = i t n e t i V t a A m 3 t p a - S 3 f p a - r 3 v p a - v p i i a p s d O . o s m $ e . S s m $ s . e s m $ i s f e d s y m n 3 m : e v r 6 e : e v a 6 r : e v e : V w m : A i t . O / - e v . r / - e l . s / - e w / i e i / d n o 5 n / $ r e 6 / $ r 4 a / $ r e / e r n / m - l . t g v s r . e g v s V . l g v s r g w s g i 3 o 1 o i e i 7 r i e i i 5 V i e i s i e - i n . g l t r o t r o e i t r o t r 1 t - 3 y o h s n h s n w e h s n h s . h 3 . g u i . u i . e w u i . u - 1 u . 7 y b o z b o z r e b o z b 1 . b 3 . . n i . n i r . n i . . 0 . . z c . p c . p c . p c 1 . c 7 i o z o z o z o . z o . p m i m i m i m 0 i m z / p / p / p / . p / i D D D o z D p a a a m i a n n n e p n i i i k i e e e a e l l l - l - - - j - K K K / K M M M O M / / / m / O O O e O m m m k m e e e a e k k k - k a a a S a - - - - - S S S m S - - - o - m m m d m o o o u o d d d l d u u u e u l l l - l e e e I e - - - i - $ $ $ i E n n n f a a a a V s m m m i y e e e e A / / / w d r r r e m e e e r i l l l s n e e e / / a a a r r s s s e e e e e l l s s s e e / / / a a d d d s s o o o e e w w w s s n n n / / l l l d d o o o o o a a a w w d d d n n / / / l l $ $ $ o o v v v a a e e e d d r r r / / s s s 1 3 i i i . . o o o 1 3 n n n . . / / / 0 7 $ $ $ / / n n n I E a a a i a m m m i s e e e f y - - - V A $ $ $ i d v v v e m e e e w i r r r e n s s s r - i i i s 3 o o o - . n n n 1 3 . . . . . z z z 1 7 i i i . . p p p 0 z . i z p i p

September 14, 2022 · 5 min · Nakamura