From c4c5e394ed7276489211e15d781e465f40065728 Mon Sep 17 00:00:00 2001 From: Alexander Thoukydides Date: Tue, 19 Nov 2024 15:50:27 +0000 Subject: [PATCH] Update canonical links --- docs/plp.html | 46 ++++++++++++++++++++++++---------------------- docs/sis.html | 10 ++++++---- 2 files changed, 30 insertions(+), 26 deletions(-) diff --git a/docs/plp.html b/docs/plp.html index 932b907..c0e1d4e 100644 --- a/docs/plp.html +++ b/docs/plp.html @@ -1,19 +1,20 @@ - - + + Psion Link Protocol +

Psion Link Protocol

-Version 1.18, 18-Jul-07
+Version 1.19, 19-Nov-24
by Alexander Thoukydides (alex@thouky.co.uk)

@@ -25,31 +26,32 @@

Introduction

The SIBO and EPOC operating systems use a proprietary serial protocol, called the Psion Link Protocol (PLP), to allow remote access to their filesystems and to permit synchronization. This document attempts to provide sufficient information to allow the implementation of clients that communicate with SIBO or EPOC devices via the PLP.

-The latest version of this document will normally be available from http://www.thouky.co.uk/software/psifs/plp.html. +The latest version of this document will normally be available from https://www.thouky.co.uk/software/psifs/plp.html.

History

+ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
RevisionDateAuthorDescription
1.1919-Nov-24Alexander ThoukydidesUpdated canonical link.
1.1818-Jul-07Alexander ThoukydidesAdded standard names and other uses for the CRC algorithm.
1.1722-Aug-02Alexander ThoukydidesCorrected details of Connection Termination Frame and Disconnection Frame.
1.1631-Mar-02Alexander ThoukydidesCorrected some details of the WPRT print data format and NCP_GET_MACHINE_INFO parameters.
1.1502-Mar-02Alexander ThoukydidesAdded some details of the WPRT print data format.
1.1405-Feb-02Alexander ThoukydidesAdded information on the WPRT server.
1.1330-Jun-01Alexander ThoukydidesReplaced CRC table with algorithm to generate it.
Improved the GENCSERV server description.
1.1227-Jun-01Alexander ThoukydidesAdded more details of Ericsson R380 variant.
1.1117-Jun-01Alexander ThoukydidesAdded some details of Ericsson R380 variant.
Improved clipboard and CRC descriptions.
1.1010-Jun-01Alexander ThoukydidesModified clipboard description to fit the rest of the document better.
1.0910-Jun-01Fritz ElfertAdded description of Clipboard server and clipboard data.
1.0808-Jun-01Alexander ThoukydidesCorrected sense parameter for RFSV16_FSEEK and RFSV32_SEEK_FILE.
1.0730-Jan-01Alexander ThoukydidesCorrected parameters for RFSV32_READ_WRITE_FILE and added description of missing RFSV16_FDIRREAD parameter.
1.0609-Oct-00Alexander ThoukydidesAdded note that the EPOC variant of the data link layer is multi-windowed.
1.0528-Jul-00Alexander ThoukydidesAdded command line length parameter to NCP_GET_CMD_LINE response.
1.0402-Jun-00Alexander ThoukydidesReleased under version 1.1 of the GNU Free Documentation License.
1.0321-Apr-00Alexander ThoukydidesCorrected HTML
Updated email address.
Added URL for latest version of this document.
1.0223-Jan-00Alexander ThoukydidesAdded details for NCP_SET_TIME and NCP_GET_MACHINE_INFO.
1.0122-Dec-99Alexander ThoukydidesAdded descriptions for most RFSV server commands.
1.0009-Dec-99Alexander ThoukydidesFirst draft.
No descriptions for RFSV server commands.
1.1722-Aug-02Alexander ThoukydidesCorrected details of Connection Termination Frame and Disconnection Frame.
1.1631-Mar-02Alexander ThoukydidesCorrected some details of the WPRT print data format and NCP_GET_MACHINE_INFO parameters.
1.1502-Mar-02Alexander ThoukydidesAdded some details of the WPRT print data format.
1.1405-Feb-02Alexander ThoukydidesAdded information on the WPRT server.
1.1330-Jun-01Alexander ThoukydidesReplaced CRC table with algorithm to generate it.
Improved the GENCSERV server description.
1.1227-Jun-01Alexander ThoukydidesAdded more details of Ericsson R380 variant.
1.1117-Jun-01Alexander ThoukydidesAdded some details of Ericsson R380 variant.
Improved clipboard and CRC descriptions.
1.1010-Jun-01Alexander ThoukydidesModified clipboard description to fit the rest of the document better.
1.0910-Jun-01Fritz ElfertAdded description of Clipboard server and clipboard data.
1.0808-Jun-01Alexander ThoukydidesCorrected sense parameter for RFSV16_FSEEK and RFSV32_SEEK_FILE.
1.0730-Jan-01Alexander ThoukydidesCorrected parameters for RFSV32_READ_WRITE_FILE and added description of missing RFSV16_FDIRREAD parameter.
1.0609-Oct-00Alexander ThoukydidesAdded note that the EPOC variant of the data link layer is multi-windowed.
1.0528-Jul-00Alexander ThoukydidesAdded command line length parameter to NCP_GET_CMD_LINE response.
1.0402-Jun-00Alexander ThoukydidesReleased under version 1.1 of the GNU Free Documentation License.
1.0321-Apr-00Alexander ThoukydidesCorrected HTML
Updated email address.
Added URL for latest version of this document.
1.0223-Jan-00Alexander ThoukydidesAdded details for NCP_SET_TIME and NCP_GET_MACHINE_INFO.
1.0122-Dec-99Alexander ThoukydidesAdded descriptions for most RFSV server commands.
1.0009-Dec-99Alexander ThoukydidesFirst draft.
No descriptions for RFSV server commands.

Disclaimer

diff --git a/docs/sis.html b/docs/sis.html index 6f2884a..9404399 100644 --- a/docs/sis.html +++ b/docs/sis.html @@ -1,19 +1,20 @@ - - + + SIS File Format +

SIS File Format

-Version 1.18, 19-Dec-07
+Version 1.19, 19-Nov-24
by Alexander Thoukydides (alex@thouky.co.uk)

@@ -27,12 +28,13 @@

Introduction

The format of SIS files was changed in the Symbian OS version 9.1 release of Software Install. This document describes the original format used by earlier versions. Information about the restructured and redesigned format can be found at http://www.symbian.com/developer/techlib/papers/SymbianOSv91/softwareinstallsis.pdf.

-The latest version of this document will normally be available from http://www.thouky.co.uk/software/psifs/sis.html. +The latest version of this document will normally be available from https://www.thouky.co.uk/software/psifs/sis.html.

History

+
RevisionDateAuthorDescription
1.1919-Nov-24Alexander ThoukydidesUpdated canonical link.
1.1819-Dec-07Alexander ThoukydidesCorrected conditional expression types.
1.1727-Nov-07Alexander ThoukydidesCorrected size of the Number of certificates field.
1.1618-Jul-07Alexander ThoukydidesAdded standard names and other uses for the CRC algorithm.