From 99257ddd79d72d74a451e2531f8cb522a6409975 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Thu, 5 Dec 2019 06:44:20 +0100 Subject: [PATCH] Updated introductory description --- OOMAnalyser.html | 11 +++++++---- README.md | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 6bbaa9f..e2007fe 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -149,12 +149,15 @@ function goBack() {

- This web page analyses Linux Out Of Memory (OOM) messages and shows these - information in a human friendly presentation. + OOMAnalyser is a small project to transform the OOM message of a Linux kernel into a more user-friendly format.

- Your input will be analysed locally - in your browser - by an integrated - JavaScript script without transferring your data to foreign servers. + OOMAnalyser consists of a web page into whose input field the OOM message is copied. JavaScript code extracts + the data from it and displays the details. All processing takes place in the browser. No data is transferred + to external servers. This makes it possible to use a locally stored copy of the website for analysis. + + This project is written in Python and uses + Transcrypt to translate Python code into JavaScript.

diff --git a/README.md b/README.md index 317ec62..e462059 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ OOMAnalyser consists of a web page into whose input field the OOM message is cop from it and displays the details. All processing takes place in the browser. No data is transferred to external servers. This makes it possible to use a locally stored copy of the website for analysis. -This project is written in Python and uses [Transcrypt](https://www.transcrypt.org/) to translate the Python sources -into JavaScript. +This project is written in [Python](https://www.python.org) and uses [Transcrypt](https://www.transcrypt.org/) to +translate Python code into JavaScript. The current online version is available at https://www.carstengrohmann.de/oom/ .