# 开源小满EasyXMen技术文档 **Repository Path**: easyxmen/docs ## Basic Information - **Project Name**: 开源小满EasyXMen技术文档 - **Description**: 开源小满EasyXMen技术文档。本仓为镜像仓,主仓地址:https://atomgit.com/easyxmen/docs。 - **Primary Language**: Unknown - **License**: GFDL-1.3 - **Default Branch**: master - **Homepage**: https://atomgit.com/easyxmen/docs - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2025-04-24 - **Last Updated**: 2026-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开源小满技术文档 EasyXMen Technical Documentation 本仓库为开源小满EasyXMen项目的技术文档仓库。 This repository contains the technical documentation for EasyXMen. ## 快捷入口 Quick Links - [版本发布说明(Version Release Notes)](./ReleaseNotes) - [快速上手指南(Quick Start Guide)](https://easyxmen.atomgit.com/) - [参考手册(Module Reference Manual)](https://easyxmen.atomgit.com/) - [集成手册(Integration Instruction Manual)](https://easyxmen.atomgit.com/) - [示例工程说明(Demo Project Description)](https://easyxmen.atomgit.com/) 说明:快速上手指南、参考手册、集成手册、示例工程说明等文档页面右上角可选择对应版本的文档,左侧导航栏为所选版本的目录。 Note: On documentation pages such as the Quick Start Guide, Module Reference Manual, Integration Instruction Manual, and Demo Project Description, you can select the corresponding version of the documentation in the top-right corner of the page. The left-side navigation will then show the table of contents for that version. ## 目录结构 Directory Structure ``` |── ReleaseNotes # 版本发布说明 (Version Release Notes) |── source # 文档文件夹 (Documentation Folder) │   ├── _static # 文档图片相关静态资料 (Static Materials Related to Document Images) │   └── sub # 文档文本内容 (Document Text Content) |── LICENSE.txt # license 说明 (License Description) |── make.bat # 本地查阅文档批处理文件 (Batch File for Viewing Documents Locally) └── README.md # 仓库说明文档 (Repository Description Document) ``` ## 开源许可 License 本仓库文档基于GNU Free Documentation License, Version 1.3(FDL 1.3)开源,详见本仓库的[LICENSE.txt](./LICENSE.txt) Copyright (C) 2024-2026 iSoft Infrastructure Software Co., Ltd. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".