ImageLink: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=OsProject= | |||
{{OsProject | {{OsProject | ||
|id=ImageLink | |||
|owner=BITPlan | |||
|title=ImageLink | |||
|url=https://github.com/BITPlan/ImageLink | |||
|version=0.0.4 | |||
|date=2020/08/01 | |||
|storemode=Property | |storemode=Property | ||
}} | }} | ||
{{Extension | |||
|name=ImageLink | |||
|url=https://github.com/BITPlan/ImageLink | |||
|purpose=Display Image and Link | |||
|since=2008/03/20 | |||
|storemode=property | |||
}} | |||
= Installation = | |||
== get code == | |||
<source lang='bash'> | |||
cd extensions | |||
git clone https://github.com/BITPlan/ImageLink | |||
</source> | |||
== modify LocalSettings.php == | |||
<source lang='php'> | |||
require_once "$IP/extensions/ImageLink/ImageLink.php"; | |||
</source> | |||
=Freitext= | |||
Latest revision as of 12:52, 12 April 2023
OsProject
| OsProject | |
|---|---|
| id | ImageLink |
| state | |
| owner | BITPlan |
| title | ImageLink |
| url | https://github.com/BITPlan/ImageLink |
| version | 0.0.4 |
| description | |
| date | 2020/08/01 |
| since | |
| until | |
| Extension | |
|---|---|
| name | ImageLink |
| url | https://github.com/BITPlan/ImageLink |
| purpose | Display Image and Link |
| since | 2008/03/20 |
| wiki | |
Installation
get code
cd extensions
git clone https://github.com/BITPlan/ImageLink
modify LocalSettings.php
require_once "$IP/extensions/ImageLink/ImageLink.php";