awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
isso-comments avatar

isso-comments/isso

0
View on GitHub↗
5,284 نجوم·464 تفرعات·Python·MIT·15 مشاهداتisso-comments.de↗

Isso

Isso هو نظام تعليقات مستضاف ذاتيًا يوفر خادمًا وسكربتًا من جانب العميل لإضافة سلاسل مناقشة تفاعلية إلى مواقع الويب. يعمل كمنصة مستقلة لإدارة أقسام التعليقات على مستوى الموقع وملفات تعريف المستخدمين على بنية تحتية خاصة، باستخدام واجهة برمجة تطبيقات JSON ومحرك عرض Markdown للتعامل مع المحتوى الذي ينشئه المستخدم.

تم تصميم النظام لدعم إدارة التعليقات متعددة المواقع، مما يسمح بتثبيت خادم واحد لخدمة سلاسل مستقلة لنطاقات متعددة مختلفة. ويتضمن أداة إشراف مخصصة تتميز بعناوين URL موقعة ولوحة إدارية لفحص المحتوى والموافقة عليه وحذفه.

تغطي المنصة مجالات قدرة واسعة بما في ذلك مشاركة المستخدم من خلال التصويت وخلاصات RSS، والأمان من خلال قيود الوصول إلى النطاق وتطهير HTML، وقابلية نقل البيانات من خلال استيراد ترحيل JSON وXML. كما توفر أدوات هوية تولد صورًا رمزية فريدة للمستخدم باستخدام التجزئة المملحة (salted hashing) لعناوين البريد الإلكتروني.

يتم نشر التطبيق باستخدام واجهات WSGI أو FastCGI ويمكن تشغيله عبر صور معبأة.

Features

  • Self-Hosted Commenting Systems - Provides a self-hosted server and client-side script for adding interactive discussion threads to websites.
  • REST API Backends - Provides a JSON-based REST API for fetching, posting, and managing comment threads and user reactions.
  • User Comment Moderation - Implements administrative tools for reviewing, approving, or removing user-submitted comments via a moderation queue.
  • Content Moderation Tools - Provides a dedicated management system with signed URLs and admin panels for screening and approving user-generated comments.
  • Markdown to HTML Converters - Converts user-submitted Markdown text into sanitized HTML for formatted discussions on web pages.
  • Secure Markdown Rendering - Converts user-submitted Markdown text into sanitized HTML to prevent script execution during display.
  • Markdown Comment Rendering - Supports Markdown formatting and allows users to edit or delete their own posts within a set timeframe.
  • Domain-Based - Implements a dispatcher mechanism to serve independent comment threads for multiple different domains from a single installation.
  • Domain Access Restrictions - Uses a hostname whitelist to prevent unauthorized websites from embedding the commenting system via CORS.
  • Domain-Based Access Controls - Validates incoming requests against a whitelist of allowed domains to prevent unauthorized embedding via CORS.
  • HTML Content Sanitization - Parses and cleans HTML input to remove malicious scripts and ensure secure rendering of user comments.
  • Threaded Comment Management - Provides a JSON API to fetch, post, edit, and delete comments within a threaded discussion structure.
  • Administrative Panels - Includes a password-protected administrative panel for managing and moderating site-wide comment threads.
  • Comment Management APIs - Provides a programmatic JSON interface for fetching, posting, and managing comment threads and user reactions.
  • Embedded Comment Threads - Renders a commenting form and discussion thread on a website using a lightweight JavaScript snippet.
  • Comment Voting Systems - Provides a score-based voting system to highlight popular comments via CSS classes.
  • Reaction Tracking - Records and retrieves likes and dislikes on individual comments to track user sentiment.
  • Multi-Site Hosting - Provides a dispatcher mechanism to serve independent comment threads for multiple different domains from a single installation.
  • SMTP Notification Systems - Triggers automated email alerts to administrators via SMTP when new content requires moderation.
  • Self-Hosted SaaS Alternatives - Serves as an independent, open-source alternative to commercial commenting platforms like Disqus on private infrastructure.
  • Spam Prevention - Prevents automated spam by limiting comment rates per IP address and enforcing author requirements.
  • Identicon Generators - Generates unique user avatars using salted hashing of email addresses to protect user privacy.
  • Administrative Comment Notifications - Sends automated SMTP email alerts to administrators when new comments require moderation or approval.
  • Content Engagement Interactions - Enables user engagement through interactive features like voting on posts and subscribing to RSS feeds.
  • Multi-Site Management - Hosts a single server instance to provide independent commenting threads for multiple different domains.
  • Social Networks - Listed in the “Social Networks” section of the Awesome Selfhosted awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ isso-comments/issoمخطط تاريخ النجوم لـ isso-comments/isso

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Isso

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Isso.
  • posativ/issoالصورة الرمزية لـ posativ

    posativ/isso

    5,284عرض على GitHub↗

    Isso is a self-hosted commenting system and WSGI comment server that allows users to manage decentralized discussion boards. It functions as a markdown discussion engine that transforms user-generated content into filtered HTML for secure display on webpages. The system is designed as a cross-domain comment host, enabling a single centralized server instance to serve unique comment sections across multiple distinct domains. It secures this integration using CORS hostname whitelisting to ensure comments are only embeddable on authorized websites. The platform provides a comprehensive moderati

    Python
    عرض على GitHub↗5,284
  • umputun/remark42الصورة الرمزية لـ umputun

    umputun/remark42

    5,529عرض على GitHub↗

    Remark42 is a self-hosted, privacy-focused commenting engine designed for websites and blogs. It functions as a standalone application that can be deployed as a single binary or a containerized image across different operating systems. The system allows a single instance to host commenting services for multiple distinct domains through multi-site management. It utilizes an identity layer that verifies users via email, anonymous accounts, or social providers using OAuth authentication. The platform supports threaded conversations with Markdown formatting and provides administrative tools for

    Gocomment-systemcommentingcommenting-engines
    عرض على GitHub↗5,529
  • laymonage/giscusالصورة الرمزية لـ laymonage

    laymonage/giscus

    11,830عرض على GitHub↗

    Giscus is an open-source discussion widget and website commenting system that uses GitHub Discussions as its backend for storing and managing conversations. It provides an embeddable web component that connects static or dynamic websites to the GitHub API, allowing users to authenticate and write responses using a Markdown-based commenting engine. The system operates by mapping specific website page paths to unique remote discussion threads. This integration enables community engagement and social interaction on websites without the requirement of hosting a private database or backend server.

    TypeScript
    عرض على GitHub↗11,830
  • vmg/redcarpetالصورة الرمزية لـ vmg

    vmg/redcarpet

    5,081عرض على GitHub↗

    Redcarpet is a security-focused Markdown to HTML parser and customizable renderer. It transforms Markdown text into structured HTML output while utilizing a security layer to filter or escape user-provided HTML tags and restrict link protocols to prevent vulnerabilities. The project distinguishes itself through a framework for custom document formatting, allowing the definition of how specific Markdown elements are converted to HTML via callback functions and custom classes. It also functions as a typographic formatter that converts standard punctuation and dashes into professional curly quot

    C
    عرض على GitHub↗5,081
