https://github.com/hangingman/scalablewiki
FSwiki clone
https://github.com/hangingman/scalablewiki
Last synced: 6 months ago
JSON representation
FSwiki clone
- Host: GitHub
- URL: https://github.com/hangingman/scalablewiki
- Owner: hangingman
- License: gpl-3.0
- Created: 2015-10-13T12:48:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T15:52:28.000Z (almost 10 years ago)
- Last Synced: 2025-03-06T01:38:57.512Z (10 months ago)
- Language: Perl
- Homepage: https://scalable-wiki.herokuapp.com/swiki
- Size: 1020 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScalableWiki [](https://travis-ci.org/Hiroyuki-Nagata/ScalableWiki)
* FreeStyleWiki clone
* Convert Perl`s HTML::Template files to Scala play template file
```
> sbt gen-tmpl
```
* Correspondence table
| HTML::Template | Play Template |
|:--------------:|:-------------------:|
| TMPL_VAR | @value |
| TMPL_LOOP | @for (e <- value) |
| TMPL_INCLUDE | N/A |
| TMPL_IF | @if(value.nonEmpty) |
| TMPL_ELSE | } else { |
| TMPL_UNLESS | @if(value.isEmpty) |
* Documents
```
# apt-get insall graphviz
> sbt doc
```