awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
otale avatar

otale/taleArchived

0
View on GitHub↗
4,827 星标·1,463 分支·JavaScript·MIT·14 次浏览tale.biezhi.me↗

Tale

Tale 是一个使用 Java 构建的自托管博客平台和内容管理系统。它作为 Markdown 发布系统,将轻量级标记渲染为结构化网页,并将帖子和元数据存储在嵌入式数据库中,以便于移植和备份。

该系统以其高度可定制的视觉层而著称,支持自定义皮肤设计、外部主题安装以及使用结构化资源目录开发模板。它还具有一个插件系统,允许在应用程序启动期间加载外部逻辑包和自定义组件,以扩展核心功能。

该平台提供了一整套内容组织工具,包括通过类别和标签进行的分类管理、可自定义的固定链接以及音频内容嵌入。它将整个应用程序生命周期作为一个独立进程进行处理,并具有用于数据库备份、数据导出以及本地服务器与内容分发网络之间资源路由的内置实用程序。

初始站点设置通过用于创建管理员帐户和初始数据库的 Web 界面进行管理。

Features

  • Markdown-First Publishing - A Java-based blogging platform that prioritizes Markdown for content creation and renders it to structured web pages.
  • Self-Hosted Blogging Software - Functions as a self-hosted blogging platform that gives users full control over their data and customizations.
  • Content Management Systems - Functions as a content management system for digital publications with built-in support for custom skins and templates.
  • Content Taxonomies - Organizes digital content using a system of categories and tags to improve discoverability.
  • Digital Content Organization - Implements digital content organization through the use of categories, tags, and custom permalinks.
  • Markdown Site Publishing - Transforms Markdown files into structured, navigable web pages for publishing digital stories.
  • Markdown to HTML Converters - Transforms Markdown source text into structured HTML for publishing web pages.
  • Embedded Database File Persistence - Persists all application data and content in a self-contained embedded database file for portability.
  • Blog Storage Engines - Uses an embedded database to store posts and metadata, ensuring easy backups and portable deployments.
  • Customizable Website Templates - Supports customizable website templates and skins to modify the visual appearance of the blog.
  • Standalone Server Executables - Runs as a self-contained process without requiring an external web server for execution.
  • Standalone Server Executables - Bundles the application and runtime into a self-contained executable that runs without an external web server.
  • Standalone Application Deployments - Executes as a self-contained standalone Java application with dedicated lifecycle management scripts.
  • Runtime Plugin Loading - Supports dynamic loading of external logic packages and custom components at execution time to extend functionality.
  • Runtime Component Loaders - Allows extending core functionality by loading external logic packages and custom components during application startup.
  • Theme Package Installation - Allows the installation of external third-party themes by placing design packages in dedicated directories.
  • Plugin Extenders - Provides a plugin system for loading external libraries at runtime to augment the core application capabilities.
  • Custom Theme Development - Enables full-scale web theme development using structured directories of templates and static assets.
  • Template-Based UI Systems - Separates business logic from presentation using a structured directory of templates and static assets.
  • Theme Directory Resolution - Implements visual style switching by selecting design templates and assets from dedicated theme directories.
  • Visual Themes - Provides a system for switching the interface look and feel by selecting different supported visual themes.
  • Interface Skinning - Supports custom skin design to modify the visual appearance and user experience of the interface.

Star 历史

otale/tale 的 Star 历史图表otale/tale 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

otale/tale 是做什么的?

Tale 是一个使用 Java 构建的自托管博客平台和内容管理系统。它作为 Markdown 发布系统,将轻量级标记渲染为结构化网页,并将帖子和元数据存储在嵌入式数据库中,以便于移植和备份。

otale/tale 的主要功能有哪些?

otale/tale 的主要功能包括:Markdown-First Publishing, Self-Hosted Blogging Software, Content Management Systems, Content Taxonomies, Digital Content Organization, Markdown Site Publishing, Markdown to HTML Converters, Embedded Database File Persistence。

otale/tale 有哪些开源替代品?

otale/tale 的开源替代品包括: hermanmartinus/bearblog — Bear Blog is a lightweight, self-hosted blogging platform that compiles Markdown files into static HTML pages at build… getgrav/grav — Grav is a flat-file content management system that eliminates the need for a traditional database by storing site… nswbmw/n-blog — N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as… typecho/typecho — Typecho is a self-hosted PHP blogging platform and content management system designed for publishing blogs and… poole/hyde — Hyde is a static site theme for Jekyll that implements a two-column layout featuring a dedicated sidebar and a primary… shadcn/taxonomy — Taxonomy is a SaaS boilerplate and Next.js application template designed for building subscription-based web…

Tale 的开源替代方案

相似的开源项目,按与 Tale 的功能重合度排序。
  • hermanmartinus/bearblogHermanMartinus 的头像

    HermanMartinus/bearblog

    4,721在 GitHub 上查看↗

    Bear Blog is a lightweight, self-hosted blogging platform that compiles Markdown files into static HTML pages at build time without requiring a database. It focuses on minimal publishing workflows with full visual customization through built-in themes and custom CSS, including dark mode support. The platform distinguishes itself with bot-neutral readership tracking that only counts page views when a visitor scrolls or hovers, ensuring metrics exclude automated traffic. It supports multilingual site deployments as either separate independent instances or tag-based language versions, and offers

    CSS
    在 GitHub 上查看↗4,721
  • getgrav/gravgetgrav 的头像

    getgrav/grav

    15,395在 GitHub 上查看↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    PHPcmscontentcontent-management
    在 GitHub 上查看↗15,395
  • nswbmw/n-blognswbmw 的头像

    nswbmw/N-blog

    15,392在 GitHub 上查看↗

    N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as a server-side rendered web application that renders markdown source text into HTML for publishing and displaying articles. The system includes a markdown blogging engine that enables the creation and management of posts and user comments. It features a integrated user authentication system that handles account registration, secure sign-in, and session management to protect private routes. The project covers broad capability areas including request routing and middleware pipel

    JavaScriptblogcourseexpress
    在 GitHub 上查看↗15,392
  • typecho/typechotypecho 的头像

    typecho/typecho

    12,372在 GitHub 上查看↗

    Typecho is a self-hosted PHP blogging platform and content management system designed for publishing blogs and journals. It functions as a multi-database CMS, providing a writing interface that converts lightweight markup language into formatted HTML for streamlined article authoring. The platform is built as a plugin-based system, allowing users to extend functionality and modify site behavior through third-party extensions. Site appearance and layout are managed through a customizable theme system. The system includes capabilities for managing content via custom data fields and supports da

    PHPblogmarkdownphp
    在 GitHub 上查看↗12,372
查看 Tale 的所有 30 个替代方案→