Skip to content

Commit

Permalink
Fix links to comply with new repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed May 30, 2018
1 parent b3a317e commit 95e09fa
Show file tree
Hide file tree
Showing 102 changed files with 275 additions and 276 deletions.
160 changes: 80 additions & 80 deletions CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Contents
* [Changelog](https://github.com/qooob/authentic-theme/blob/master/CHANGELOG.md)
* [Download![](https://rostovtsev.ru/pub/media/icons/download-23x14.png)](https://github.com/qooob/authentic-theme/releases)
* [Changelog](https://github.com/authentic-theme/authentic-theme/blob/master/CHANGELOG.md)
* [Download![](https://rostovtsev.ru/pub/media/icons/download-23x14.png)](https://github.com/authentic-theme/authentic-theme/releases)
* [About](#about)
* [FAQ](#faq)
* [Development](#development)
* [Donate![](https://rostovtsev.ru/pub/media/icons/heart-23x15.png)](https://github.com/qooob/authentic-theme#donate)
* [Donate![](https://rostovtsev.ru/pub/media/icons/heart-23x15.png)](https://github.com/authentic-theme/authentic-theme#donate)
* [License](#license)

## About
Expand Down Expand Up @@ -78,7 +78,7 @@ Theme only re-renders this module and adds support for code highlight, when edit
* [Michał Pawlik](https://github.com/majk-p) (Polish)
* [Kay Marquardt](https://github.com/gnadelwartz), [Michael Keck](https://github.com/mkkeck) (German)
* [Silviu-Ionut Radu](https://github.com/sealview) (Romanian)
* [Ilia Rostovtsev](https://github.com/qooob) (Russian)
* [Ilia Rostovtsev](https://github.com/rostovtsev) (Russian)
* [David Canalias](https://github.com/diathesaron) (Catalan)
* [Sopor Spr](https://github.com/Sopor-) (Swedish)
* [7stars](https://github.com/7starsone) (Spanish, French, Portuguese)
Expand All @@ -105,4 +105,4 @@ Theme only re-renders this module and adds support for code highlight, when edit

## License

**Authentic Theme** is released under the [MIT License](https://github.com/qooob/authentic-theme/blob/master/LICENSE).
**Authentic Theme** is released under the [MIT License](https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE).
1 change: 0 additions & 1 deletion THEME.pgp
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ MMWuifl4006F5imms19cH+UBFx/fSa00ENR1spL5NFvf4E0uY9VgfvGKv7aF1DTg
f4W8
=A+Dy
-----END PGP PUBLIC KEY BLOCK-----

4 changes: 2 additions & 2 deletions authentic-funcs.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

sub get_text_ltr
Expand Down
6 changes: 3 additions & 3 deletions authentic-init.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down Expand Up @@ -1086,7 +1086,7 @@ sub get_version_link
if ($type eq '2') {
return "<span class=\"versionSeparator\">" . get_version_full($version, 1) . "</span>";
} else {
return '<a href="https://github.com/qooob/authentic-theme/releases/tag/' .
return '<a href="https://github.com/authentic-theme/authentic-theme/releases/tag/' .
get_version_full($version) . '" class="versionSeparator">' . get_version_full($version, 1) . '</a>';
}
Expand Down
22 changes: 11 additions & 11 deletions authentic-lib.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

BEGIN {push(@INC, "..");}
Expand Down Expand Up @@ -1106,7 +1106,7 @@ sub get_sysinfo_vars
$authentic_remote_version_tag = $_remote_version_tag[0];

$authentic_theme_version =
'<a href="https://github.com/qooob/authentic-theme" target="_blank">' .
'<a href="https://github.com/authentic-theme/authentic-theme" target="_blank">' .
$Atext{'theme_name'} . '</a> ' . $authentic_installed_version .
'. ' . ($authentic_remote_beta ? $Atext{'theme_git_patch_available'} : $Atext{'theme_update_available'}) .
' ' . $authentic_remote_version . '&nbsp;&nbsp;&nbsp;<div class="btn-group">' . '<a data-git="'
Expand All @@ -1118,11 +1118,11 @@ sub get_sysinfo_vars
' authentic_update" href=\'' . $gconfig{'webprefix'} . '/webmin/edit_themes.cgi\'><i class="fa fa-fw ' .
($authentic_remote_beta ? 'fa-git-pull' : 'fa-refresh') . '">&nbsp;</i>' . $Atext{'theme_update'} .
'</a>' . '<a class="btn btn-xxs btn-info ' . ($authentic_remote_beta ? 'hidden' : 'btn-info') .
'" target="_blank" href="https://github.com/qooob/authentic-theme/blob/master/CHANGELOG.md"><i class="fa fa-fw fa-pencil-square-o">&nbsp;</i>'
'" target="_blank" href="https://github.com/authentic-theme/authentic-theme/blob/master/CHANGELOG.md"><i class="fa fa-fw fa-pencil-square-o">&nbsp;</i>'
. $Atext{'theme_changelog'}
. '</a>' . '<a data-remove-version="' .
$authentic_remote_version . '" class="btn btn-xxs btn-warning' . ($authentic_remote_beta ? ' hidden' : '') .
'" target="_blank" href="https://github.com/qooob/authentic-theme/releases/download/' .
'" target="_blank" href="https://github.com/authentic-theme/authentic-theme/releases/download/' .
$authentic_remote_version_tag .
'/authentic-theme-' . $authentic_remote_version . '.wbt.gz"><i class="fa fa-fw fa-download">&nbsp;</i>' .
$Atext{'theme_download'} . '</a>' . '<a class="btn btn-xxs btn-primary" href=\'' .
Expand All @@ -1132,7 +1132,7 @@ sub get_sysinfo_vars

} else {
$authentic_theme_version =
'<a href="https://github.com/qooob/authentic-theme" target="_blank">' . $Atext{'theme_name'} .
'<a href="https://github.com/authentic-theme/authentic-theme" target="_blank">' . $Atext{'theme_name'} .
'</a> ' . $authentic_installed_version . '<div class="btn-group margined-left-4"><a href=\'' .
$gconfig{'webprefix'} . '/webmin/edit_themes.cgi\' data-href=\'' .
$gconfig{'webprefix'} . '/webmin/edit_themes.cgi\' class="btn btn-default btn-xxs btn-hidden hidden" title="' .
Expand Down Expand Up @@ -1791,16 +1791,16 @@ sub theme_remote_version
if (($__settings{'settings_sysinfo_theme_updates'} eq 'true' || $data) && $get_user_level eq '0' && $in =~ /xhr-/) {

if (($__settings{'settings_sysinfo_theme_patched_updates'} eq 'true' || $force_beta_check) && !$force_stable_check) {
http_download('api.github.com', '443', '/repos/qooob/authentic-theme/contents/theme.info',
http_download('api.github.com', '443', '/repos/authentic-theme/authentic-theme/contents/theme.info',
\$remote_version, \$error, undef, 1, undef, undef, 5, undef, undef,
{ 'accept', 'application/vnd.github.v3.raw' });

} else {
http_download('api.github.com', '443', '/repos/qooob/authentic-theme/releases/latest',
http_download('api.github.com', '443', '/repos/authentic-theme/authentic-theme/releases/latest',
\$remote_release, \$error, undef, 1, undef, undef, 5);
$remote_release =~ /tag_name":"(.*?)"/;
http_download('api.github.com', '443',
'/repos/qooob/authentic-theme/contents/theme.info?ref=' . $1 . '', \$remote_version,
'/repos/authentic-theme/authentic-theme/contents/theme.info?ref=' . $1 . '', \$remote_version,
\$error, undef,
1, undef,
undef, 5,
Expand Down Expand Up @@ -3220,11 +3220,11 @@ sub update_notice
<hr>
<h4 data-development style="margin-top:20px;">'
. $Atext{'theme_development_support'} .
'&nbsp;&nbsp;<a href="https://github.com/qooob/authentic-theme#donate" target="_blank" class="fa fa-fw fa-lg faa-pulse animated-hover fa-heartbeat" style="color: #c9302c; cursor: alias;"></a></h4>'
'&nbsp;&nbsp;<a href="https://github.com/authentic-theme/authentic-theme#donate" target="_blank" class="fa fa-fw fa-lg faa-pulse animated-hover fa-heartbeat" style="color: #c9302c; cursor: alias;"></a></h4>'
.
Atext(
'theme_update_footer',
'<a class="badge fa fa-github" target="_blank" href="https://github.com/qooob/authentic-theme/issues"><span class="font-family-default">&nbsp;&nbsp;&nbsp;&nbsp;GitHub</span></a>',
'<a class="badge fa fa-github" target="_blank" href="https://github.com/authentic-theme/authentic-theme/issues"><span class="font-family-default">&nbsp;&nbsp;&nbsp;&nbsp;GitHub</span></a>',
'<a target="_blank" class="badge background-info fa fa-twitter" href="https://twitter.com/authentic_theme"><span class="font-family-default">&nbsp;&nbsp;&nbsp;&nbsp;Twitter</span></a>'
) .
'
Expand Down
4 changes: 2 additions & 2 deletions authentic.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions buttons.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

our $user = $remote_user;
Expand Down
4 changes: 2 additions & 2 deletions extensions/csf/csf.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions extensions/csf/csf.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions extensions/file-manager/bookmark.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/chattr.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/chcon.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/chmod.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/chown.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/compress.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/copy.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/create_file.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/create_folder.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/cut.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/delete.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/download.cgi
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/extract.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/fetcher.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/file-manager-lib.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

our %request_uri = get_request_uri();
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/file-manager-reinit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions extensions/file-manager/file-manager.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions extensions/file-manager/list.cgi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/perl

#
# Authentic Theme (https://github.com/qooob/authentic-theme)
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev <programming@rostovtsev.ru>
# Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin)
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#

use File::Basename;
Expand Down
Loading

0 comments on commit 95e09fa

Please sign in to comment.