updates documentation
This commit is contained in:
parent
bb27d7b6c4
commit
3e14bdc40c
13
README.md
13
README.md
|
@ -1,16 +1,16 @@
|
||||||
# A Simple Text for Omeka S
|
# A tecnical document generator for the Arc-hive project
|
||||||
|
|
||||||
[Simple Text] is a module for [Omeka S] that integrates a simple text block
|
[TechnicalDocument] is a module for [Omeka S] that generates a PDF
|
||||||
that does some markdown rendering.
|
|
||||||
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ./modules
|
cd ./modules
|
||||||
https://git.hangar.org/arcHIVE-tech/TechDocument/archive/main.zip
|
https://git.hangar.org/arcHIVE-tech/arc-hive-TechDocument-omeka-module/archive/main.zip
|
||||||
unzip main.zip
|
unzip main.zip
|
||||||
mv techdocument/ TechDocument
|
mv arc-hive-techdocument-omeka-module/ TechDocument
|
||||||
|
rm main.zip
|
||||||
cd TechDocument
|
cd TechDocument
|
||||||
composer install
|
composer install
|
||||||
chmod -R a+w vendor/mpdf/mpdf/tmp
|
chmod -R a+w vendor/mpdf/mpdf/tmp
|
||||||
|
@ -30,7 +30,6 @@ The module is released under the [MIT] License.
|
||||||
|
|
||||||
|
|
||||||
[arc-hive]: https://arc-hive.zone/
|
[arc-hive]: https://arc-hive.zone/
|
||||||
[Simple Text]: https://git.hangar.org/arcHIVE-tech/TechDocument
|
[TechnicalDocument]: https://git.hangar.org/arcHIVE-tech/arc-hive-TechDocument-omeka-module
|
||||||
[Pannellum]: https://pannellum.org/
|
|
||||||
[Omeka S]: https://omeka.org/s
|
[Omeka S]: https://omeka.org/s
|
||||||
[MIT]: http://opensource.org/licenses/MIT
|
[MIT]: http://opensource.org/licenses/MIT
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[info]
|
[info]
|
||||||
name = "Achive technical document"
|
name = "Arc-hive technical document"
|
||||||
description = "Generates a PDF that describes a project"
|
description = "Generates a PDF that describes a project"
|
||||||
tags = ""
|
tags = ""
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in New Issue