aboutsummaryrefslogtreecommitdiff
path: root/www/py-albatross/pkg-plist
blob: c6d53ccafd1d5f68ab54d842547cc44cf679918b (plain) (blame)
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
bin/al-session-daemon
bin/al-httpd
%%PYTHON_SITELIBDIR%%/albatross/__init__.py
%%PYTHON_SITELIBDIR%%/albatross/__init__.pyc
%%PYTHON_SITELIBDIR%%/albatross/__init__.pyo
%%PYTHON_SITELIBDIR%%/albatross/apacheapp.py
%%PYTHON_SITELIBDIR%%/albatross/apacheapp.pyc
%%PYTHON_SITELIBDIR%%/albatross/apacheapp.pyo
%%PYTHON_SITELIBDIR%%/albatross/app.py
%%PYTHON_SITELIBDIR%%/albatross/app.pyc
%%PYTHON_SITELIBDIR%%/albatross/app.pyo
%%PYTHON_SITELIBDIR%%/albatross/cgiapp.py
%%PYTHON_SITELIBDIR%%/albatross/cgiapp.pyc
%%PYTHON_SITELIBDIR%%/albatross/cgiapp.pyo
%%PYTHON_SITELIBDIR%%/albatross/common.py
%%PYTHON_SITELIBDIR%%/albatross/common.pyc
%%PYTHON_SITELIBDIR%%/albatross/common.pyo
%%PYTHON_SITELIBDIR%%/albatross/context.py
%%PYTHON_SITELIBDIR%%/albatross/context.pyc
%%PYTHON_SITELIBDIR%%/albatross/context.pyo
%%PYTHON_SITELIBDIR%%/albatross/fcgiapp.py
%%PYTHON_SITELIBDIR%%/albatross/fcgiapp.pyc
%%PYTHON_SITELIBDIR%%/albatross/fcgiapp.pyo
%%PYTHON_SITELIBDIR%%/albatross/httpdapp.py
%%PYTHON_SITELIBDIR%%/albatross/httpdapp.pyc
%%PYTHON_SITELIBDIR%%/albatross/httpdapp.pyo
%%PYTHON_SITELIBDIR%%/albatross/pidfile.py
%%PYTHON_SITELIBDIR%%/albatross/pidfile.pyc
%%PYTHON_SITELIBDIR%%/albatross/pidfile.pyo
%%PYTHON_SITELIBDIR%%/albatross/randompage.py
%%PYTHON_SITELIBDIR%%/albatross/randompage.pyc
%%PYTHON_SITELIBDIR%%/albatross/randompage.pyo
%%PYTHON_SITELIBDIR%%/albatross/session.py
%%PYTHON_SITELIBDIR%%/albatross/session.pyc
%%PYTHON_SITELIBDIR%%/albatross/session.pyo
%%PYTHON_SITELIBDIR%%/albatross/sessionfile.py
%%PYTHON_SITELIBDIR%%/albatross/sessionfile.pyc
%%PYTHON_SITELIBDIR%%/albatross/sessionfile.pyo
%%PYTHON_SITELIBDIR%%/albatross/simpleserver.py
%%PYTHON_SITELIBDIR%%/albatross/simpleserver.pyc
%%PYTHON_SITELIBDIR%%/albatross/simpleserver.pyo
%%PYTHON_SITELIBDIR%%/albatross/tags.py
%%PYTHON_SITELIBDIR%%/albatross/tags.pyc
%%PYTHON_SITELIBDIR%%/albatross/tags.pyo
%%PYTHON_SITELIBDIR%%/albatross/template.py
%%PYTHON_SITELIBDIR%%/albatross/template.pyc
%%PYTHON_SITELIBDIR%%/albatross/template.pyo
@dirrm %%PYTHON_SITELIBDIR%%/albatross
%%PORTDOCS%%share/doc/albatross/.cvsignore
%%PORTDOCS%%share/doc/albatross/AlbatrossObjects.dia
%%PORTDOCS%%share/doc/albatross/Makefile
%%PORTDOCS%%share/doc/albatross/albatross.tex
%%PORTDOCS%%share/doc/albatross/albmvc.dia
%%PORTDOCS%%share/doc/albatross/appcontext.dia
%%PORTDOCS%%share/doc/albatross/application.dia
%%PORTDOCS%%share/doc/albatross/appuser.tex
%%PORTDOCS%%share/doc/albatross/changes.tex
%%PORTDOCS%%share/doc/albatross/copyright.tex
%%PORTDOCS%%share/doc/albatross/customtags.tex
%%PORTDOCS%%share/doc/albatross/dataflow.dia
%%PORTDOCS%%share/doc/albatross/doc_methods.py
%%PORTDOCS%%share/doc/albatross/fakeapp.py
%%PORTDOCS%%share/doc/albatross/installation.tex
%%PORTDOCS%%share/doc/albatross/introduction.tex
%%PORTDOCS%%share/doc/albatross/mixins.tex
%%PORTDOCS%%share/doc/albatross/modularapp.dia
%%PORTDOCS%%share/doc/albatross/modularsessapp.dia
%%PORTDOCS%%share/doc/albatross/modularsessfileapp.dia
%%PORTDOCS%%share/doc/albatross/mvc.dia
%%PORTDOCS%%share/doc/albatross/packaged.tex
%%PORTDOCS%%share/doc/albatross/pagemap.dia
%%PORTDOCS%%share/doc/albatross/pstumble
%%PORTDOCS%%share/doc/albatross/randmodapp.dia
%%PORTDOCS%%share/doc/albatross/randmodsessapp.dia
%%PORTDOCS%%share/doc/albatross/randmodsessfileapp.dia
%%PORTDOCS%%share/doc/albatross/sessionappcontext.dia
%%PORTDOCS%%share/doc/albatross/sessionfileappcontext.dia
%%PORTDOCS%%share/doc/albatross/simpleapp.dia
%%PORTDOCS%%share/doc/albatross/simpleappcontext.dia
%%PORTDOCS%%share/doc/albatross/simplecontext.dia
%%PORTDOCS%%share/doc/albatross/simplesessapp.dia
%%PORTDOCS%%share/doc/albatross/simplesessfileapp.dia
%%PORTDOCS%%share/doc/albatross/tags.tex
%%PORTDOCS%%share/doc/albatross/tempuser.tex
%%PORTDOCS%%share/doc/albatross/test_examples.py
%%PORTDOCS%%share/doc/albatross/thanks.tex
%%PORTDOCS%%share/doc/albatross/toolkit.dia
%%PORTDOCS%%share/doc/albatross/twolayer.dia
%%PORTDOCS%%share/doc/albatross/twolayerctx.dia
%%PORTDOCS%%share/doc/albatross/doctest/tags-a1
%%PORTDOCS%%share/doc/albatross/doctest/tags-a2
%%PORTDOCS%%share/doc/albatross/doctest/tags-a3
%%PORTDOCS%%share/doc/albatross/doctest/tags-comment
%%PORTDOCS%%share/doc/albatross/doctest/tags-exec1
%%PORTDOCS%%share/doc/albatross/doctest/tags-exec2
%%PORTDOCS%%share/doc/albatross/doctest/tags-flush
%%PORTDOCS%%share/doc/albatross/doctest/tags-for1
%%PORTDOCS%%share/doc/albatross/doctest/tags-for2
%%PORTDOCS%%share/doc/albatross/doctest/tags-for3
%%PORTDOCS%%share/doc/albatross/doctest/tags-for4
%%PORTDOCS%%share/doc/albatross/doctest/tags-for5
%%PORTDOCS%%share/doc/albatross/doctest/tags-for6
%%PORTDOCS%%share/doc/albatross/doctest/tags-for7
%%PORTDOCS%%share/doc/albatross/doctest/tags-form-action
%%PORTDOCS%%share/doc/albatross/doctest/tags-form-file
%%PORTDOCS%%share/doc/albatross/doctest/tags-if1
%%PORTDOCS%%share/doc/albatross/doctest/tags-if2
%%PORTDOCS%%share/doc/albatross/doctest/tags-if3
%%PORTDOCS%%share/doc/albatross/doctest/tags-img
%%PORTDOCS%%share/doc/albatross/doctest/tags-img-noescape
%%PORTDOCS%%share/doc/albatross/doctest/tags-include1
%%PORTDOCS%%share/doc/albatross/doctest/tags-include2
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-checkbox
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-file
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-generic
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-image
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-nameexpr
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-nextpage
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-noescape
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-radio1
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-radio2
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-radio3
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-select1
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-select2
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-select3
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-select4
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-select5
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-treeselect
%%PORTDOCS%%share/doc/albatross/doctest/tags-input-treeselect-node
%%PORTDOCS%%share/doc/albatross/doctest/tags-item
%%PORTDOCS%%share/doc/albatross/doctest/tags-lookup
%%PORTDOCS%%share/doc/albatross/doctest/tags-macro1
%%PORTDOCS%%share/doc/albatross/doctest/tags-macro2
%%PORTDOCS%%share/doc/albatross/doctest/tags-macro3
%%PORTDOCS%%share/doc/albatross/doctest/tags-macro4
%%PORTDOCS%%share/doc/albatross/doctest/tags-macro5
%%PORTDOCS%%share/doc/albatross/doctest/tags-macro6
%%PORTDOCS%%share/doc/albatross/doctest/tags-macro7
%%PORTDOCS%%share/doc/albatross/doctest/tags-macro8
%%PORTDOCS%%share/doc/albatross/doctest/tags-textarea1
%%PORTDOCS%%share/doc/albatross/doctest/tags-textarea2
%%PORTDOCS%%share/doc/albatross/doctest/tags-value1
%%PORTDOCS%%share/doc/albatross/doctest/tags-value2
%%PORTDOCS%%share/doc/albatross/doctest/tags-value3
%%PORTDOCS%%share/doc/albatross/doctest/tags-value4
%%PORTDOCS%%share/doc/albatross/doctest/templ-white1
%%PORTDOCS%%share/doc/albatross/doctest/templ-white2
%%PORTDOCS%%share/doc/albatross/doctest/templ-white3
%%PORTDOCS%%share/doc/albatross/doctest/templ-white4
%%PORTDOCS%%share/doc/albatross/doctest/templ-white5
%%PORTDOCS%%share/doc/albatross/html/about.html
%%PORTDOCS%%share/doc/albatross/html/albatross.css
%%PORTDOCS%%share/doc/albatross/html/albatross.html
%%PORTDOCS%%share/doc/albatross/html/app-guide.html
%%PORTDOCS%%share/doc/albatross/html/app-popview2.html
%%PORTDOCS%%share/doc/albatross/html/app-popview3.html
%%PORTDOCS%%share/doc/albatross/html/app-popview4.html
%%PORTDOCS%%share/doc/albatross/html/app-popview5.html
%%PORTDOCS%%share/doc/albatross/html/app-proto-del.html
%%PORTDOCS%%share/doc/albatross/html/app-proto-get.html
%%PORTDOCS%%share/doc/albatross/html/app-proto-new.html
%%PORTDOCS%%share/doc/albatross/html/app-proto-put.html
%%PORTDOCS%%share/doc/albatross/html/app-proto-quit.html
%%PORTDOCS%%share/doc/albatross/html/app-random.html
%%PORTDOCS%%share/doc/albatross/html/app-ses-protocol.html
%%PORTDOCS%%share/doc/albatross/html/app-ses-server.html
%%PORTDOCS%%share/doc/albatross/html/app-ses-simple-server.html
%%PORTDOCS%%share/doc/albatross/html/app-ses-unix-daemon.html
%%PORTDOCS%%share/doc/albatross/html/blank.png
%%PORTDOCS%%share/doc/albatross/html/changes.html
%%PORTDOCS%%share/doc/albatross/html/content-py.txt
%%PORTDOCS%%share/doc/albatross/html/content.txt
%%PORTDOCS%%share/doc/albatross/html/contents.html
%%PORTDOCS%%share/doc/albatross/html/contents.png
%%PORTDOCS%%share/doc/albatross/html/cust-content.html
%%PORTDOCS%%share/doc/albatross/html/cust-emptytag.html
%%PORTDOCS%%share/doc/albatross/html/cust-enclosingtag.html
%%PORTDOCS%%share/doc/albatross/html/cust-ref.html
%%PORTDOCS%%share/doc/albatross/html/cust-tag.html
%%PORTDOCS%%share/doc/albatross/html/cust-text.html
%%PORTDOCS%%share/doc/albatross/html/detail-html.txt
%%PORTDOCS%%share/doc/albatross/html/detail-py.txt
%%PORTDOCS%%share/doc/albatross/html/detail.txt
%%PORTDOCS%%share/doc/albatross/html/fakeapp.txt
%%PORTDOCS%%share/doc/albatross/html/fig-popview-sitemap.html
%%PORTDOCS%%share/doc/albatross/html/fig-presimpexec.html
%%PORTDOCS%%share/doc/albatross/html/form-2.txt
%%PORTDOCS%%share/doc/albatross/html/form-3.txt
%%PORTDOCS%%share/doc/albatross/html/form-4.txt
%%PORTDOCS%%share/doc/albatross/html/form-5.txt
%%PORTDOCS%%share/doc/albatross/html/form-6.txt
%%PORTDOCS%%share/doc/albatross/html/form-display.txt
%%PORTDOCS%%share/doc/albatross/html/form-html.txt
%%PORTDOCS%%share/doc/albatross/html/form-py.txt
%%PORTDOCS%%share/doc/albatross/html/form.txt
%%PORTDOCS%%share/doc/albatross/html/front.html
%%PORTDOCS%%share/doc/albatross/html/genindex.html
%%PORTDOCS%%share/doc/albatross/html/grammar.txt
%%PORTDOCS%%share/doc/albatross/html/img1.png
%%PORTDOCS%%share/doc/albatross/html/img10.png
%%PORTDOCS%%share/doc/albatross/html/img11.png
%%PORTDOCS%%share/doc/albatross/html/img12.png
%%PORTDOCS%%share/doc/albatross/html/img13.png
%%PORTDOCS%%share/doc/albatross/html/img14.png
%%PORTDOCS%%share/doc/albatross/html/img15.png
%%PORTDOCS%%share/doc/albatross/html/img16.png
%%PORTDOCS%%share/doc/albatross/html/img17.png
%%PORTDOCS%%share/doc/albatross/html/img18.png
%%PORTDOCS%%share/doc/albatross/html/img19.png
%%PORTDOCS%%share/doc/albatross/html/img2.png
%%PORTDOCS%%share/doc/albatross/html/img20.png
%%PORTDOCS%%share/doc/albatross/html/img21.png
%%PORTDOCS%%share/doc/albatross/html/img22.png
%%PORTDOCS%%share/doc/albatross/html/img23.png
%%PORTDOCS%%share/doc/albatross/html/img24.png
%%PORTDOCS%%share/doc/albatross/html/img3.png
%%PORTDOCS%%share/doc/albatross/html/img4.png
%%PORTDOCS%%share/doc/albatross/html/img5.png
%%PORTDOCS%%share/doc/albatross/html/img6.png
%%PORTDOCS%%share/doc/albatross/html/img7.png
%%PORTDOCS%%share/doc/albatross/html/img8.png
%%PORTDOCS%%share/doc/albatross/html/img9.png
%%PORTDOCS%%share/doc/albatross/html/index.html
%%PORTDOCS%%share/doc/albatross/html/index.png
%%PORTDOCS%%share/doc/albatross/html/inst-guide.html
%%PORTDOCS%%share/doc/albatross/html/inst-install.html
%%PORTDOCS%%share/doc/albatross/html/inst-pre.html
%%PORTDOCS%%share/doc/albatross/html/inst-test.html
%%PORTDOCS%%share/doc/albatross/html/intro.html
%%PORTDOCS%%share/doc/albatross/html/list-2.txt
%%PORTDOCS%%share/doc/albatross/html/list-html.txt
%%PORTDOCS%%share/doc/albatross/html/list-py.txt
%%PORTDOCS%%share/doc/albatross/html/list.txt
%%PORTDOCS%%share/doc/albatross/html/lof.html
%%PORTDOCS%%share/doc/albatross/html/login-py.txt
%%PORTDOCS%%share/doc/albatross/html/login.txt
%%PORTDOCS%%share/doc/albatross/html/macros.txt
%%PORTDOCS%%share/doc/albatross/html/main-html.txt
%%PORTDOCS%%share/doc/albatross/html/main.txt
%%PORTDOCS%%share/doc/albatross/html/mixin-app-file-sess.html
%%PORTDOCS%%share/doc/albatross/html/mixin-app-sess.html
%%PORTDOCS%%share/doc/albatross/html/mixin-appsession.html
%%PORTDOCS%%share/doc/albatross/html/mixin-ctx-file-sess.html
%%PORTDOCS%%share/doc/albatross/html/mixin-ctx-sess.html
%%PORTDOCS%%share/doc/albatross/html/mixin-ctxsession.html
%%PORTDOCS%%share/doc/albatross/html/mixin-execute.html
%%PORTDOCS%%share/doc/albatross/html/mixin-namespace.html
%%PORTDOCS%%share/doc/albatross/html/mixin-page-module.html
%%PORTDOCS%%share/doc/albatross/html/mixin-page-object.html
%%PORTDOCS%%share/doc/albatross/html/mixin-page.html
%%PORTDOCS%%share/doc/albatross/html/mixin-randpage-module.html
%%PORTDOCS%%share/doc/albatross/html/mixin-rec-name.html
%%PORTDOCS%%share/doc/albatross/html/mixin-rec-stub.html
%%PORTDOCS%%share/doc/albatross/html/mixin-recorder.html
%%PORTDOCS%%share/doc/albatross/html/mixin-ref.html
%%PORTDOCS%%share/doc/albatross/html/mixin-request.html
%%PORTDOCS%%share/doc/albatross/html/mixin-resource.html
%%PORTDOCS%%share/doc/albatross/html/mixin-response.html
%%PORTDOCS%%share/doc/albatross/html/mixin-ses-base.html
%%PORTDOCS%%share/doc/albatross/html/mixin-ses-field.html
%%PORTDOCS%%share/doc/albatross/html/mixin-ses-stub.html
%%PORTDOCS%%share/doc/albatross/html/mixin-sign.html
%%PORTDOCS%%share/doc/albatross/html/mixin-templ-cache.html
%%PORTDOCS%%share/doc/albatross/html/mixin-templ-loader.html
%%PORTDOCS%%share/doc/albatross/html/mixin-template.html
%%PORTDOCS%%share/doc/albatross/html/modimages.idx
%%PORTDOCS%%share/doc/albatross/html/module-albatross.template.html
%%PORTDOCS%%share/doc/albatross/html/modules.png
%%PORTDOCS%%share/doc/albatross/html/next.png
%%PORTDOCS%%share/doc/albatross/html/oops-html.txt
%%PORTDOCS%%share/doc/albatross/html/oops.txt
%%PORTDOCS%%share/doc/albatross/html/other-html.txt
%%PORTDOCS%%share/doc/albatross/html/other.txt
%%PORTDOCS%%share/doc/albatross/html/pack-app.html
%%PORTDOCS%%share/doc/albatross/html/pack-appcontext.html
%%PORTDOCS%%share/doc/albatross/html/pack-modularapp.html
%%PORTDOCS%%share/doc/albatross/html/pack-modularsessapp.html
%%PORTDOCS%%share/doc/albatross/html/pack-modularsessfileapp.html
%%PORTDOCS%%share/doc/albatross/html/pack-overview.html
%%PORTDOCS%%share/doc/albatross/html/pack-ranmodapp.html
%%PORTDOCS%%share/doc/albatross/html/pack-ranmodsessapp.html
%%PORTDOCS%%share/doc/albatross/html/pack-ranmodsessfileapp.html
%%PORTDOCS%%share/doc/albatross/html/pack-sessappcontext.html
%%PORTDOCS%%share/doc/albatross/html/pack-sessfileappcontext.html
%%PORTDOCS%%share/doc/albatross/html/pack-simpleapp.html
%%PORTDOCS%%share/doc/albatross/html/pack-simpleappcontext.html
%%PORTDOCS%%share/doc/albatross/html/pack-simplecontext.html
%%PORTDOCS%%share/doc/albatross/html/pack-simplesessapp.html
%%PORTDOCS%%share/doc/albatross/html/pack-simplesessfileapp.html
%%PORTDOCS%%share/doc/albatross/html/paginate-py.txt
%%PORTDOCS%%share/doc/albatross/html/paginate.txt
%%PORTDOCS%%share/doc/albatross/html/popview-py.txt
%%PORTDOCS%%share/doc/albatross/html/popview.txt
%%PORTDOCS%%share/doc/albatross/html/previous.png
%%PORTDOCS%%share/doc/albatross/html/random.txt
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-bug.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-content.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-ctx.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-doc.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-exc.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-excfmt.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-fastcgi.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-func.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-globals.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-headers.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-input.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-lookup.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-macro.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-merging.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-modpython.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-noescape.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-pageload.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-response.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-select.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-sescookie.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-sesload.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-session.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-standalone.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-tree.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-unicode.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10-upload.html
%%PORTDOCS%%share/doc/albatross/html/rel-1.10.html
%%PORTDOCS%%share/doc/albatross/html/simple-2.txt
%%PORTDOCS%%share/doc/albatross/html/simple-3.txt
%%PORTDOCS%%share/doc/albatross/html/simple-4.txt
%%PORTDOCS%%share/doc/albatross/html/simple-5.txt
%%PORTDOCS%%share/doc/albatross/html/simple-6.txt
%%PORTDOCS%%share/doc/albatross/html/simple-7.txt
%%PORTDOCS%%share/doc/albatross/html/simple-html.txt
%%PORTDOCS%%share/doc/albatross/html/simple-py.txt
%%PORTDOCS%%share/doc/albatross/html/simple.txt
%%PORTDOCS%%share/doc/albatross/html/stream-html.txt
%%PORTDOCS%%share/doc/albatross/html/stream.txt
%%PORTDOCS%%share/doc/albatross/html/tag-a-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-a-href.html
%%PORTDOCS%%share/doc/albatross/html/tag-a-node.html
%%PORTDOCS%%share/doc/albatross/html/tag-a-page.html
%%PORTDOCS%%share/doc/albatross/html/tag-a-tree.html
%%PORTDOCS%%share/doc/albatross/html/tag-a.html
%%PORTDOCS%%share/doc/albatross/html/tag-comment.html
%%PORTDOCS%%share/doc/albatross/html/tag-enhhtml.html
%%PORTDOCS%%share/doc/albatross/html/tag-exec-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-exec.html
%%PORTDOCS%%share/doc/albatross/html/tag-execflow.html
%%PORTDOCS%%share/doc/albatross/html/tag-expand-name.html
%%PORTDOCS%%share/doc/albatross/html/tag-expand.html
%%PORTDOCS%%share/doc/albatross/html/tag-fakeapp.html
%%PORTDOCS%%share/doc/albatross/html/tag-flush.html
%%PORTDOCS%%share/doc/albatross/html/tag-for-cols.html
%%PORTDOCS%%share/doc/albatross/html/tag-for-continue.html
%%PORTDOCS%%share/doc/albatross/html/tag-for-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-for-flow.html
%%PORTDOCS%%share/doc/albatross/html/tag-for-iter.html
%%PORTDOCS%%share/doc/albatross/html/tag-for-listiter.html
%%PORTDOCS%%share/doc/albatross/html/tag-for-pagesize.html
%%PORTDOCS%%share/doc/albatross/html/tag-for-prepare.html
%%PORTDOCS%%share/doc/albatross/html/tag-for.html
%%PORTDOCS%%share/doc/albatross/html/tag-form-action.html
%%PORTDOCS%%share/doc/albatross/html/tag-form-enctype.html
%%PORTDOCS%%share/doc/albatross/html/tag-form.html
%%PORTDOCS%%share/doc/albatross/html/tag-if-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-if.html
%%PORTDOCS%%share/doc/albatross/html/tag-img-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-img-noescape.html
%%PORTDOCS%%share/doc/albatross/html/tag-img-src.html
%%PORTDOCS%%share/doc/albatross/html/tag-img.html
%%PORTDOCS%%share/doc/albatross/html/tag-include-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-include-name.html
%%PORTDOCS%%share/doc/albatross/html/tag-include.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-alias.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-checkbox.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-checked.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-file.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-generic.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-image.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-list.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-name.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-nameexpr.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-node.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-noescape.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-page.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-radio.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-tree.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-value.html
%%PORTDOCS%%share/doc/albatross/html/tag-input-valueexpr.html
%%PORTDOCS%%share/doc/albatross/html/tag-input.html
%%PORTDOCS%%share/doc/albatross/html/tag-item-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-item.html
%%PORTDOCS%%share/doc/albatross/html/tag-lookup-name.html
%%PORTDOCS%%share/doc/albatross/html/tag-lookup.html
%%PORTDOCS%%share/doc/albatross/html/tag-macro-name.html
%%PORTDOCS%%share/doc/albatross/html/tag-macro.html
%%PORTDOCS%%share/doc/albatross/html/tag-macroproc.html
%%PORTDOCS%%share/doc/albatross/html/tag-option-selected.html
%%PORTDOCS%%share/doc/albatross/html/tag-option-value.html
%%PORTDOCS%%share/doc/albatross/html/tag-option.html
%%PORTDOCS%%share/doc/albatross/html/tag-ref.html
%%PORTDOCS%%share/doc/albatross/html/tag-select-alias.html
%%PORTDOCS%%share/doc/albatross/html/tag-select-list.html
%%PORTDOCS%%share/doc/albatross/html/tag-select-multiple.html
%%PORTDOCS%%share/doc/albatross/html/tag-select-name.html
%%PORTDOCS%%share/doc/albatross/html/tag-select-nameexpr.html
%%PORTDOCS%%share/doc/albatross/html/tag-select-noescape.html
%%PORTDOCS%%share/doc/albatross/html/tag-select-optionexpr.html
%%PORTDOCS%%share/doc/albatross/html/tag-select.html
%%PORTDOCS%%share/doc/albatross/html/tag-setarg-name.html
%%PORTDOCS%%share/doc/albatross/html/tag-setarg.html
%%PORTDOCS%%share/doc/albatross/html/tag-textarea-alias.html
%%PORTDOCS%%share/doc/albatross/html/tag-textarea-list.html
%%PORTDOCS%%share/doc/albatross/html/tag-textarea-name.html
%%PORTDOCS%%share/doc/albatross/html/tag-textarea-nameexpr.html
%%PORTDOCS%%share/doc/albatross/html/tag-textarea-noescape.html
%%PORTDOCS%%share/doc/albatross/html/tag-textarea.html
%%PORTDOCS%%share/doc/albatross/html/tag-tree-ellipsis.html
%%PORTDOCS%%share/doc/albatross/html/tag-tree-ellipsistreeiter.html
%%PORTDOCS%%share/doc/albatross/html/tag-tree-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-tree-iter.html
%%PORTDOCS%%share/doc/albatross/html/tag-tree-lazy.html
%%PORTDOCS%%share/doc/albatross/html/tag-tree-lazytreeiter.html
%%PORTDOCS%%share/doc/albatross/html/tag-tree-single.html
%%PORTDOCS%%share/doc/albatross/html/tag-tree-treeiter.html
%%PORTDOCS%%share/doc/albatross/html/tag-tree.html
%%PORTDOCS%%share/doc/albatross/html/tag-treenode.html
%%PORTDOCS%%share/doc/albatross/html/tag-usearg-name.html
%%PORTDOCS%%share/doc/albatross/html/tag-usearg.html
%%PORTDOCS%%share/doc/albatross/html/tag-value-date.html
%%PORTDOCS%%share/doc/albatross/html/tag-value-expr.html
%%PORTDOCS%%share/doc/albatross/html/tag-value-lookup.html
%%PORTDOCS%%share/doc/albatross/html/tag-value-noescape.html
%%PORTDOCS%%share/doc/albatross/html/tag-value.html
%%PORTDOCS%%share/doc/albatross/html/tags-a1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-a2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-a3.txt
%%PORTDOCS%%share/doc/albatross/html/tags-comment.txt
%%PORTDOCS%%share/doc/albatross/html/tags-exec1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-exec2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-flush.txt
%%PORTDOCS%%share/doc/albatross/html/tags-for1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-for2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-for3.txt
%%PORTDOCS%%share/doc/albatross/html/tags-for4.txt
%%PORTDOCS%%share/doc/albatross/html/tags-for5.txt
%%PORTDOCS%%share/doc/albatross/html/tags-for6.txt
%%PORTDOCS%%share/doc/albatross/html/tags-for7.txt
%%PORTDOCS%%share/doc/albatross/html/tags-form-action.txt
%%PORTDOCS%%share/doc/albatross/html/tags-form-file.txt
%%PORTDOCS%%share/doc/albatross/html/tags-if1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-if2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-if3.txt
%%PORTDOCS%%share/doc/albatross/html/tags-img-noescape.txt
%%PORTDOCS%%share/doc/albatross/html/tags-img.txt
%%PORTDOCS%%share/doc/albatross/html/tags-include1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-include2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-checkbox.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-file.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-generic.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-image.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-nameexpr.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-nextpage.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-noescape.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-radio1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-radio2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-radio3.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-select1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-select2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-select3.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-select4.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-select5.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-treeselect-node.txt
%%PORTDOCS%%share/doc/albatross/html/tags-input-treeselect.txt
%%PORTDOCS%%share/doc/albatross/html/tags-item.txt
%%PORTDOCS%%share/doc/albatross/html/tags-lookup.txt
%%PORTDOCS%%share/doc/albatross/html/tags-macro1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-macro2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-macro3.txt
%%PORTDOCS%%share/doc/albatross/html/tags-macro4.txt
%%PORTDOCS%%share/doc/albatross/html/tags-macro5.txt
%%PORTDOCS%%share/doc/albatross/html/tags-macro6.txt
%%PORTDOCS%%share/doc/albatross/html/tags-macro7.txt
%%PORTDOCS%%share/doc/albatross/html/tags-macro8.txt
%%PORTDOCS%%share/doc/albatross/html/tags-textarea1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-textarea2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-value1.txt
%%PORTDOCS%%share/doc/albatross/html/tags-value2.txt
%%PORTDOCS%%share/doc/albatross/html/tags-value3.txt
%%PORTDOCS%%share/doc/albatross/html/tags-value4.txt
%%PORTDOCS%%share/doc/albatross/html/templ-white1.txt
%%PORTDOCS%%share/doc/albatross/html/templ-white2.txt
%%PORTDOCS%%share/doc/albatross/html/templ-white3.txt
%%PORTDOCS%%share/doc/albatross/html/templ-white4.txt
%%PORTDOCS%%share/doc/albatross/html/templ-white5.txt
%%PORTDOCS%%share/doc/albatross/html/thanks.html
%%PORTDOCS%%share/doc/albatross/html/tree-2.txt
%%PORTDOCS%%share/doc/albatross/html/tree-html.txt
%%PORTDOCS%%share/doc/albatross/html/tree-py.txt
%%PORTDOCS%%share/doc/albatross/html/tree.txt
%%PORTDOCS%%share/doc/albatross/html/tug-content1.html
%%PORTDOCS%%share/doc/albatross/html/tug-content2.html
%%PORTDOCS%%share/doc/albatross/html/tug-form1.html
%%PORTDOCS%%share/doc/albatross/html/tug-form2.html
%%PORTDOCS%%share/doc/albatross/html/tug-form3.html
%%PORTDOCS%%share/doc/albatross/html/tug-form4.html
%%PORTDOCS%%share/doc/albatross/html/tug-guide.html
%%PORTDOCS%%share/doc/albatross/html/tug-lookup.html
%%PORTDOCS%%share/doc/albatross/html/tug-multimacro.html
%%PORTDOCS%%share/doc/albatross/html/tug-naughty.html
%%PORTDOCS%%share/doc/albatross/html/tug-nestmacro.html
%%PORTDOCS%%share/doc/albatross/html/tug-simple1.html
%%PORTDOCS%%share/doc/albatross/html/tug-simple2.html
%%PORTDOCS%%share/doc/albatross/html/tug-simple3.html
%%PORTDOCS%%share/doc/albatross/html/tug-singlemacro.html
%%PORTDOCS%%share/doc/albatross/html/tug-stream1.html
%%PORTDOCS%%share/doc/albatross/html/tug-tree.html
%%PORTDOCS%%share/doc/albatross/html/tug-white.html
%%PORTDOCS%%share/doc/albatross/html/tug-zeromacro.html
%%PORTDOCS%%share/doc/albatross/html/up.png
%%PORTDOCS%%share/doc/albatross/html/icons/blank.gif
%%PORTDOCS%%share/doc/albatross/html/icons/blank.png
%%PORTDOCS%%share/doc/albatross/html/icons/contents.gif
%%PORTDOCS%%share/doc/albatross/html/icons/contents.png
%%PORTDOCS%%share/doc/albatross/html/icons/index.gif
%%PORTDOCS%%share/doc/albatross/html/icons/index.png
%%PORTDOCS%%share/doc/albatross/html/icons/modules.gif
%%PORTDOCS%%share/doc/albatross/html/icons/modules.png
%%PORTDOCS%%share/doc/albatross/html/icons/next.gif
%%PORTDOCS%%share/doc/albatross/html/icons/next.png
%%PORTDOCS%%share/doc/albatross/html/icons/previous.gif
%%PORTDOCS%%share/doc/albatross/html/icons/previous.png
%%PORTDOCS%%share/doc/albatross/html/icons/pyfav.gif
%%PORTDOCS%%share/doc/albatross/html/icons/up.gif
%%PORTDOCS%%share/doc/albatross/html/icons/up.png
%%PORTDOCS%%share/examples/albatross/.cvsignore
%%PORTDOCS%%share/examples/albatross/extension/.cvsignore
%%PORTDOCS%%share/examples/albatross/extension/cal.html
%%PORTDOCS%%share/examples/albatross/extension/cal.py
%%PORTDOCS%%share/examples/albatross/extension/install.py
%%PORTDOCS%%share/examples/albatross/form4/form.html
%%PORTDOCS%%share/examples/albatross/form4/form.py
%%PORTDOCS%%share/examples/albatross/form4/install.py
%%PORTDOCS%%share/examples/albatross/images/.cvsignore
%%PORTDOCS%%share/examples/albatross/images/close.png
%%PORTDOCS%%share/examples/albatross/images/ellipsis.png
%%PORTDOCS%%share/examples/albatross/images/install.py
%%PORTDOCS%%share/examples/albatross/images/open.png
%%PORTDOCS%%share/examples/albatross/install.py
%%PORTDOCS%%share/examples/albatross/mpperf/.cvsignore
%%PORTDOCS%%share/examples/albatross/mpperf/htaccess
%%PORTDOCS%%share/examples/albatross/mpperf/install.py
%%PORTDOCS%%share/examples/albatross/mpperf/main.html
%%PORTDOCS%%share/examples/albatross/mpperf/main.py
%%PORTDOCS%%share/examples/albatross/mpperf/mpperf.py
%%PORTDOCS%%share/examples/albatross/paginate/.cvsignore
%%PORTDOCS%%share/examples/albatross/paginate/install.py
%%PORTDOCS%%share/examples/albatross/paginate/paginate.html
%%PORTDOCS%%share/examples/albatross/paginate/paginate.py
%%PORTDOCS%%share/examples/albatross/popview1/.cvsignore
%%PORTDOCS%%share/examples/albatross/popview1/detail.html
%%PORTDOCS%%share/examples/albatross/popview1/install.py
%%PORTDOCS%%share/examples/albatross/popview1/list.html
%%PORTDOCS%%share/examples/albatross/popview1/login.html
%%PORTDOCS%%share/examples/albatross/popview1/popview.py
%%PORTDOCS%%share/examples/albatross/popview1/popviewlib.py
%%PORTDOCS%%share/examples/albatross/popview2/.cvsignore
%%PORTDOCS%%share/examples/albatross/popview2/detail.html
%%PORTDOCS%%share/examples/albatross/popview2/install.py
%%PORTDOCS%%share/examples/albatross/popview2/list.html
%%PORTDOCS%%share/examples/albatross/popview2/login.html
%%PORTDOCS%%share/examples/albatross/popview2/popview.py
%%PORTDOCS%%share/examples/albatross/popview2/popviewlib.py
%%PORTDOCS%%share/examples/albatross/popview3/.cvsignore
%%PORTDOCS%%share/examples/albatross/popview3/detail.html
%%PORTDOCS%%share/examples/albatross/popview3/install.py
%%PORTDOCS%%share/examples/albatross/popview3/list.html
%%PORTDOCS%%share/examples/albatross/popview3/login.html
%%PORTDOCS%%share/examples/albatross/popview3/popview.py
%%PORTDOCS%%share/examples/albatross/popview3/popviewlib.py
%%PORTDOCS%%share/examples/albatross/popview4/.cvsignore
%%PORTDOCS%%share/examples/albatross/popview4/detail.html
%%PORTDOCS%%share/examples/albatross/popview4/detail.py
%%PORTDOCS%%share/examples/albatross/popview4/install.py
%%PORTDOCS%%share/examples/albatross/popview4/list.html
%%PORTDOCS%%share/examples/albatross/popview4/list.py
%%PORTDOCS%%share/examples/albatross/popview4/login.html
%%PORTDOCS%%share/examples/albatross/popview4/login.py
%%PORTDOCS%%share/examples/albatross/popview4/popview.py
%%PORTDOCS%%share/examples/albatross/popview4/popviewlib.py
%%PORTDOCS%%share/examples/albatross/popview5/.cvsignore
%%PORTDOCS%%share/examples/albatross/popview5/detail.html
%%PORTDOCS%%share/examples/albatross/popview5/detail.py
%%PORTDOCS%%share/examples/albatross/popview5/htaccess
%%PORTDOCS%%share/examples/albatross/popview5/install.py
%%PORTDOCS%%share/examples/albatross/popview5/list.html
%%PORTDOCS%%share/examples/albatross/popview5/list.py
%%PORTDOCS%%share/examples/albatross/popview5/login.html
%%PORTDOCS%%share/examples/albatross/popview5/login.py
%%PORTDOCS%%share/examples/albatross/popview5/popview.py
%%PORTDOCS%%share/examples/albatross/popview5/popviewlib.py
%%PORTDOCS%%share/examples/albatross/random/.cvsignore
%%PORTDOCS%%share/examples/albatross/random/install.py
%%PORTDOCS%%share/examples/albatross/random/paginate.html
%%PORTDOCS%%share/examples/albatross/random/paginate.py
%%PORTDOCS%%share/examples/albatross/random/random.py
%%PORTDOCS%%share/examples/albatross/random/tree.html
%%PORTDOCS%%share/examples/albatross/random/tree.py
%%PORTDOCS%%share/examples/albatross/sybase/.cvsignore
%%PORTDOCS%%share/examples/albatross/sybase/htaccess
%%PORTDOCS%%share/examples/albatross/sybase/install.py
%%PORTDOCS%%share/examples/albatross/sybase/macros.html
%%PORTDOCS%%share/examples/albatross/sybase/sybase.py
%%PORTDOCS%%share/examples/albatross/sybase/table-desc.html
%%PORTDOCS%%share/examples/albatross/sybase/table-list.html
%%PORTDOCS%%share/examples/albatross/sybase/table-view.html
%%PORTDOCS%%share/examples/albatross/sybase/traceback.html
%%PORTDOCS%%share/examples/albatross/templates/content1/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/content1/content.py
%%PORTDOCS%%share/examples/albatross/templates/content1/install.py
%%PORTDOCS%%share/examples/albatross/templates/content1/main.html
%%PORTDOCS%%share/examples/albatross/templates/content1/oops.html
%%PORTDOCS%%share/examples/albatross/templates/content1/other.html
%%PORTDOCS%%share/examples/albatross/templates/content2/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/content2/content.py
%%PORTDOCS%%share/examples/albatross/templates/content2/install.py
%%PORTDOCS%%share/examples/albatross/templates/content2/macros.html
%%PORTDOCS%%share/examples/albatross/templates/content2/main.html
%%PORTDOCS%%share/examples/albatross/templates/content2/oops.html
%%PORTDOCS%%share/examples/albatross/templates/content2/other.html
%%PORTDOCS%%share/examples/albatross/templates/form1/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/form1/form-display.html
%%PORTDOCS%%share/examples/albatross/templates/form1/form.html
%%PORTDOCS%%share/examples/albatross/templates/form1/form.py
%%PORTDOCS%%share/examples/albatross/templates/form1/install.py
%%PORTDOCS%%share/examples/albatross/templates/form2/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/form2/form-display.html
%%PORTDOCS%%share/examples/albatross/templates/form2/form.html
%%PORTDOCS%%share/examples/albatross/templates/form2/form.py
%%PORTDOCS%%share/examples/albatross/templates/form2/install.py
%%PORTDOCS%%share/examples/albatross/templates/form3/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/form3/form-display.html
%%PORTDOCS%%share/examples/albatross/templates/form3/form.html
%%PORTDOCS%%share/examples/albatross/templates/form3/form.py
%%PORTDOCS%%share/examples/albatross/templates/form3/install.py
%%PORTDOCS%%share/examples/albatross/templates/simple1/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/simple1/install.py
%%PORTDOCS%%share/examples/albatross/templates/simple1/simple.py
%%PORTDOCS%%share/examples/albatross/templates/simple2/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/simple2/install.py
%%PORTDOCS%%share/examples/albatross/templates/simple2/simple.html
%%PORTDOCS%%share/examples/albatross/templates/simple2/simple.py
%%PORTDOCS%%share/examples/albatross/templates/simple3/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/simple3/install.py
%%PORTDOCS%%share/examples/albatross/templates/simple3/simple.html
%%PORTDOCS%%share/examples/albatross/templates/simple3/simple.py
%%PORTDOCS%%share/examples/albatross/templates/simple4/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/simple4/install.py
%%PORTDOCS%%share/examples/albatross/templates/simple4/simple.html
%%PORTDOCS%%share/examples/albatross/templates/simple4/simple.py
%%PORTDOCS%%share/examples/albatross/templates/simple5/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/simple5/install.py
%%PORTDOCS%%share/examples/albatross/templates/simple5/simple.html
%%PORTDOCS%%share/examples/albatross/templates/simple5/simple.py
%%PORTDOCS%%share/examples/albatross/templates/stream/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/stream/install.py
%%PORTDOCS%%share/examples/albatross/templates/stream/stream.html
%%PORTDOCS%%share/examples/albatross/templates/stream/stream.py
%%PORTDOCS%%share/examples/albatross/templates/tree/.cvsignore
%%PORTDOCS%%share/examples/albatross/templates/tree/tree.html
%%PORTDOCS%%share/examples/albatross/templates/tree/tree.py
%%PORTDOCS%%share/examples/albatross/tree1/.cvsignore
%%PORTDOCS%%share/examples/albatross/tree1/install.py
%%PORTDOCS%%share/examples/albatross/tree1/tree.html
%%PORTDOCS%%share/examples/albatross/tree1/tree.py
%%PORTDOCS%%share/examples/albatross/tree2/.cvsignore
%%PORTDOCS%%share/examples/albatross/tree2/install.py
%%PORTDOCS%%share/examples/albatross/tree2/tree.html
%%PORTDOCS%%share/examples/albatross/tree2/tree.py
%%PORTDOCS%%share/examples/albatross/tree3/install.py
%%PORTDOCS%%share/examples/albatross/tree3/tree.html
%%PORTDOCS%%share/examples/albatross/tree3/tree.py
%%PORTDOCS%%@dirrm share/examples/albatross/tree3
%%PORTDOCS%%@dirrm share/examples/albatross/tree2
%%PORTDOCS%%@dirrm share/examples/albatross/tree1
%%PORTDOCS%%@dirrm share/examples/albatross/templates/tree
%%PORTDOCS%%@dirrm share/examples/albatross/templates/stream
%%PORTDOCS%%@dirrm share/examples/albatross/templates/simple5
%%PORTDOCS%%@dirrm share/examples/albatross/templates/simple4
%%PORTDOCS%%@dirrm share/examples/albatross/templates/simple3
%%PORTDOCS%%@dirrm share/examples/albatross/templates/simple2
%%PORTDOCS%%@dirrm share/examples/albatross/templates/simple1
%%PORTDOCS%%@dirrm share/examples/albatross/templates/form3
%%PORTDOCS%%@dirrm share/examples/albatross/templates/form2
%%PORTDOCS%%@dirrm share/examples/albatross/templates/form1
%%PORTDOCS%%@dirrm share/examples/albatross/templates/content2
%%PORTDOCS%%@dirrm share/examples/albatross/templates/content1
%%PORTDOCS%%@dirrm share/examples/albatross/templates
%%PORTDOCS%%@dirrm share/examples/albatross/sybase
%%PORTDOCS%%@dirrm share/examples/albatross/random
%%PORTDOCS%%@dirrm share/examples/albatross/popview5
%%PORTDOCS%%@dirrm share/examples/albatross/popview4
%%PORTDOCS%%@dirrm share/examples/albatross/popview3
%%PORTDOCS%%@dirrm share/examples/albatross/popview2
%%PORTDOCS%%@dirrm share/examples/albatross/popview1
%%PORTDOCS%%@dirrm share/examples/albatross/paginate
%%PORTDOCS%%@dirrm share/examples/albatross/mpperf
%%PORTDOCS%%@dirrm share/examples/albatross/images
%%PORTDOCS%%@dirrm share/examples/albatross/form4
%%PORTDOCS%%@dirrm share/examples/albatross/extension
%%PORTDOCS%%@dirrm share/examples/albatross
%%PORTDOCS%%@dirrm share/doc/albatross/doctest
%%PORTDOCS%%@dirrm share/doc/albatross/html/icons
%%PORTDOCS%%@dirrm share/doc/albatross/html
%%PORTDOCS%%@dirrm share/doc/albatross