From 7c702eafb33402a628e4d91720152d4e461b3b85 Mon Sep 17 00:00:00 2001 From: Mo Norman Date: Mon, 12 Jul 2021 22:32:08 +0800 Subject: [PATCH] add structure --- README.md | 27 ++------------------------ tree/_start.md | 13 +++++++++++++ tree/app/_app.md | 7 +++++++ tree/comm/_comm.md | 16 ++++++++++++++++ tree/contr/_contr.md | 2 ++ tree/intro/_intro.md | 45 ++++++++++++++++++++++++++++++++++++++++++++ tree/more/_more.md | 2 ++ tree/naa/_naa.md | 5 +++++ tree/prog/_prog.md | 12 ++++++++++++ 9 files changed, 104 insertions(+), 25 deletions(-) create mode 100644 tree/_start.md create mode 100644 tree/app/_app.md create mode 100644 tree/comm/_comm.md create mode 100644 tree/contr/_contr.md create mode 100644 tree/intro/_intro.md create mode 100644 tree/more/_more.md create mode 100644 tree/naa/_naa.md create mode 100644 tree/prog/_prog.md diff --git a/README.md b/README.md index ce94288..b620b5b 100644 --- a/README.md +++ b/README.md @@ -4,34 +4,11 @@ > https://www.atzlinux.com/ -## 第一部分 安装 -- https://www.atzlinux.com/index.htm -- https://www.atzlinux.com/yjaz.htm -- https://www.atzlinux.com/allpackages.htm +[开始阅读](tree/_start.md) -## 第二部分 基本操作 +## 贡献到本文档 - -## 第三部分 普通用户手册 -https://www.atzlinux.com/faq.htm - -## 第三部分 高级用户手册 - -https://www.atzlinux.com/skills.htm - - -## 第四部分 贡献者手册 - -https://gitee.com/atzlinux/debian-cn/issues -https://www.atzlinux.com/juanzeng.htm - -## 第五部分 开发者手册 - -https://www.atzlinux.com/devel.htm - -https://gitee.com/organizations/atzlinux/projects - 本手册内容,会逐步同步到 https://www.atzlinux.com/doc/

《铜豌豆 Linux》官网二维码
diff --git a/tree/_start.md b/tree/_start.md new file mode 100644 index 0000000..b77737e --- /dev/null +++ b/tree/_start.md @@ -0,0 +1,13 @@ +# 《铜豌豆 Linux》手册目录 + +这里包括了一些面向新手的使用铜豌豆 Linux的经验、技巧、示例、知识等等方面的总结,对于已经有使用 Linux 操作系统经验的高级用户,选择感兴趣的章节阅读也是可以的。 + +欢迎贡献到这个文档的汇编、整理、优化中来。 + +[导言](intro/_intro.md) +[和朋友、同事、社群通讯](comm/_comm.md) +[编程](prog/_prog.md) +[网络和自动化](naa/_naa.md) +[艺术、出版和出品](app/_app.md) +[内核与高级linux开发](kern/_kern.md) +[成为铜豌豆开发者](contr/_contr.md) diff --git a/tree/app/_app.md b/tree/app/_app.md new file mode 100644 index 0000000..e625600 --- /dev/null +++ b/tree/app/_app.md @@ -0,0 +1,7 @@ +艺术、出版和出品 +================= + +## 1 GIMP + +## 2 妙有画板 + diff --git a/tree/comm/_comm.md b/tree/comm/_comm.md new file mode 100644 index 0000000..e3aa160 --- /dev/null +++ b/tree/comm/_comm.md @@ -0,0 +1,16 @@ +和朋友、同事、社群通讯 +====================== + +## 1 安装相关的软件 + +涉及到安装软件的部分,可参考[导言](../intro/_intro.md#inssof)中的有关部分,再此不再赘述。 + +## 2 使用微信 + +点击桌面上微信的图标即可。 + +## 3 使用邮件客户端 + +## 4 使用 irc + +## 5 其他 \ No newline at end of file diff --git a/tree/contr/_contr.md b/tree/contr/_contr.md new file mode 100644 index 0000000..e08d282 --- /dev/null +++ b/tree/contr/_contr.md @@ -0,0 +1,2 @@ +内核与高级linux开发 +=================== \ No newline at end of file diff --git a/tree/intro/_intro.md b/tree/intro/_intro.md new file mode 100644 index 0000000..46d2451 --- /dev/null +++ b/tree/intro/_intro.md @@ -0,0 +1,45 @@ +导言 +====== + +## 1 安装 +- https://www.atzlinux.com/index.htm +- https://www.atzlinux.com/yjaz.htm +- https://www.atzlinux.com/allpackages.htm + +## 2 基本操作 + +更详细的说明可参考 [debian 参考手册](https://www.atzlinux.com/doc/manuals/debian-reference/index.zh-cn.html) + +### 软件包的安装 + +``` +apt-get install _软件包的名字_ +``` + +### 打开应用程序 + +对于大多数已经配置桌面图标的应用程序,双击桌面上的应用程序的图标即可。 + +对于非GUI的应用程序,通常在命令提示符中输入其名字既可以允许其相应的程序,例如: + +``` +gcc -h +``` + +## 3 普通用户 +https://www.atzlinux.com/faq.htm + +## 4 高级用户 + +https://www.atzlinux.com/skills.htm + +## 5 贡献者 + +https://gitee.com/atzlinux/debian-cn/issues +https://www.atzlinux.com/juanzeng.htm + +## 6 开发者 + +https://www.atzlinux.com/devel.htm + +https://gitee.com/organizations/atzlinux/projects \ No newline at end of file diff --git a/tree/more/_more.md b/tree/more/_more.md new file mode 100644 index 0000000..f09d8a1 --- /dev/null +++ b/tree/more/_more.md @@ -0,0 +1,2 @@ +更多资料 +======== diff --git a/tree/naa/_naa.md b/tree/naa/_naa.md new file mode 100644 index 0000000..93f1efc --- /dev/null +++ b/tree/naa/_naa.md @@ -0,0 +1,5 @@ +网络和自动化 +============ + +## 1 铜豌豆 netscript 项目 + diff --git a/tree/prog/_prog.md b/tree/prog/_prog.md new file mode 100644 index 0000000..9c39596 --- /dev/null +++ b/tree/prog/_prog.md @@ -0,0 +1,12 @@ +编程 +===== + +## 1 一个简单的 C 语言程序 + +## 2 一个简单的 python 语言程序 + +## 3 辗转相除法 + +## 4 简单的 GUI 编程 + +## 5 其他 \ No newline at end of file -- Gitee