Giter Club home page Giter Club logo

mew's Introduction

Mew Build Status

Mew = Markdown Easy Wiki system

Markdownで記事を記述可能な簡単なWikiシステムを目指して開発中です。

PHP Markdown ExtraによってMarkdownをHTML化しています。 そのため、文法は基本的にPHP Markdown Extraに準じます。

使い方

  1. git clone https://github.com/ukatama/mew wiki
  2. cd wiki
  3. composer update
  4. cp config/wiki.default.php config/wiki.php
  5. HTTPアクセス可能にする
  • PHPが実行可能な場所ならこれで終わり
  • ローカル環境なら php -S localhost:80
  • FTPでアップロードも可?(未検証)
    • page,fileディレクトリとその中身を書き込み可能にすること

機能

  • ページの編集
  • ページの追加
  • ページの削除
  • ファイルのアップロード
  • Markdownとしてダウンロード
  • Markdownファイルのインポート(アップロード)

未実装

  • ドキュメント
  • パスワード
  • プラグイン

バグ・要望・プルリク

githubのissues

ライセンス表示

MITライセンス

PHP Markdown Extra

v0.1について

v0.1とv0.2以降のページデータは互換性がありません。 以下の方法で移行することができます。

  • メニューバーの"zip"からページを保存
  • zipファイルを解凍
  • Mewを更新 (例:git pull)
  • メニューバーの"uplaod"から解答した.mdファイルをアップロード

"v0.2" or later versions are incompatible with "v0.1". Update way from v0.1 to other versions is shown in the following.

  • Save all pages from "zip"
  • Decompless downloaded zip file
  • Update Mew (e.g. git pull)
  • Uplaod decomplessed .md files using "uplaod"

mew's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.