forked from weierophinney/mwop.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vimproject
785 lines (785 loc) · 16.1 KB
/
.vimproject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
mwop=/home/matthew/git/sites/mwop CD=. filter="README TODO.md *.php *.xml *.txt *.json" {
README
TODO.md
bootstrap.php
composer.json
openshift=.openshift filter="*" {
action_hooks=action_hooks {
build
deploy
post_deploy
post_start_zend-5.6
post_stop_zend-5.6
pre_build
pre_start_zend-5.6
pre_stop_zend-5.6
}
cron=cron {
README.cron
daily=daily {
}
hourly=hourly {
fetch_comics.sh
}
minutely=minutely {
fetch_github_links.sh
}
monthly=monthly {
}
weekly=weekly {
README
jobs.allow
jobs.deny
}
}
markers=markers {
README
hot_deploy
}
}
bin=bin filter="*.sh deploy" {
deploy
deploy-listener.pl
}
config=config filter="*.php *.ini *.xml *.json *.yml *.dist" {
application.config.php
posts.config.php
autoload=autoload {
database.global.php
global.php
module.application.global.php
module.application.local.php
module.blog.global.php
module.blog.local.php
module.github-feed.local.php
module.phly-contact.global.php
module.phly-contact.local.php
module.zfcuser.global.php
scn-social-auth.global.php
scn-social-auth.local.php
}
}
content=content {
posts=posts {
2012=2012 {
2012-04-02-PhlyBlog.php
2012-04-30-WhyModules.php
2012-06-25-GitDeploy.php
2012-06-28-FinalPrivateVisibility.php
2012-07-02-Zf2Forms.php
2012-07-30-TheNewInit.php
2012-08-16-Microframeworks.php
2012-09-19-Zf2-Module-Screencast.php
2012-09-20-Screencasting-on-linux.php
2012-11-01-Openshift.php
2012-11-05-Server-Caching.php
2012-11-17-ZendCon.php
2012-12-18-PHP-Masters.php
2012-12-20-On-Shared-Interfaces.php
2012-12-30-Openshift-Cron.php
2013-02-11-RestfulApis-Part1.php
2013-02-12-RestfulApis-Part2.php
call-a-spade-a-spade.php
why-conventions-matter.php
zf2-beta3.php
zf2-modules-you-can-use-today.php
}
}
}
hooks=hooks {
post-update
}
module=module {
Application=Application {
Module.php
autoload_classmap.php
autoload_function.php
autoload_register.php
config=config filter="*.ini *.xml *.php *.php.dist" {
module.config.php
}
public=public {
css=css filter="*.css" {
blog.css
site.css
}
images=images filter="*.jpg *.png *.gif *.ico" {
logo.gif
favicon.ico
}
js=js filter="*.js" {
blog.js
githublinks.js
scroll.js
}
}
src=src {
Application=Application {
View=View {
Helper=Helper {
Disqus.php
}
}
}
}
view=view filter="*.mustache *.phtml" {
about.phtml
analytics.phtml
dojo-config.phtml
error.phtml
github.phtml
github-links.phtml
layout.phtml
projects.phtml
search.phtml
searchbox.phtml
blog=blog filter="*.phtml" {
assets.phtml
blogroll.phtml
entry-short.phtml
entry.phtml
list.phtml
paginator.phtml
social-media.phtml
tags.phtml
}
pages=pages {
401.phtml
404.phtml
comics.phtml
home.phtml
resume.phtml
}
}
}
GithubFeed=GithubFeed {
autoload_classmap.php
autoload_function.php
autoload_register.php
Module.php
config=config filter="*.ini *.xml *.php *.php.dist" {
module.config.php
}
src=src {
GithubFeed=GithubFeed {
AtomReader.php
FetchController.php
}
}
view=view filter="*.mustache *.phtml" {
github-feed=github-feed filter="*.phtml" {
links.phtml
}
}
}
}
public=public {
.htaccess
index.php
}
vendor=vendor {
PhlyComic=PhlyComic filter="*.php *.md" {
Module.php
autoload_classmap.php
autoload_function.php
autoload_register.php
README.md
bin=bin {
get_comics.php
get_one_comic.php
}
src=src {
PhlyComic=PhlyComic {
Comic.php
ComicDescription.php
ComicFactory.php
ComicSource.php
ComicSource=ComicSource {
AbstractComicSource.php
AbstractDomSource.php
AbstractRssSource.php
BasicInstructions.php
CtrlAltDel.php
Dilbert.php
ForBetterOrForWorse.php
FoxTrot.php
GarfieldMinusGarfield.php
GoComics.php
NotInventedHere.php
PennyArcade.php
ReptilisRex.php
ScenesFromAMultiverse.php
UserFriendly.php
Xkcd.php
}
}
}
}
SkeletonCss=SkeletonCss filter="*.css *.js *.html *.txt" {
README.md
public=public {
404.html
index.html
robots.txt
css=css {
base.css
layout.css
skeleton.css
}
images=images {
}
js=js {
tabs.js
}
}
}
phly=phly filter="*.php *.phtml *.md *.txt *.sql *.js *.css *.html" {
phly-blog=phly-blog {
Module.php
autoload_classmap.php
autoload_function.php
autoload_register.php
README.md
TODO.md
bin=bin {
compile.php
}
config=config {
module.config.php
}
misc=misc {
sample-post.php
}
src=src {
PhlyBlog=PhlyBlog {
AuthorEntity.php
Compiler.php
CompilerOptions.php
EntryEntity.php
Compiler=Compiler {
Event.php
FileWriter.php
PhpFileFilter.php
ResponseFile.php
ResponseStrategy.php
SortedEntries.php
WriterInterface.php
Listener=Listener {
AbstractList.php
Archives.php
Authors.php
ByDate.php
ByMonth.php
ByYear.php
Entries.php
ListenerInterface.php
Tags.php
}
}
Filter=Filter {
AuthorFilter.php
AuthorIsValid.php
EntryFilter.php
Permalink.php
Tags.php
Url.php
}
}
}
test=test {
bootstrap.php
PhlyBlog=PhlyBlog {
CompilerTest.php
EntryEntityTest.php
Compiler=Compiler {
FileWriterTest.php
ResponseFileTest.php
ResponseStrategyTest.php
Listener=Listener {
ArchivesTest.php
AuthorsTest.php
ByDateTest.php
ByMonthTest.php
ByYearTest.php
EntriesTest.php
TagsTest.php
TestHelper.php
}
TestAsset=TestAsset {
MockWriter.php
}
}
_posts=_posts {
invalid-post.php
metadata.php
2004=2004 {
01=01 {
06-4f8706cf6406c-post-name.php
14-4f8706cf63c78-post-name.php
}
03=03 {
04-4f8706cf61b0e-post-name.php
17-4f8706cf63d13-post-name.php
}
05=05 {
02-4f8706cf63759-post-name.php
22-4f8706cf6307b-post-name.php
}
07=07 {
18-4f8706cf63998-post-name.php
29-4f8706cf638fe-post-name.php
}
08=08 {
09-4f8706cf64157-post-name.php
30-4f8706cf6526f-post-name.php
30-4f8706cf65548-post-name.php
}
10=10 {
09-4f8706cf65a64-post-name.php
}
11=11 {
17-4f8706cf659d7-post-name.php
23-4f8706cf64f50-post-name.php
}
12=12 {
20-4f8706cf62d66-post-name.php
}
}
2005=2005 {
01=01 {
19-4f8706cf61cce-post-name.php
}
02=02 {
25-4f8706cf65054-post-name.php
}
03=03 {
09-4f8706cf6566b-post-name.php
}
04=04 {
01-4f8706cf65b81-post-name.php
}
05=05 {
20-4f8706cf635b3-post-name.php
}
06=06 {
05-4f8706cf6329e-post-name.php
08-4f8706cf63bf1-post-name.php
}
09=09 {
03-4f8706cf6600b-post-name.php
}
10=10 {
15-4f8706cf63ebc-post-name.php
23-4f8706cf63f8f-post-name.php
}
12=12 {
10-4f8706cf64679-post-name.php
}
}
2006=2006 {
01=01 {
24-4f8706cf62949-post-name.php
}
02=02 {
21-4f8706cf62119-post-name.php
}
03=03 {
01-4f8706cf654c5-post-name.php
23-4f8706cf619e3-post-name.php
}
04=04 {
11-4f8706cf65caf-post-name.php
}
06=06 {
01-4f8706cf66133-post-name.php
}
07=07 {
03-4f8706cf6233e-post-name.php
23-4f8706cf62229-post-name.php
}
09=09 {
10-4f8706cf65efa-post-name.php
28-4f8706cf64273-post-name.php
}
}
2007=2007 {
01=01 {
15-4f8706cf61bcb-post-name.php
}
03=03 {
12-4f8706cf62551-post-name.php
12-4f8706cf64875-post-name.php
}
04=04 {
24-4f8706cf63d98-post-name.php
}
06=06 {
05-4f8706cf64387-post-name.php
11-4f8706cf61341-post-name.php
}
08=08 {
10-4f8706cf6318f-post-name.php
}
09=09 {
15-4f8706cf618a3-post-name.php
}
12=12 {
13-4f8706cf633ba-post-name.php
19-4f8706cf61740-post-name.php
31-4f8706cf65afe-post-name.php
}
}
2008=2008 {
01=01 {
17-4f8706cf6495b-post-name.php
25-4f8706cf65de4-post-name.php
}
02=02 {
14-4f8706cf634a3-post-name.php
bogus.php
}
03=03 {
25-4f8706cf6456f-post-name.php
}
04=04 {
05-4f8706cf62f8f-post-name.php
30-4f8706cf61dff-post-name.php
30-4f8706cf6543a-post-name.php
}
05=05 {
14-4f8706cf661ca-post-name.php
}
06=06 {
09-4f8706cf657a4-post-name.php
}
08=08 {
18-4f8706cf61f0c-post-name.php
20-4f8706cf65f81-post-name.php
}
10=10 {
19-4f8706cf64e47-post-name.php
}
12=12 {
07-4f8706cf6154e-post-name.php
07-4f8706cf6265b-post-name.php
20-4f8706cf637e0-post-name.php
31-4f8706cf61a8e-post-name.php
}
}
2009=2009 {
02=02 {
25-4f8706cf63abc-post-name.php
}
04=04 {
16-4f8706cf658c2-post-name.php
18-4f8706cf6478a-post-name.php
24-4f8706cf6241b-post-name.php
}
05=05 {
21-4f8706cf63a1c-post-name.php
}
09=09 {
07-4f8706cf636c0-post-name.php
}
10=10 {
12-4f8706cf63865-post-name.php
}
}
2010=2010 {
02=02 {
18-4f8706cf61672-post-name.php
19-4f8706cf62c7b-post-name.php
22-4f8706cf6594d-post-name.php
}
03=03 {
11-4f8706cf6282d-post-name.php
11-4f8706cf64a75-post-name.php
26-4f8706cf66262-post-name.php
}
06=06 {
04-4f8706cf64462-post-name.php
}
07=07 {
01-4f8706cf65c18-post-name.php
}
09=09 {
14-4f8706cf63b58-post-name.php
22-4f8706cf660a9-post-name.php
}
10=10 {
06-4f8706cf61946-post-name.php
24-4f8706cf65e71-post-name.php
}
11=11 {
15-4f8706cf65160-post-name.php
16-4f8706cf66383-post-name.php
}
12=12 {
04-4f8706cf65838-post-name.php
11-4f8706cf64d59-post-name.php
27-4f8706cf64b5b-post-name.php
}
}
2011=2011 {
01=01 {
05-4f8706cf6201d-post-name.php
}
02=02 {
12-4f8706cf62a5a-post-name.php
18-4f8706cf6535d-post-name.php
24-4f8706cf62b84-post-name.php
}
03=03 {
26-4f8706cf655d1-post-name.php
}
04=04 {
09-4f8706cf64c67-post-name.php
15-4f8706cf617ec-post-name.php
21-4f8706cf62745-post-name.php
}
05=05 {
20-4f8706cf62e7c-post-name.php
22-4f8706cf63e31-post-name.php
}
09=09 {
17-4f8706cf65705-post-name.php
}
10=10 {
07-4f8706cf662ec-post-name.php
}
12=12 {
09-4f8706cf65d49-post-name.php
}
}
}
}
log=log {
}
}
view=view {
phly-blog=phly-blog {
entry-short.phtml
entry.phtml
list.phtml
paginator.phtml
tags.phtml
}
}
}
phly-common=phly-common {
Module.php
autoload_classmap.php
autoload_function.php
autoload_register.php
README.md
src=src {
PhlyCommon=PhlyCommon {
ArraySerializable.php
DataSource.php
Entity.php
Query.php
Resource.php
ResourceCollection.php
Validatible.php
DataSource=DataSource {
Mock.php
Mongo.php
Query.php
Where.php
Mongo=Mongo {
QueryParser.php
}
}
Filter=Filter {
Timestamp.php
Timezone.php
}
Resource=Resource {
AbstractResource.php
Collection.php
MongoCollection.php
}
}
}
test=test {
bootstrap.php
PhlyCommon=PhlyCommon {
DataSource=DataSource {
MockTest.php
QueryTest.php
}
Resource=Resource {
CollectionTest.php
TestAsset=TestAsset {
TestEntity.php
}
}
}
log=log {
}
}
}
phly-contact=phly-contact {
Module.php
autoload_classmap.php
autoload_function.php
autoload_register.php
README.md
TODO.md
config=config {
module.config.php
module.phly-contact.local.php
}
src=src {
PhlyContact=PhlyContact {
Controller=Controller {
ContactController.php
}
Form=Form {
ContactFilter.php
ContactForm.php
}
Service=Service {
ContactCaptchaFactory.php
ContactControllerFactory.php
ContactFormFactory.php
ContactMailMessageFactory.php
ContactMailTransportFactory.php
}
}
}
view=view {
phly-contact=phly-contact {
contact=contact {
index.phtml
thank-you.phtml
}
}
}
}
}
zf-commons=zf-commons filter="*.php *.phtml *.md *.txt *.sql *.js *.css *.html" {
zfc-base=zfc-base {
Module.php
autoload_classmap.php
autoload_function.php
autoload_register.php
README.md
src=src {
ZfcBase=ZfcBase {
EventManager=EventManager {
EventProvider.php
}
Form=Form {
Form.php
ProvidesEventsForm.php
}
Mapper=Mapper {
DbAdapterMapper.php
DbMapperAbstract.php
ModelMapperInterface.php
TransactionalInterface.php
}
Model=Model {
ModelAbstract.php
}
Module=Module {
ModuleAbstract.php
}
Service=Service {
ModelServiceAbstract.php
ServiceAbstract.php
Exception=Exception {
ModelNotFoundException.php
}
}
Util=Util {
String.php
}
}
}
}
zfc-user=zfc-user {
Module.php
autoload_classmap.php
autoload_function.php
autoload_register.php
README.md
config=config {
module.config.php
README.md
}
data=data {
schema.sql
schema.sqlite.sql
}
src=src {
ZfcUser=ZfcUser {
Authentication=Authentication {
Adapter=Adapter {
AbstractAdapter.php
AdapterChain.php
AdapterChainEvent.php
ChainableAdapter.php
Db.php
}
Storage=Storage {
Db.php
}
}
Controller=Controller {
UserController.php
Plugin=Plugin {
ZfcUserAuthentication.php
}
}
Form=Form {
Base.php
Login.php
LoginFilter.php
Register.php
RegisterFilter.php
}
Model=Model {
User.php
UserInterface.php
UserMapper.php
UserMapperInterface.php
UserMeta.php
UserMetaInterface.php
UserMetaMapper.php
UserMetaMapperInterface.php
}
Service=Service {
ControllerFactory.php
User.php
}
Util=Util {
Password.php
}
Validator=Validator {
AbstractRecord.php
NoRecordExists.php
RecordExists.php
}
View=View {
Helper=Helper {
ZfcUserIdentity.php
ZfcUserLoginWidget.php
}
}
}
}
view=view {
zfc-user=zfc-user {
user=user {
index.phtml
login.phtml
register.phtml
}
}
}
}
}
}
}