2022-04-19 20:31:41 +02:00
|
|
|
<!--
|
2024-03-29 07:16:34 +01:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2022-04-19 20:31:41 +02:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2022-04-24 00:50:57 +02:00
|
|
|
# Overleaf for YunoHost
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2024-06-26 03:45:42 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/overleaf.svg)](https://ci-apps.yunohost.org/ci/apps/overleaf/) ![Working status](https://ci-apps.yunohost.org/ci/badges/overleaf.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/overleaf.maintain.svg)
|
2023-06-03 19:24:12 +02:00
|
|
|
|
2022-04-24 00:50:57 +02:00
|
|
|
[![Install Overleaf with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=overleaf)
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2024-04-07 17:17:41 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2024-03-29 07:16:34 +01:00
|
|
|
> *This package allows you to install Overleaf quickly and simply on a YunoHost server.*
|
|
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
2022-04-19 20:31:41 +02:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2022-05-15 12:15:40 +02:00
|
|
|
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
|
|
|
|
2024-03-29 07:16:34 +01:00
|
|
|
|
2024-08-12 03:40:21 +02:00
|
|
|
**Shipped version:** 2024.08.08~ynh1
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2022-04-19 20:31:43 +02:00
|
|
|
## Screenshots
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2023-06-03 19:24:12 +02:00
|
|
|
![Screenshot of Overleaf](./doc/screenshots/screenshot.png)
|
2022-04-23 19:59:10 +02:00
|
|
|
|
2022-04-19 20:31:41 +02:00
|
|
|
## Documentation and resources
|
|
|
|
|
2024-03-07 18:09:15 +01:00
|
|
|
- Official app website: <https://www.overleaf.com>
|
|
|
|
- Official user documentation: <https://www.overleaf.com/learn>
|
|
|
|
- Upstream app code repository: <https://github.com/overleaf/overleaf>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/overleaf>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/overleaf_ynh/issues>
|
2022-04-19 20:31:41 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2024-03-29 07:16:34 +01:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing).
|
2022-04-19 20:31:41 +02:00
|
|
|
|
2024-03-29 07:16:34 +01:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2023-06-03 19:24:12 +02:00
|
|
|
|
2024-03-14 20:07:50 +01:00
|
|
|
```bash
|
2022-04-24 00:50:57 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug
|
2022-04-19 20:31:41 +02:00
|
|
|
or
|
2022-04-24 00:50:57 +02:00
|
|
|
sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug
|
2022-04-19 20:31:41 +02:00
|
|
|
```
|
|
|
|
|
2024-03-07 18:09:15 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|