|
@@ -10,16 +10,16 @@ Misago
|
|
:target: https://coveralls.io/github/rafalp/Misago?branch=master
|
|
:target: https://coveralls.io/github/rafalp/Misago?branch=master
|
|
:alt: Test Coverage
|
|
:alt: Test Coverage
|
|
|
|
|
|
-.. image:: https://badges.gitter.im/Misago/Misago.svg
|
|
|
|
- :target: https://gitter.im/Misago/Misago?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
|
|
|
|
- :alt: Development Chat
|
|
|
|
-
|
|
|
|
.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6-blue.svg
|
|
.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6-blue.svg
|
|
:target: https://travis-ci.org/rafalp/Misago
|
|
:target: https://travis-ci.org/rafalp/Misago
|
|
:alt: Works on Python 2.7, 3.5, 3,6
|
|
:alt: Works on Python 2.7, 3.5, 3,6
|
|
|
|
|
|
|
|
+.. image:: https://img.shields.io/badge/chat-on_discord-7289da.svg
|
|
|
|
+ :target: https://discord.gg/fwvrZgB
|
|
|
|
+ :alt: Community Chat
|
|
|
|
+
|
|
|
|
|
|
-**Development Status:** 🍌 `Bananas <https://en.wikipedia.org/wiki/Perpetual_beta>`_ 🍌
|
|
|
|
|
|
+**Development Status:** Big changes happening on master branch, use `latest release <https://github.com/rafalp/Misago/releases>`_ for working code.
|
|
|
|
|
|
Misago aims to be complete, featured and modern forum solution that has no fear to say 'NO' to common and outdated opinions about how forum software should be made and what it should do.
|
|
Misago aims to be complete, featured and modern forum solution that has no fear to say 'NO' to common and outdated opinions about how forum software should be made and what it should do.
|
|
|
|
|
|
@@ -79,6 +79,8 @@ Even more features will follow in future releases:
|
|
* Ranking system for forum search results based on post links, likes, author and thread importance.
|
|
* Ranking system for forum search results based on post links, likes, author and thread importance.
|
|
* Post reactions in place of likes.
|
|
* Post reactions in place of likes.
|
|
|
|
|
|
|
|
+...and more!
|
|
|
|
+
|
|
If you are looking into using Misago to run live forum, you are absolutely invited to, but please keep in mind that Misago is relatively immature software that may contain serious bugs or issues as well as quirks and lackings thay may take time to resolve, despite best efforts.
|
|
If you are looking into using Misago to run live forum, you are absolutely invited to, but please keep in mind that Misago is relatively immature software that may contain serious bugs or issues as well as quirks and lackings thay may take time to resolve, despite best efforts.
|
|
|
|
|
|
|
|
|
|
@@ -114,6 +116,14 @@ If you'll ever want to destroy Docker setup because you no longer need it, run t
|
|
Frontend
|
|
Frontend
|
|
--------
|
|
--------
|
|
|
|
|
|
|
|
+.. image:: https://img.shields.io/badge/github-Misago--Frontend-blue.svg
|
|
|
|
+ :target: https://github.com/rafalp/Misago-Frontend
|
|
|
|
+ :alt: Tests Result
|
|
|
|
+
|
|
|
|
+.. image:: https://travis-ci.org/rafalp/Misago-Frontend.svg?branch=master
|
|
|
|
+ :target: https://travis-ci.org/rafalp/Misago-Frontend
|
|
|
|
+ :alt: Tests Result
|
|
|
|
+
|
|
With exception of Admin Panel, Misago frontend relies heavily on React.js components backed by Django API. This application relies on custom Gulp.js-based toolkit for development. As of current, Misago's ``gulpfile.js`` defines following tasks:
|
|
With exception of Admin Panel, Misago frontend relies heavily on React.js components backed by Django API. This application relies on custom Gulp.js-based toolkit for development. As of current, Misago's ``gulpfile.js`` defines following tasks:
|
|
|
|
|
|
* **build** does production build of Misago's assets, concating and minifying javascripts, css and images, as well as moving them to misago/static directory
|
|
* **build** does production build of Misago's assets, concating and minifying javascripts, css and images, as well as moving them to misago/static directory
|
|
@@ -160,8 +170,8 @@ English sentences used within ``misago.faker.phrases`` were extracted from `Nati
|
|
Copyright and license
|
|
Copyright and license
|
|
=====================
|
|
=====================
|
|
|
|
|
|
-**Misago** - Copyright © 2016 `Rafał Pitoń <http://github.com/ralfp>`_
|
|
|
|
|
|
+**Misago** - Copyright © 2018 `Rafał Pitoń <http://github.com/ralfp>`_
|
|
This program comes with ABSOLUTELY NO WARRANTY.
|
|
This program comes with ABSOLUTELY NO WARRANTY.
|
|
|
|
|
|
This is free software and you are welcome to modify and redistribute it under the conditions described in the license.
|
|
This is free software and you are welcome to modify and redistribute it under the conditions described in the license.
|
|
-For the complete license, refer to LICENSE.rst
|
|
|
|
|
|
+For the complete license, refer to LICENSE.rst
|