cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]. Supports IMAP/SMTP, JMAP and soon EWS
http://cypht.org
GNU Lesser General Public License v2.1
1.01k stars 164 forks source link

De-duplicate installation instructions, and add upgrade instructions #1197

Open marclaporte opened 3 months ago

marclaporte commented 3 months ago

FYI: https://en.wikipedia.org/wiki/Don't_repeat_yourself

We have info on website:

We have info in source code:

Say I have installed Cypht 2.1.0. How do I update to Cypht 2.2.0?

David-Muhasa commented 2 months ago

After my analysis I propose to centralize the information in the installed Markdown file on github repository for each version. and therefore at the level of the documentation site it will be a question of writing a php script which parses the installed file for each version which is on git repository. what do you think of this proposal before I start coding

Baraka24 commented 2 months ago

what do you think of this proposal before I start coding

It is a good thing to have that php script and consider what @marclaporte said above:

Say I have installed Cypht 2.1.0. How do I update to Cypht 2.2.0?