From a7483fb147fb22e9026e76d919f4cd7373eef40f Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Fri, 15 Feb 2019 00:00:44 +0100 Subject: [PATCH] fixed some style issues --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..8ddbe0a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. Ex. I'm always frustrated when \[...\] **Describe the solution you'd like** A clear and concise description of what you want to happen. diff --git a/README.md b/README.md index 1e602c8..d99191d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - [![Build Status](https://travis-ci.org/falk-werner/fuse-wsfs.svg?branch=master)](https://travis-ci.org/falk-werner/fuse-wsfs) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/d6c20d37bb3a456a9c0ee224001081b2)](https://www.codacy.com/app/falk.werner/fuse-wsfs?utm_source=github.com&utm_medium=referral&utm_content=falk-werner/fuse-wsfs&utm_campaign=Badge_Grade) @@ -48,8 +47,10 @@ A reference implementation of such a daemon is provided within the examples. The - The websocket filesystem daemon (*wsfs daemon*) mounts a filesystem on startup. It starts the websocket server and waits for incoming connections. + - A remote filesystem provider connects to wsfs daemon via websocket protocol. The example includes such a provider implemented in HTML and JavaScript. + - Whenever the user makes filesystem requests, such as *ls*, the request is redirected via wsfs daemon to the connected filesystem provider Currently all requests are initiated by wsfs daemon and responded by filesystem provider. This may change in future, e.g. when authentication is supported. @@ -280,7 +281,6 @@ To install dependencies, see below. mkdir test ./wsfs -m test --document_root=../exmaple/www --port=4711 - ## Dependencies - [libfuse3](https://github.com/libfuse/libfuse/)