Codeberg entfernt

This commit is contained in:
simon 2026-07-28 15:55:04 +02:00
parent 6136bd5c1f
commit 728db10916
4 changed files with 15 additions and 15 deletions

View file

@ -1,14 +1,14 @@
# Datenstrom Yellow extension settings
Extension: Externallinks
Version: 0.9.2
Version: 0.9.3
Description: Opens external links in a new tab.
Developer: Simon Rohr
Tag: feature
DownloadUrl: https://codeberg.org/simonpipe/yellow-externallinks/archive/main.zip
DocumentationUrl: https://codeberg.org/simonpipe/yellow-externallinks
DownloadUrl: https://git.thepipes.ch/simon/yellow-externallinks/archive/main.zip
DocumentationUrl: https://git.thepipes.ch/simon/yellow-externallinks
DocumentationLanguage: en, de
Published: 2026-05-28 09:20:00
Published: 2026-07-28 15:54:00
Status: available
system/workers/externallinks.php: externallinks.php, create, update
system/workers/externallinks.js: externallinks.js, create, update

View file

@ -1,8 +1,8 @@
<?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 {
const VERSION = "0.9.2";
const VERSION = "0.9.3";
public $yellow; // access to API
// Initialize extension

View file

@ -1,12 +1,12 @@
<p align="right"><a href="https://codeberg.org/simonpipe/yellow-externallinks/src/branch/main/readme-de.md">Deutsch</a> &nbsp; <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> &nbsp; <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.
## 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

View file

@ -1,12 +1,12 @@
<p align="right"><a href="https://codeberg.org/simonpipe/yellow-externallinks/src/branch/main/readme-de.md">Deutsch</a> &nbsp; <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> &nbsp; <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.
## 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