updates readme

This commit is contained in:
Chris 2021-08-11 14:52:43 +02:00
parent 31b43a5f2d
commit 065b42c606
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
```
cd ./modules
https://git.hangar.org/arcHIVE-tech/PDFLink/archive/main.zip
wget https://git.hangar.org/arcHIVE-tech/PDFLink-omeka-module/archive/main.zip
unzip main.zip
mv pdflink-omeka-module/ PDFLink
rm main.zip

View File

@ -1,12 +1,12 @@
[info]
name = "PDF link"
description = "View and optionally zoom images"
description = "Adds a link to a PDF plus summary"
tags = ""
license = "MIT"
author = "Hangar.org"
author_link = "https://git.hangar.org/chris"
module_link = "https://git.hangar.org/arcHIVE-tech/PDFLink"
support_link = "https://git.hangar.org/arcHIVE-tech/PDFLink/issues"
module_link = "https://git.hangar.org/arcHIVE-tech/PDFLink-omeka-module"
support_link = "https://git.hangar.org/arcHIVE-tech/PDFLink-omeka-module/issues"
configurable = false
version = "1.0.0"
omeka_version_constraint = "^3.0.1"

View File

@ -2,5 +2,5 @@
<div class="arc-hive-pdf">
<div class="pdf-summary"><?= $description_text ?></div>
<a href="<?= $pdf_url ?>"><?= $link_name ?>.pdf</a>
<a href="<?= $pdf_url ?>"><?= $link_name ?></a> [PDF icon]
</div>