Codeberg entfernt
This commit is contained in:
parent
6136bd5c1f
commit
728db10916
4 changed files with 15 additions and 15 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
# Datenstrom Yellow extension settings
|
# Datenstrom Yellow extension settings
|
||||||
|
|
||||||
Extension: Externallinks
|
Extension: Externallinks
|
||||||
Version: 0.9.2
|
Version: 0.9.3
|
||||||
Description: Opens external links in a new tab.
|
Description: Opens external links in a new tab.
|
||||||
Developer: Simon Rohr
|
Developer: Simon Rohr
|
||||||
Tag: feature
|
Tag: feature
|
||||||
DownloadUrl: https://codeberg.org/simonpipe/yellow-externallinks/archive/main.zip
|
DownloadUrl: https://git.thepipes.ch/simon/yellow-externallinks/archive/main.zip
|
||||||
DocumentationUrl: https://codeberg.org/simonpipe/yellow-externallinks
|
DocumentationUrl: https://git.thepipes.ch/simon/yellow-externallinks
|
||||||
DocumentationLanguage: en, de
|
DocumentationLanguage: en, de
|
||||||
Published: 2026-05-28 09:20:00
|
Published: 2026-07-28 15:54:00
|
||||||
Status: available
|
Status: available
|
||||||
system/workers/externallinks.php: externallinks.php, create, update
|
system/workers/externallinks.php: externallinks.php, create, update
|
||||||
system/workers/externallinks.js: externallinks.js, create, update
|
system/workers/externallinks.js: externallinks.js, create, update
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
// Opens external links in a new tab, https://codeberg.org/simonpipe/yellow-externallinks
|
// Opens external links in a new tab, https://git.thepipes.ch/simon/yellow-externallinks
|
||||||
|
|
||||||
class YellowExternallinks {
|
class YellowExternallinks {
|
||||||
const VERSION = "0.9.2";
|
const VERSION = "0.9.3";
|
||||||
public $yellow; // access to API
|
public $yellow; // access to API
|
||||||
|
|
||||||
// Initialize extension
|
// Initialize extension
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
<p align="right"><a href="https://codeberg.org/simonpipe/yellow-externallinks/src/branch/main/readme-de.md">Deutsch</a> <a href="https://codeberg.org/simonpipe/yellow-externallinks/src/branch/main/readme.md">English</a></p>
|
<p align="right"><a href="https://git.thepipes.ch/simon/yellow-externallinks/src/branch/main/readme-de.md">Deutsch</a> <a href="https://git.thepipes.ch/simon/yellow-externallinks/src/branch/main/readme.md">English</a></p>
|
||||||
|
|
||||||
# Externallinks 0.9.2
|
# Externallinks 0.9.3
|
||||||
|
|
||||||
Öffnet externe Links in einem neuen Tab.
|
Öffnet externe Links in einem neuen Tab.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
<a href="https://codeberg.org/simonpipe/yellow-mastodonapi/archive/main.zip">Lade die ZIP-Datei herunter</a> und kopiere sie in deinen system/extensions Ordner. <a target="blank_" href="https://github.com/annaesvensson/yellow-update">Erfahre mehr über Erweiterungen</a>.
|
<a href="https://git.thepipes.ch/simon/yellow-mastodonapi/archive/main.zip">Lade die ZIP-Datei herunter</a> und kopiere sie in deinen system/extensions Ordner. <a target="blank_" href="https://github.com/annaesvensson/yellow-update">Erfahre mehr über Erweiterungen</a>.
|
||||||
|
|
||||||
## Funktionsweise
|
## Funktionsweise
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
<p align="right"><a href="https://codeberg.org/simonpipe/yellow-externallinks/src/branch/main/readme-de.md">Deutsch</a> <a href="https://codeberg.org/simonpipe/yellow-externallinks/src/branch/main/readme.md">English</a></p>
|
<p align="right"><a href="https://git.thepipes.ch/simon/yellow-externallinks/src/branch/main/readme-de.md">Deutsch</a> <a href="https://git.thepipes.ch/simon/yellow-externallinks/src/branch/main/readme.md">English</a></p>
|
||||||
|
|
||||||
# Externallinks 0.9.2
|
# Externallinks 0.9.3
|
||||||
|
|
||||||
Opens external links in a new tab.
|
Opens external links in a new tab.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
<a href="https://codeberg.org/simonpipe/yellow-mastodonapi/archive/main.zip">Download ZIP file</a> and copy it into your `system/extensions` folder. <a target="blank_" href="https://github.com/annaesvensson/yellow-update">Learn more about extensions</a>.
|
<a href="https://git.thepipes.ch/simon/yellow-mastodonapi/archive/main.zip">Download ZIP file</a> and copy it into your `system/extensions` folder. <a target="blank_" href="https://github.com/annaesvensson/yellow-update">Learn more about extensions</a>.
|
||||||
|
|
||||||
## How to
|
## How to
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue