このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
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
書き込み
プレビュー
読み込み中…
キャンセル
保存