Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
ben
/
copyvios
şunun yansıması
https://github.com/earwig/copyvios
İzle
1
Yıldızla
1
Çatalla
0
Kod
Sürümler
0
Aktivite
Kaynağa Gözat
gitignore rewrite.script; index test
pull/24/head
Ben Kurtovic
13 yıl önce
ebeveyn
80580789ec
işleme
5714f77c75
3 değiştirilmiş dosya
ile
7 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-0
.gitignore
+1
-0
pages/index.mako
+5
-0
rewrite.script
+ 1
- 0
.gitignore
Dosyayı Görüntüle
@@ -1,3 +1,4 @@
*.pyc
temp/
www/
rewrite.script
+ 1
- 0
pages/index.mako
Dosyayı Görüntüle
@@ -0,0 +1 @@
Hello World!
+ 5
- 0
rewrite.script
Dosyayı Görüntüle
@@ -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
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet