[ Avaa Bypassed ]




Upload:

Command:

www-data@18.191.254.28: ~ $
SRCS	:= $(wildcard *.xml)
NSGMLS	:= $(shell if command -v onsgmls 2>/dev/null; then	 \
			:					;\
		   elif command -v nsgmls 2>/dev/null; then	 \
			:					;\
		   else						 \
			echo "false"				;\
			echo "warning: no nsgmls found" >&2	;\
		   fi)

NSGMLSARGS	:= -m/usr/share/sgml/declaration/xml.soc

# settings for XML files
export SP_CHARSET_FIXED = YES
export SP_ENCODING = XML

.PHONY: validate
validate:	$(addsuffix .nsgmls,$(SRCS)) $(addsuffix .xmllint,$(SRCS))

%.xmllint  : %
	xmllint --nonet --noout --valid $<

%.nsgmls   : %
	$(NSGMLS) -E1 -wxml -wall $(NSGMLSARGS) -gues $<

.PHONY: clean
clean:
	rm -f *.html *~

Filemanager

Name Type Size Permission Actions
Makefile File 630 B 0644
README File 741 B 0644
test-4.0.xml File 705 B 0644
test-4.1.2.xml File 704 B 0644
test-4.1.xml File 700 B 0644
test-4.2.xml File 700 B 0644
test-4.3.xml File 700 B 0644
test-4.4.xml File 774 B 0644
test-4.5.xml File 774 B 0644
test-4.xml File 765 B 0644
test-bad-si-4.0.xml File 663 B 0644
test-bad-si-4.1.2.xml File 660 B 0644
test-bad-si-4.1.xml File 658 B 0644
test-bad-si-4.2.xml File 658 B 0644
test-bad-si-4.3.xml File 658 B 0644
test-bad-si-4.4.xml File 658 B 0644
test-bad-si-4.5.xml File 658 B 0644
test-legacy-si-4.0.xml File 642 B 0644
test-legacy-si-4.1.2.xml File 644 B 0644
test-legacy-si-4.1.xml File 642 B 0644
test-legacy-si-4.2.xml File 642 B 0644
test-legacy-si-4.3.xml File 642 B 0644
test-si-4.3.xml File 644 B 0644
test-si-4.4.xml File 644 B 0644
test-si-4.5.xml File 644 B 0644
test-si-4.xml File 642 B 0644
test-si-url-docbook.org-4.1.2.xml File 635 B 0644
test-si-url-docbook.org-4.2.xml File 633 B 0644
test-si-url-docbook.org-4.3.xml File 633 B 0644
test-si-url-docbook.org-4.4.xml File 633 B 0644
test-si-url-docbook.org-4.5.xml File 633 B 0644
test-si-url-oasis-4.1.2.xml File 650 B 0644
test-si-url-oasis-4.2.xml File 648 B 0644
test-si-url-oasis-4.3.xml File 648 B 0644
test-si-url-oasis-4.4.xml File 648 B 0644
test-si-url-oasis-4.5.xml File 648 B 0644