Skip to content

Commit

Permalink
knowledge base
Browse files Browse the repository at this point in the history
  • Loading branch information
goozp committed Nov 26, 2020
1 parent da7e1ab commit db6a743
Show file tree
Hide file tree
Showing 103 changed files with 5,178 additions and 341 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Puti 项目现在仍在开发中,目标是面向极客的下一代写作系统
* [x] 分类
* [x] 标签
* [x] 专题
* [ ] 知识库系统
* [ ] 笔记本
* [ ] 文档集
* [x] 知识库系统
* [x] 笔记本
* [x] 文档集
* [x] 媒体
* [ ] 链接
* [ ] 评论
Expand Down Expand Up @@ -89,8 +89,9 @@ Puti 项目现在仍在开发中,目标是面向极客的下一代写作系统

## 截图

![Docker use](./docs/images/screenshot_one_.png)
![Docker use](./docs/images/screenshot_two.png)
![screenshot_1](./docs/images/screenshot_one.png)
![screenshot_2](./docs/images/screenshot_two.png)
![screenshot_3](./docs/images/screenshot_three.png)

## 快速开始

Expand Down Expand Up @@ -183,6 +184,7 @@ Detailed changes for each release are documented in the [changelog file]((https:
| [PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) | A front-end management background integration solution. |
| [hinesboy/mavonEditor](https://github.com/hinesboy/mavonEditor) (will be removed) | A markdown editor. |
| [Vanessa219/vditor](https://github.com/Vanessa219/vditor) | An in-browser markdown editor. |
| [88250/lute](https://github.com/88250/lute) | A structured Markdown engine that supports Go and JavaScript. |

## Q & A

Expand Down
12 changes: 7 additions & 5 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ The project plan implementation and the functions that have been implemented are
* [x] Category
* [x] Tag
* [x] Subject
* [ ] Knowledge base system
* [ ] Notebook
* [ ] Documentation set
* [x] Knowledge base system
* [x] Notebook
* [x] Documentation set
* [x] Media
* [ ] Link
* [ ] Comments
Expand Down Expand Up @@ -91,8 +91,9 @@ The project plan implementation and the functions that have been implemented are

## Screenshot

![Docker use](./docs/images/screenshot_one_.png)
![Docker use](./docs/images/screenshot_two.png)
![screenshot_1](./docs/images/screenshot_one.png)
![screenshot_2](./docs/images/screenshot_two.png)
![screenshot_3](./docs/images/screenshot_three.png)

## Getting Started

Expand Down Expand Up @@ -187,6 +188,7 @@ Thanks for these great open source libraries:
| [PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) | A front-end management background integration solution. |
| [hinesboy/mavonEditor](https://github.com/hinesboy/mavonEditor) (will be removed) | A markdown editor. |
| [Vanessa219/vditor](https://github.com/Vanessa219/vditor) | An in-browser markdown editor. |
| [88250/lute](https://github.com/88250/lute) | A structured Markdown engine that supports Go and JavaScript. |

## Q & A

Expand Down
817 changes: 813 additions & 4 deletions assets/library/highlight/CHANGES.md

Large diffs are not rendered by default.

43 changes: 24 additions & 19 deletions assets/library/highlight/LICENSE
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
Copyright (c) 2006, Ivan Sagalaev
BSD 3-Clause License

Copyright (c) 2006, Ivan Sagalaev.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of highlight.js nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Loading

0 comments on commit db6a743

Please sign in to comment.