From 34743a912f21433fc7534e08ebfb4f848e5648d3 Mon Sep 17 00:00:00 2001 From: Alexander Thoukydides Date: Sun, 10 Nov 2019 09:52:43 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b62cf01..74377f7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ PsiFS is a filing system that provides access via a serial link to files stored on a SIBO or EPOC computer, such as a Psion Series 5, allowing them to be accessed just like files on a native disc. The standard Psion Link Protocol (PLP) is used; there is no extra software to install or run on the remote machine. It also supports printing from EPOC devices, using either the EPOC or RISC OS printer drivers. Other services provided include clipboard integration and battery monitoring. A plug-in interface enables third-party conversion utilities to be transparently invoked. +Here is some documentation for Psion protocols and file formats: +* [Psion Link Protocol](https://thoukydides.github.io/riscos-psifs/plp.html) +* [SIS File Format](https://thoukydides.github.io/riscos-psifs/sis.html) + These source files have been rearranged to make them more convenient to navigate and view on non RISC OS platforms. Most significantly, instead of the RISC OS convention of using separate directories for different source file types, more traditional file extensions have been used. BBC BASIC files have also been detokenised to plain text. The Makefile has not been updated to match these changes, so the code will not build without some modification. ***