Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kujirahand/konawiki2
WIKI clone
https://github.com/kujirahand/konawiki2
php wiki
Last synced: 2 months ago
JSON representation
WIKI clone
- Host: GitHub
- URL: https://github.com/kujirahand/konawiki2
- Owner: kujirahand
- License: bsd-3-clause
- Created: 2013-10-20T11:32:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T05:54:02.000Z (4 months ago)
- Last Synced: 2024-10-25T00:05:02.747Z (4 months ago)
- Topics: php, wiki
- Language: PHP
- Homepage: http://kujirahand.com/konawiki/
- Size: 1.41 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
konawiki2
=========The KonaWiki application excels in facilitating information sharing. It allows for easy markup in Japanese, making it user-friendly. KonaWiki can be utilized not only for writing but also for blogging and website construction.
情報共有に活躍するWIKIアプリ。KonaWikiを使うと、日本語で手軽にマークアップすることができます。執筆、ブログ、サイト構築にも利用できます。
## Information
- [URL] http://kujirahand.com/konawiki
- [PHP] PHP 7.x / 8.x
- [DB] SQLite3## Functions
- **Automatic Backup** : Offers peace of mind with its regular automatic saving feature.
- **Word Count** : Continuously counts the number of characters, both in part and in whole.
- **Plugins** : A wide range of plugins are available for use. [→ plugins](kona-engine/plugins/)## Install
- [(ja) 日本語でインストールの手順](https://kujirahand.com/konawiki/index.php?%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)
### Install for command line:
```sh
git clone --recursive https://github.com/kujirahand/konawiki2.git ./konawiki2
cd konawiki2
chmod 777 attach
chmod 777 data
chmod 777 cache
```