Skip to content

Commit

Permalink
add moa bridge (gitlab)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jan 27, 2023
1 parent 503d005 commit 612b495
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 5 deletions.
5 changes: 3 additions & 2 deletions BY_PLATFORM.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ segmentation by distribution (i.e., Docker, etc.)
1. <a href="#tag-mobile">Mobile</a> *(1)*
1. <a href="#tag-mobile.android">Android</a> *(1)*
1. <a href="#tag-browser">Browser</a> *(0)*
1. <a href="#tag-server">Server</a> *(182)*
1. <a href="#tag-server">Server</a> *(183)*
1. <a href="#tag-server.docker">Docker</a> *(8)*
1. <a href="#tag-server.flatpak">Flatpak</a> *(1)*
1. <a href="#tag-server.appimage">Appimage</a> *(1)*
1. <a href="#tag-server-other">Other Server projects</a> *(172)*
1. <a href="#tag-server-other">Other Server projects</a> *(173)*

<!-- ANOTHER NOTE: This file is automatically generated, see projects.yaml -->

Expand Down Expand Up @@ -722,6 +722,7 @@ segmentation by distribution (i.e., Docker, etc.)
1. **Maltrail** - ([Repo](https://github.com/stamparm/maltrail)) Malicious traffic detection system with web-based monitoring. `(security, linux)`
1. **Mayan** - ([Repo](https://gitlab.com/mayan-edms/mayan-edms), [Home](https://www.mayan-edms.com/), [Fund](https://www.paypal.me/MayanEDMS), [PyPI](https://pypi.org/project/mayan-edms/3.2.7), [Docs](https://docs.mayan-edms.com/)) Web-based document management system, designed to store, introspect, and categorize files, with OCR, preview, label, signing, and sending capabilities. Also featuring workflow system, role-based access control, and REST API. `(organization)`
1. **Mezzanine** - ([Repo](https://github.com/stephenmcd/mezzanine), [Home](http://mezzanine.jupo.org/)) Consistent and flexible content management platform built on the Django framework. `(cms, django)`
1. **Moa Bridge** - ([Repo](https://gitlab.com/fedstoa/moa), [Home](https://moa.party/)) A service to cross post [Mastodon](https://github.com/mastodon/mastodon) toots to Twitter and Instagram. `(communication, flask)`
1. **Modoboa** - ([Repo](https://github.com/modoboa/modoboa), [Home](https://modoboa.org/en)) Mail hosting and management platform including web UI based on Django. Provides useful components such as an admin panel and webmail. Integrates with Postfix or Dovecot. `(communication)`
1. **MoinMoin** - ([Repo](https://github.com/moinwiki/moin), [Home](http://moinmo.in/), [WP](https://en.wikipedia.org/wiki/MoinMoin), [Docs](https://moin-20.readthedocs.io/en/latest)) Python's own web-based wiki software, used for [the official Python wiki](https://wiki.python.org/moin/) and many others. `(communication)`
1. **Mopidy** - ([Repo](https://github.com/mopidy/mopidy), [Home](https://www.mopidy.com/)) Extensible music player server with plugin support for a wide range of services. `(audio)`
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
production application is worth a thousand blog posts and Stack
Overflow answers.

This document is an always-growing list of **407**
This document is an always-growing list of **408**
open-source Python applications arranged by topic, with links to
repositories, docs, and more, generated from [structured
data](https://github.com/mahmoud/awesome-python-applications/blob/master/projects.yaml)
Expand All @@ -40,7 +40,7 @@ thereof), see Architectures. -->
1. <a href="#tag-games">Games</a> *(10)*
1. <a href="#tag-productivity">Productivity</a> *(25)*
1. <a href="#tag-organization">Organization</a> *(42)*
1. <a href="#tag-communication">Communication</a> *(34)*
1. <a href="#tag-communication">Communication</a> *(35)*
1. <a href="#tag-education">Education</a> *(8)*
1. <a href="#tag-science">Science</a> *(24)*
1. <a href="#tag-cms">CMS</a> *(11)*
Expand Down Expand Up @@ -264,6 +264,7 @@ thereof), see Architectures. -->
1. **Mailman** - ([Repo](https://gitlab.com/mailman/mailman), [Home](http://www.list.org/), [WP](https://en.wikipedia.org/wiki/GNU_Mailman)) The original listserv, a web application and email server for managing subscriptions and discussion archives. `(server)`
1. **Mailpile** - ([Repo](https://github.com/mailpile/Mailpile), [Home](https://mailpile.is/)) Fast email client with user-friendly encryption and privacy features. `(linux, windows, mac)`
1. **Mailu** - ([Repo](https://github.com/Mailu/Mailu), [Home](https://mailu.io/)) Full-featured mail server designed for easy setup and maintenance, supporting IMAP, IMAP+, SMTP, and Submission, as well as a slew of advanced features. `(server)`
1. **Moa Bridge** - ([Repo](https://gitlab.com/fedstoa/moa), [Home](https://moa.party/)) A service to cross post [Mastodon](https://github.com/mastodon/mastodon) toots to Twitter and Instagram. `(server, flask)`
1. **Modoboa** - ([Repo](https://github.com/modoboa/modoboa), [Home](https://modoboa.org/en)) Mail hosting and management platform including web UI based on Django. Provides useful components such as an admin panel and webmail. Integrates with Postfix or Dovecot. `(server)`
1. **MoinMoin** - ([Repo](https://github.com/moinwiki/moin), [Home](http://moinmo.in/), [WP](https://en.wikipedia.org/wiki/MoinMoin), [Docs](https://moin-20.readthedocs.io/en/latest)) Python's own web-based wiki software, used for [the official Python wiki](https://wiki.python.org/moin/) and many others. `(server)`
1. **OfflineIMAP** - ([Repo](https://github.com/OfflineIMAP/offlineimap), [Home](http://www.offlineimap.org/), [WP](https://en.wikipedia.org/wiki/OfflineIMAP)) IMAP reader and synchronizer. `(linux)`
Expand Down
27 changes: 26 additions & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,39 @@
<subtitle type="text">The newest additions to the Awesome Python Applications list.</subtitle>
<link rel="alternate" type="text/html" href="https://github.com/mahmoud/awesome-python-applications" />
<link rel="self" type="application/atom+xml" href="https://raw.githubusercontent.com/mahmoud/awesome-python-applications/master/atom.xml" />
<updated>2023-01-26T23:48:23Z</updated>
<updated>2023-01-27T01:04:27Z</updated>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>

<rights type="html">CC-BY-SA unless otherwise noted</rights>
<generator uri="https://github.com/mahmoud/apatite">Apatite 19.0</generator>


<entry>
<id>https://gitlab.com/fedstoa/moa</id>
<title>Moa Bridge</title>
<link rel="alternate" type="text/html" href="https://gitlab.com/fedstoa/moa" />
<published>2023-01-26T17:04:00Z</published>
<updated>2023-01-26T17:04:00Z</updated>
<category term="audio"/><category term="audio"/><category term="audio"/>

<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p><strong><a href="https://gitlab.com/fedstoa/moa">Moa Bridge</a></strong>: A service to cross post [Mastodon](https://github.com/mastodon/mastodon) toots to Twitter and Instagram.</p>
<p>Links:</p>
<ul>
<li><a href='https://gitlab.com/fedstoa/moa'>Repo</a></li>
<li><a href='https://moa.party/'>Home</a></li>

</ul>
</div>
</content>
<author>
<name>Awesome Python Applications contributors</name>
<uri>https://github.com/mahmoud/awesome-python-applications</uri>
</author>
</entry>

<entry>
<id>https://github.com/ocrmypdf/ocrmypdf</id>
<title>OCRmyPDF</title>
Expand Down
9 changes: 9 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,15 @@ projects:
tags:
- communication
- server
- name: Moa Bridge
repo_url: https://gitlab.com/fedstoa/moa
home_url: https://moa.party/
date_added: 2023-01-26 17:04:00
desc: A service to cross post [Mastodon](https://github.com/mastodon/mastodon) toots to Twitter and Instagram.
tags:
- communication
- server
- flask
- name: Modoboa
repo_url: https://github.com/modoboa/modoboa
home_url: https://modoboa.org/en
Expand Down

0 comments on commit 612b495

Please sign in to comment.