An open API service indexing awesome lists of open source software.

https://github.com/hangingman/scalablewiki

FSwiki clone
https://github.com/hangingman/scalablewiki

Last synced: 6 months ago
JSON representation

FSwiki clone

Awesome Lists containing this project

README

          

# ScalableWiki [![Build Status](https://travis-ci.org/Hiroyuki-Nagata/ScalableWiki.svg?branch=develop)](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
```