Initial commit
@@ -0,0 +1,64 @@
|
||||
Options +FollowSymlinks
|
||||
RewriteEngine on
|
||||
|
||||
#ErrorDocument 400 /databap/index.php?p=error
|
||||
#ErrorDocument 401 /databap/index.php?p=error
|
||||
#ErrorDocument 403 /databap/index.php?p=error
|
||||
#ErrorDocument 404 /databap/index.php?p=error&test=%{REQUEST_URI}
|
||||
#ErrorDocument 500 /databap/index.php?p=error
|
||||
|
||||
#reading procedure bytes (by id/phrase)
|
||||
RewriteRule ^(.*)(p|proc|procedure)\-([0-9]+)$ index.php?p=procedure&proc_id=$3 [L]
|
||||
|
||||
#Article (by id)
|
||||
RewriteRule ^(.*)(a|art|article)\-(.+)$ index.php?a=art_redirect&id=$3 [L]
|
||||
|
||||
#Doc (by id)
|
||||
RewriteRule ^(.*)(d|doc|documentation)\-(.+)$ index.php?p=doc&doc_id=$3 [L]
|
||||
|
||||
#reading code bytes (by id/phrase)
|
||||
RewriteRule ^(.*)(c|code)\-(.+)$ index.php?p=read_code&code=$3 [L]
|
||||
|
||||
#search (by phrase)
|
||||
RewriteRule ^(.*)(recherche|search)\-(.+)$ index.php?p=search&search_words=$3 [L]
|
||||
|
||||
#Add Procedure
|
||||
RewriteRule ^(.*)(add_proc|add_procedure|p\-|proc|proc\-|procedure|procedure\-)$ index.php?p=procedure [L]
|
||||
|
||||
#Add Code
|
||||
RewriteRule ^(.*)(add_code|c\-|code|code\-)$ index.php?p=add_code [L]
|
||||
|
||||
#Add Doc
|
||||
RewriteRule ^(.*)doc$ index.php?p=doc [L]
|
||||
|
||||
#Liste
|
||||
RewriteRule ^(.*)liste$ index.php?p=list [L]
|
||||
|
||||
#Profile (by id)
|
||||
RewriteRule ^(.*)(p|profil)\-(.+)$ index.php?p=profile&profile_user=$3 [L]
|
||||
|
||||
#Profile (current user)
|
||||
RewriteRule ^(.*)(p\-|profil|profil\-)$ index.php?p=profile&profile_user= [L]
|
||||
|
||||
#Chat (by message id)
|
||||
RewriteRule ^(.*)chat\-(.+)$ index.php?p=chat&id=$2 [L]
|
||||
|
||||
#Chat (current chat)
|
||||
RewriteRule ^(.*)(chat|chat\-)$ index.php?p=chat [L]
|
||||
|
||||
#Options
|
||||
RewriteRule ^(.*)options$ index.php?p=options [L]
|
||||
|
||||
#RSS Feed (by category)
|
||||
RewriteRule ^(.*)rss\-(.+)$ index.php?p=rss&cat=$2 [L]
|
||||
|
||||
#RSS Feed (all)
|
||||
RewriteRule ^(.*)rss$ index.php?p=rss [L]
|
||||
|
||||
#Eg
|
||||
#prevent www.
|
||||
#RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
|
||||
#RewriteRule ^(.*)$ http://%1/$1 [R=301,NC,L]
|
||||
#E.g RewriteRule ^(.*)\.html $1.php
|
||||
#reading code bytes (by id)
|
||||
#RewriteRule ^(.*)code\-([0-9]+)$ index.php?p=read_code&id_code=$2 [L]
|
||||
@@ -0,0 +1,5 @@
|
||||
K 25
|
||||
svn:wc:ra_dav:version-url
|
||||
V 32
|
||||
/svn/!svn/ver/132/trunk/docs/tmp
|
||||
END
|
||||
@@ -0,0 +1,28 @@
|
||||
10
|
||||
|
||||
dir
|
||||
135
|
||||
https://databap.googlecode.com/svn/trunk/docs/tmp
|
||||
https://databap.googlecode.com/svn
|
||||
|
||||
|
||||
|
||||
2012-01-09T17:32:47.381675Z
|
||||
132
|
||||
francois.lutran
|
||||
|
||||
|
||||
svn:special svn:externals svn:needs-lock
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
4b25baf8-fae0-fdd7-8fdf-ced755d0da00
|
||||
|
||||
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 46 KiB |