Skip to content
 
 

Repository files navigation

#Authentic Authentic is Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap and Font Awesome that is made with love. It uses CodeMirror to highlight config files and show line numbers, when editing manually, TinyMCE to compose comprehensive HTML based messages and DataTables to add advanced interaction controls to modules' tables. Theme runs using latest releases of dependent software (mentioned above), supporting all in-built modules (even ancient ones) and third-party modules, including ConfigServer Security & Firewall.

Authentic is fully compatible with latest Webmin 1.720+, Usermin 1.630+ and Virtualmin 4.12+.

##Changelog

####Version 8.1.0 (Jan 9, 2015)

  • Fixed script removing text in rare cases, next to radios/checkboxes, which is actually crucial for understanding of what to select
  • Changed alien Alt sign to Alt, which now also only appears onfocus on search field (thanks to Joe Cooper for advice)
  • Fixed dozens of UI issues, like broken borders on tables and some other visual improvements (now theme provides most accurate UI ever achieved)
  • Removed donation button from System Information page, that was seen on everyday basis (thanks to Joe Cooper for advice)

Complete Changelog

##Screenshots

screenshots


![screenshots](https://rostovtsev.ru/.git/authentic-theme/screenshot.png)

##Principles

  • Make the theme fully support all Webmin/Usermin modules
  • Be as beautiful, light and easy to use as possible
  • Be compatible with mobile devices

##FAQ ####How do I install Authentic theme?

####Webmin

To install Autentic theme from repository, just clone it into your wherever Webmin binaries folder (libexec) is or download it directly and install it going from Webmin:

Webmin->Webmin Configuration->Webmin Themes->Install themes->From uploaded file

####Usermin a) I recommend to symlink already installed Authentic theme, which will enable you to only update Webmin installation of Authentic not both.

Creating a symlink as easy as it gets by running as root the following:

ln -s /usr/libexec/webmin/authentic-theme /usr/libexec/usermin/authentic-theme

The above implies that Webmin binaries on your system are installed under /usr/libexec/webmin/ and Usermin installation is in /usr/libexec/usermin/. The above is true for CentOS and other RHEL distros. You could easily though find out where your installations are by running /usr/bin/whereis webmin or /usr/bin/whereis usermin.

b) Nevertheless, you could simply install Usermin theme using the same procedure as for Webmin. To install a copy for Usermin go to:

`Webmin->Usermin Configuration->Usermin Themes->Install themes->From uploaded file`

####Virtualmin There is no need to take any additional actions. In case Virtualmin module is installed, it will be automatically detected and supported.

###Troubleshoot

  1. Can't locate LWP/Simple.pm in @INC (@INC contains: /usr/libexec/webmin..) BEGIN failed--compilation aborted at ..:
    It happens because the theme is trying to load Perl module dependency, that are not installed on your system. LWP::Simple - is the simplest and most common type of HTTP request. You can install it using CPAN module in Webmin itself or using CLI and package manager. For example, in RHEL distro you would be able to install it by running
    yum install perl-libwww-perl.
  2. Can't locate Net/SSLeay.pm in @INC (@INC contains: ..)
    This happens because Webmin is trying to open a link and download the theme using https protocol. Net::SSLeay - is high level functions for accessing web servers (by using HTTP/HTTPS). You can install it using CPAN module in Webmin or using CLI. Package name is perl-Net-SSLeay.
  3. Can't locate object method "parse" via package "version" (perhaps you forgot to load "version"?) at. Installing version from CPAN, using CPAN module in Webmin will fix this error.
  4. Can't locate Switch.pm in @INC (@INC contains:) You can install Switch module using CPAN in Webmin or by package name perl-Switch to fix this error. In case you got stuck with this error after updating theme and have no access to CLI, no worries, just type in URL http://yourhostname:10000/cpan and from there choose to install Switch module.

##Contributions

###Translations

###Code contributions

##Donation

Thank you for using Authentic Theme. Overall development of this theme has already passed the stage of 100 hours. While I am happy to provide Authentic Theme for free, it would mean a world to me, if you could send me a donation. It doesn't matter how big or small your donation is. I appreciate all donations. Each donation will excite future development.

PayPal or Yandex Money: 41001414241949

License

Authentic Theme is released under the [MIT License][opensource]. [opensource]: http://www.opensource.org/licenses/MIT

About

Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap and Font Awesome

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages