Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codidact/qpixel
Q&A-based community knowledge-sharing software
https://github.com/codidact/qpixel
co-design hacktoberfest q-and-a rails
Last synced: about 4 hours ago
JSON representation
Q&A-based community knowledge-sharing software
- Host: GitHub
- URL: https://github.com/codidact/qpixel
- Owner: codidact
- License: agpl-3.0
- Created: 2020-01-29T20:45:57.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-01T19:11:47.000Z (11 days ago)
- Last Synced: 2024-12-01T19:19:57.388Z (11 days ago)
- Topics: co-design, hacktoberfest, q-and-a, rails
- Language: Ruby
- Homepage: https://codidact.com
- Size: 10.2 MB
- Stars: 397
- Watchers: 17
- Forks: 68
- Open Issues: 332
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- stars - qpixel - based community knowledge-sharing software | codidact | 397 | (Ruby)
- stars - qpixel - based community knowledge-sharing software | codidact | 397 | (Ruby)
README
QPixel
Q&A by the community, for the community
Rails-based version of our core software, powering [codidact.com](https://codidact.com). Currently under active development towards MVP.
## Table of Contents
- [Features](#features)
- [Community](#community)
- [Contributing](#contributing)
- [Installation](#installation)
- [License](#license)## Features
![img/example_screenshot_codidact.jpg](img/example_screenshot_codidact.jpg)
- Supports multiple communities within a single installation
- Allows multiple categories within each community
- And multiple post types (Q&A, Articles, ...) within each category
- Voting on content and sorting based on a [modified score](https://meta.codidact.com/help/scoring)
that accounts for controversy
- Abilities/privileges based on [activity](https://meta.codidact.com/help/abilities)
- Content written in Markdown with live preview
- Support for MathJax, image uploads, custom content licenses
- High degree of [customization](https://meta.codidact.com/posts/280722/280723#answer-280723) possible
- Open source## Community
To discuss features and voice ideas, please ask a new question on [Codidact Meta](https://meta.codidact.com).
For technical discussions about the QPixel software itself, please ask on
[Codidact Collab](https://collab.codidact.org) instead.## Contributing
Contributions are welcome - please read the [CONTRIBUTING](CONTRIBUTING.md) document before you
start and look at the [GitHub issues](https://github.com/codidact/qpixel/issues) for things to do.## Installation
For a complete installation see the [Installation guide](INSTALLATION.md).
## License
QPixel is [AGPL licensed](LICENSE).
[⬆ Back to Top](#table-of-contents)