Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
copyvios
réplica de
https://github.com/earwig/copyvios
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
gitignore rewrite.script; index test
pull/24/head
Ben Kurtovic
hace 13 años
padre
80580789ec
commit
5714f77c75
Se han
modificado 3 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
.gitignore
+1
-0
pages/index.mako
+5
-0
rewrite.script
+ 1
- 0
.gitignore
Ver fichero
@@ -1,3 +1,4 @@
*.pyc
temp/
www/
rewrite.script
+ 1
- 0
pages/index.mako
Ver fichero
@@ -0,0 +1 @@
Hello World!
+ 5
- 0
rewrite.script
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar