xuqingfeng/simplewiki 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

xuqingfeng/simplewiki

最新稳定版本:v0.1.6

Composer 安装命令:

composer require xuqingfeng/simplewiki

包简介

a simple & small wiki service just as you need

关键字:

README 文档

README

a simple & small wiki service just as you need.

Demo

Features

  • Markdown support
  • File name search
  • Sweet page
  • Beautiful url

Requirements

  • Markdown

  • PHP 5.4+

  • Use PHP built-in Server (php -S 0.0.0.0:8888)

    Apache (mod_rewrite)

    Nginx (try_files $uri $uri/ /index.php?$args;)

  • Other dependence (composer)

{
    "require": {
        "erusev/parsedown": "1.5.*",
        "mustache/mustache": "~2.5"
    }
}

Install

with composer

composer create-project xuqingfeng/simplewiki

plain install

Download zip file OR git clone this project

License

GPL-3.0

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 18
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 18
  • Watchers: 2
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-08-31