updates readme
This commit is contained in:
parent
31b43a5f2d
commit
065b42c606
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue