# Talk **Repository Path**: mirrors/Talk ## Basic Information - **Project Name**: Talk - **Description**: Talk 是由 Mozilla 打造的一个开源评论平台,Talk 具有许多优点,但其在隐私方面最值得称道 —— 它不会追踪用户,也不包含监视功能 - **Primary Language**: HTML/CSS - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: https://www.oschina.net/p/talk - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 5 - **Created**: 2017-09-07 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Coral by Vox Media

A better commenting experience from Vox Media.

GithubActions Docker Image Version Docker Image Size Twitter Follow

## Description Online comments are broken. Our open-source commenting platform, [Coral](https://coralproject.net), rethinks how moderation, comment display, and conversation function, creating the opportunity for safer, smarter discussions around your work. ## Documentation If you're new to Coral, the [Coral documentation](https://docs.coralproject.net/) is a great place to start running and developing with Coral. You’ve installed Coral, and you’re preparing to launch it on your site. The real community work starts now, before you go live. You have a unique opportunity pre-launch to set your community up for success. Read our [Community Guides](https://guides.coralproject.net/start-here/) to learn more. ## Support We can help you set up Coral, migrate your comments from another system, integrate your registration platform, pair with your programmers, and help you with bespoke installs. To learn more, [contact us](https://coralproject.net/pricing/). ## Contributing Coral is a Apache-2.0 licensed open-source project built with <3 by the Coral team, a part of [Vox Media](https://product.voxmedia.com/). If you are interested in contributing to Coral, check out our [Contributor's Guide](CONTRIBUTING.md). ## License Coral is [Apache-2.0 licensed](LICENSE). ## Versioning If you're packaging a release of Coral, there is a convenient script to update the version numbers for all the child projects in the mono-repo. The below script will run `npm version x.y.z` against all the child repositories so you don't have to manually update them by hand! ``` sh scripts/version.sh MAJOR.MINOR.VERSION // i.e. 8.5.0 ```