Updated README file.

This commit is contained in:
LoRd_MuldeR 2024-06-08 15:37:16 +02:00
parent 267e996e33
commit dd33db8fe0
Signed by: mulder
GPG Key ID: 2B5913365F57E03F
4 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,4 @@
---
title: "![SlunkCrypt – pure chicken-flavored encryption 🐔](etc/img/SlunkCrypt-Logo.png)"
---
% ![SlunkCrypt](etc/img/SlunkCrypt-Logo.png)
Introduction
============
@ -10,6 +7,8 @@ SlunkCrypt is an experimental cross-platform cryptography library and command-li
Please refer to the section [*encryption algorithm*](#encryption-algorithm) for more details!
For news and updates, please check out the official SlunkCrypt project web-site at: <https://lord_mulder.gitlab.io/slunkcrypt/>
Legal Warning
=============
@ -926,12 +925,15 @@ Source Code
The latest SlunkCrypt source code is available from the official Git mirrors at:
* <https://osdn.net/projects/slunkcrypt/scm/git/SlunkCrypt/>
* <https://gitlab.com/lord_mulder/slunkcrypt/>
* <https://bitbucket.org/muldersoft/slunkcrypt/>
* <https://repo.or.cz/slunkcrypt.git>
* <https://punkindrublic.mooo.com:3000/Muldersoft/SlunkCrypt>
Deprecated mirror sites:
* <https://osdn.net/projects/slunkcrypt/scm/git/SlunkCrypt/>
Build Instructions
==================

View File

@ -881,7 +881,7 @@ namespace com.muldersoft.slunkcrypt.gui
.AppendLine(VersionInfo.ToString())
.AppendLine("This work has been released under the \u201CCC0 1.0\u201D license!")
.AppendLine()
.AppendLine("Official web-site: http://slunkcrypt.osdn.io/")
.AppendLine("Web site: https://lord_mulder.gitlab.io/slunkcrypt/")
.AppendLine()
.AppendLine(Environment.OSVersion.VersionString)
.AppendLine(string.Format("Operating System Bitness: {0:D}, Process Bitness: {1:D}", Environment.Is64BitOperatingSystem ? 64 : 32, Environment.Is64BitProcess ? 64 : 32))

View File

@ -5,7 +5,7 @@ if "%PANDODC_PATH%"=="" (
)
echo on
"%PANDODC_PATH%\pandoc.exe" -o "%~dp0\README.html" --self-contained --toc --toc-depth=3 --css etc\style\gh-pandoc.min.css "%~dp0\README.md"
"%PANDODC_PATH%\pandoc.exe" -o "%~dp0\README.html" --standalone --embed-resources --toc --toc-depth=3 --css etc\style\gh-pandoc.min.css "%~dp0\README.md"
@echo off
echo.

View File

@ -2,4 +2,4 @@
set -e
cd -- "$(dirname -- "${BASH_SOURCE[0]}")"
pandoc -o README.html --self-contained --toc --toc-depth=3 --css etc/style/gh-pandoc.min.css README.md
pandoc -o README.html --standalone --embed-resources --toc --toc-depth=3 --css etc/style/gh-pandoc.min.css README.md