Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions readme_generator/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,20 @@ N.B.: This README was automatically generated by <https://github.com/YunoHost/ap
It shall NOT be edited by hand.
-->

<h1>
<img src="https://raw.githubusercontent.com/YunoHost/apps/master/logos/{{manifest.id}}.png" width="32px" alt="Logo of {{manifest.name}}">
<h1 align="center">
{{ manifest.name }}, packaged for YunoHost
</h1>

<div align="center">
<img src="https://raw.githubusercontent.com/YunoHost/apps/master/logos/{{manifest.id}}.png" width="100px" alt="Logo of {{manifest.name}}">

{{ manifest.description['en'] }}

{% if manifest.upstream.website %}[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)]({{manifest.upstream.website}})
<a href="#"><img align="center" src="https://img.shields.io/badge/Version:-gray?style=flat-square" alt="Version"></a>&nbsp;&nbsp;<span>{{ manifest.version}}</span>

{% if manifest.upstream.website %}[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-009600?style=for-the-badge)]({{manifest.upstream.website}})
{% endif %}{% if manifest.upstream.demo %}[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)]({{manifest.upstream.demo}})
{% endif %}![Version: {{ manifest.version}}](https://img.shields.io/badge/Version-{{manifest.version|replace("-", "--")}}-rgba(0,150,0,1)?style=for-the-badge)

<div align="center">
<a href="https://apps.yunohost.org/app/{{manifest.id}}"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
<a href="https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_report_an_issue.svg"/></a>
</div>
Expand Down
12 changes: 7 additions & 5 deletions readme_generator/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ N.B.: This README was automatically generated by <https://github.com/YunoHost/ap
It shall NOT be edited by hand.
-->

<h1>
<img src="https://raw.githubusercontent.com/YunoHost/apps/master/logos/gotosocial.png" width="32px" alt="Logo of GoToSocial">
<h1 align="center">
GoToSocial, packaged for YunoHost
</h1>

<div align="center">
<img src="https://raw.githubusercontent.com/YunoHost/apps/master/logos/gotosocial.png" width="100px" alt="Logo of GoToSocial">

Fast ActivityPub social network server written in Go

[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://gotosocial.org/)
![Version: 0.13.3~ynh1](https://img.shields.io/badge/Version-0.13.3~ynh1-rgba(0,150,0,1)?style=for-the-badge)
<a href="#"><img align="center" src="https://img.shields.io/badge/Version:-gray?style=flat-square" alt="Version"></a>&nbsp;&nbsp;<span>0.13.3~ynh1</span>

[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-009600?style=for-the-badge)](https://gotosocial.org/)

<div align="center">
<a href="https://apps.yunohost.org/app/gotosocial"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
<a href="https://github.com/YunoHost-Apps/gotosocial_ynh/issues"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_report_an_issue.svg"/></a>
</div>
Expand Down