# OI-wiki **Repository Path**: steven_meng/OI-wiki ## Basic Information - **Project Name**: OI-wiki - **Description**: :star2: Wiki for OI / ICPC. (某大型游戏线上攻略,内含炫酷算术魔法) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-25 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Word Art](https://raw.githubusercontent.com/24OI/OI-wiki/master/docs/images/wordArt.png)](https://oi-wiki.org/) # 欢迎来到 **OI Wiki**! [![Travis](https://img.shields.io/travis/OI-WIKI/OI-wiki.svg?style=flat-square)](https://travis-ci.org/OI-wiki/OI-wiki) [![Progress](https://img.shields.io/badge/Progress-88%25-brightgreen.svg?style=flat-square)](https://github.com/OI-wiki/OI-wiki) [![Uptime Robot Status](https://img.shields.io/uptimerobot/status/m781254113-3e3bac467c64fc99eafd383e.svg?style=flat-square)](https://status.oi-wiki.org/) [![Telegram](https://img.shields.io/badge/OI--wiki-join%20Telegram%20chat-brightgreen.svg?style=flat-square)](https://t.me/OIwiki) [![QQ](https://img.shields.io/badge/OI--wiki-join%20QQ%20group-brightgreen.svg?style=flat-square)](https://jq.qq.com/?_wv=1027&k=5EfkM6K) [![GitHub watchers](https://img.shields.io/github/watchers/OI-Wiki/OI-Wiki.svg?style=social&label=Watch)](https://github.com/OI-wiki/OI-wiki) [![GitHub stars](https://img.shields.io/github/stars/OI-Wiki/OI-Wiki.svg?style=social&label=Stars)](https://github.com/OI-wiki/OI-wiki) * * * ## 内容 编程竞赛发展多年,难度越来越高,内容越来越复杂,而网上资料大多零散,初学者往往并不知道如何系统地学习相关知识,需要花费大量时间摸索。 为了方便热爱编程竞赛的小伙伴更好地入门,2018 年 7 月份,**OI Wiki** 迁移至 GitHub。随着 **OI Wiki** 的内容不断完善,越来越多的小伙伴参与其中。 **OI Wiki** 致力于成为一个免费开放且持续更新的知识整合站点,大家可以在这里获取关于 **编程竞赛 (competitive programming)** 有趣又实用的知识,我们为大家准备了竞赛中的基础知识、常见题型、解题思路以及常用工具等内容,帮助大家更快速深入地学习编程竞赛。 目前,**OI Wiki** 正在完善各大方向的基础知识,以便于初学者更好地学习。 **OI Wiki** 基于 **OI**,却不会局限于 **OI**。**OI Wiki** 会努力完善以下内容: - 应用在 **ICPC** 竞赛中的进阶知识 - 竞赛中出现的优质题目 - 与面试、实际应用相结合的经验 关于上述待完善内容,请参见 **OI Wiki** 中的 [Projects](https://github.com/OI-wiki/OI-wiki/projects),详细列举了正在做的事情以及待做事项。 与此同时, **OI Wiki** 源于社区,提倡 **知识自由**,在未来也绝不会商业化,将始终保持独立自由的性质。 * * * ## 部署 本项目目前采用 [MkDocs](https://github.com/mkdocs/mkdocs) 部署在 [oi-wiki.org](https://oi-wiki.org)。 我们在 [status.oi-wiki.org](https://status.oi-wiki.org) 维护了一份镜像站列表,它们的内容和 [oi-wiki.org](https://oi-wiki.org) 都是相同的。 当然,也可以在本地部署。(**需要 Python 3**) [点击查看用 asciinema 录制的流程](https://asciinema.org/a/220681) **如果遇到问题,可以查阅 [F.A.Q.](https://oi-wiki.org/intro/faq/) 来了解更多信息。** ```bash git clone https://github.com/OI-wiki/OI-wiki.git --depth=1 cd OI-wiki # 安装 mkdocs pip3 install -U -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ # 使用我们的自定义主题(不是必须执行) chmod +x ./scripts/build.sh && ./scripts/build.sh # 两种方法(选其一即可): # 1. 运行一个本地服务器,访问 http://127.0.0.1:8000 可以查看效果 mkdocs serve -v # 2. 在 site 文件夹下得到静态页面 mkdocs build -v # 获取 mkdocs 的命令行工具的说明(解释了命令和参数的含义) mkdocs --help ``` 我们现在在服务器端渲染 MathJax ,如果希望实现类似效果,可以参考 [netlify_build.sh](https://github.com/OI-wiki/OI-wiki/blob/master/scripts/netlify_build.sh)。(需要安装 Node.js) ### 镜像 ```bash # Coding 上的镜像仓库和 GitHub 仓库的内容相同 git clone https://git.dev.tencent.com/scaffrey/OI-wiki.git ``` ### 离线版 可以使用 `gh-pages` 分支的内容(CODING 上面的分支名叫 `coding-pages`) ```bash git clone https://git.dev.tencent.com/scaffrey/OI-wiki.git -b coding-pages ``` 本地启动一个 http 服务器可能会更方便一些。 ```bash # 如果是 python3 python3 -m http.server # 如果是 python2 python2 -m SimpleHTTPServer # 有些环境下找不到名叫 python3/python2 的可执行文件,不妨运行 python 试试 ``` ### Docker 详见 [Docker 部署](https://oi-wiki.org/intro/docker-deploy/) * * * ## 如何参与完善 OI Wiki 我们非常欢迎你为 **OI Wiki** 编写内容,将自己的所学所得与大家分享。 具体的贡献方式在 [如何参与](https://oi-wiki.org/intro/htc/)。 * * * ## 版权声明 知识共享许可协议
除特别注明外,项目中除了代码部分均采用 (Creative Commons BY-SA 4.0) 知识共享署名 - 相同方式共享 4.0 国际许可协议 及附加的 [The Star And Thank Author License](https://github.com/zTrix/sata-license) 进行许可。 换言之,使用过程中您可以自由地共享、演绎,但是必须署名、以相同方式共享、分享时没有附加限制, 而且需要为 GitHub 仓库点赞(Star)。 而如果你想要引用这个 GitHub 仓库,可以使用如下的 bibtex: ``` @misc{oiwiki, author = {OI Wiki Team}, title = {OI Wiki}, year = {2016}, publisher = {GitHub}, journal = {GitHub Repository}, howpublished = {\url{https://github.com/OI-wiki/OI-wiki}}, } ``` * * * ## 鸣谢 本项目受 [CTF Wiki](https://ctf-wiki.github.io/ctf-wiki/) 的启发,在编写过程中参考了诸多资料,在此一并致谢。 非常感谢一起完善 **OI Wiki** 的 [小伙伴们](https://github.com/OI-wiki/OI-wiki/graphs/contributors) 和为 **OI Wiki** 捐赠的 [朋友们](https://oi-wiki.org/intro/thanks/) !! 特别感谢 [24OI](https://github.com/24OI) 的朋友们的大力支持! QVQNetWork 鸣谢 QVQNetwork 赞助的服务器。