Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
copyvios
mirror da
https://github.com/earwig/copyvios
Segui
1
Vota
1
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
gitignore rewrite.script; index test
pull/24/head
Ben Kurtovic
13 anni fa
parent
80580789ec
commit
5714f77c75
3 ha cambiato i file
con
7 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
.gitignore
+1
-0
pages/index.mako
+5
-0
rewrite.script
+ 1
- 0
.gitignore
Vedi File
@@ -1,3 +1,4 @@
*.pyc
temp/
www/
rewrite.script
+ 1
- 0
pages/index.mako
Vedi File
@@ -0,0 +1 @@
Hello World!
+ 5
- 0
rewrite.script
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva