Remove captchas.html stuff.
This commit is contained in:
parent
1a9056489f
commit
1f38a14ae5
10
Makefile
10
Makefile
@ -24,7 +24,7 @@ coffee := $(BIN)coffee -c --no-header
|
|||||||
template := node tools/template.js
|
template := node tools/template.js
|
||||||
template_deps := package.json tools/template.js
|
template_deps := package.json tools/template.js
|
||||||
|
|
||||||
# read name meta_name meta_distBranch meta_uploadPath
|
# read name meta_name meta_distBranch
|
||||||
$(eval $(shell node tools/pkgvars.js))
|
$(eval $(shell node tools/pkgvars.js))
|
||||||
|
|
||||||
# must be read in when needed to prevent out-of-date version
|
# must be read in when needed to prevent out-of-date version
|
||||||
@ -252,7 +252,7 @@ distready : dist $(wildcard dist/* dist/*/*)
|
|||||||
|
|
||||||
.SECONDARY :
|
.SECONDARY :
|
||||||
|
|
||||||
.PHONY: default all distready script crx release jshint install push captchas $(npgoals)
|
.PHONY: default all distready script crx release jshint install push $(npgoals)
|
||||||
|
|
||||||
script : $(script)
|
script : $(script)
|
||||||
|
|
||||||
@ -266,10 +266,6 @@ install : .events/install
|
|||||||
|
|
||||||
push : .events2/push-git .events2/push-web .events2/push-store
|
push : .events2/push-git .events2/push-web .events2/push-store
|
||||||
|
|
||||||
captchas : redirect.html $(template_deps)
|
|
||||||
$(template) redirect.html captchas.html url="$(url)"
|
|
||||||
scp captchas.html $(meta_uploadPath)
|
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
$(RMDIR) tmp tmp-crx testbuilds .events
|
$(RMDIR) tmp tmp-crx testbuilds .events
|
||||||
$(RM) .tests_enabled
|
$(RM) .tests_enabled
|
||||||
@ -278,7 +274,7 @@ cleanrel : clean
|
|||||||
$(RMDIR) builds
|
$(RMDIR) builds
|
||||||
|
|
||||||
cleanweb :
|
cleanweb :
|
||||||
$(RM) test.html captchas.html
|
$(RM) test.html
|
||||||
|
|
||||||
cleanfull : clean cleanweb
|
cleanfull : clean cleanweb
|
||||||
$(RMDIR) .events2 dist node_modules
|
$(RMDIR) .events2 dist node_modules
|
||||||
|
|||||||
@ -22,7 +22,6 @@
|
|||||||
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
|
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
|
||||||
"youtubeAPIKey": "AIzaSyB5_zaen_-46Uhz1xGR-lz1YoUMHqCD6CE",
|
"youtubeAPIKey": "AIzaSyB5_zaen_-46Uhz1xGR-lz1YoUMHqCD6CE",
|
||||||
"distBranch": "gh-pages",
|
"distBranch": "gh-pages",
|
||||||
"uploadPath": "www.4chan-x.net:/var/www/html/",
|
|
||||||
"includes_only": [
|
"includes_only": [
|
||||||
"*://boards.4chan.org/*",
|
"*://boards.4chan.org/*",
|
||||||
"*://sys.4chan.org/*",
|
"*://sys.4chan.org/*",
|
||||||
|
|||||||
@ -1,10 +0,0 @@
|
|||||||
<% url = (url || 'https://www.4chan.org/feedback'); %><!doctype html>
|
|
||||||
<html><head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=<%= url %>">
|
|
||||||
<title>Redirect</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
Redirecting to <a href="<%= url %>"><%= url %></a>...
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user