From 627b2e4382828d6002954f8d1a85175a96f0d520 Mon Sep 17 00:00:00 2001 From: noraj Date: Fri, 2 Aug 2024 19:00:40 +0200 Subject: [PATCH] fork mention --- LICENSE | 3 +- README.md | 20 +++---- docs-tools/package.json | 8 +-- docs/_navbar.md | 4 +- docs/index.html | 2 +- docs/pages/documentation.md | 2 +- docs/pages/install.md | 2 +- docs/pages/usage.md | 52 +++++++++---------- docs/yard/Integer.html | 2 +- docs/yard/Unisec.html | 2 +- docs/yard/Unisec/Bidi.html | 2 +- docs/yard/Unisec/Bidi/Spoof.html | 2 +- docs/yard/Unisec/CLI.html | 2 +- docs/yard/Unisec/CLI/Commands.html | 2 +- docs/yard/Unisec/CLI/Commands/Bidi.html | 2 +- docs/yard/Unisec/CLI/Commands/Bidi/Spoof.html | 2 +- .../yard/Unisec/CLI/Commands/Confusables.html | 2 +- .../Unisec/CLI/Commands/Confusables/List.html | 2 +- .../CLI/Commands/Confusables/Randomize.html | 2 +- docs/yard/Unisec/CLI/Commands/Grep.html | 2 +- docs/yard/Unisec/CLI/Commands/Hexdump.html | 2 +- docs/yard/Unisec/CLI/Commands/Normalize.html | 2 +- .../Unisec/CLI/Commands/Normalize/All.html | 2 +- .../CLI/Commands/Normalize/Replace.html | 2 +- docs/yard/Unisec/CLI/Commands/Properties.html | 2 +- .../Unisec/CLI/Commands/Properties/Char.html | 2 +- .../CLI/Commands/Properties/Codepoints.html | 2 +- .../Unisec/CLI/Commands/Properties/List.html | 2 +- docs/yard/Unisec/CLI/Commands/Size.html | 2 +- docs/yard/Unisec/CLI/Commands/Surrogates.html | 2 +- .../Unisec/CLI/Commands/Surrogates/From.html | 2 +- .../Unisec/CLI/Commands/Surrogates/To.html | 2 +- docs/yard/Unisec/CLI/Commands/Versions.html | 2 +- docs/yard/Unisec/Confusables.html | 2 +- docs/yard/Unisec/Hexdump.html | 2 +- docs/yard/Unisec/Normalization.html | 2 +- docs/yard/Unisec/Properties.html | 2 +- docs/yard/Unisec/Rugrep.html | 2 +- docs/yard/Unisec/Size.html | 2 +- docs/yard/Unisec/Surrogates.html | 2 +- docs/yard/Unisec/Utils.html | 2 +- docs/yard/Unisec/Utils/String.html | 2 +- docs/yard/Unisec/Versions.html | 2 +- docs/yard/_index.html | 2 +- docs/yard/file.CHANGELOG.html | 2 +- docs/yard/file.LICENSE.html | 5 +- docs/yard/file.README.html | 22 ++++---- docs/yard/file.about.html | 2 +- docs/yard/file.documentation.html | 4 +- docs/yard/file.install.html | 16 +++--- docs/yard/file.publishing.html | 2 +- docs/yard/file.quick-start.html | 2 +- docs/yard/file.usage.html | 52 +++++++++---------- docs/yard/index.html | 22 ++++---- docs/yard/top-level-namespace.html | 2 +- unisec.gemspec | 12 ++--- 56 files changed, 155 insertions(+), 153 deletions(-) diff --git a/LICENSE b/LICENSE index f543be9..0597d0c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2023 Alexandre ZANNI at ACCEIS +Copyright (c) 2024 Alexandre ZANNI (independent) +Copyright (c) 2023-2024 Alexandre ZANNI at ACCEIS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ba83208..053ac2b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # unisec -[![GitHub forks](https://img.shields.io/github/forks/acceis/unisec)](https://github.com/acceis/unisec/network) -[![GitHub stars](https://img.shields.io/github/stars/acceis/unisec)](https://github.com/acceis/unisec/stargazers) -[![GitHub license](https://img.shields.io/github/license/acceis/unisec)](https://github.com/acceis/unisec/blob/master/LICENSE) +[![GitHub forks](https://img.shields.io/github/forks/noraj/unisec)](https://github.com/noraj/unisec/network) +[![GitHub stars](https://img.shields.io/github/stars/noraj/unisec)](https://github.com/noraj/unisec/stargazers) +[![GitHub license](https://img.shields.io/github/license/noraj/unisec)](https://github.com/noraj/unisec/blob/master/LICENSE) [![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg)](https://inventory.raw.pm/tools.html#unisec) -![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/acceis/unisec/ruby.yml?branch=master) -![GitHub commit activity](https://img.shields.io/github/commit-activity/y/acceis/unisec) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/noraj/unisec/ruby.yml?branch=master) +![GitHub commit activity](https://img.shields.io/github/commit-activity/y/noraj/unisec) -![](https://acceis.github.io/unisec/_media/unisec-logo.png) +![](https://noraj.github.io/unisec/_media/unisec-logo.png) > Unicode Security Toolkit @@ -46,16 +46,16 @@ A CLI tool and library to play with Unicode security. $ gem install unisec ``` -Check the [installation](https://acceis.github.io/unisec/#/pages/install) page on the documentation to discover more methods. +Check the [installation](https://noraj.github.io/unisec/#/pages/install) page on the documentation to discover more methods. [![Packaging status](https://repology.org/badge/vertical-allrepos/unisec.svg)](https://repology.org/project/unisec/versions) [![Gem Version](https://badge.fury.io/rb/unisec.svg)](https://badge.fury.io/rb/unisec) -![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/acceis/unisec) +![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/noraj/unisec) ## Documentation -Homepage / Documentation: https://acceis.github.io/unisec/ +Homepage / Documentation: https://noraj.github.io/unisec/ ## Author -Made by Alexandre ZANNI ([@noraj](https://pwn.by/noraj/)) at [ACCEIS](https://www.acceis.fr/). +Made by Alexandre ZANNI ([@noraj](https://pwn.by/noraj/)). Forked from [Acceis/unisec](https://github.com/Acceis/unisec). diff --git a/docs-tools/package.json b/docs-tools/package.json index cd1e33f..602ab8f 100644 --- a/docs-tools/package.json +++ b/docs-tools/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Acceis/unisec.git" + "url": "git+https://github.com/noraj/unisec.git" }, "keywords": [ "cybersecurity", @@ -17,12 +17,12 @@ "infosec", "unicode" ], - "author": "Alexandre ZANNI (ACCEIS)", + "author": "Alexandre ZANNI", "license": "Copyright", "bugs": { - "url": "https://github.com/Acceis/unisec/issues" + "url": "https://github.com/noraj/unisec/issues" }, - "homepage": "https://github.com/Acceis/unisec", + "homepage": "https://github.com/noraj/unisec", "dependencies": { "@h-hg/docsify-image-caption": "^0.1.2", "del": "^7.1.0", diff --git a/docs/_navbar.md b/docs/_navbar.md index d0156e8..79a0f4e 100644 --- a/docs/_navbar.md +++ b/docs/_navbar.md @@ -1,3 +1,3 @@ - [Home](/) -- [Library documentation](https://acceis.github.io/unisec/yard/Unisec) -- [Source](https://github.com/Acceis/unisec) +- [Library documentation](https://noraj.github.io/unisec/yard/Unisec) +- [Source](https://github.com/noraj/unisec) diff --git a/docs/index.html b/docs/index.html index 92199e5..885d3c8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,7 +17,7 @@