Skip to content

Commit

Permalink
'ReadMe' file update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vault-thirteen committed Dec 22, 2023
1 parent 14c6fa5 commit b476906
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ReadMe/jsonHasher/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ReadMe/proxy/ReadMe.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions ReadMe/spaServer/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b476906

Please sign in to comment.