Merge pull request #3268 from awesome-selfhosted/cleanup-empty-sections

Remove empty sections
pull/3269/head
nodiscc 2022-09-03 11:53:34 +00:00 committed by GitHub
commit 3c46a078a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 42 deletions

View File

@ -20,12 +20,9 @@ See [Contributing](.github/CONTRIBUTING.md).
- [Blogging Platforms](#blogging-platforms)
- [Booking and Scheduling](#booking-and-scheduling)
- [Bookmarks and Link Sharing](#bookmarks-and-link-sharing)
- [Calendar & Contacts](#calendar--contacts)
- [Calendar & Contacts - CalDAV or CardDAV Servers](#calendar--contacts---caldav-or-carddav-servers)
- [Calendar & Contacts - CalDAV or CardDAV Web-based Clients](#calendar--contacts---caldav-or-carddav-web-based-clients)
- [Communication](#communication)
- [Communication - Custom Communication Systems](#communication---custom-communication-systems)
- [Communication - Email](#communication---email)
- [Communication - Email - Complete Solutions](#communication---email---complete-solutions)
- [Communication - Email - Mail Delivery Agents](#communication---email---mail-delivery-agents)
- [Communication - Email - Mail Transfer Agents](#communication---email---mail-transfer-agents)
@ -35,7 +32,6 @@ See [Contributing](.github/CONTRIBUTING.md).
- [Communication - SIP](#communication---sip)
- [Communication - Social Networks and Forums](#communication---social-networks-and-forums)
- [Communication - Video Conferencing](#communication---video-conferencing)
- [Communication - XMPP](#communication---xmpp)
- [Communication - XMPP - Servers](#communication---xmpp---servers)
- [Communication - XMPP - Web Clients](#communication---xmpp---web-clients)
- [Community-Supported Agriculture (CSA)](#community-supported-agriculture-csa)
@ -265,24 +261,17 @@ Software which allows users to add, annotate, edit, and share [bookmarks](https:
- [xBrowserSync](https://www.xbrowsersync.org) - Open source tool for syncing browser data between browsers and devices. ([Source Code](https://github.com/xBrowserSync)) `MIT` `Nodejs`
### Calendar & Contacts
### Calendar & Contacts - CalDAV or CardDAV Servers
**[`^ back to top ^`](#)**
[Electronic calendar](https://en.wikipedia.org/wiki/Calendaring_software) and [address book](https://en.wikipedia.org/wiki/Address_book)/[contact management](https://en.wikipedia.org/wiki/Contact_manager) software.
[CalDAV](https://en.wikipedia.org/wiki/CalDAV) and [CardDAV](https://en.wikipedia.org/wiki/CardDAV) protocol servers [Electronic calendar](https://en.wikipedia.org/wiki/Calendaring_software) and [address book](https://en.wikipedia.org/wiki/Address_book) and [contact management](https://en.wikipedia.org/wiki/Contact_manager).
_Related: [Groupware](#groupware)_
_See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations)_
### Calendar & Contacts - CalDAV or CardDAV Servers
**[`^ back to top ^`](#)**
[CalDAV](https://en.wikipedia.org/wiki/CalDAV) and [CardDAV](https://en.wikipedia.org/wiki/CardDAV) protocol servers.
- [Baïkal](https://sabre.io/baikal/) - Lightweight CalDAV and CardDAV server based on sabre/dav. ([Source Code](https://github.com/sabre-io/Baikal)) `GPL-3.0` `PHP`
- [calypso](https://keithp.com/calypso/) - Python-based CalDAV and CardDAV server, forked from Radicale. ([Source Code](https://keithp.com/cgit/)) `GPL-3.0` `Python`
- [DAViCal](https://www.davical.org/) - Server for calendar sharing (CalDAV) that uses a PostgreSQL database as a data store. ([Source Code](https://gitlab.com/davical-project/davical)) `GPL-2.0` `PHP`
@ -306,19 +295,11 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https:
- [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) - Open source CalDAV/CardDAV web client implementation. ([Demo](https://www.inf-it.com/infcloud/), [Source Code](https://www.inf-it.com/InfCloud_0.13.1.zip)) `AGPL-3.0` `Javascript`
### Communication
**[`^ back to top ^`](#)**
[Communication software](https://en.wikipedia.org/wiki/Communication_software) used to provide remote access to systems and exchange files and messages in text, audio and/or video formats between different computers or users.
### Communication - Custom Communication Systems
**[`^ back to top ^`](#)**
Communication software using their own custom procols.
[Communication software](https://en.wikipedia.org/wiki/Communication_software) used to provide remote access to systems and exchange files and messages in text, audio and/or video formats between different computers or users, using their own custom procols.
- [BluetoothCommunicatorExample](https://github.com/niedev/BluetoothCommunicatorExample) - Bluetooth LE chat app to communicate between android devices with P2P architecture. ([Clients](https://github.com/niedev/RTranslator)) `Apache-2.0` `Java`
- [Centrifugo](https://centrifugal.dev/) - Language-agnostic real-time messaging (Websocket or SockJS) server. ([Demo](https://github.com/centrifugal/centrifugo#demo), [Source Code](https://github.com/centrifugal/centrifugo)) `MIT` `Go`
@ -371,19 +352,11 @@ Communication software using their own custom procols.
- [Zulip](https://zulip.org) - Zulip is a powerful, open source group chat application. ([Source Code](https://github.com/zulip/zulip)) `Apache-2.0` `Python`
### Communication - Email
**[`^ back to top ^`](#)**
[E-mail](https://en.wikipedia.org/wiki/Email) software.
### Communication - Email - Complete Solutions
**[`^ back to top ^`](#)**
Simple deployment of a mail server, e.g. for inexperienced or impatient admins.
Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. for inexperienced or impatient admins.
- [AnonAddy](https://anonaddy.com) - Open source email forwarding service for creating aliases. ([Source Code](https://github.com/anonaddy/anonaddy)) `MIT` `PHP`
- [DebOps](https://docs.debops.org/) - Your Debian-based data center in a box. A set of general-purpose Ansible roles that can be used to manage Debian or Ubuntu hosts. ([Source Code](https://github.com/debops/debops)) `GPL-3.0-only` `YAML/Ansible/Python`
@ -602,19 +575,11 @@ _Related: [Conference Management](#conference-management)_
- [Wirow](https://github.com/wirow-io/wirow-server) - A full featured self-hosted video web-conferencing platform. `AGPL-3.0` `C`
### Communication - XMPP
**[`^ back to top ^`](#)**
[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) communication software.
### Communication - XMPP - Servers
**[`^ back to top ^`](#)**
XMPP servers.
[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) servers.
- [ejabberd](https://www.ejabberd.im/) - XMPP instant messaging server. ([Source Code](https://github.com/processone/ejabberd)) `GPL-2.0` `Erlang`
- [jackal](https://github.com/ortuman/jackal) - XMPP server with focus on stability, simple configuration and low resource consumption. `Apache-2.0` `Go`
@ -630,7 +595,7 @@ XMPP servers.
**[`^ back to top ^`](#)**
XMPP Web clients/interfaces.
[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP) Web clients/interfaces.
- [Converse.js](https://conversejs.org/) - Free and open-source XMPP chat client in your browser. ([Source Code](https://github.com/conversejs/converse.js)) `MPL-2.0` `Javascript`
- [JSXC](https://jsxc.org) - Real-time XMPP web chat application with video calls, file transfer and encrypted communication. There are also versions for Nextcloud/Owncloud and SOGo. ([Source Code](https://github.com/jsxc/jsxc)) `MIT` `Javascript`
@ -1897,7 +1862,7 @@ Tools and software for [software testing](https://en.wikipedia.org/wiki/Software
[Static site generators](https://en.wikipedia.org/wiki/Web_template_system#Static_site_generators) generate full static HTML websites based on raw data, plain text files and a set of templates.
**Static site generators are not listed within this list. Please visit [staticsitegenerators.net](https://staticsitegenerators.net), [staticgen.com](https://www.staticgen.com)**
**Please visit [staticsitegenerators.net](https://staticsitegenerators.net), [staticgen.com](https://www.staticgen.com)**
### Status / Uptime pages