Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacksalot/comment-zero
Dedicated Markdown-friendly comment support with zero hassle, zero fuss, and zero users.
https://github.com/hacksalot/comment-zero
Last synced: 2 months ago
JSON representation
Dedicated Markdown-friendly comment support with zero hassle, zero fuss, and zero users.
- Host: GitHub
- URL: https://github.com/hacksalot/comment-zero
- Owner: hacksalot
- License: other
- Created: 2015-03-22T03:50:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T15:36:58.000Z (over 9 years ago)
- Last Synced: 2024-10-14T12:48:25.597Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 169 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# comment-zero #
A headless **comment management system** for Apache and IIS websites.
## Features ##
- Standalone comment processing with native Markdown support.
- Integrates with your existing website or blog.
- Support for several server-side languages including PHP, Python, Ruby, Node.js, and C#.
- Comments can be fetched/rendered server-side, client side via AJAX, locally in a site generator like Jekyll, or any combination.
- Support for configurable throttling of over-enthusiastic users.
- Runs on LAMP and WISC/WISC websites (Apache, IIS, or any other web server supporting your choice of server language).## Dependencies ##
- PHP 5.x+
- Markdown processing courtesy of Michel Fortin's [PHP Markdown processor][1].## License ##
MIT
[1]: https://michelf.ca/projects/php-markdown/