fluence
Version, currently 0.6.16 versions
github.com/docelic/fluence
WYSIWYG wiki powered by Crystal, markdown, and Git
49 stars
0 dependents
License: GPL-3
Installation
# Add this to your shard.yml
dependencies:
fluence:
github: docelic/fluence
version: ~> 0.6.1Then run:
shards installshard.yml
- Crystal
0.34.0- License
- GPL-3
- Author
- Davor Ocelic <docelic@crystallabs.io>
Dependencies
Runtime Dependencies
- kemal*github: kemalcr/kemal, branch: master
- markd*github: icyleaf/markd, branch: master
- slang*github: jeromegn/slang, branch: master
- kemal-flash*github: neovintage/kemal-flash, branch: master
- kemal-session*github: kemalcr/kemal-session, branch: master
README
**Build status**: [](https://travis-ci.com/crystallabs/fluence) [](https://github.com/crystallabs/fluence/releases/latest) [](https://github.com/crystallabs/fluence/blob/master/LICENSE) # Fluence 0.6.1 Elegant wiki powered by Crystal, with markdown as native format and a WYSIWYG editor. It uses file-based storage versioned using Git. Wiki pages are created as files and directories on disk and they can be modified in Fluence or via filesystem directly. Fluence uses latest versions: Bootstrap 4.4.0, jQuery 3.4.1 slim, InscrybMDE 1.11.6. ## Installation and Startup Fluence is implemented in Crystal and you will need a Crystal compiler. Obtain it from https://crystal-lang.org/docs/installation/. To download and compile Fluence, do: ```bash git clone https://github.com/crystallabs/fluence cd fluence shards bin/ameba # Warnings reported here are non-critical crystal spec make # or 'make release' ``` The result of the compilation will be one executable file — bin/fluence. Run this file and visit [http://localhost:3000/](http://localhost:3000/) in your browser. To configure Fluence, please do so in `config/options.cr`. After changing the options, you need to rebuild Fluence. ## Example Here is how it currently looks:  ## Maintenance Tips When Fluence starts, by default it will create two subdirectories in the current directory: 1. `data/` (further subdivided into `pages/` and `media/`) for actual Wiki pages and their attached media files 1. `meta/` for metadata, which currently consists of files `users`, `acl`, `pages`, and `media` There are no files or directories required to pre-exist for Fluence to work. Feel free to delete any part of data or metadata as long as you restart Fluence after that. Files `meta/pages` and `meta/media` contain indexes of pages and media content respectively. If you believe their contents have gone out of sync with the actual on-disk state (possibly due to a bug or external modifications to files which Fluence didn't auto-detect and update), delete these files and restart Fluence; the indices will be regenerated from actual on-disk contents. ## Current State / Usability The Fluence Wiki is usable. On-disk format for data won't change so you will be able to upgrade in the future without trouble. Important things to have in mind currently: 1. The default permissions scheme (which works and can be configured via both `meta/acls` and GUI) by default makes all registered users automatically be admin, and registrations are always open and don't require any confirmation. Therefore, the initial target for deployment and test of Fluence are small/trusted intranets and teams. Things we have in mind or are working on are listed in [project issues](https://github.com/crystallabs/fluence/issues). Your comments will help us decide on priorities. ## Contributors - [Nephos](https://github.com/Nephos) Arthur Poulet - Fluence was originally developed based on Arthur's [Wikicr](https://github.com/Nephos/wikicr). Thanks!
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.6.1- Tagged
- Apr 12, 2020
- Commit
f5dc78eec04c- Crystal
0.34.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/docelic/fluence
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 6