使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
ben
/
copyvios
镜像自地址
https://github.com/earwig/copyvios
关注
1
点赞
1
派生
0
代码
版本发布
0
动态
浏览代码
gitignore rewrite.script; index test
pull/24/head
Ben Kurtovic
13 年前
父节点
80580789ec
当前提交
5714f77c75
共有
3 个文件被更改
,包括
7 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-0
.gitignore
+1
-0
pages/index.mako
+5
-0
rewrite.script
+ 1
- 0
.gitignore
查看文件
@@ -1,3 +1,4 @@
*.pyc
temp/
www/
rewrite.script
+ 1
- 0
pages/index.mako
查看文件
@@ -0,0 +1 @@
Hello World!
+ 5
- 0
rewrite.script
查看文件
@@ -3,3 +3,8 @@ if matched then
set URL = /~earwig/rewrite/hello.fcgi$1
goto END
endif
match URL into $ with ^/~earwig/index(\?.*?)?$
if matched then
set URL = /~earwig/rewrite/index.fcgi$1
goto END
endif
撰写
预览
正在加载...
取消
保存