Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
docs /
kss /
Delete
Unzip
Name
Size
Permission
Date
Action
scripts
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
styleguide-template
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
Makefile
795
B
-rw-r--r--
2016-11-28 20:20
README.txt
846
B
-rw-r--r--
2016-11-28 20:20
styleGuideModules.txt
202
B
-rw-r--r--
2016-11-28 20:20
Save
Rename
MEDIAWIKI_LOAD_URL ?= http://localhost/w/load.php kss: kssnodecheck # Generates CSS of mediawiki.ui and mediawiki.ui.button using ResourceLoader, then applies it to the # KSS style guide $(eval KSS_RL_TMP := $(shell mktemp /tmp/tmp.XXXXXXXXXX)) $(eval MODULE_STR := $(shell paste -sd "|" styleGuideModules.txt)) # See ResourceLoaderClientHtml::makeLoad. @curl -sG "${MEDIAWIKI_LOAD_URL}?modules=${MODULE_STR}&only=styles" > $(KSS_RL_TMP) @node_modules/.bin/kss-node ../../resources/src/mediawiki.ui static/ --css $(KSS_RL_TMP) -t styleguide-template @rm $(KSS_RL_TMP) kssopen: kss @echo Opening the generated style guide... @command -v xdg-open >/dev/null 2>&1 || { open ${PWD}/static/index.html; exit 0; } @xdg-open ${PWD}/static/index.html kssnodecheck: @scripts/kss-node-check.sh