Limezy / revealjs_ynh

The HTML presentation framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packaging an app, starting from this example

  • Copy this app before working on it, using the 'Use this template' button on the Github repo
  • Edit the manifest.toml with app specific info
  • Edit the install, upgrade, remove, backup and restore scripts, and any relevant conf files in conf/
  • Edit the change_url and config scripts too, or remove them if you have no use of them
  • Add a LICENSE file for the package.
    • NB: this LICENSE file is not meant to necessarily be the same LICENSE as the upstream app - it is only the LICENSE you want this package's code to published with and you can choose it freely! (If you don't know which to choose, we recommend the AGPL-3)
  • Edit files under the doc/ directory (see the page about documenting packages)
  • The README.md files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator

Example app for YunoHost

Integration level Working status Maintenance status

Install Example app with YunoHost

Read this README in other languages.

This package allows you to install Example app quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

This is a dummy description of this app features

Shipped version: 1.0~ynh1

Demo: https://demo.example.com

Screenshots

Screenshot of Example app

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug
or
sudo yunohost app upgrade example -u https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps

About

The HTML presentation framework

License:Other


Languages

Language:Shell 100.0%