عرض جميع البدائل الـ 30 لـ Isso→

الأسئلة الشائعة

ما هي وظيفة isso-comments/isso؟

Isso هو نظام تعليقات مستضاف ذاتيًا يوفر خادمًا وسكربتًا من جانب العميل لإضافة سلاسل مناقشة تفاعلية إلى مواقع الويب. يعمل كمنصة مستقلة لإدارة أقسام التعليقات على مستوى الموقع وملفات تعريف المستخدمين على بنية تحتية خاصة، باستخدام واجهة برمجة تطبيقات JSON ومحرك عرض Markdown للتعامل مع المحتوى الذي ينشئه المستخدم.

ما هي الميزات الرئيسية لـ isso-comments/isso؟

الميزات الرئيسية لـ isso-comments/isso هي: Self-Hosted Commenting Systems, REST API Backends, User Comment Moderation, Content Moderation Tools, Markdown to HTML Converters, Secure Markdown Rendering, Markdown Comment Rendering, Domain-Based.

ما هي البدائل مفتوحة المصدر لـ isso-comments/isso؟

تشمل البدائل مفتوحة المصدر لـ isso-comments/isso: posativ/isso — Isso is a self-hosted commenting system and WSGI comment server that allows users to manage decentralized discussion… umputun/remark42 — Remark42 is a self-hosted, privacy-focused commenting engine designed for websites and blogs. It functions as a… laymonage/giscus — Giscus is an open-source discussion widget and website commenting system that uses GitHub Discussions as its backend… vmg/redcarpet — Redcarpet is a security-focused Markdown to HTML parser and customizable renderer. It transforms Markdown text into… hinesboy/mavoneditor — mavonEditor is a markdown editor component for Vue applications that functions as a markdown-to-HTML converter and a… adtac/commento — Commento is a self-hosted, privacy-focused commenting system used to embed lightweight discussion sections into…