Federated calendar and event organiser over ActivityPub
Go to file
Gergely Polonkai 387b7d83ac [Bugfix] Fix the environment name for dev mode
It turns out Flask only considers `development` as the development mode; `dev` (used before) is
not working.
2018-07-23 11:53:56 +02:00
calsocial [Bugfix] Fix the environment name for dev mode 2018-07-23 11:53:56 +02:00
tests Make it possible to lock profiles 2018-07-12 12:10:53 +02:00
.gitignore Fix .gitignore rule for .mo files 2018-07-12 09:13:24 +02:00
.pylintrc Add PyLint as a development dependency 2018-07-09 08:15:40 +02:00
CODE_OF_CONDUCT.rst Initial version, the caliber of "Hello World!" 2018-06-24 21:42:34 +02:00
LICENSE.txt Initial version, the caliber of "Hello World!" 2018-06-24 21:42:34 +02:00
Pipfile Add caching functionality via Flask-Caching 2018-07-19 15:15:49 +02:00
Pipfile.lock Add caching functionality via Flask-Caching 2018-07-19 15:15:49 +02:00
README.rst Add a README file 2018-06-29 08:16:20 +02:00
babel.cfg Make the web app select the language based on browser values 2018-06-29 14:56:57 +02:00

README.rst

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Calendar.social
===============

Keep your calendar ond organise events in the Fediverse.

How to contribute
-----------------

First, see our Code of Conduct.  Thats probably the most important part.

We are more than interested in

- Feature ideas.  The project is in its early phase, so every idea is welcome (even if it doesnt
  get into the first release.)
- Bug reports.  Even though the project is in the early phase, we dont want bugs to sneak in to
  stay there forever.  Report everything you find.
- Documentation.  Because well, obviously.
- Fixes, features, actually implemented.
  - Find your favourite issue/feature request
  - Fork and clone the repository
  - Create a branch for your work
  - Code!
  - Push to your branch
  - Open a Pull Request
  - Go through the review process with us
  - Enjoy your work getting into the main tree

FAQ
---

Why doing a federated calendar when you can send around vCard files via email?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Because this project is about much more than a plain calendar.  Its also an event organiser,
where you will be able to collaborate with others making events happen.

Why is it not on GitHub/GitLab/any other popular hosting service?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Because running my stuff is one of my hobby.  I run my own Matrix homeserver, my own Mastodon
instance, why would my Git repositories be different?  It might change in the future, though; Im
not an enemy of said services and if this project turns out to be successful I might move it away
from here.