www/phpsysinfo: Upgrade version from 3.0.10 => 3.2.0
PR: 195329 Submitted by: Ralf van der Enden Approved by: maintainer (Walt - relnor.com)
This commit is contained in:
parent
6d6c1662e0
commit
318546a440
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378545
3 changed files with 539 additions and 118 deletions
|
@ -2,31 +2,30 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phpsysinfo
|
||||
PORTVERSION= 3.0.10
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
||||
MASTER_SITES= GH
|
||||
|
||||
MAINTAINER= walt@relnor.com
|
||||
COMMENT= PHP script for displaying system information
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= phpsysinfo
|
||||
GH_TAGNAME= v3.2.0
|
||||
GH_COMMIT= 5a2d026
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PHP= dom pcre xml simplexml mbstring
|
||||
WANT_PHP_WEB= yes
|
||||
|
||||
LATEST_LINK= phpsysinfo-dev
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_SUB= NOBINMODE="${NOBINMODE}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
cd ${WRKSRC}; ${FIND} . \
|
||||
| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
|
||||
${CHMOD} -R ${BINMODE} ${STAGEDIR}${WWWDIR}
|
||||
${FIND} ${STAGEDIR}${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
|
||||
cd ${WRKSRC}; ${FIND} . \! -name .travis.yml \
|
||||
| ${CPIO} -pdm ${STAGEDIR}${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (phpsysinfo-3.0.10.tar.gz) = 5ce510b2e7a5cdc521c38141425f90cf8f4d3565d65273ade61a2415bfab53e1
|
||||
SIZE (phpsysinfo-3.0.10.tar.gz) = 441969
|
||||
SHA256 (phpsysinfo-3.2.0.tar.gz) = 8f9062aaee706be7bb6e32564e330a6f13445d6d4ed798c31673dd0a62a36e0a
|
||||
SIZE (phpsysinfo-3.2.0.tar.gz) = 887312
|
||||
|
|
|
@ -1,54 +1,137 @@
|
|||
@mode %%NOBINMODE%%
|
||||
@owner %%WWWOWN%%
|
||||
@group %%WWWGRP%%
|
||||
%%WWWDIR%%/.htaccess
|
||||
%%WWWDIR%%/CHANGELOG.md
|
||||
%%WWWDIR%%/COPYING
|
||||
%%WWWDIR%%/ChangeLog
|
||||
%%WWWDIR%%/README
|
||||
%%WWWDIR%%/README_PLUGIN
|
||||
@unexec if cmp -s %D/%%WWWDIR%%/config.php.new %D/%%WWWDIR%%/config.php; then rm -f %D/%%WWWDIR%%/config.php; fi
|
||||
%%WWWDIR%%/config.php.new
|
||||
@exec if [ ! -f %D/%%WWWDIR%%/config.php ] ; then cp -p %D/%F %B/config.php; fi
|
||||
%%WWWDIR%%/Dockerfile
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/README_PLUGIN.md
|
||||
%%WWWDIR%%/composer.json
|
||||
%%WWWDIR%%/data/ModelTranslation.txt
|
||||
%%WWWDIR%%/data/distros.ini
|
||||
%%WWWDIR%%/data/languages.ini
|
||||
%%WWWDIR%%/data/osnames.ini
|
||||
%%WWWDIR%%/gfx/ajax-loader.gif
|
||||
%%WWWDIR%%/gfx/ajaxLoader.gif
|
||||
%%WWWDIR%%/gfx/attention.png
|
||||
%%WWWDIR%%/gfx/body.gif
|
||||
%%WWWDIR%%/gfx/body.png
|
||||
%%WWWDIR%%/gfx/bullet_toggle_minus.png
|
||||
%%WWWDIR%%/gfx/bullet_toggle_plus.png
|
||||
%%WWWDIR%%/gfx/close.gif
|
||||
%%WWWDIR%%/gfx/favicon.ico
|
||||
%%WWWDIR%%/gfx/favicon.png
|
||||
%%WWWDIR%%/gfx/html.gif
|
||||
%%WWWDIR%%/gfx/htmlwarn.gif
|
||||
%%WWWDIR%%/gfx/images/4MLinux.png
|
||||
%%WWWDIR%%/gfx/images/AIX.png
|
||||
%%WWWDIR%%/gfx/images/ALT.png
|
||||
%%WWWDIR%%/gfx/images/Alpine.png
|
||||
%%WWWDIR%%/gfx/images/Amazon.png
|
||||
%%WWWDIR%%/gfx/images/Android.png
|
||||
%%WWWDIR%%/gfx/images/Apple.png
|
||||
%%WWWDIR%%/gfx/images/Arch.png
|
||||
%%WWWDIR%%/gfx/images/BOSS.png
|
||||
%%WWWDIR%%/gfx/images/Calculate.png
|
||||
%%WWWDIR%%/gfx/images/Canaima.png
|
||||
%%WWWDIR%%/gfx/images/CentOS.png
|
||||
%%WWWDIR%%/gfx/images/Chakra.png
|
||||
%%WWWDIR%%/gfx/images/ClearOS.png
|
||||
%%WWWDIR%%/gfx/images/Cloud.png
|
||||
%%WWWDIR%%/gfx/images/Cobalt.png
|
||||
%%WWWDIR%%/gfx/images/CoreOS.png
|
||||
%%WWWDIR%%/gfx/images/Crux.png
|
||||
%%WWWDIR%%/gfx/images/Darwin.png
|
||||
%%WWWDIR%%/gfx/images/Debian.png
|
||||
%%WWWDIR%%/gfx/images/Deepin.png
|
||||
%%WWWDIR%%/gfx/images/DragonFly.png
|
||||
%%WWWDIR%%/gfx/images/Eisfair.png
|
||||
%%WWWDIR%%/gfx/images/Fedora.png
|
||||
%%WWWDIR%%/gfx/images/Foresight.png
|
||||
%%WWWDIR%%/gfx/images/FreeBSD.png
|
||||
%%WWWDIR%%/gfx/images/Frugalware.png
|
||||
%%WWWDIR%%/gfx/images/Fuduntu.png
|
||||
%%WWWDIR%%/gfx/images/Generations.png
|
||||
%%WWWDIR%%/gfx/images/Gentoo.png
|
||||
%%WWWDIR%%/gfx/images/Gobo.png
|
||||
%%WWWDIR%%/gfx/images/HPUX.png
|
||||
%%WWWDIR%%/gfx/images/Haiku.png
|
||||
%%WWWDIR%%/gfx/images/IPFire.png
|
||||
%%WWWDIR%%/gfx/images/KaOS.png
|
||||
%%WWWDIR%%/gfx/images/Korora.png
|
||||
%%WWWDIR%%/gfx/images/LFS.png
|
||||
%%WWWDIR%%/gfx/images/Linaro.png
|
||||
%%WWWDIR%%/gfx/images/Lunar.png
|
||||
%%WWWDIR%%/gfx/images/Mageia.png
|
||||
%%WWWDIR%%/gfx/images/Mandrake.png
|
||||
%%WWWDIR%%/gfx/images/Manjaro.png
|
||||
%%WWWDIR%%/gfx/images/Mer.png
|
||||
%%WWWDIR%%/gfx/images/Minix.png
|
||||
%%WWWDIR%%/gfx/images/Mint.png
|
||||
%%WWWDIR%%/gfx/images/NetBSD.png
|
||||
%%WWWDIR%%/gfx/images/Netrunner.png
|
||||
%%WWWDIR%%/gfx/images/NixOS.png
|
||||
%%WWWDIR%%/gfx/images/OpenBSD.png
|
||||
%%WWWDIR%%/gfx/images/OpenSolaris.png
|
||||
%%WWWDIR%%/gfx/images/PLD.gif
|
||||
%%WWWDIR%%/gfx/images/OpenMandriva.png
|
||||
%%WWWDIR%%/gfx/images/Oracle.png
|
||||
%%WWWDIR%%/gfx/images/PCLinuxOS.png
|
||||
%%WWWDIR%%/gfx/images/PLD.png
|
||||
%%WWWDIR%%/gfx/images/Parsix.png
|
||||
%%WWWDIR%%/gfx/images/Pear.png
|
||||
%%WWWDIR%%/gfx/images/Peppermint.png
|
||||
%%WWWDIR%%/gfx/images/Pisi.png
|
||||
%%WWWDIR%%/gfx/images/Porteus.png
|
||||
%%WWWDIR%%/gfx/images/Puppy.png
|
||||
%%WWWDIR%%/gfx/images/QNX.png
|
||||
%%WWWDIR%%/gfx/images/ROSA.png
|
||||
%%WWWDIR%%/gfx/images/Raspbian.png
|
||||
%%WWWDIR%%/gfx/images/ReactOS.png
|
||||
%%WWWDIR%%/gfx/images/Redhat.png
|
||||
%%WWWDIR%%/gfx/images/RedFlag.png
|
||||
%%WWWDIR%%/gfx/images/RedHat.png
|
||||
%%WWWDIR%%/gfx/images/Rubix.png
|
||||
%%WWWDIR%%/gfx/images/SMEServer.png
|
||||
%%WWWDIR%%/gfx/images/SMS.png
|
||||
%%WWWDIR%%/gfx/images/SUSE.png
|
||||
%%WWWDIR%%/gfx/images/Sabayon.png
|
||||
%%WWWDIR%%/gfx/images/Salix.png
|
||||
%%WWWDIR%%/gfx/images/Scientific.png
|
||||
%%WWWDIR%%/gfx/images/Semplice.png
|
||||
%%WWWDIR%%/gfx/images/Slackware.png
|
||||
%%WWWDIR%%/gfx/images/Slax.png
|
||||
%%WWWDIR%%/gfx/images/SliTaz.png
|
||||
%%WWWDIR%%/gfx/images/SolusOS.png
|
||||
%%WWWDIR%%/gfx/images/SolydXK.png
|
||||
%%WWWDIR%%/gfx/images/StartOS.png
|
||||
%%WWWDIR%%/gfx/images/SteamOS.png
|
||||
%%WWWDIR%%/gfx/images/SunOS.png
|
||||
%%WWWDIR%%/gfx/images/Suse.png
|
||||
%%WWWDIR%%/gfx/images/Synology.png
|
||||
%%WWWDIR%%/gfx/images/Tails.png
|
||||
%%WWWDIR%%/gfx/images/Tanglu.png
|
||||
%%WWWDIR%%/gfx/images/TinyCore.png
|
||||
%%WWWDIR%%/gfx/images/Tizen.png
|
||||
%%WWWDIR%%/gfx/images/Trisquel.png
|
||||
%%WWWDIR%%/gfx/images/Trustix.png
|
||||
%%WWWDIR%%/gfx/images/Turbo.png
|
||||
%%WWWDIR%%/gfx/images/Ubuntu.png
|
||||
%%WWWDIR%%/gfx/images/XandrOS.png
|
||||
%%WWWDIR%%/gfx/images/UltimateEdition.png
|
||||
%%WWWDIR%%/gfx/images/Vector.png
|
||||
%%WWWDIR%%/gfx/images/VortexBox.png
|
||||
%%WWWDIR%%/gfx/images/Win2000.png
|
||||
%%WWWDIR%%/gfx/images/Win8.png
|
||||
%%WWWDIR%%/gfx/images/WinVista.png
|
||||
%%WWWDIR%%/gfx/images/WinXP.png
|
||||
%%WWWDIR%%/gfx/images/Zenwalk.png
|
||||
%%WWWDIR%%/gfx/images/Zorin.png
|
||||
%%WWWDIR%%/gfx/images/antiX.png
|
||||
%%WWWDIR%%/gfx/images/elementaryOS.png
|
||||
%%WWWDIR%%/gfx/images/free-eos.png
|
||||
%%WWWDIR%%/gfx/images/hlfs.png
|
||||
%%WWWDIR%%/gfx/images/gNewSense.png
|
||||
%%WWWDIR%%/gfx/images/iycc.png
|
||||
%%WWWDIR%%/gfx/images/lfs.png
|
||||
%%WWWDIR%%/gfx/images/openSUSE.png
|
||||
%%WWWDIR%%/gfx/images/unknown.png
|
||||
%%WWWDIR%%/gfx/images/vista.png
|
||||
%%WWWDIR%%/gfx/images/xp.png
|
||||
%%WWWDIR%%/gfx/next.gif
|
||||
%%WWWDIR%%/gfx/prev.gif
|
||||
%%WWWDIR%%/gfx/logo_48.png
|
||||
%%WWWDIR%%/gfx/next.png
|
||||
%%WWWDIR%%/gfx/prev.png
|
||||
%%WWWDIR%%/gfx/reload.png
|
||||
%%WWWDIR%%/gfx/sort_asc.png
|
||||
%%WWWDIR%%/gfx/sort_both.png
|
||||
|
@ -70,27 +153,37 @@
|
|||
%%WWWDIR%%/includes/interface/class.PSI_Interface_Plugin.inc.php
|
||||
%%WWWDIR%%/includes/interface/class.PSI_Interface_Sensor.inc.php
|
||||
%%WWWDIR%%/includes/interface/class.PSI_Interface_UPS.inc.php
|
||||
%%WWWDIR%%/includes/js/class.JSMin.inc.php
|
||||
%%WWWDIR%%/includes/js/README
|
||||
%%WWWDIR%%/includes/js/class.JavaScriptPacker.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.Coretemp.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.HDDTemp.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.HWSensors.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.Healthd.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.IPMI.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.K8Temp.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.LMSensors.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.MBM5.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.MBMon.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.Sensors.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.coretemp.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.freeipmi.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.hddtemp.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.healthd.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.hwsensors.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.ipmi.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.ipmiutil.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.k8temp.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.lmsensors.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.mbm5.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.mbmon.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.ohm.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.pitemp.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.sensors.inc.php
|
||||
%%WWWDIR%%/includes/mb/class.thermalzone.inc.php
|
||||
%%WWWDIR%%/includes/os/class.AIX.inc.php
|
||||
%%WWWDIR%%/includes/os/class.Android.inc.php
|
||||
%%WWWDIR%%/includes/os/class.BSDCommon.inc.php
|
||||
%%WWWDIR%%/includes/os/class.Darwin.inc.php
|
||||
%%WWWDIR%%/includes/os/class.DragonFly.inc.php
|
||||
%%WWWDIR%%/includes/os/class.FreeBSD.inc.php
|
||||
%%WWWDIR%%/includes/os/class.HPUX.inc.php
|
||||
%%WWWDIR%%/includes/os/class.Haiku.inc.php
|
||||
%%WWWDIR%%/includes/os/class.Linux.inc.php
|
||||
%%WWWDIR%%/includes/os/class.Minix.inc.php
|
||||
%%WWWDIR%%/includes/os/class.NetBSD.inc.php
|
||||
%%WWWDIR%%/includes/os/class.OS.inc.php
|
||||
%%WWWDIR%%/includes/os/class.OpenBSD.inc.php
|
||||
%%WWWDIR%%/includes/os/class.QNX.inc.php
|
||||
%%WWWDIR%%/includes/os/class.SunOS.inc.php
|
||||
%%WWWDIR%%/includes/os/class.WINNT.inc.php
|
||||
%%WWWDIR%%/includes/output/class.Output.inc.php
|
||||
|
@ -108,23 +201,36 @@
|
|||
%%WWWDIR%%/includes/to/device/class.NetDevice.inc.php
|
||||
%%WWWDIR%%/includes/to/device/class.SensorDevice.inc.php
|
||||
%%WWWDIR%%/includes/to/device/class.UPSDevice.inc.php
|
||||
%%WWWDIR%%/includes/ups/class.Apcupsd.inc.php
|
||||
%%WWWDIR%%/includes/ups/class.Nut.inc.php
|
||||
%%WWWDIR%%/includes/ups/class.UPS.inc.php
|
||||
%%WWWDIR%%/includes/ups/class.apcupsd.inc.php
|
||||
%%WWWDIR%%/includes/ups/class.nut.inc.php
|
||||
%%WWWDIR%%/includes/ups/class.pmset.inc.php
|
||||
%%WWWDIR%%/includes/ups/class.powersoftplus.inc.php
|
||||
%%WWWDIR%%/includes/ups/class.ups.inc.php
|
||||
%%WWWDIR%%/includes/xml/class.SimpleXMLExtended.inc.php
|
||||
%%WWWDIR%%/includes/xml/class.XML.inc.php
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/js.php
|
||||
%%WWWDIR%%/js/jQuery/README
|
||||
%%WWWDIR%%/js/jQuery/jquery-1.js
|
||||
%%WWWDIR%%/js/jQuery/jquery.dataTables.js
|
||||
%%WWWDIR%%/js/jQuery/jquery.jgrowl.js
|
||||
%%WWWDIR%%/js/jQuery/jquery.js
|
||||
%%WWWDIR%%/js/jQuery/jquery.nyroModal.js
|
||||
%%WWWDIR%%/js/jQuery/jquery.timers.js
|
||||
%%WWWDIR%%/js/jQuery/jquery.treegrid.js
|
||||
%%WWWDIR%%/js/jQuery/jquery.treeTable.js
|
||||
%%WWWDIR%%/js/phpSysInfo/phpsysinfo.js
|
||||
%%WWWDIR%%/js/phpSysInfo/phpsysinfo_bootstrap.js
|
||||
%%WWWDIR%%/js/vendor/README
|
||||
%%WWWDIR%%/js/vendor/bootstrap.min.js
|
||||
%%WWWDIR%%/js/vendor/console-shim.js
|
||||
%%WWWDIR%%/js/vendor/html5shiv-printshiv.js
|
||||
%%WWWDIR%%/js/vendor/sorttable.js
|
||||
%%WWWDIR%%/js/vendor/sorttable_org.js
|
||||
%%WWWDIR%%/js/vendor/transparency.js
|
||||
%%WWWDIR%%/language/ast.xml
|
||||
%%WWWDIR%%/language/bg.xml
|
||||
%%WWWDIR%%/language/ca.xml
|
||||
%%WWWDIR%%/language/cz.xml
|
||||
%%WWWDIR%%/language/da.xml
|
||||
%%WWWDIR%%/language/de.xml
|
||||
|
@ -134,6 +240,8 @@
|
|||
%%WWWDIR%%/language/fi.xml
|
||||
%%WWWDIR%%/language/fr.xml
|
||||
%%WWWDIR%%/language/gl.xml
|
||||
%%WWWDIR%%/language/gr.xml
|
||||
%%WWWDIR%%/language/he.xml
|
||||
%%WWWDIR%%/language/hu.xml
|
||||
%%WWWDIR%%/language/is.xml
|
||||
%%WWWDIR%%/language/it.xml
|
||||
|
@ -144,81 +252,384 @@
|
|||
%%WWWDIR%%/language/no.xml
|
||||
%%WWWDIR%%/language/pl.xml
|
||||
%%WWWDIR%%/language/pt-br.xml
|
||||
%%WWWDIR%%/language/pt-pt.xml
|
||||
%%WWWDIR%%/language/ro.xml
|
||||
%%WWWDIR%%/language/ru.xml
|
||||
%%WWWDIR%%/language/sc.xml
|
||||
%%WWWDIR%%/language/sk.xml
|
||||
%%WWWDIR%%/language/sl.xml
|
||||
%%WWWDIR%%/language/sv.xml
|
||||
%%WWWDIR%%/language/th.xml
|
||||
%%WWWDIR%%/language/tr.xml
|
||||
%%WWWDIR%%/language/translation-plugin.xsd
|
||||
%%WWWDIR%%/language/translation.xsd
|
||||
%%WWWDIR%%/language/tw.xml
|
||||
%%WWWDIR%%/language/uk.xml
|
||||
%%WWWDIR%%/language/zh.xml
|
||||
@unexec if cmp -s %D/%%WWWDIR%%/phpsysinfo.ini.new %D/%%WWWDIR%%/phpsysinfo.ini; then rm -f %D/%%WWWDIR%%/phpsysinfo.ini; fi
|
||||
%%WWWDIR%%/phpsysinfo.ini.new
|
||||
@exec if [ ! -f %D/%%WWWDIR%%/phpsysinfo.ini ] ; then cp -p %D/%F %B/phpsysinfo.ini; fi
|
||||
%%WWWDIR%%/phpsysinfo.xslt
|
||||
%%WWWDIR%%/phpsysinfo3.xsd
|
||||
%%WWWDIR%%/plugins/BAT/BAT.config.php
|
||||
%%WWWDIR%%/plugins/BAT/class.BAT.inc.php
|
||||
%%WWWDIR%%/plugins/BAT/js/BAT.js
|
||||
%%WWWDIR%%/plugins/BAT/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/BAT/lang/en.xml
|
||||
%%WWWDIR%%/plugins/BAT/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/MDStatus/MDStatus.config.php
|
||||
%%WWWDIR%%/plugins/MDStatus/class.MDStatus.inc.php
|
||||
%%WWWDIR%%/plugins/MDStatus/css/mdstatus.css
|
||||
%%WWWDIR%%/plugins/MDStatus/gfx/error.png
|
||||
%%WWWDIR%%/plugins/MDStatus/gfx/harddrivefail.png
|
||||
%%WWWDIR%%/plugins/MDStatus/gfx/harddriveok.png
|
||||
%%WWWDIR%%/plugins/MDStatus/gfx/harddrivespare.png
|
||||
%%WWWDIR%%/plugins/MDStatus/js/MDStatus.js
|
||||
%%WWWDIR%%/plugins/MDStatus/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/MDStatus/lang/de.xml
|
||||
%%WWWDIR%%/plugins/MDStatus/lang/en.xml
|
||||
%%WWWDIR%%/plugins/MDStatus/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/PS/PS.config.php
|
||||
%%WWWDIR%%/plugins/PS/class.PS.inc.php
|
||||
%%WWWDIR%%/plugins/PS/js/PS.js
|
||||
%%WWWDIR%%/plugins/PS/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/PS/lang/de.xml
|
||||
%%WWWDIR%%/plugins/PS/lang/en.xml
|
||||
%%WWWDIR%%/plugins/PS/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/PSStatus/PSStatus.config.php
|
||||
%%WWWDIR%%/plugins/PSStatus/class.PSStatus.inc.php
|
||||
%%WWWDIR%%/plugins/PSStatus/css/psstatus.css
|
||||
%%WWWDIR%%/plugins/PSStatus/gfx/offline.png
|
||||
%%WWWDIR%%/plugins/PSStatus/gfx/online.png
|
||||
%%WWWDIR%%/plugins/PSStatus/js/PSStatus.js
|
||||
%%WWWDIR%%/plugins/PSStatus/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/PSStatus/lang/de.xml
|
||||
%%WWWDIR%%/plugins/PSStatus/lang/en.xml
|
||||
%%WWWDIR%%/plugins/PSStatus/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/Quotas/Quotas.config.php
|
||||
%%WWWDIR%%/plugins/Quotas/class.Quotas.inc.php
|
||||
%%WWWDIR%%/plugins/Quotas/css/quotas.css
|
||||
%%WWWDIR%%/plugins/Quotas/js/Quotas.js
|
||||
%%WWWDIR%%/plugins/Quotas/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/Quotas/lang/de.xml
|
||||
%%WWWDIR%%/plugins/Quotas/lang/en.xml
|
||||
%%WWWDIR%%/plugins/Quotas/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/SMART/SMART.config.php
|
||||
%%WWWDIR%%/plugins/SMART/class.SMART.inc.php
|
||||
%%WWWDIR%%/plugins/SMART/css/smart.css
|
||||
%%WWWDIR%%/plugins/SMART/js/SMART.js
|
||||
%%WWWDIR%%/plugins/SMART/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/SMART/lang/en.xml
|
||||
%%WWWDIR%%/plugins/SMART/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/UpdateNotifier/UpdateNotifier.config.php
|
||||
%%WWWDIR%%/plugins/UpdateNotifier/class.UpdateNotifier.inc.php
|
||||
%%WWWDIR%%/plugins/UpdateNotifier/js/UpdateNotifier.js
|
||||
%%WWWDIR%%/plugins/UpdateNotifier/lang/en.xml
|
||||
%%WWWDIR%%/plugins/UpdateNotifier/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/UpdateNotifier/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/ipmi/class.ipmi.inc.php
|
||||
%%WWWDIR%%/plugins/ipmi/ipmi.config.php
|
||||
%%WWWDIR%%/plugins/ipmi/js/ipmi.js
|
||||
%%WWWDIR%%/plugins/ipmi/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/ipmi/lang/en.xml
|
||||
%%WWWDIR%%/plugins/ipmi/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/ipmi/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/bat/bat_bootstrap.html
|
||||
%%WWWDIR%%/plugins/bat/class.bat.inc.php
|
||||
%%WWWDIR%%/plugins/bat/js/bat.js
|
||||
%%WWWDIR%%/plugins/bat/js/bat_bootstrap.js
|
||||
%%WWWDIR%%/plugins/bat/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/bat/lang/de.xml
|
||||
%%WWWDIR%%/plugins/bat/lang/en.xml
|
||||
%%WWWDIR%%/plugins/bat/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/bat/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/bat/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/bat/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/dmraid/class.dmraid.inc.php
|
||||
%%WWWDIR%%/plugins/dmraid/css/dmraid.css
|
||||
%%WWWDIR%%/plugins/dmraid/gfx/error.png
|
||||
%%WWWDIR%%/plugins/dmraid/gfx/harddrivefail.png
|
||||
%%WWWDIR%%/plugins/dmraid/gfx/harddriveok.png
|
||||
%%WWWDIR%%/plugins/dmraid/gfx/harddrivespare.png
|
||||
%%WWWDIR%%/plugins/dmraid/gfx/harddrivewarn.png
|
||||
%%WWWDIR%%/plugins/dmraid/js/dmraid.js
|
||||
%%WWWDIR%%/plugins/dmraid/js/dmraid_bootstrap.js
|
||||
%%WWWDIR%%/plugins/dmraid/lang/en.xml
|
||||
%%WWWDIR%%/plugins/dmraid/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/dmraid/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/dmraid/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/dmraid/dmraid_bootstrap.html
|
||||
%%WWWDIR%%/plugins/ipmiinfo/class.ipmiinfo.inc.php
|
||||
%%WWWDIR%%/plugins/ipmiinfo/ipmiinfo_bootstrap.html
|
||||
%%WWWDIR%%/plugins/ipmiinfo/js/ipmiinfo.js
|
||||
%%WWWDIR%%/plugins/ipmiinfo/js/ipmiinfo_bootstrap.js
|
||||
%%WWWDIR%%/plugins/ipmiinfo/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/ipmiinfo/lang/de.xml
|
||||
%%WWWDIR%%/plugins/ipmiinfo/lang/en.xml
|
||||
%%WWWDIR%%/plugins/ipmiinfo/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/ipmiinfo/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/ipmiinfo/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/ipmiinfo/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/mdstatus/class.mdstatus.inc.php
|
||||
%%WWWDIR%%/plugins/mdstatus/css/mdstatus.css
|
||||
%%WWWDIR%%/plugins/mdstatus/gfx/error.png
|
||||
%%WWWDIR%%/plugins/mdstatus/gfx/harddrivefail.png
|
||||
%%WWWDIR%%/plugins/mdstatus/gfx/harddriveok.png
|
||||
%%WWWDIR%%/plugins/mdstatus/gfx/harddrivespare.png
|
||||
%%WWWDIR%%/plugins/mdstatus/js/mdstatus.js
|
||||
%%WWWDIR%%/plugins/mdstatus/js/mdstatus_bootstrap.js
|
||||
%%WWWDIR%%/plugins/mdstatus/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/mdstatus/lang/de.xml
|
||||
%%WWWDIR%%/plugins/mdstatus/lang/en.xml
|
||||
%%WWWDIR%%/plugins/mdstatus/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/mdstatus/lang/gr.xml
|
||||
%%WWWDIR%%/plugins/mdstatus/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/mdstatus/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/mdstatus/mdstatus_bootstrap.html
|
||||
%%WWWDIR%%/plugins/ps/class.ps.inc.php
|
||||
%%WWWDIR%%/plugins/ps/js/ps.js
|
||||
%%WWWDIR%%/plugins/ps/js/ps_bootstrap.js
|
||||
%%WWWDIR%%/plugins/ps/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/ps/lang/de.xml
|
||||
%%WWWDIR%%/plugins/ps/lang/en.xml
|
||||
%%WWWDIR%%/plugins/ps/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/ps/lang/gr.xml
|
||||
%%WWWDIR%%/plugins/ps/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/ps/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/ps/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/ps/ps_bootstrap.html
|
||||
%%WWWDIR%%/plugins/psstatus/class.psstatus.inc.php
|
||||
%%WWWDIR%%/plugins/psstatus/css/psstatus.css
|
||||
%%WWWDIR%%/plugins/psstatus/gfx/offline.png
|
||||
%%WWWDIR%%/plugins/psstatus/gfx/online.png
|
||||
%%WWWDIR%%/plugins/psstatus/js/psstatus.js
|
||||
%%WWWDIR%%/plugins/psstatus/js/psstatus_bootstrap.js
|
||||
%%WWWDIR%%/plugins/psstatus/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/psstatus/lang/de.xml
|
||||
%%WWWDIR%%/plugins/psstatus/lang/en.xml
|
||||
%%WWWDIR%%/plugins/psstatus/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/psstatus/lang/gr.xml
|
||||
%%WWWDIR%%/plugins/psstatus/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/psstatus/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/psstatus/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/psstatus/psstatus_bootstrap.html
|
||||
%%WWWDIR%%/plugins/quotas/class.quotas.inc.php
|
||||
%%WWWDIR%%/plugins/quotas/css/quotas.css
|
||||
%%WWWDIR%%/plugins/quotas/js/quotas.js
|
||||
%%WWWDIR%%/plugins/quotas/js/quotas_bootstrap.js
|
||||
%%WWWDIR%%/plugins/quotas/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/quotas/lang/de.xml
|
||||
%%WWWDIR%%/plugins/quotas/lang/en.xml
|
||||
%%WWWDIR%%/plugins/quotas/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/quotas/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/quotas/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/quotas/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/quotas/quotas_bootstrap.html
|
||||
%%WWWDIR%%/plugins/smart/class.smart.inc.php
|
||||
%%WWWDIR%%/plugins/smart/css/smart.css
|
||||
%%WWWDIR%%/plugins/smart/js/smart.js
|
||||
%%WWWDIR%%/plugins/smart/js/smart_bootstrap.js
|
||||
%%WWWDIR%%/plugins/smart/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/smart/lang/en.xml
|
||||
%%WWWDIR%%/plugins/smart/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/smart/lang/gr.xml
|
||||
%%WWWDIR%%/plugins/smart/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/smart/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/smart/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/smart/smart_bootstrap.html
|
||||
%%WWWDIR%%/plugins/snmppinfo/class.snmppinfo.inc.php
|
||||
%%WWWDIR%%/plugins/snmppinfo/js/snmppinfo.js
|
||||
%%WWWDIR%%/plugins/snmppinfo/js/snmppinfo_bootstrap.js
|
||||
%%WWWDIR%%/plugins/snmppinfo/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/snmppinfo/lang/de.xml
|
||||
%%WWWDIR%%/plugins/snmppinfo/lang/en.xml
|
||||
%%WWWDIR%%/plugins/snmppinfo/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/snmppinfo/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/snmppinfo/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/snmppinfo/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/snmppinfo/snmppinfo_bootstrap.html
|
||||
%%WWWDIR%%/plugins/updatenotifier/class.updatenotifier.inc.php
|
||||
%%WWWDIR%%/plugins/updatenotifier/js/updatenotifier.js
|
||||
%%WWWDIR%%/plugins/updatenotifier/js/updatenotifier_bootstrap.js
|
||||
%%WWWDIR%%/plugins/updatenotifier/lang/cz.xml
|
||||
%%WWWDIR%%/plugins/updatenotifier/lang/de.xml
|
||||
%%WWWDIR%%/plugins/updatenotifier/lang/en.xml
|
||||
%%WWWDIR%%/plugins/updatenotifier/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/updatenotifier/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/updatenotifier/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/updatenotifier/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/updatenotifier/updatenotifier_bootstrap.html
|
||||
%%WWWDIR%%/plugins/uprecords/class.uprecords.inc.php
|
||||
%%WWWDIR%%/plugins/uprecords/js/uprecords.js
|
||||
%%WWWDIR%%/plugins/uprecords/js/uprecords_bootstrap.js
|
||||
%%WWWDIR%%/plugins/uprecords/lang/en.xml
|
||||
%%WWWDIR%%/plugins/uprecords/lang/fr.xml
|
||||
%%WWWDIR%%/plugins/uprecords/lang/hu.xml
|
||||
%%WWWDIR%%/plugins/uprecords/lang/pl.xml
|
||||
%%WWWDIR%%/plugins/uprecords/lang/ro.xml
|
||||
%%WWWDIR%%/plugins/uprecords/lang/ru.xml
|
||||
%%WWWDIR%%/plugins/uprecords/uprecords_bootstrap.html
|
||||
%%WWWDIR%%/read_config.php
|
||||
%%WWWDIR%%/sample/distrotest/4MLinux/10.0-server.txt
|
||||
%%WWWDIR%%/sample/distrotest/ALT/6.0.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/ALT/7.0.0-Simply.txt
|
||||
%%WWWDIR%%/sample/distrotest/ALT/7.0.1.txt
|
||||
%%WWWDIR%%/sample/distrotest/Alpine/2.6.4.txt
|
||||
%%WWWDIR%%/sample/distrotest/Amazon/2013.09.txt
|
||||
%%WWWDIR%%/sample/distrotest/Arch/2011.08.19-ISO.txt
|
||||
%%WWWDIR%%/sample/distrotest/Arch/2013.11.01.txt
|
||||
%%WWWDIR%%/sample/distrotest/Arch/2014.01.05.txt
|
||||
%%WWWDIR%%/sample/distrotest/BOSS/1.0-server.txt
|
||||
%%WWWDIR%%/sample/distrotest/BOSS/5.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Calculate/13.11.txt
|
||||
%%WWWDIR%%/sample/distrotest/Canaima/4.1.txt
|
||||
%%WWWDIR%%/sample/distrotest/CentOS/5.6.txt
|
||||
%%WWWDIR%%/sample/distrotest/CentOS/6.5-SF.txt
|
||||
%%WWWDIR%%/sample/distrotest/CentOS/6.5.txt
|
||||
%%WWWDIR%%/sample/distrotest/Chakra/2013.02.txt
|
||||
%%WWWDIR%%/sample/distrotest/ClearOS/6.4.0-Beta.txt
|
||||
%%WWWDIR%%/sample/distrotest/Cloud/5.10.txt
|
||||
%%WWWDIR%%/sample/distrotest/Cloud/6.4.txt
|
||||
%%WWWDIR%%/sample/distrotest/CoreOS/367.1.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Crux/2.8.txt
|
||||
%%WWWDIR%%/sample/distrotest/Debian/5.0.3.txt
|
||||
%%WWWDIR%%/sample/distrotest/Debian/6.0.6.txt
|
||||
%%WWWDIR%%/sample/distrotest/Debian/8-20140106-netinstall.txt
|
||||
%%WWWDIR%%/sample/distrotest/Debian/8-20140106.txt
|
||||
%%WWWDIR%%/sample/distrotest/Deepin/2013.txt
|
||||
%%WWWDIR%%/sample/distrotest/Eisfair/2-1.8.1.txt
|
||||
%%WWWDIR%%/sample/distrotest/Fedora/20-lsb.txt
|
||||
%%WWWDIR%%/sample/distrotest/Fedora/20.txt
|
||||
%%WWWDIR%%/sample/distrotest/Fedora/4.txt
|
||||
%%WWWDIR%%/sample/distrotest/Foresight/2.5.3.txt
|
||||
%%WWWDIR%%/sample/distrotest/Frugalware/1.9.txt
|
||||
%%WWWDIR%%/sample/distrotest/Fuduntu/2013.2.txt
|
||||
%%WWWDIR%%/sample/distrotest/Generations/3.1.txt
|
||||
%%WWWDIR%%/sample/distrotest/Gentoo/2.2-NAME.txt
|
||||
%%WWWDIR%%/sample/distrotest/Gentoo/2.2.txt
|
||||
%%WWWDIR%%/sample/distrotest/Gobo/015.beta2.txt
|
||||
%%WWWDIR%%/sample/distrotest/IPFire/2.13.txt
|
||||
%%WWWDIR%%/sample/distrotest/KaOS/2014.0301.txt
|
||||
%%WWWDIR%%/sample/distrotest/Korora/20.txt
|
||||
%%WWWDIR%%/sample/distrotest/Linaro/13.12.txt
|
||||
%%WWWDIR%%/sample/distrotest/Lunar/1.7.0-rc2.txt
|
||||
%%WWWDIR%%/sample/distrotest/Mageia/4.txt
|
||||
%%WWWDIR%%/sample/distrotest/Mandrake/2011.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Mandrake/9.2.txt
|
||||
%%WWWDIR%%/sample/distrotest/Manjaro/0.8.8.txt
|
||||
%%WWWDIR%%/sample/distrotest/Mer/0.2011.txt
|
||||
%%WWWDIR%%/sample/distrotest/Mint/13.txt
|
||||
%%WWWDIR%%/sample/distrotest/Mint/14.txt
|
||||
%%WWWDIR%%/sample/distrotest/Mint/15.txt
|
||||
%%WWWDIR%%/sample/distrotest/Netrunner/13.06-SE.txt
|
||||
%%WWWDIR%%/sample/distrotest/Netrunner/13.06.txt
|
||||
%%WWWDIR%%/sample/distrotest/Netrunner/2014.04.txt
|
||||
%%WWWDIR%%/sample/distrotest/NixOS/13.10.txt
|
||||
%%WWWDIR%%/sample/distrotest/OpenMandriva/2013.0-RC1.txt
|
||||
%%WWWDIR%%/sample/distrotest/Oracle/5.10-el.txt
|
||||
%%WWWDIR%%/sample/distrotest/Oracle/6.3.txt
|
||||
%%WWWDIR%%/sample/distrotest/PCLinuxOS/2012.06.txt
|
||||
%%WWWDIR%%/sample/distrotest/PLD/2.99.txt
|
||||
%%WWWDIR%%/sample/distrotest/PLD/3.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Parsix/5.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Parsix/6.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Pear/5.00.txt
|
||||
%%WWWDIR%%/sample/distrotest/Pear/6.1-LTS.txt
|
||||
%%WWWDIR%%/sample/distrotest/Pear/6.1.txt
|
||||
%%WWWDIR%%/sample/distrotest/Pear/7.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Peppermint/3.txt
|
||||
%%WWWDIR%%/sample/distrotest/Peppermint/4-20131113.txt
|
||||
%%WWWDIR%%/sample/distrotest/Pisi/1.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Porteus/2.1.txt
|
||||
%%WWWDIR%%/sample/distrotest/Puppy/431.txt
|
||||
%%WWWDIR%%/sample/distrotest/Puppy/5.3-wary.txt
|
||||
%%WWWDIR%%/sample/distrotest/Puppy/5.3.3-slacko.txt
|
||||
%%WWWDIR%%/sample/distrotest/Puppy/528-lucid.txt
|
||||
%%WWWDIR%%/sample/distrotest/ROSA/2012.0.0-11-LTS.txt
|
||||
%%WWWDIR%%/sample/distrotest/ROSA/2012.0.0-6-LTS.txt
|
||||
%%WWWDIR%%/sample/distrotest/ROSA/2012.1.0-20.txt
|
||||
%%WWWDIR%%/sample/distrotest/ROSA/6.5-Server.txt
|
||||
%%WWWDIR%%/sample/distrotest/Raspbian/7.txt
|
||||
%%WWWDIR%%/sample/distrotest/RedFlag/8.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/RedHat/6.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/RedHat/7.0-Beta.txt
|
||||
%%WWWDIR%%/sample/distrotest/SMEServer/8.1beta3.txt
|
||||
%%WWWDIR%%/sample/distrotest/SMEServer/9.0beta3.txt
|
||||
%%WWWDIR%%/sample/distrotest/SMS/2.0.5.txt
|
||||
%%WWWDIR%%/sample/distrotest/Sabayon/14.01.txt
|
||||
%%WWWDIR%%/sample/distrotest/Salix/14.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Scientific/6.3-lsb.txt
|
||||
%%WWWDIR%%/sample/distrotest/Scientific/6.3.txt
|
||||
%%WWWDIR%%/sample/distrotest/Scientific/6.4.txt
|
||||
%%WWWDIR%%/sample/distrotest/Semplice/6.txt
|
||||
%%WWWDIR%%/sample/distrotest/Slackware/14.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Slax/7.0.1.txt
|
||||
%%WWWDIR%%/sample/distrotest/SliTaz/2014.02.16-cooking.txt
|
||||
%%WWWDIR%%/sample/distrotest/SolusOS/1.3.txt
|
||||
%%WWWDIR%%/sample/distrotest/SolusOS/2-alpha7.txt
|
||||
%%WWWDIR%%/sample/distrotest/SolydXK/2014.01-K.txt
|
||||
%%WWWDIR%%/sample/distrotest/SolydXK/2014.01-X.txt
|
||||
%%WWWDIR%%/sample/distrotest/StartOS/5.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/StartOS/6.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/SteamOS/1.0-beta.txt
|
||||
%%WWWDIR%%/sample/distrotest/Synology/4.1-2668.txt
|
||||
%%WWWDIR%%/sample/distrotest/Tails/0.22.1.txt
|
||||
%%WWWDIR%%/sample/distrotest/Tanglu/2.0-beta2.txt
|
||||
%%WWWDIR%%/sample/distrotest/TinyCore/5.0.alpha4.txt
|
||||
%%WWWDIR%%/sample/distrotest/Tizen/2.2.0-Magnolia.txt
|
||||
%%WWWDIR%%/sample/distrotest/Tizen/2.2.0-Tizen.txt
|
||||
%%WWWDIR%%/sample/distrotest/Trisquel/6.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/Turbo/12.5.txt
|
||||
%%WWWDIR%%/sample/distrotest/Ubuntu/10.04.txt
|
||||
%%WWWDIR%%/sample/distrotest/Ubuntu/12.04.txt
|
||||
%%WWWDIR%%/sample/distrotest/Ubuntu/13.10.txt
|
||||
%%WWWDIR%%/sample/distrotest/UltimateEdition/3.9.txt
|
||||
%%WWWDIR%%/sample/distrotest/Vector/647.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/VortexBox/2.2.txt
|
||||
%%WWWDIR%%/sample/distrotest/VortexBox/2.3-beta.txt
|
||||
%%WWWDIR%%/sample/distrotest/Zenwalk/7.4.txt
|
||||
%%WWWDIR%%/sample/distrotest/Zorin/6.txt
|
||||
%%WWWDIR%%/sample/distrotest/Zorin/7.txt
|
||||
%%WWWDIR%%/sample/distrotest/Zorin/8.txt
|
||||
%%WWWDIR%%/sample/distrotest/antiX/2012.07.06.txt
|
||||
%%WWWDIR%%/sample/distrotest/elementaryOS/0.2.txt
|
||||
%%WWWDIR%%/sample/distrotest/gNewSense/3.0.txt
|
||||
%%WWWDIR%%/sample/distrotest/openSUSE/11.3.txt
|
||||
%%WWWDIR%%/sample/distrotest/openSUSE/13.1.txt
|
||||
%%WWWDIR%%/sample/logs/log_android21.txt
|
||||
%%WWWDIR%%/sample/logs/log_android412.txt
|
||||
%%WWWDIR%%/sample/logs/log_bluestacks.txt
|
||||
%%WWWDIR%%/sample/logs/log_debian7.txt
|
||||
%%WWWDIR%%/sample/logs/log_sf.txt
|
||||
%%WWWDIR%%/sample/main/1-cpuinfo.txt
|
||||
%%WWWDIR%%/sample/main/1-dfiP.txt
|
||||
%%WWWDIR%%/sample/main/1-dfkP.txt
|
||||
%%WWWDIR%%/sample/main/1-mount.txt
|
||||
%%WWWDIR%%/sample/main/README
|
||||
%%WWWDIR%%/sample/main/cpuinfo1.txt
|
||||
%%WWWDIR%%/sample/main/cpuinfo2.txt
|
||||
%%WWWDIR%%/sample/main/cpuinfo3.txt
|
||||
%%WWWDIR%%/sample/main/cpuinfo4.txt
|
||||
%%WWWDIR%%/sample/main/cpuinfo5.txt
|
||||
%%WWWDIR%%/sample/main/cpuinfo6.txt
|
||||
%%WWWDIR%%/sample/main/cpuinfo7.txt
|
||||
%%WWWDIR%%/sample/main/cpuinfo8.txt
|
||||
%%WWWDIR%%/sample/main/cpuinfo9.txt
|
||||
%%WWWDIR%%/sample/main/dev1.txt
|
||||
%%WWWDIR%%/sample/main/df1.txt
|
||||
%%WWWDIR%%/sample/main/mount1.txt
|
||||
%%WWWDIR%%/sample/main/pmset1.txt
|
||||
%%WWWDIR%%/sample/main/pmset2.txt
|
||||
%%WWWDIR%%/sample/main/pmset3.txt
|
||||
%%WWWDIR%%/sample/main/pmset4.txt
|
||||
%%WWWDIR%%/sample/main/swaps1.txt
|
||||
%%WWWDIR%%/sample/main/vm_stat1.txt
|
||||
%%WWWDIR%%/sample/main/vm_stat2.txt
|
||||
%%WWWDIR%%/sample/main/vm_stat3.txt
|
||||
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors1.txt
|
||||
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors2.txt
|
||||
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors3.txt
|
||||
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors4.txt
|
||||
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors5.txt
|
||||
%%WWWDIR%%/sample/motherboard/ipmi-sensors/ipmi-sensors1.txt
|
||||
%%WWWDIR%%/sample/motherboard/ipmitool/ipmitool1.txt
|
||||
%%WWWDIR%%/sample/motherboard/ipmiutil/ipmiutil1.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors1.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors2.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors3.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors4.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors5.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors6.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors7.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors8.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors9.txt
|
||||
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors10.txt
|
||||
%%WWWDIR%%/sample/motherboard/mbm5/MBM51.csv
|
||||
%%WWWDIR%%/sample/plugin_bat/README
|
||||
%%WWWDIR%%/sample/plugin_bat/ac_state1.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/battery_info1.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/battery_state1.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_LenovoT530.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_android233.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_android412.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_android422.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_darwin_1.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_freebsd_1.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_freebsd_2.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_test_1.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_test_2.txt
|
||||
%%WWWDIR%%/sample/plugin_bat/log_vbox.txt
|
||||
%%WWWDIR%%/sample/plugin_dmraid/dmraid1.txt
|
||||
%%WWWDIR%%/sample/plugin_dmraid/dmraid2.txt
|
||||
%%WWWDIR%%/sample/plugin_dmraid/dmraid3.txt
|
||||
%%WWWDIR%%/sample/plugin_dmraid/dmraid4.txt
|
||||
%%WWWDIR%%/sample/plugin_dmraid/dmraid5.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/README
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid1.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid10.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid11.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid12.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid2.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid3.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid4.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid5.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid6.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid7.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid8.txt
|
||||
%%WWWDIR%%/sample/plugin_mdstat/raid9.txt
|
||||
%%WWWDIR%%/sample/plugin_ps/README
|
||||
%%WWWDIR%%/sample/plugin_ps/ps1.txt
|
||||
%%WWWDIR%%/sample/plugin_ps/ps2.txt
|
||||
%%WWWDIR%%/sample/plugin_psstatus/README
|
||||
%%WWWDIR%%/sample/plugin_psstatus/psstatus1.txt
|
||||
%%WWWDIR%%/sample/plugin_quotas/README
|
||||
%%WWWDIR%%/sample/plugin_quotas/quotas1.txt
|
||||
%%WWWDIR%%/sample/plugin_smart/smart0.txt
|
||||
%%WWWDIR%%/sample/plugin_smart/smart1.txt
|
||||
%%WWWDIR%%/sample/plugin_updatenotifier/ubuntu-landscape
|
||||
%%WWWDIR%%/sample/plugin_updatenotifier/universal-format
|
||||
%%WWWDIR%%/sample/processes/processes.txt
|
||||
%%WWWDIR%%/sample/ups/1-upscDell2700.txt
|
||||
%%WWWDIR%%/sample/ups/1-upscPW5110.txt
|
||||
%%WWWDIR%%/sample/ups/1-upscl.txt
|
||||
%%WWWDIR%%/sample/ups/apcaccess1.txt
|
||||
%%WWWDIR%%/sample/ups/powersoftplus1.txt
|
||||
%%WWWDIR%%/templates/aqua.css
|
||||
%%WWWDIR%%/templates/aqua/aq_background.gif
|
||||
%%WWWDIR%%/templates/clean.css
|
||||
|
@ -226,24 +637,35 @@
|
|||
%%WWWDIR%%/templates/cream/bg.gif
|
||||
%%WWWDIR%%/templates/html/error_config.html
|
||||
%%WWWDIR%%/templates/html/index_all.html
|
||||
%%WWWDIR%%/templates/html/index_bootstrap.html
|
||||
%%WWWDIR%%/templates/html/index_dynamic.html
|
||||
%%WWWDIR%%/templates/idash.css
|
||||
%%WWWDIR%%/templates/idash/bg.png
|
||||
%%WWWDIR%%/templates/idash/html.gif
|
||||
%%WWWDIR%%/templates/idash/htmlwarn.gif
|
||||
%%WWWDIR%%/templates/jstyle_blue.css
|
||||
%%WWWDIR%%/templates/jstyle_green.css
|
||||
%%WWWDIR%%/templates/nextgen.css
|
||||
%%WWWDIR%%/templates/nextgen/nextgen_bg.png
|
||||
%%WWWDIR%%/templates/phpsysinfo.css
|
||||
%%WWWDIR%%/templates/phpsysinfo_bootstrap.css
|
||||
%%WWWDIR%%/templates/plugin/jquery.dataTables.css
|
||||
%%WWWDIR%%/templates/plugin/jquery.jgrowl.css
|
||||
%%WWWDIR%%/templates/plugin/jquery.treeTable.css
|
||||
%%WWWDIR%%/templates/plugin/nyroModal.full.css
|
||||
%%WWWDIR%%/templates/two.css
|
||||
%%WWWDIR%%/templates/two/gradient.png
|
||||
%%WWWDIR%%/templates/vendor/bootstrap.min.css
|
||||
%%WWWDIR%%/tools/MakeRelease.sh
|
||||
%%WWWDIR%%/tools/README
|
||||
%%WWWDIR%%/tools/aptana/js.xml
|
||||
%%WWWDIR%%/tools/aptana/php.xml
|
||||
%%WWWDIR%%/tools/check.sh
|
||||
%%WWWDIR%%/tools/checkdistro.php
|
||||
%%WWWDIR%%/tools/distrotest.php
|
||||
%%WWWDIR%%/tools/lint.bat
|
||||
%%WWWDIR%%/tools/phpsysinfo.ini
|
||||
%%WWWDIR%%/xml.php
|
||||
@dir %%WWWDIR%%/plugins/UpdateNotifier/gfx
|
||||
@dir %%WWWDIR%%/plugins/UpdateNotifier/css
|
||||
@dir %%WWWDIR%%/plugins/SMART/gfx
|
||||
@dir %%WWWDIR%%/plugins/Quotas/gfx
|
||||
@dir %%WWWDIR%%/plugins/PS/gfx
|
||||
@dir %%WWWDIR%%/plugins/PS/css
|
||||
@dir %%WWWDIR%%/plugins/BAT/gfx
|
||||
@dir %%WWWDIR%%/plugins/BAT/css
|
||||
@owner
|
||||
@group
|
||||
@mode
|
||||
|
|
Loading…
Reference in a new issue