Skip to content

Commit

Permalink
initialising project
Browse files Browse the repository at this point in the history
  • Loading branch information
kwijibo committed Oct 24, 2011
0 parents commit 584d56e
Show file tree
Hide file tree
Showing 645 changed files with 103,368 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
RewriteEngine on

RewriteRule ^$ proxy.php [L]
RewriteRule ^sparql$ proxy.php [L]

RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [L]

RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.*$ - [L]


35 changes: 35 additions & 0 deletions arc/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
K 25
svn:wc:ra_dav:version-url
V 73
/svn-repos/!svn/ver/37811/Applications/Revyu/branches/Sprint_1.2/lib/arc2
END
ARC2_Reader.php
K 25
svn:wc:ra_dav:version-url
V 89
/svn-repos/!svn/ver/37777/Applications/Revyu/branches/Sprint_1.2/lib/arc2/ARC2_Reader.php
END
ARC2_Class.php
K 25
svn:wc:ra_dav:version-url
V 88
/svn-repos/!svn/ver/37777/Applications/Revyu/branches/Sprint_1.2/lib/arc2/ARC2_Class.php
END
ARC2_getPreferredFormat.php
K 25
svn:wc:ra_dav:version-url
V 101
/svn-repos/!svn/ver/37777/Applications/Revyu/branches/Sprint_1.2/lib/arc2/ARC2_getPreferredFormat.php
END
ARC2_getFormat.php
K 25
svn:wc:ra_dav:version-url
V 92
/svn-repos/!svn/ver/37777/Applications/Revyu/branches/Sprint_1.2/lib/arc2/ARC2_getFormat.php
END
ARC2.php
K 25
svn:wc:ra_dav:version-url
V 82
/svn-repos/!svn/ver/37777/Applications/Revyu/branches/Sprint_1.2/lib/arc2/ARC2.php
END
114 changes: 114 additions & 0 deletions arc/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
8

dir
42735
http://mrpotatohead/svn-repos/Applications/Revyu/branches/Sprint_1.2/lib/arc2
http://mrpotatohead/svn-repos



2009-02-11T12:53:01.343262Z
37811
ka


svn:special svn:externals svn:needs-lock











cddbaf53-7d3a-3f44-85ff-d5d6dcf41e07

parsers
dir

ARC2_Reader.php
file




2009-05-26T12:44:37.000000Z
3d51f5d7dfe72e2ed61bfdaa5c22e9d0
2009-02-11T10:11:45.287054Z
37777
ka
has-props

plugins
dir

ARC2_Class.php
file




2009-05-26T12:44:37.000000Z
c9e8ef3bd22f3e85b5b9704c36a6879e
2009-02-11T10:11:45.287054Z
37777
ka
has-props

ARC2_getPreferredFormat.php
file




2009-05-26T12:44:37.000000Z
0bb684c0b68edd9eb0f2893741b8070b
2009-02-11T10:11:45.287054Z
37777
ka
has-props

ARC2_getFormat.php
file




2009-05-26T12:44:37.000000Z
672497117af739e00289fbc92df0584f
2009-02-11T10:11:45.287054Z
37777
ka
has-props

triggers
dir

sparqlscript
dir

serializers
dir

store
dir

ARC2.php
file




2009-05-26T12:44:37.000000Z
3e45ab8535ca8df14976b913f0ec13f8
2009-02-11T10:11:45.287054Z
37777
ka
has-props

extractors
dir

1 change: 1 addition & 0 deletions arc/.svn/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
5 changes: 5 additions & 0 deletions arc/.svn/prop-base/ARC2.php.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 14
svn:executable
V 0

END
5 changes: 5 additions & 0 deletions arc/.svn/prop-base/ARC2_Class.php.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 14
svn:executable
V 0

END
5 changes: 5 additions & 0 deletions arc/.svn/prop-base/ARC2_Reader.php.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 14
svn:executable
V 0

END
5 changes: 5 additions & 0 deletions arc/.svn/prop-base/ARC2_getFormat.php.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 14
svn:executable
V 0

END
5 changes: 5 additions & 0 deletions arc/.svn/prop-base/ARC2_getPreferredFormat.php.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 14
svn:executable
V 0

END
Loading

0 comments on commit 584d56e

Please sign in to comment.