Skip to content

Commit

Permalink
Merge pull request #350 from aaronraimist/add-scylla
Browse files Browse the repository at this point in the history
Add Scylla to TMN
  • Loading branch information
benparsons committed Mar 20, 2019
2 parents ce041f1 + 711c21d commit 9d2e699
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll/_posts/projects/2016-02-05-try-matrix-now.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
20 changes: 20 additions & 0 deletions jekyll/_posts/projects/2018-12-08-Scylla.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added jekyll/_posts/projects/images/scylla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jekyll/_posts/projects/images/scylla_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d2e699

Please sign in to comment.