{"id":13791688,"url":"https://github.com/lifei6671/SmartWiki","last_synced_at":"2025-05-12T14:31:04.394Z","repository":{"id":38420524,"uuid":"73691571","full_name":"lifei6671/SmartWiki","owner":"lifei6671","description":"因个人精力有限，不在维护此项目，推荐用MinDoc代替","archived":true,"fork":false,"pushed_at":"2017-04-27T09:39:17.000Z","size":13912,"stargazers_count":517,"open_issues_count":29,"forks_count":207,"subscribers_count":45,"default_branch":"master","last_synced_at":"2024-11-18T06:43:52.467Z","etag":null,"topics":["api","document","laravel","php","smartwiki","wiki"],"latest_commit_sha":null,"homepage":"https://www.iminho.me","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lifei6671.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-14T10:03:56.000Z","updated_at":"2024-11-15T04:23:44.000Z","dependencies_parsed_at":"2022-08-09T04:00:23.268Z","dependency_job_id":null,"html_url":"https://github.com/lifei6671/SmartWiki","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifei6671%2FSmartWiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifei6671%2FSmartWiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifei6671%2FSmartWiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifei6671%2FSmartWiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lifei6671","download_url":"https://codeload.github.com/lifei6671/SmartWiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754963,"owners_count":21958933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","document","laravel","php","smartwiki","wiki"],"created_at":"2024-08-03T22:01:03.360Z","updated_at":"2025-05-12T14:30:59.376Z","avatar_url":"https://github.com/lifei6671.png","language":"JavaScript","funding_links":[],"categories":["成品软件"],"sub_categories":["未归类"],"readme":"## 简介\nSmartWiki是一款针对IT团队开发的简单好用的文档管理系统。\n可以用来储存日常接口文档，数据库字典，手册说明等文档。内置项目管理，用户管理，权限管理等功能，能够满足大部分中小团队的文档管理需求。\n\n## 在线演示\n\n演示地址： [https://www.iminho.me](https://www.iminho.me)\n账号密码： test123@test123\n该演示账号移除了项目创建功能。\nQQ交流群： [190317359](//shang.qq.com/wpa/qunwpa?idkey=9a04393e101664709ed559e890b08fbfee5cac6979b027fe25fb44088bf52f12)\n\n## 安装与部署\n\n安装教程请参见使用手册：[https://wiki.iminho.me/docs/show/1](https://wiki.iminho.me/docs/show/1)\n\n## SmartWiki迁移\n\n如果已存在完整的SmartWiki的数据，可以手动修改.env文件，设置新的数据库，也可以执行一下命令迁移到新数据库：\n\n```\n php artisan smartwiki:migrate --dbHost=数据库地址 --dbName=数据库名称 --dbPort=数据库端口号 --dbUser=数据库账号 --dbPassword=数据库密码\n```\n\n## 使用Docker部署\n\nDockerfile 文件请参考 [https://github.com/lifei6671/docker-smartwiki](https://github.com/lifei6671/docker-smartwiki)\n\n\n## 部分截图\n\n**个人资料**\n\n![个人资料](https://raw.githubusercontent.com/lifei6671/SmartWiki/master/storage/app/images/20161124082553.png)\n\n**我的项目**\n\n![我的项目](https://raw.githubusercontent.com/lifei6671/SmartWiki/master/storage/app/images/20161124082647.png)\n\n**项目参与用户**\n\n![项目参与用户](https://raw.githubusercontent.com/lifei6671/SmartWiki/master/storage/app/images/20161124082703.png)\n\n**文档编辑**\n\n![文档编辑](https://raw.githubusercontent.com/lifei6671/SmartWiki/master/storage/app/images/20161124082810.png)\n\n**文档模板**\n\n![文档模板](https://raw.githubusercontent.com/lifei6671/SmartWiki/master/storage/app/images/20161124082844.png)\n\n\n## 使用的技术\n- laravel 5.2\n- mysql 5.6\n- editor.md\n- bootstrap 3.2\n- jquery 库\n- layer 弹出层框架\n- webuploader 文件上传框架\n- Nprogress 库\n- jstree \n- font awesome 字体库\n- cropper 图片剪裁库\n\n## 功能\n1. 项目管理，可以对项目进行编辑更改，成员添加等。\n2. 文档管理，添加和删除文档，文档历史恢复等。\n3. 用户管理，添加和禁用用户，个人资料更改等。\n4. 用户权限管理 ， 实现用户角色的变更。\n5. 项目加密，可以设置项目公开状态为私密、半公开、全公开。\n6. 站点配置，二次开发时可以添加自定义配置项。\n\n## 待实现\n\n1. 项目导出\n2. 角色细分\n3. 实现系统日志\n\n## 参与开发\n\n我们欢迎您在 SmartWiki 项目的 GitHub 上报告 issue 或者 pull request。\n\n如果您还不熟悉GitHub的Fork and Pull开发模式，您可以阅读GitHub的文档（[https://help.github.com/articles/using-pull-requests](https://help.github.com/articles/using-pull-requests)） 获得更多的信息。\n\n## 作者\n\n一个纯粹的PHPer。[SmartWiki 演示文档](https://wiki.iminho.me)\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifei6671%2FSmartWiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flifei6671%2FSmartWiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifei6671%2FSmartWiki/lists"}