updates readme
This commit is contained in:
parent
31b43a5f2d
commit
065b42c606
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ./modules
|
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
|
unzip main.zip
|
||||||
mv pdflink-omeka-module/ PDFLink
|
mv pdflink-omeka-module/ PDFLink
|
||||||
rm main.zip
|
rm main.zip
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[info]
|
[info]
|
||||||
name = "PDF link"
|
name = "PDF link"
|
||||||
description = "View and optionally zoom images"
|
description = "Adds a link to a PDF plus summary"
|
||||||
tags = ""
|
tags = ""
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
author = "Hangar.org"
|
author = "Hangar.org"
|
||||||
author_link = "https://git.hangar.org/chris"
|
author_link = "https://git.hangar.org/chris"
|
||||||
module_link = "https://git.hangar.org/arcHIVE-tech/PDFLink"
|
module_link = "https://git.hangar.org/arcHIVE-tech/PDFLink-omeka-module"
|
||||||
support_link = "https://git.hangar.org/arcHIVE-tech/PDFLink/issues"
|
support_link = "https://git.hangar.org/arcHIVE-tech/PDFLink-omeka-module/issues"
|
||||||
configurable = false
|
configurable = false
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
omeka_version_constraint = "^3.0.1"
|
omeka_version_constraint = "^3.0.1"
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
<div class="arc-hive-pdf">
|
<div class="arc-hive-pdf">
|
||||||
<div class="pdf-summary"><?= $description_text ?></div>
|
<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>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue