Updated README file.
This commit is contained in:
parent
267e996e33
commit
dd33db8fe0
12
README.md
12
README.md
@ -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
|
||||
==================
|
||||
|
@ -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))
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user