Skip to content

Commit d37bff7

Browse files
committed
first commit
0 parents  commit d37bff7

File tree

18,297 files changed

+1920129
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

18,297 files changed

+1920129
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cache/
2+
log/

.svn/dir-prop-base

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
K 10
2+
svn:ignore
3+
V 12
4+
svn-commit*
5+
6+
END

.svn/entries

+160
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
10
2+
3+
dir
4+
2
5+
file:///var/www/myrepo/pprl
6+
file:///var/www/myrepo
7+
8+
9+
10+
2011-11-04T13:40:28.249884Z
11+
2
12+
craig
13+
has-props
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
4bf1653b-4a52-40e8-a231-e2185a91c816
28+
29+
test
30+
dir
31+
32+
log
33+
dir
34+
35+
plugins
36+
dir
37+
38+
LICENSE
39+
file
40+
41+
42+
43+
44+
2010-01-18T22:08:12.000000Z
45+
bc439cf3c3b129e7aa25854525e8020d
46+
2011-11-04T13:40:28.249884Z
47+
2
48+
craig
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
1271
71+
72+
apps
73+
dir
74+
75+
cache
76+
dir
77+
78+
symfony
79+
file
80+
81+
82+
83+
84+
2010-01-18T22:08:12.000000Z
85+
ec0244c82ba8f52899e48b4e473f78e8
86+
2011-11-04T13:40:28.249884Z
87+
2
88+
craig
89+
has-props
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+
446
111+
112+
config
113+
dir
114+
115+
doc
116+
dir
117+
118+
lib
119+
dir
120+
121+
data
122+
dir
123+
124+
README
125+
file
126+
127+
128+
129+
130+
2011-04-26T18:34:38.000000Z
131+
dd4a6d171e4799f7f3a761fa079740f1
132+
2011-11-04T13:40:28.249884Z
133+
2
134+
craig
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
295
157+
158+
web
159+
dir
160+

.svn/prop-base/symfony.svn-base

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
K 14
2+
svn:executable
3+
V 1
4+
*
5+
END

.svn/text-base/LICENSE.svn-base

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
--------------------------------------------------------------------------------
2+
apostrophePlugin
3+
--------------------------------------------------------------------------------
4+
5+
Copyright (c) 2009 P'unk Avenue, LLC
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy of
8+
this software and associated documentation files (the "Software"), to deal in
9+
the Software without restriction, including without limitation the rights to
10+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
11+
the Software, and to permit persons to whom the Software is furnished to do so,
12+
subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
19+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

.svn/text-base/README.svn-base

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Apostrophe
2+
3+
Welcome to Apostrophe!
4+
5+
For complete and extensive documentation of Apostrophe please visit
6+
[trac.apostrophenow.org](http://trac.apostrophenow.org/wiki/ManualOverview). There you'll find a complete manual organized much more conveniently than is possible with a README file. Neat.

.svn/text-base/symfony.svn-base

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env php
2+
<?php
3+
4+
/*
5+
* This file is part of the symfony package.
6+
* (c) Fabien Potencier <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
chdir(dirname(__FILE__));
13+
require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php');
14+
include(sfCoreAutoload::getInstance()->getBaseDir().'/command/cli.php');

LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
--------------------------------------------------------------------------------
2+
apostrophePlugin
3+
--------------------------------------------------------------------------------
4+
5+
Copyright (c) 2009 P'unk Avenue, LLC
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy of
8+
this software and associated documentation files (the "Software"), to deal in
9+
the Software without restriction, including without limitation the rights to
10+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
11+
the Software, and to permit persons to whom the Software is furnished to do so,
12+
subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
19+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Apostrophe
2+
3+
Welcome to Apostrophe!
4+
5+
For complete and extensive documentation of Apostrophe please visit
6+
[trac.apostrophenow.org](http://trac.apostrophenow.org/wiki/ManualOverview). There you'll find a complete manual organized much more conveniently than is possible with a README file. Neat.

apps/.svn/entries

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
10
2+
3+
dir
4+
2
5+
file:///var/www/myrepo/pprl/apps
6+
file:///var/www/myrepo
7+
8+
9+
10+
2011-11-04T13:40:28.249884Z
11+
2
12+
craig
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
4bf1653b-4a52-40e8-a231-e2185a91c816
28+
29+
frontend
30+
dir
31+

apps/frontend/.svn/entries

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
10
2+
3+
dir
4+
2
5+
file:///var/www/myrepo/pprl/apps/frontend
6+
file:///var/www/myrepo
7+
8+
9+
10+
2011-11-04T13:40:28.249884Z
11+
2
12+
craig
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
4bf1653b-4a52-40e8-a231-e2185a91c816
28+
29+
i18n
30+
dir
31+
32+
config
33+
dir
34+
35+
lib
36+
dir
37+
38+
modules
39+
dir
40+
41+
templates
42+
dir
43+
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
K 10
2+
svn:ignore
3+
V 44
4+
# Please don't remove this!
5+
punk-demo-*.yml
6+
7+
END

0 commit comments

Comments
 (0)