diff --git a/jekyll/_posts/projects/2016-02-05-try-matrix-now.md b/jekyll/_posts/projects/2016-02-05-try-matrix-now.md index a77a9e0b0..32f79d288 100644 --- a/jekyll/_posts/projects/2016-02-05-try-matrix-now.md +++ b/jekyll/_posts/projects/2016-02-05-try-matrix-now.md @@ -69,7 +69,7 @@ jQuery(document).ready(($) => { /* Populate languages list */ //var languages = "{{ languages | uniq | join: "," }}".split(','); - var languages = "C,C++,C++/QML,C++/Qt/QML,QML,C++/Qt,Shell,JavaScript,Python,Kotlin,Java,Perl,Go,Lisp,Lua,TypeScript,C#,Haxe,Ruby,Rust,Swift,PowerShell,Shell/Python,Playbook,Elixir,PHP,C#/Python,Objective-C".split(','); + var languages = "C,C++,C++/QML,C++/Qt/QML,QML,C++/Qt,Elm,Shell,JavaScript,Python,Kotlin,Java,Perl,Go,Lisp,Lua,TypeScript,C#,Haxe,Ruby,Rust,Swift,PowerShell,Shell/Python,Playbook,Elixir,PHP,C#/Python,Objective-C".split(','); if (languages.indexOf("Unknown") === -1) languages.push("Unknown"); languages.forEach((language => { if (language.length === 0) return; diff --git a/jekyll/_posts/projects/2018-12-08-Scylla.md b/jekyll/_posts/projects/2018-12-08-Scylla.md new file mode 100644 index 000000000..5c6e1c973 --- /dev/null +++ b/jekyll/_posts/projects/2018-12-08-Scylla.md @@ -0,0 +1,20 @@ +--- +layout: projectimage +title: Scylla +categories: projects client +thumbnail: /docs/projects/images/scylla_thumb.png +description: A minimalist Elm-based web client +author: DanilaFe +maturity: Alpha +language: Elm +license: MIT +repo: https://github.com/DanilaFe/Scylla +screenshot: /docs/projects/images/scylla.png +room: "#scylla:riot.danilafe.com" +--- + +Scylla is a minimalist Elm-based web client for Matrix. You can try it out on [https://scylla.danilafe.com](https://scylla.danilafe.com) + +### Why? + +Riot, the flagship Matrix client, is slow. Switching rooms has a noticable delay (probably around several hundred milliseconds). History loading causes strange jumps in the scroll position. Scylla aims to be faster and more responsive, while still maintaining all the necessary features for a chat client. diff --git a/jekyll/_posts/projects/images/scylla.png b/jekyll/_posts/projects/images/scylla.png new file mode 100644 index 000000000..e7ddc30a7 Binary files /dev/null and b/jekyll/_posts/projects/images/scylla.png differ diff --git a/jekyll/_posts/projects/images/scylla_thumb.png b/jekyll/_posts/projects/images/scylla_thumb.png new file mode 100644 index 000000000..d02c40c3e Binary files /dev/null and b/jekyll/_posts/projects/images/scylla_thumb.png differ