From b47690684c2e7220b907416b0d70c9a3059d364d Mon Sep 17 00:00:00 2001 From: vault-thirteen <54213347+vault-thirteen@users.noreply.github.com> Date: Sat, 23 Dec 2023 01:11:18 +0300 Subject: [PATCH] 'ReadMe' file update. --- ReadMe.md | 2 +- ReadMe/jsonHasher/ReadMe.md | 2 +- ReadMe/proxy/ReadMe.md | 2 +- ReadMe/spaServer/ReadMe.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index f5e0198..6655f49 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -22,7 +22,7 @@ located in an appropriate sub-folder of the `ReadMe` folder. * Reverse Proxy Server – [ReadMe](ReadMe/proxy/ReadMe.md) * External components: * _SFRODB_ database – [ReadMe](https://github.com/vault-thirteen/SFRODB) - * _SFHS_ interface – [ReadMe](https://github.com/vault-thirteen/SFHS) + * _SFHS_ interface – [ReadMe](https://github.com/vault-thirteen/SFRODB) * _IPARC_ library – [ReadMe](https://github.com/vault-thirteen/IPARC) ## Structural Diagram diff --git a/ReadMe/jsonHasher/ReadMe.md b/ReadMe/jsonHasher/ReadMe.md index 851d41f..ca30d1d 100644 --- a/ReadMe/jsonHasher/ReadMe.md +++ b/ReadMe/jsonHasher/ReadMe.md @@ -25,7 +25,7 @@ polynomial. Why not _MD_ or _SHA_ ? _CRC_ is very fast and is still quite good for small amounts of data. -_CRC32_ is very easy to be implemented in JavaScript on the web browser's side. +_CRC32_ is very easy to be implemented in _JavaScript_ on the web browser's side. ## Building diff --git a/ReadMe/proxy/ReadMe.md b/ReadMe/proxy/ReadMe.md index 3e23a18..a61d565 100644 --- a/ReadMe/proxy/ReadMe.md +++ b/ReadMe/proxy/ReadMe.md @@ -1,6 +1,6 @@ # Proxy -A Reverse Proxy Server for the SPA Server. +A Reverse Proxy Server for the _SPA_ Server. ## Building Use the `build.bat` script included with the source code. diff --git a/ReadMe/spaServer/ReadMe.md b/ReadMe/spaServer/ReadMe.md index f9de6c9..c229860 100644 --- a/ReadMe/spaServer/ReadMe.md +++ b/ReadMe/spaServer/ReadMe.md @@ -43,13 +43,13 @@ as a separator between parameters. Described below are meanings of each line. 7. Allowed origin for _HTTP_ CORS, i.e. value of the `Access-Control-Allow-Origin` _HTTP_ header. 8. List of the cached files related to the _JavaScript_ single page -application, except the index HTML page which is hardcoded – a _JavaScript_ +application, except the index _HTML_ page which is hardcoded – a _JavaScript_ loader script, a _CSS_ style sheet and a favicon file. **Notes:** -This server is an SPA server. This means that it does not serve ordinary +This server is an _SPA_ server. This means that it does not serve ordinary data files having the contents of the whole website. It serves only those files -which are required to start the _JavaScript_ SPA itself and no more. +which are required to start the _JavaScript_ _SPA_ itself and no more. ## Links Format