-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_redirects.json
More file actions
6814 lines (6814 loc) · 509 KB
/
_redirects.json
File metadata and controls
6814 lines (6814 loc) · 509 KB
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
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"jython/ADB SwingExamples": "jython/examples/ADB SwingExamples",
"jython/ADB(20)SwingExamples": "jython/examples/ADB SwingExamples",
"jython/AbsentModules": "jython/modules/AbsentModules",
"jython/AdamBurke": "people/AdamBurke",
"jython/AdrienBeau": "people/AdrienBeau",
"jython/AlanKennedy": "people/AlanKennedy",
"jython/AlessandroBrollo": "people/AlessandroBrollo",
"jython/AndrewKuchling": "people/AndrewKuchling",
"jython/AndrewKuchling(2f)MissingBuiltins": "people/AndrewKuchling/MissingBuiltins",
"jython/AndrewKuchling/MissingBuiltins": "people/AndrewKuchling/MissingBuiltins",
"jython/AndrewKuchling/index": "jython/about/AndrewKuchling/index",
"jython/AnselmoPeretto": "people/AnselmoPeretto",
"jython/ApacheDerby": "jython/examples/ApacheDerby",
"jython/BerlinBrown": "people/BerlinBrown",
"jython/BiggerTasks": "jython/internals/BiggerTasks",
"jython/BillDehora": "people/BillDehora",
"jython/BofTopics": "jython/community/BofTopics",
"jython/BrianZimmer": "people/BrianZimmer",
"jython/BufferProtocol": "jython/internals/BufferProtocol",
"jython/CharlieGroves": "people/CharlieGroves",
"jython/CharlieGroves(2f)DescrFailures": "people/CharlieGroves/DescrFailures",
"jython/CharlieGroves/DescrFailures": "people/CharlieGroves/DescrFailures",
"jython/CharlieGroves/index": "jython/about/CharlieGroves/index",
"jython/ClarkUpdike": "people/ClarkUpdike",
"jython/ClarkUpdike(2f)RemoteJythonDebugging": "jython/about/ClarkUpdike/RemoteJythonDebugging",
"jython/ClarkUpdike(2f)ScrapBook": "people/ClarkUpdike/ScrapBook",
"jython/ClarkUpdike(2f)WikiTips": "people/ClarkUpdike/WikiTips",
"jython/ClarkUpdike/RemoteJythonDebugging": "jython/about/ClarkUpdike/RemoteJythonDebugging",
"jython/ClarkUpdike/ScrapBook": "people/ClarkUpdike/ScrapBook",
"jython/ClarkUpdike/WikiTips": "people/ClarkUpdike/WikiTips",
"jython/ClarkUpdike/index": "jython/about/ClarkUpdike/index",
"jython/CodeSpeedupExperiments": "jython/internals/CodeSpeedupExperiments",
"jython/CodeSpeedupExperiments(2f)PyByteCode": "jython/internals/CodeSpeedupExperiments/PyByteCode",
"jython/CodeSpeedupExperiments/PyByteCode": "jython/internals/CodeSpeedupExperiments/PyByteCode",
"jython/CodeSpeedupExperiments/index": "jython/internals/CodeSpeedupExperiments/index",
"jython/CodingStandards": "jython/developer-guide/CodingStandards",
"jython/CollectionsIntegration": "jython/internals/CollectionsIntegration",
"jython/CollectionsIntegration(2f)PySequence": "jython/internals/CollectionsIntegration/PySequence",
"jython/CollectionsIntegration/PySequence": "jython/internals/CollectionsIntegration/PySequence",
"jython/CollectionsIntegration/index": "jython/internals/CollectionsIntegration/index",
"jython/ComparisonJavaJython": "jython/internals/ComparisonJavaJython",
"jython/ConsoleChoices": "jython/user-guide/ConsoleChoices",
"jython/CoreJythonExamples": "jython/examples/CoreJythonExamples",
"jython/DatabaseExamples": "jython/examples/DatabaseExamples",
"jython/DateTimeModule": "jython/internals/DateTimeModule",
"jython/DaveKuhlman": "people/DaveKuhlman",
"jython/DeveloperFAQ": "jython/developer-guide/DeveloperFAQ",
"jython/DjangoOnJython": "jython/modules/DjangoOnJython",
"jython/DocumentationAndEducation": "jython/getting-started/DocumentationAndEducation",
"jython/DownloadInstructions": "jython/getting-started/DownloadInstructions",
"jython/EasterJar": "jython/examples/EasterJar",
"jython/EricJohnson": "people/EricJohnson",
"jython/ExposeAnnotations": "jython/internals/ExposeAnnotations",
"jython/FrankWierzbicki": "people/FrankWierzbicki",
"jython/FrontPage": "jython/index",
"jython/about/FrontPage": "jython/index",
"jython/GeneratedDerivedClasses": "jython/internals/GeneratedDerivedClasses",
"jython/GregMoore": "people/GregMoore",
"jython/HowToGetInvolved": "jython/developer-guide/HowToGetInvolved",
"jython/HowToReleaseJython": "jython/developer-guide/HowToReleaseJython",
"jython/ImplementNewType": "jython/internals/ImplementNewType",
"jython/ImplementSequenceType": "jython/internals/ImplementSequenceType",
"jython/InstallationDetails": "jython/getting-started/InstallationDetails",
"jython/InstallationInstructions": "jython/getting-started/InstallationInstructions",
"jython/InstallationInstructions2": "jython/getting-started/InstallationInstructions2",
"jython/InstallingJython": "jython/getting-started/InstallingJython",
"jython/IntegerConversion": "jython/internals/IntegerConversion",
"jython/IrcChannel": "jython/about/IrcChannel",
"jython/J(c3bc)rgenHermann": "jython/about/JürgenHermann",
"jython/JasonWhitlark": "people/JasonWhitlark",
"jython/JavaLibraries": "jython/modules/JavaLibraries",
"jython/JavaScript": "jython/modules/JavaScript",
"jython/JepGuidelines": "jython/internals/JepGuidelines",
"jython/JepIndex": "jython/internals/JepIndex",
"jython/JimBaker": "people/JimBaker",
"jython/JimHugunin": "people/JimHugunin",
"jython/JoshJuneau": "people/JoshJuneau",
"jython/JtreeExample": "jython/examples/JtreeExample",
"jython/Jython User Guide": "jython/user-guide/Jython User Guide",
"jython/Jython(20)User(20)Guide": "jython/user-guide/Jython User Guide",
"jython/Jython25BackwardsIncompatibilities": "jython/developer-guide/Jython25BackwardsIncompatibilities",
"jython/Jython3000": "jython/internals/Jython3000",
"jython/JythonBibliography": "jython/getting-started/JythonBibliography",
"jython/JythonClassesInJava": "jython/examples/JythonClassesInJava",
"jython/JythonCompiler": "jython/internals/JythonCompiler",
"jython/JythonDeveloperGuide": "jython/developer-guide/JythonDeveloperGuide",
"jython/JythonDeveloperGuide(2f)AttributeLookupMethods": "jython/developer-guide/JythonDeveloperGuide/AttributeLookupMethods",
"jython/JythonDeveloperGuide(2f)EclipseNotes": "jython/developer-guide/JythonDeveloperGuide/EclipseNotes",
"jython/JythonDeveloperGuide(2f)EclipseSubclipse": "jython/developer-guide/JythonDeveloperGuide/EclipseSubclipse",
"jython/JythonDeveloperGuide(2f)ImplementingStrAndRepr": "jython/developer-guide/JythonDeveloperGuide/ImplementingStrAndRepr",
"jython/JythonDeveloperGuide(2f)IntellijNotes": "jython/developer-guide/JythonDeveloperGuide/IntellijNotes",
"jython/JythonDeveloperGuide(2f)IntellijTricks": "jython/developer-guide/JythonDeveloperGuide/IntellijTricks",
"jython/JythonDeveloperGuide(2f)NetbeansGuide": "jython/developer-guide/JythonDeveloperGuide/NetbeansGuide",
"jython/JythonDeveloperGuide(2f)PleaseAdoptMe": "jython/developer-guide/JythonDeveloperGuide/PleaseAdoptMe",
"jython/JythonDeveloperGuide(2f)PortingPythonModulesToJython": "jython/developer-guide/JythonDeveloperGuide/PortingPythonModulesToJython",
"jython/JythonDeveloperGuide(2f)RegressionTestNotes": "jython/developer-guide/JythonDeveloperGuide/RegressionTestNotes",
"jython/JythonDeveloperGuide(2f)UsingPyNewStringFromPythonCode": "jython/developer-guide/JythonDeveloperGuide/UsingPyNewStringFromPythonCode",
"jython/JythonDeveloperGuide/AttributeLookupMethods": "jython/developer-guide/JythonDeveloperGuide/AttributeLookupMethods",
"jython/JythonDeveloperGuide/EclipseNotes": "jython/developer-guide/JythonDeveloperGuide/EclipseNotes",
"jython/JythonDeveloperGuide/EclipseSubclipse": "jython/developer-guide/JythonDeveloperGuide/EclipseSubclipse",
"jython/JythonDeveloperGuide/ImplementingStrAndRepr": "jython/developer-guide/JythonDeveloperGuide/ImplementingStrAndRepr",
"jython/JythonDeveloperGuide/IntellijNotes": "jython/developer-guide/JythonDeveloperGuide/IntellijNotes",
"jython/JythonDeveloperGuide/IntellijTricks": "jython/developer-guide/JythonDeveloperGuide/IntellijTricks",
"jython/JythonDeveloperGuide/NetbeansGuide": "jython/developer-guide/JythonDeveloperGuide/NetbeansGuide",
"jython/JythonDeveloperGuide/PleaseAdoptMe": "jython/developer-guide/JythonDeveloperGuide/PleaseAdoptMe",
"jython/JythonDeveloperGuide/PortingPythonModulesToJython": "jython/developer-guide/JythonDeveloperGuide/PortingPythonModulesToJython",
"jython/JythonDeveloperGuide/RegressionTestNotes": "jython/developer-guide/JythonDeveloperGuide/RegressionTestNotes",
"jython/JythonDeveloperGuide/UsingPyNewStringFromPythonCode": "jython/developer-guide/JythonDeveloperGuide/UsingPyNewStringFromPythonCode",
"jython/JythonDeveloperGuide/index": "jython/developer-guide/JythonDeveloperGuide/index",
"jython/JythonEditors": "jython/community/JythonEditors",
"jython/JythonFaq": "jython/faq/JythonFaq",
"jython/JythonFaq(2f)DistributingJythonScripts": "jython/faq/JythonFaq/DistributingJythonScripts",
"jython/JythonFaq(2f)EmbeddingJython": "jython/faq/JythonFaq/EmbeddingJython",
"jython/JythonFaq(2f)ExtendingJython": "jython/faq/JythonFaq/ExtendingJython",
"jython/JythonFaq(2f)GeneralInfo": "jython/faq/JythonFaq/GeneralInfo",
"jython/JythonFaq(2f)InstallingJython": "jython/faq/JythonFaq/InstallingJython",
"jython/JythonFaq(2f)JythonModules": "jython/faq/JythonFaq/JythonModules",
"jython/JythonFaq(2f)ProgrammingJython": "jython/faq/JythonFaq/ProgrammingJython",
"jython/JythonFaq/DistributingJythonScripts": "jython/faq/JythonFaq/DistributingJythonScripts",
"jython/JythonFaq/EmbeddingJython": "jython/faq/JythonFaq/EmbeddingJython",
"jython/JythonFaq/ExtendingJython": "jython/faq/JythonFaq/ExtendingJython",
"jython/JythonFaq/GeneralInfo": "jython/faq/JythonFaq/GeneralInfo",
"jython/JythonFaq/InstallingJython": "jython/faq/JythonFaq/InstallingJython",
"jython/JythonFaq/JythonModules": "jython/faq/JythonFaq/JythonModules",
"jython/JythonFaq/ProgrammingJython": "jython/faq/JythonFaq/ProgrammingJython",
"jython/JythonFaq/index": "jython/faq/JythonFaq/index",
"jython/JythonLogo": "jython/about/JythonLogo",
"jython/JythonModulesInJava": "jython/examples/JythonModulesInJava",
"jython/JythonMonthly": "jython/newsletter/JythonMonthly",
"jython/JythonMonthly(2f)Articles": "jython/newsletter/JythonMonthly/Articles",
"jython/JythonMonthly(2f)Articles(2f)April2007": "jython/newsletter/JythonMonthly/Articles/April2007",
"jython/JythonMonthly(2f)Articles(2f)April2008": "jython/newsletter/JythonMonthly/Articles/April2008",
"jython/JythonMonthly(2f)Articles(2f)August2006": "jython/newsletter/JythonMonthly/Articles/August2006",
"jython/JythonMonthly(2f)Articles(2f)August2008": "jython/newsletter/JythonMonthly/Articles/August2008",
"jython/JythonMonthly(2f)Articles(2f)December2006": "jython/newsletter/JythonMonthly/Articles/December2006",
"jython/JythonMonthly(2f)Articles(2f)December2007": "jython/newsletter/JythonMonthly/Articles/December2007",
"jython/JythonMonthly(2f)Articles(2f)December2007(2f)2": "jython/newsletter/JythonMonthly/Articles/December2007/2",
"jython/JythonMonthly(2f)Articles(2f)December2007(2f)NC": "jython/newsletter/JythonMonthly/Articles/December2007/NC",
"jython/JythonMonthly(2f)Articles(2f)February2007": "jython/newsletter/JythonMonthly/Articles/February2007",
"jython/JythonMonthly(2f)Articles(2f)February2008": "jython/newsletter/JythonMonthly/Articles/February2008",
"jython/JythonMonthly(2f)Articles(2f)January2007": "jython/newsletter/JythonMonthly/Articles/January2007",
"jython/JythonMonthly(2f)Articles(2f)January2007(2f)2": "jython/newsletter/JythonMonthly/Articles/January2007/2",
"jython/JythonMonthly(2f)Articles(2f)January2007(2f)3": "jython/newsletter/JythonMonthly/Articles/January2007/3",
"jython/JythonMonthly(2f)Articles(2f)January2008": "jython/newsletter/JythonMonthly/Articles/January2008",
"jython/JythonMonthly(2f)Articles(2f)July2006": "jython/newsletter/JythonMonthly/Articles/July2006",
"jython/JythonMonthly(2f)Articles(2f)July2006(2f)2": "jython/newsletter/JythonMonthly/Articles/July2006/2",
"jython/JythonMonthly(2f)Articles(2f)June2008": "jython/newsletter/JythonMonthly/Articles/June2008",
"jython/JythonMonthly(2f)Articles(2f)March2007": "jython/newsletter/JythonMonthly/Articles/March2007",
"jython/JythonMonthly(2f)Articles(2f)March2008": "jython/newsletter/JythonMonthly/Articles/March2008",
"jython/JythonMonthly(2f)Articles(2f)May2007": "jython/newsletter/JythonMonthly/Articles/May2007",
"jython/JythonMonthly(2f)Articles(2f)May2008": "jython/newsletter/JythonMonthly/Articles/May2008",
"jython/JythonMonthly(2f)Articles(2f)November2006": "jython/newsletter/JythonMonthly/Articles/November2006",
"jython/JythonMonthly(2f)Articles(2f)November2006(2f)2": "jython/newsletter/JythonMonthly/Articles/November2006/2",
"jython/JythonMonthly(2f)Articles(2f)November2007": "jython/newsletter/JythonMonthly/Articles/November2007",
"jython/JythonMonthly(2f)Articles(2f)November2007(2f)NC": "jython/newsletter/JythonMonthly/Articles/November2007/NC",
"jython/JythonMonthly(2f)Articles(2f)November2008": "jython/newsletter/JythonMonthly/Articles/November2008",
"jython/JythonMonthly(2f)Articles(2f)October2006": "jython/newsletter/JythonMonthly/Articles/October2006",
"jython/JythonMonthly(2f)Articles(2f)October2006(2f)2": "jython/newsletter/JythonMonthly/Articles/October2006/2",
"jython/JythonMonthly(2f)Articles(2f)October2006(2f)3": "jython/newsletter/JythonMonthly/Articles/October2006/3",
"jython/JythonMonthly(2f)Articles(2f)October2007": "jython/newsletter/JythonMonthly/Articles/October2007",
"jython/JythonMonthly(2f)Articles(2f)October2007(2f)NC": "jython/newsletter/JythonMonthly/Articles/October2007/NC",
"jython/JythonMonthly(2f)Articles(2f)October2008": "jython/newsletter/JythonMonthly/Articles/October2008",
"jython/JythonMonthly(2f)Articles(2f)September2006": "jython/newsletter/JythonMonthly/Articles/September2006",
"jython/JythonMonthly(2f)Articles(2f)September2006(2f)2": "jython/newsletter/JythonMonthly/Articles/September2006/2",
"jython/JythonMonthly(2f)Articles(2f)Submitting": "jython/newsletter/JythonMonthly/Articles/Submitting",
"jython/JythonMonthly(2f)Interviews": "jython/newsletter/JythonMonthly/Interviews",
"jython/JythonMonthly(2f)Interviews(2f)August2008(2f)JimBaker": "jython/newsletter/JythonMonthly/Interviews/August2008/JimBaker",
"jython/JythonMonthly(2f)Interviews(2f)July2008(2f)AskFrank": "jython/newsletter/JythonMonthly/Interviews/July2008/AskFrank",
"jython/JythonMonthly(2f)Newsletters": "jython/newsletter/JythonMonthly/Newsletters",
"jython/JythonMonthly(2f)Newsletters(2f)April2007": "jython/newsletter/JythonMonthly/Newsletters/April2007",
"jython/JythonMonthly(2f)Newsletters(2f)April2008": "jython/newsletter/JythonMonthly/Newsletters/April2008",
"jython/JythonMonthly(2f)Newsletters(2f)April2009": "jython/newsletter/JythonMonthly/Newsletters/April2009",
"jython/JythonMonthly(2f)Newsletters(2f)April2010": "jython/newsletter/JythonMonthly/Newsletters/April2010",
"jython/JythonMonthly(2f)Newsletters(2f)April2011": "jython/newsletter/JythonMonthly/Newsletters/April2011",
"jython/JythonMonthly(2f)Newsletters(2f)August2006": "jython/newsletter/JythonMonthly/Newsletters/August2006",
"jython/JythonMonthly(2f)Newsletters(2f)August2008": "jython/newsletter/JythonMonthly/Newsletters/August2008",
"jython/JythonMonthly(2f)Newsletters(2f)August2009": "jython/newsletter/JythonMonthly/Newsletters/August2009",
"jython/JythonMonthly(2f)Newsletters(2f)August2010": "jython/newsletter/JythonMonthly/Newsletters/August2010",
"jython/JythonMonthly(2f)Newsletters(2f)December2006": "jython/newsletter/JythonMonthly/Newsletters/December2006",
"jython/JythonMonthly(2f)Newsletters(2f)December2007": "jython/newsletter/JythonMonthly/Newsletters/December2007",
"jython/JythonMonthly(2f)Newsletters(2f)December2008": "jython/newsletter/JythonMonthly/Newsletters/December2008",
"jython/JythonMonthly(2f)Newsletters(2f)December2009": "jython/newsletter/JythonMonthly/Newsletters/December2009",
"jython/JythonMonthly(2f)Newsletters(2f)February2007": "jython/newsletter/JythonMonthly/Newsletters/February2007",
"jython/JythonMonthly(2f)Newsletters(2f)February2008": "jython/newsletter/JythonMonthly/Newsletters/February2008",
"jython/JythonMonthly(2f)Newsletters(2f)February2009": "jython/newsletter/JythonMonthly/Newsletters/February2009",
"jython/JythonMonthly(2f)Newsletters(2f)February2010": "jython/newsletter/JythonMonthly/Newsletters/February2010",
"jython/JythonMonthly(2f)Newsletters(2f)January2007": "jython/newsletter/JythonMonthly/Newsletters/January2007",
"jython/JythonMonthly(2f)Newsletters(2f)January2008": "jython/newsletter/JythonMonthly/Newsletters/January2008",
"jython/JythonMonthly(2f)Newsletters(2f)January2009": "jython/newsletter/JythonMonthly/Newsletters/January2009",
"jython/JythonMonthly(2f)Newsletters(2f)January2010": "jython/newsletter/JythonMonthly/Newsletters/January2010",
"jython/JythonMonthly(2f)Newsletters(2f)January2011": "jython/newsletter/JythonMonthly/Newsletters/January2011",
"jython/JythonMonthly(2f)Newsletters(2f)July2006": "jython/newsletter/JythonMonthly/Newsletters/July2006",
"jython/JythonMonthly(2f)Newsletters(2f)July2008": "jython/newsletter/JythonMonthly/Newsletters/July2008",
"jython/JythonMonthly(2f)Newsletters(2f)July2009": "jython/newsletter/JythonMonthly/Newsletters/July2009",
"jython/JythonMonthly(2f)Newsletters(2f)July2010": "jython/newsletter/JythonMonthly/Newsletters/July2010",
"jython/JythonMonthly(2f)Newsletters(2f)June2008": "jython/newsletter/JythonMonthly/Newsletters/June2008",
"jython/JythonMonthly(2f)Newsletters(2f)June2009": "jython/newsletter/JythonMonthly/Newsletters/June2009",
"jython/JythonMonthly(2f)Newsletters(2f)June2010": "jython/newsletter/JythonMonthly/Newsletters/June2010",
"jython/JythonMonthly(2f)Newsletters(2f)June2012": "jython/newsletter/JythonMonthly/Newsletters/June2012",
"jython/JythonMonthly(2f)Newsletters(2f)March2007": "jython/newsletter/JythonMonthly/Newsletters/March2007",
"jython/JythonMonthly(2f)Newsletters(2f)March2008": "jython/newsletter/JythonMonthly/Newsletters/March2008",
"jython/JythonMonthly(2f)Newsletters(2f)March2009": "jython/newsletter/JythonMonthly/Newsletters/March2009",
"jython/JythonMonthly(2f)Newsletters(2f)March2010": "jython/newsletter/JythonMonthly/Newsletters/March2010",
"jython/JythonMonthly(2f)Newsletters(2f)March2011": "jython/newsletter/JythonMonthly/Newsletters/March2011",
"jython/JythonMonthly(2f)Newsletters(2f)May2008": "jython/newsletter/JythonMonthly/Newsletters/May2008",
"jython/JythonMonthly(2f)Newsletters(2f)May2009": "jython/newsletter/JythonMonthly/Newsletters/May2009",
"jython/JythonMonthly(2f)Newsletters(2f)May2010": "jython/newsletter/JythonMonthly/Newsletters/May2010",
"jython/JythonMonthly(2f)Newsletters(2f)May2011": "jython/newsletter/JythonMonthly/Newsletters/May2011",
"jython/JythonMonthly(2f)Newsletters(2f)November2006": "jython/newsletter/JythonMonthly/Newsletters/November2006",
"jython/JythonMonthly(2f)Newsletters(2f)November2007": "jython/newsletter/JythonMonthly/Newsletters/November2007",
"jython/JythonMonthly(2f)Newsletters(2f)November2008": "jython/newsletter/JythonMonthly/Newsletters/November2008",
"jython/JythonMonthly(2f)Newsletters(2f)November2009": "jython/newsletter/JythonMonthly/Newsletters/November2009",
"jython/JythonMonthly(2f)Newsletters(2f)November2010": "jython/newsletter/JythonMonthly/Newsletters/November2010",
"jython/JythonMonthly(2f)Newsletters(2f)Novmber2007": "jython/newsletter/JythonMonthly/Newsletters/Novmber2007",
"jython/JythonMonthly(2f)Newsletters(2f)Oct2011": "jython/newsletter/JythonMonthly/Newsletters/Oct2011",
"jython/JythonMonthly(2f)Newsletters(2f)OctNov2010": "jython/newsletter/JythonMonthly/Newsletters/OctNov2010",
"jython/JythonMonthly(2f)Newsletters(2f)October2006": "jython/newsletter/JythonMonthly/Newsletters/October2006",
"jython/JythonMonthly(2f)Newsletters(2f)October2007": "jython/newsletter/JythonMonthly/Newsletters/October2007",
"jython/JythonMonthly(2f)Newsletters(2f)October2008": "jython/newsletter/JythonMonthly/Newsletters/October2008",
"jython/JythonMonthly(2f)Newsletters(2f)October2009": "jython/newsletter/JythonMonthly/Newsletters/October2009",
"jython/JythonMonthly(2f)Newsletters(2f)September2006": "jython/newsletter/JythonMonthly/Newsletters/September2006",
"jython/JythonMonthly(2f)Newsletters(2f)September2008": "jython/newsletter/JythonMonthly/Newsletters/September2008",
"jython/JythonMonthly(2f)Newsletters(2f)September2009": "jython/newsletter/JythonMonthly/Newsletters/September2009",
"jython/JythonMonthly/Articles": "jython/newsletter/JythonMonthly/Articles",
"jython/JythonMonthly/Articles/April2007": "jython/newsletter/JythonMonthly/Articles/April2007",
"jython/JythonMonthly/Articles/April2007/index": "jython/newsletter/JythonMonthly/Articles/April2007/index",
"jython/JythonMonthly/Articles/April2008": "jython/newsletter/JythonMonthly/Articles/April2008",
"jython/JythonMonthly/Articles/April2008/index": "jython/newsletter/JythonMonthly/Articles/April2008/index",
"jython/JythonMonthly/Articles/August2006": "jython/newsletter/JythonMonthly/Articles/August2006",
"jython/JythonMonthly/Articles/August2006/index": "jython/newsletter/JythonMonthly/Articles/August2006/index",
"jython/JythonMonthly/Articles/August2008": "jython/newsletter/JythonMonthly/Articles/August2008",
"jython/JythonMonthly/Articles/August2008/index": "jython/newsletter/JythonMonthly/Articles/August2008/index",
"jython/JythonMonthly/Articles/December2006": "jython/newsletter/JythonMonthly/Articles/December2006",
"jython/JythonMonthly/Articles/December2007": "jython/newsletter/JythonMonthly/Articles/December2007",
"jython/JythonMonthly/Articles/December2007/2": "jython/newsletter/JythonMonthly/Articles/December2007/2",
"jython/JythonMonthly/Articles/December2007/NC": "jython/newsletter/JythonMonthly/Articles/December2007/NC",
"jython/JythonMonthly/Articles/December2007/index": "jython/newsletter/JythonMonthly/Articles/December2007/index",
"jython/JythonMonthly/Articles/February2007": "jython/newsletter/JythonMonthly/Articles/February2007",
"jython/JythonMonthly/Articles/February2008": "jython/newsletter/JythonMonthly/Articles/February2008",
"jython/JythonMonthly/Articles/January2007": "jython/newsletter/JythonMonthly/Articles/January2007",
"jython/JythonMonthly/Articles/January2007/2": "jython/newsletter/JythonMonthly/Articles/January2007/2",
"jython/JythonMonthly/Articles/January2007/3": "jython/newsletter/JythonMonthly/Articles/January2007/3",
"jython/JythonMonthly/Articles/January2007/index": "jython/newsletter/JythonMonthly/Articles/January2007/index",
"jython/JythonMonthly/Articles/January2008": "jython/newsletter/JythonMonthly/Articles/January2008",
"jython/JythonMonthly/Articles/July2006": "jython/newsletter/JythonMonthly/Articles/July2006",
"jython/JythonMonthly/Articles/July2006/2": "jython/newsletter/JythonMonthly/Articles/July2006/2",
"jython/JythonMonthly/Articles/July2006/index": "jython/newsletter/JythonMonthly/Articles/July2006/index",
"jython/JythonMonthly/Articles/June2008": "jython/newsletter/JythonMonthly/Articles/June2008",
"jython/JythonMonthly/Articles/March2007": "jython/newsletter/JythonMonthly/Articles/March2007",
"jython/JythonMonthly/Articles/March2008": "jython/newsletter/JythonMonthly/Articles/March2008",
"jython/JythonMonthly/Articles/May2007": "jython/newsletter/JythonMonthly/Articles/May2007",
"jython/JythonMonthly/Articles/May2008": "jython/newsletter/JythonMonthly/Articles/May2008",
"jython/JythonMonthly/Articles/November2006": "jython/newsletter/JythonMonthly/Articles/November2006",
"jython/JythonMonthly/Articles/November2006/2": "jython/newsletter/JythonMonthly/Articles/November2006/2",
"jython/JythonMonthly/Articles/November2006/index": "jython/newsletter/JythonMonthly/Articles/November2006/index",
"jython/JythonMonthly/Articles/November2007": "jython/newsletter/JythonMonthly/Articles/November2007",
"jython/JythonMonthly/Articles/November2007/NC": "jython/newsletter/JythonMonthly/Articles/November2007/NC",
"jython/JythonMonthly/Articles/November2007/index": "jython/newsletter/JythonMonthly/Articles/November2007/index",
"jython/JythonMonthly/Articles/November2008": "jython/newsletter/JythonMonthly/Articles/November2008",
"jython/JythonMonthly/Articles/October2006": "jython/newsletter/JythonMonthly/Articles/October2006",
"jython/JythonMonthly/Articles/October2006/2": "jython/newsletter/JythonMonthly/Articles/October2006/2",
"jython/JythonMonthly/Articles/October2006/3": "jython/newsletter/JythonMonthly/Articles/October2006/3",
"jython/JythonMonthly/Articles/October2006/index": "jython/newsletter/JythonMonthly/Articles/October2006/index",
"jython/JythonMonthly/Articles/October2007": "jython/newsletter/JythonMonthly/Articles/October2007",
"jython/JythonMonthly/Articles/October2007/NC": "jython/newsletter/JythonMonthly/Articles/October2007/NC",
"jython/JythonMonthly/Articles/October2007/index": "jython/newsletter/JythonMonthly/Articles/October2007/index",
"jython/JythonMonthly/Articles/October2008": "jython/newsletter/JythonMonthly/Articles/October2008",
"jython/JythonMonthly/Articles/October2008/index": "jython/newsletter/JythonMonthly/Articles/October2008/index",
"jython/JythonMonthly/Articles/September2006": "jython/newsletter/JythonMonthly/Articles/September2006",
"jython/JythonMonthly/Articles/September2006/2": "jython/newsletter/JythonMonthly/Articles/September2006/2",
"jython/JythonMonthly/Articles/September2006/index": "jython/newsletter/JythonMonthly/Articles/September2006/index",
"jython/JythonMonthly/Articles/Submitting": "jython/newsletter/JythonMonthly/Articles/Submitting",
"jython/JythonMonthly/Articles/index": "jython/newsletter/JythonMonthly/Articles/index",
"jython/JythonMonthly/Interviews": "jython/newsletter/JythonMonthly/Interviews",
"jython/JythonMonthly/Interviews/August2008/JimBaker": "jython/newsletter/JythonMonthly/Interviews/August2008/JimBaker",
"jython/JythonMonthly/Interviews/August2008/index": "jython/newsletter/JythonMonthly/Interviews/August2008/index",
"jython/JythonMonthly/Interviews/July2008/AskFrank": "jython/newsletter/JythonMonthly/Interviews/July2008/AskFrank",
"jython/JythonMonthly/Interviews/July2008/index": "jython/newsletter/JythonMonthly/Interviews/July2008/index",
"jython/JythonMonthly/Newsletters": "jython/newsletter/JythonMonthly/Newsletters",
"jython/JythonMonthly/Newsletters/April2007": "jython/newsletter/JythonMonthly/Newsletters/April2007",
"jython/JythonMonthly/Newsletters/April2008": "jython/newsletter/JythonMonthly/Newsletters/April2008",
"jython/JythonMonthly/Newsletters/April2009": "jython/newsletter/JythonMonthly/Newsletters/April2009",
"jython/JythonMonthly/Newsletters/April2010": "jython/newsletter/JythonMonthly/Newsletters/April2010",
"jython/JythonMonthly/Newsletters/April2011": "jython/newsletter/JythonMonthly/Newsletters/April2011",
"jython/JythonMonthly/Newsletters/August2006": "jython/newsletter/JythonMonthly/Newsletters/August2006",
"jython/JythonMonthly/Newsletters/August2008": "jython/newsletter/JythonMonthly/Newsletters/August2008",
"jython/JythonMonthly/Newsletters/August2009": "jython/newsletter/JythonMonthly/Newsletters/August2009",
"jython/JythonMonthly/Newsletters/August2010": "jython/newsletter/JythonMonthly/Newsletters/August2010",
"jython/JythonMonthly/Newsletters/December2006": "jython/newsletter/JythonMonthly/Newsletters/December2006",
"jython/JythonMonthly/Newsletters/December2007": "jython/newsletter/JythonMonthly/Newsletters/December2007",
"jython/JythonMonthly/Newsletters/December2008": "jython/newsletter/JythonMonthly/Newsletters/December2008",
"jython/JythonMonthly/Newsletters/December2009": "jython/newsletter/JythonMonthly/Newsletters/December2009",
"jython/JythonMonthly/Newsletters/February2007": "jython/newsletter/JythonMonthly/Newsletters/February2007",
"jython/JythonMonthly/Newsletters/February2008": "jython/newsletter/JythonMonthly/Newsletters/February2008",
"jython/JythonMonthly/Newsletters/February2009": "jython/newsletter/JythonMonthly/Newsletters/February2009",
"jython/JythonMonthly/Newsletters/February2010": "jython/newsletter/JythonMonthly/Newsletters/February2010",
"jython/JythonMonthly/Newsletters/January2007": "jython/newsletter/JythonMonthly/Newsletters/January2007",
"jython/JythonMonthly/Newsletters/January2008": "jython/newsletter/JythonMonthly/Newsletters/January2008",
"jython/JythonMonthly/Newsletters/January2009": "jython/newsletter/JythonMonthly/Newsletters/January2009",
"jython/JythonMonthly/Newsletters/January2010": "jython/newsletter/JythonMonthly/Newsletters/January2010",
"jython/JythonMonthly/Newsletters/January2011": "jython/newsletter/JythonMonthly/Newsletters/January2011",
"jython/JythonMonthly/Newsletters/July2006": "jython/newsletter/JythonMonthly/Newsletters/July2006",
"jython/JythonMonthly/Newsletters/July2008": "jython/newsletter/JythonMonthly/Newsletters/July2008",
"jython/JythonMonthly/Newsletters/July2009": "jython/newsletter/JythonMonthly/Newsletters/July2009",
"jython/JythonMonthly/Newsletters/July2010": "jython/newsletter/JythonMonthly/Newsletters/July2010",
"jython/JythonMonthly/Newsletters/June2008": "jython/newsletter/JythonMonthly/Newsletters/June2008",
"jython/JythonMonthly/Newsletters/June2009": "jython/newsletter/JythonMonthly/Newsletters/June2009",
"jython/JythonMonthly/Newsletters/June2010": "jython/newsletter/JythonMonthly/Newsletters/June2010",
"jython/JythonMonthly/Newsletters/June2012": "jython/newsletter/JythonMonthly/Newsletters/June2012",
"jython/JythonMonthly/Newsletters/March2007": "jython/newsletter/JythonMonthly/Newsletters/March2007",
"jython/JythonMonthly/Newsletters/March2008": "jython/newsletter/JythonMonthly/Newsletters/March2008",
"jython/JythonMonthly/Newsletters/March2009": "jython/newsletter/JythonMonthly/Newsletters/March2009",
"jython/JythonMonthly/Newsletters/March2010": "jython/newsletter/JythonMonthly/Newsletters/March2010",
"jython/JythonMonthly/Newsletters/March2011": "jython/newsletter/JythonMonthly/Newsletters/March2011",
"jython/JythonMonthly/Newsletters/May2008": "jython/newsletter/JythonMonthly/Newsletters/May2008",
"jython/JythonMonthly/Newsletters/May2009": "jython/newsletter/JythonMonthly/Newsletters/May2009",
"jython/JythonMonthly/Newsletters/May2010": "jython/newsletter/JythonMonthly/Newsletters/May2010",
"jython/JythonMonthly/Newsletters/May2011": "jython/newsletter/JythonMonthly/Newsletters/May2011",
"jython/JythonMonthly/Newsletters/November2006": "jython/newsletter/JythonMonthly/Newsletters/November2006",
"jython/JythonMonthly/Newsletters/November2007": "jython/newsletter/JythonMonthly/Newsletters/November2007",
"jython/JythonMonthly/Newsletters/November2008": "jython/newsletter/JythonMonthly/Newsletters/November2008",
"jython/JythonMonthly/Newsletters/November2009": "jython/newsletter/JythonMonthly/Newsletters/November2009",
"jython/JythonMonthly/Newsletters/November2010": "jython/newsletter/JythonMonthly/Newsletters/November2010",
"jython/JythonMonthly/Newsletters/Novmber2007": "jython/newsletter/JythonMonthly/Newsletters/Novmber2007",
"jython/JythonMonthly/Newsletters/Oct2011": "jython/newsletter/JythonMonthly/Newsletters/Oct2011",
"jython/JythonMonthly/Newsletters/OctNov2010": "jython/newsletter/JythonMonthly/Newsletters/OctNov2010",
"jython/JythonMonthly/Newsletters/October2006": "jython/newsletter/JythonMonthly/Newsletters/October2006",
"jython/JythonMonthly/Newsletters/October2007": "jython/newsletter/JythonMonthly/Newsletters/October2007",
"jython/JythonMonthly/Newsletters/October2008": "jython/newsletter/JythonMonthly/Newsletters/October2008",
"jython/JythonMonthly/Newsletters/October2009": "jython/newsletter/JythonMonthly/Newsletters/October2009",
"jython/JythonMonthly/Newsletters/September2006": "jython/newsletter/JythonMonthly/Newsletters/September2006",
"jython/JythonMonthly/Newsletters/September2008": "jython/newsletter/JythonMonthly/Newsletters/September2008",
"jython/JythonMonthly/Newsletters/September2009": "jython/newsletter/JythonMonthly/Newsletters/September2009",
"jython/JythonMonthly/Newsletters/index": "jython/newsletter/JythonMonthly/Newsletters/index",
"jython/JythonMonthly/index": "jython/newsletter/JythonMonthly/index",
"jython/JythonNews": "jython/about/JythonNews",
"jython/JythonNutpad": "jython/examples/JythonNutpad",
"jython/JythonOrgRedesign": "jython/about/JythonOrgRedesign",
"jython/JythonReleaseNotes": "jython/developer-guide/JythonReleaseNotes",
"jython/JythonSprint": "jython/community/JythonSprint",
"jython/JythonUserGuide": "jython/user-guide/JythonUserGuide",
"jython/JythonUsers": "jython/community/JythonUsers",
"jython/JürgenHermann": "jython/about/JürgenHermann",
"jython/LaurentPloix": "people/LaurentPloix",
"jython/LearningJython": "jython/getting-started/LearningJython",
"jython/Log4jExample": "jython/examples/Log4jExample",
"jython/LyndonVanwagner": "people/LyndonVanwagner",
"jython/MarcAndreLemburg": "jython/about/MarcAndreLemburg",
"jython/MercurialOnJython": "jython/modules/MercurialOnJython",
"jython/MethodDispatch": "jython/internals/MethodDispatch",
"jython/MigrateBugtests": "jython/developer-guide/MigrateBugtests",
"jython/MikeHostetler": "people/MikeHostetler",
"jython/ModulePorting": "jython/modules/ModulePorting",
"jython/ModulesOverview": "jython/modules/ModulesOverview",
"jython/MovingJythonForward": "jython/developer-guide/MovingJythonForward",
"jython/NateYoung": "people/NateYoung",
"jython/NewProposal": "jython/internals/NewProposal",
"jython/NewSocketModule": "jython/modules/NewSocketModule",
"jython/NewStyleClasses": "jython/internals/NewStyleClasses",
"jython/NewUsersGuide": "jython/user-guide/NewUsersGuide",
"jython/NicholasRiley": "people/NicholasRiley",
"jython/NoClassDefFoundError": "jython/about/NoClassDefFoundError",
"jython/OtherExamples": "jython/examples/OtherExamples",
"jython/OtherUser(2f)2009(2d)08(2d)22": "people/OtherUser/2009-08-22",
"jython/OtherUser/2009-08-22": "people/OtherUser/2009-08-22",
"jython/OtherUser/index": "people/OtherUser/index",
"jython/OtiHumbel": "people/OtiHumbel",
"jython/PackageScanning": "jython/internals/PackageScanning",
"jython/PatchGuidelines": "jython/developer-guide/PatchGuidelines",
"jython/PaulDrummond": "people/PaulDrummond",
"jython/PerformanceEnhancements": "jython/internals/PerformanceEnhancements",
"jython/PhilipJenvey": "people/PhilipJenvey",
"jython/PhilipMontgomery": "people/PhilipMontgomery",
"jython/PoiExample": "jython/examples/PoiExample",
"jython/PyFileBenchmarks": "jython/internals/PyFileBenchmarks",
"jython/PyServlet": "jython/user-guide/PyServlet",
"jython/PylonsOnJython": "jython/modules/PylonsOnJython",
"jython/PylonsOnJythonOld": "jython/modules/PylonsOnJythonOld",
"jython/PythonTypesInJava": "jython/internals/PythonTypesInJava",
"jython/RSMD(2e)py": "jython/examples/RSMD.py",
"jython/RSMD.py": "jython/examples/RSMD.py",
"jython/ReadlineSetup": "jython/user-guide/ReadlineSetup",
"jython/RelicensingJython": "jython/developer-guide/RelicensingJython",
"jython/ReplaceJythonc": "jython/internals/ReplaceJythonc",
"jython/ReportingBugs": "jython/developer-guide/ReportingBugs",
"jython/RoadMap": "jython/developer-guide/RoadMap",
"jython/RobertMarchetti": "people/RobertMarchetti",
"jython/SSLModule": "jython/modules/SSLModule",
"jython/SamuelePedroni": "people/SamuelePedroni",
"jython/SelectModule": "jython/modules/SelectModule",
"jython/SetsModule": "jython/modules/SetsModule",
"jython/SetuptoolsOnJython": "jython/modules/SetuptoolsOnJython",
"jython/ShaeErisson": "people/ShaeErisson",
"jython/ShashankBharadwaj": "jython/internals/ShashankBharadwaj",
"jython/ShashankBharadwaj(2f)Progress": "jython/internals/ShashankBharadwaj/Progress",
"jython/ShashankBharadwaj/Progress": "jython/internals/ShashankBharadwaj/Progress",
"jython/ShashankBharadwaj/index": "jython/internals/ShashankBharadwaj/index",
"jython/SimpleApp": "jython/user-guide/SimpleApp",
"jython/SourceForge": "jython/developer-guide/SourceForge",
"jython/SqlAlchemyOnJython": "jython/modules/SqlAlchemyOnJython",
"jython/SummerOfCode": "jython/community/SummerOfCode",
"jython/SummerOfCode(2f)PotentialProjects": "jython/community/SummerOfCode/PotentialProjects",
"jython/SummerOfCode(2f)SummerOfCode2007": "jython/about/SummerOfCode/SummerOfCode2007",
"jython/SummerOfCode/PotentialProjects": "jython/community/SummerOfCode/PotentialProjects",
"jython/SummerOfCode/SummerOfCode2007": "jython/about/SummerOfCode/SummerOfCode2007",
"jython/SummerOfCode/index": "jython/about/SummerOfCode/index",
"jython/SvnToHgMigration": "jython/developer-guide/SvnToHgMigration",
"jython/SwingExamples": "jython/examples/SwingExamples",
"jython/SwingSampler": "jython/examples/SwingSampler",
"jython/SwingWorker": "jython/examples/SwingWorker",
"jython/SysPackageManager": "jython/internals/SysPackageManager",
"jython/TabbedExample": "jython/examples/TabbedExample",
"jython/TestFailures": "jython/developer-guide/TestFailures",
"jython/TestingJython": "jython/developer-guide/TestingJython",
"jython/ThreadLocalVariables": "jython/internals/ThreadLocalVariables",
"jython/TimFreund": "people/TimFreund",
"jython/TwistedOnJython": "jython/modules/TwistedOnJython",
"jython/UnicodeData": "jython/modules/UnicodeData",
"jython/UpgradeTo25CPythonLib": "jython/developer-guide/UpgradeTo25CPythonLib",
"jython/UserGuide": "jython/user-guide/UserGuide",
"jython/UserGuide11": "jython/user-guide/UserGuide11",
"jython/VersionTransition": "jython/developer-guide/VersionTransition",
"jython/WebSphere": "jython/user-guide/WebSphere",
"jython/WebsiteBuilderSetup": "jython/developer-guide/WebsiteBuilderSetup",
"jython/WhosDoingWhat": "jython/developer-guide/WhosDoingWhat",
"jython/WhosWho": "jython/community/WhosWho",
"jython/WhyJython": "jython/about/WhyJython",
"jython/XmlRelatedExamples": "jython/examples/XmlRelatedExamples",
"jython/people/AdamBurke": "people/AdamBurke",
"jython/people/AdrienBeau": "people/AdrienBeau",
"jython/people/AlanKennedy": "people/AlanKennedy",
"jython/people/AlessandroBrollo": "people/AlessandroBrollo",
"jython/people/AndrewKuchling": "people/AndrewKuchling",
"jython/people/AndrewKuchling/MissingBuiltins": "people/AndrewKuchling/MissingBuiltins",
"jython/people/AndrewKuchling/index": "people/AndrewKuchling/index",
"jython/people/AnselmoPeretto": "people/AnselmoPeretto",
"jython/people/BerlinBrown": "people/BerlinBrown",
"jython/people/BillDehora": "people/BillDehora",
"jython/people/BrianZimmer": "people/BrianZimmer",
"jython/people/CharlieGroves": "people/CharlieGroves",
"jython/people/CharlieGroves/DescrFailures": "people/CharlieGroves/DescrFailures",
"jython/people/CharlieGroves/index": "people/CharlieGroves/index",
"jython/people/ClarkUpdike": "people/ClarkUpdike",
"jython/people/ClarkUpdike/ScrapBook": "people/ClarkUpdike/ScrapBook",
"jython/people/ClarkUpdike/WikiTips": "people/ClarkUpdike/WikiTips",
"jython/people/ClarkUpdike/index": "people/ClarkUpdike/index",
"jython/people/DaveKuhlman": "people/DaveKuhlman",
"jython/people/EricJohnson": "people/EricJohnson",
"jython/people/FrankWierzbicki": "people/FrankWierzbicki",
"jython/people/GregMoore": "people/GregMoore",
"jython/people/JasonWhitlark": "people/JasonWhitlark",
"jython/people/JimBaker": "people/JimBaker",
"jython/people/JimHugunin": "people/JimHugunin",
"jython/people/JoshJuneau": "people/JoshJuneau",
"jython/people/LaurentPloix": "people/LaurentPloix",
"jython/people/LyndonVanwagner": "people/LyndonVanwagner",
"jython/people/MikeHostetler": "people/MikeHostetler",
"jython/people/NateYoung": "people/NateYoung",
"jython/people/NicholasRiley": "people/NicholasRiley",
"jython/people/OtherUser": "people/OtherUser",
"jython/people/OtherUser/2009-08-22": "people/OtherUser/2009-08-22",
"jython/people/OtherUser/index": "people/OtherUser/index",
"jython/people/OtiHumbel": "people/OtiHumbel",
"jython/people/PaulDrummond": "people/PaulDrummond",
"jython/people/PhilipJenvey": "people/PhilipJenvey",
"jython/people/PhilipMontgomery": "people/PhilipMontgomery",
"jython/people/RobertMarchetti": "people/RobertMarchetti",
"jython/people/SamuelePedroni": "people/SamuelePedroni",
"jython/people/ShaeErisson": "people/ShaeErisson",
"jython/people/SummerOfCode/PotentialProjects": "jython/community/SummerOfCode/PotentialProjects",
"jython/people/SummerOfCode/index": "jython/community/SummerOfCode/index",
"jython/people/TimFreund": "people/TimFreund",
"moin/2(2e)x(2d)vs(2d)3(2e)x(2d)survey": "python/archive/2.x-vs-3.x-survey",
"moin/CodeSpeedupExperiments(2f)PyByteCode": "jython/internals/CodeSpeedupExperiments/PyByteCode",
"moin/Distutils(2f)VersionComparison": "python/packaging/Distutils/VersionComparison",
"moin/DjangoMeetingNL(2f)DM(2f)ABC120418": "python/web/DjangoMeetingNL/DM/ABC120418",
"moin/Dojo(2d)NL(2f)dojo210410": "python/web/Dojo-NL/dojo210410",
"moin/HowTo(2f)FileMagic": "python/guides/HowTo/FileMagic",
"moin/IPSS(2f)AnnualReports": "python/libraries/IPSS/AnnualReports",
"moin/IPSS(2f)Registration": "python/libraries/IPSS/Registration",
"moin/Intro(20)to(20)programming(20)with(20)Python(20)and(20)Tkinter": "python/archive/Intro to programming with Python and Tkinter",
"moin/JythonDeveloperGuide(2f)IntellijNotes": "jython/developer-guide/JythonDeveloperGuide/IntellijNotes",
"moin/JythonDeveloperGuide(2f)IntellijTricks": "jython/developer-guide/JythonDeveloperGuide/IntellijTricks",
"moin/MacPython(2f)XcodeIntegration": "python/platforms/MacPython/XcodeIntegration",
"moin/MarcAndreLemburg(2f)Clipboard": "psf/people/MarcAndreLemburg/Clipboard",
"moin/Mohammad(20)Abbasi": "people/M/Mohammad Abbasi",
"moin/PSF(20)Conference(20)Kit": "psf/marketing/PSF Conference Kit",
"moin/PSF(20)Logos": "psf/marketing/PSF Logos",
"moin/PSF(20)Press(20)Kit": "psf/marketing/PSF Press Kit",
"moin/PackagingWG(2f)2019(2d)06(2d)07(2d)Warehouse": "psf/working-groups/Packaging/2019-06-07-Warehouse",
"moin/PyConIndia2010(2f)Artwork": "python/conferences/pycon/PyConIndia2010/Artwork",
"moin/PyConIndia2010(2f)Badges": "python/conferences/pycon/PyConIndia2010/Badges",
"moin/PyConIndia2010(2f)SponsorShipTiers": "python/conferences/pycon/PyConIndia2010/SponsorShipTiers",
"moin/PyConIndia2011(2f)SponsorShipTiers": "python/conferences/pycon/PyConIndia2011/SponsorShipTiers",
"moin/PyOhio(2f)CallForProposals": "python/conferences/regional/PyOhio/CallForProposals",
"moin/PyOhio(2f)Prospectus": "python/conferences/regional/PyOhio/Prospectus",
"moin/PyOhio2008(2f)Graphics": "python/conferences/regional/PyOhio2008/Graphics",
"moin/PyOhio2008(2f)PosterSession": "python/conferences/regional/PyOhio2008/PosterSession",
"moin/PyOhio2008(2f)Talks": "python/conferences/regional/PyOhio2008/Talks",
"moin/PyOhio2008(2f)publicize": "python/conferences/regional/PyOhio2008/publicize",
"moin/PyQt(2f)A(20)full(20)widget(20)waiting(20)indicator": "python/gui/PyQt/A full widget waiting indicator",
"moin/PyQt(2f)Adding(20)a(20)background(20)image(20)to(20)an(20)MDI(20)area": "python/gui/PyQt/Adding a background image to an MDI area",
"moin/PyQt(2f)Animated(20)items(20)using(20)delegates(20)and(20)movies": "python/gui/PyQt/Animated items using delegates and movies",
"moin/PyQt(2f)Augmented(20)Web(20)Browser": "python/gui/PyQt/Augmented Web Browser",
"moin/PyQt(2f)Binding(20)widget(20)properties(20)to(20)Python(20)variables": "python/gui/PyQt/Binding widget properties to Python variables",
"moin/PyQt(2f)Clipping(20)SVG(20)output": "python/gui/PyQt/Clipping SVG output",
"moin/PyQt(2f)Compass(20)widget": "python/gui/PyQt/Compass widget",
"moin/PyQt(2f)Creating_GUI_Applications_with_PyQt_and_Qt_Designer": "python/gui/PyQt/Creating_GUI_Applications_with_PyQt_and_Qt_Designer",
"moin/PyQt(2f)GraphicsView_(2d)_SimpleAnimation": "python/gui/PyQt/GraphicsView_-_SimpleAnimation",
"moin/PyQt(2f)Graphics_View_(2d)_Text_Effects": "python/gui/PyQt/Graphics_View_-_Text_Effects",
"moin/PyQt(2f)Handling(20)context(20)menus": "python/gui/PyQt/Handling context menus",
"moin/PyQt(2f)MathTran_Equation_Editor": "python/gui/PyQt/MathTran_Equation_Editor",
"moin/PyQt(2f)Modifying_a_standard_Qt_image_plugin": "python/gui/PyQt/Modifying_a_standard_Qt_image_plugin",
"moin/PyQt(2f)Paint(20)on(20)an(20)image": "python/gui/PyQt/Paint on an image",
"moin/PyQt(2f)Painting(20)and(20)clipping(20)demonstration": "python/gui/PyQt/Painting and clipping demonstration",
"moin/PyQt(2f)Using_Python_Custom_Widgets_in_Qt_Designer": "python/gui/PyQt/Using_Python_Custom_Widgets_in_Qt_Designer",
"moin/PyQt(2f)simple0": "python/gui/PyQt/simple0",
"moin/PyQt(2f)simple2": "python/gui/PyQt/simple2",
"moin/PyQt(2f)simple4": "python/gui/PyQt/simple4",
"moin/PyQt(2f)simplefinis": "python/gui/PyQt/simplefinis",
"moin/Python(20)Logos": "psf/marketing/Python Logos",
"moin/boost(2e)python(2f)HowTo": "python/guides/boost.python/HowTo",
"moin/boost(2e)python(2f)StlContainers": "python/implementations/boost.python/StlContainers",
"moin/lwickjr(2f)Modules": "python/archive/lwickjr/Modules",
"psf/AllisonRandal": "people/AllisonRandal",
"psf/AnilTuncel": "people/AnilTuncel",
"psf/Annapoornima Koppad": "people/A/Annapoornima Koppad",
"psf/Annapoornima(20)Koppad": "people/A/Annapoornima Koppad",
"psf/AnnapoornimaKoppad": "people/AnnapoornimaKoppad",
"psf/AntoinePitrou": "people/AntoinePitrou",
"psf/Arth Tyagi": "people/A/Arth Tyagi",
"psf/Arth(20)Tyagi": "people/A/Arth Tyagi",
"psf/BenjaminPeterson": "people/BenjaminPeterson",
"psf/BrianJones": "people/BrianJones",
"psf/BruceMartin": "people/BruceMartin",
"psf/BrunoRocha": "people/BrunoRocha",
"psf/BylawsWG": "psf/working-groups/Bylaws",
"psf/BylawsWG(2f)BylawsAgenda": "psf/working-groups/Bylaws/BylawsAgenda",
"psf/BylawsWG(2f)Charter": "psf/working-groups/Bylaws/Charter",
"psf/BylawsWG/BylawsAgenda": "psf/working-groups/Bylaws/BylawsAgenda",
"psf/BylawsWG/Charter": "psf/working-groups/Bylaws/Charter",
"psf/BylawsWG/index": "psf/working-groups/Bylaws/index",
"psf/CallForLogos": "psf/marketing/CallForLogos",
"psf/Casper(2e)dcl": "people/Casper.dcl",
"psf/Casper.dcl": "people/Casper.dcl",
"psf/CiviCRMImport": "psf/governance/CiviCRMImport",
"psf/CodeOfConduct": "psf/about/CodeOfConduct",
"psf/CommunicationChairProcesses": "psf/communications/CommunicationChairProcesses",
"psf/Communications": "psf/communications/Communications",
"psf/Communications(2f)Status(2d)2010(2d)06": "psf/communications/Communications/Status-2010-06",
"psf/Communications(2f)Status(2d)2010(2d)07": "psf/communications/Communications/Status-2010-07",
"psf/Communications(2f)Status(2d)2010(2d)08": "psf/communications/Communications/Status-2010-08",
"psf/Communications(2f)Status(2d)2010(2d)09": "psf/communications/Communications/Status-2010-09",
"psf/Communications(2f)Status(2d)2010(2d)10": "psf/communications/Communications/Status-2010-10",
"psf/Communications(2f)Status(2d)2010(2d)11": "psf/communications/Communications/Status-2010-11",
"psf/Communications(2f)Status(2d)2010(2d)12": "psf/communications/Communications/Status-2010-12",
"psf/Communications(2f)Status(2d)2011(2d)01": "psf/communications/Communications/Status-2011-01",
"psf/Communications(2f)Status(2d)2011(2d)02": "psf/communications/Communications/Status-2011-02",
"psf/Communications(2f)Status(2d)2011(2d)03": "psf/communications/Communications/Status-2011-03",
"psf/Communications(2f)Status(2d)2011(2d)04": "psf/communications/Communications/Status-2011-04",
"psf/Communications(2f)Status(2d)2011(2d)05": "psf/communications/Communications/Status-2011-05",
"psf/Communications(2f)Status(2d)2011(2d)06": "psf/communications/Communications/Status-2011-06",
"psf/Communications(2f)Status(2d)2011(2d)07": "psf/communications/Communications/Status-2011-07",
"psf/Communications(2f)Status(2d)2011(2d)08": "psf/communications/Communications/Status-2011-08",
"psf/Communications(2f)Status(2d)2011(2d)09": "psf/communications/Communications/Status-2011-09",
"psf/Communications(2f)Status(2d)2011(2d)10": "psf/communications/Communications/Status-2011-10",
"psf/Communications(2f)Status(2d)2011(2d)11": "psf/communications/Communications/Status-2011-11",
"psf/Communications(2f)Status(2d)2011(2d)12": "psf/communications/Communications/Status-2011-12",
"psf/Communications(2f)Status(2d)2012(2d)01": "psf/communications/Communications/Status-2012-01",
"psf/Communications(2f)Status(2d)2012(2d)02": "psf/communications/Communications/Status-2012-02",
"psf/Communications(2f)Status(2d)2012(2d)03": "psf/communications/Communications/Status-2012-03",
"psf/Communications/Status-2010-06": "psf/communications/Communications/Status-2010-06",
"psf/Communications/Status-2010-07": "psf/communications/Communications/Status-2010-07",
"psf/Communications/Status-2010-08": "psf/communications/Communications/Status-2010-08",
"psf/Communications/Status-2010-09": "psf/communications/Communications/Status-2010-09",
"psf/Communications/Status-2010-10": "psf/communications/Communications/Status-2010-10",
"psf/Communications/Status-2010-11": "psf/communications/Communications/Status-2010-11",
"psf/Communications/Status-2010-12": "psf/communications/Communications/Status-2010-12",
"psf/Communications/Status-2011-01": "psf/communications/Communications/Status-2011-01",
"psf/Communications/Status-2011-02": "psf/communications/Communications/Status-2011-02",
"psf/Communications/Status-2011-03": "psf/communications/Communications/Status-2011-03",
"psf/Communications/Status-2011-04": "psf/communications/Communications/Status-2011-04",
"psf/Communications/Status-2011-05": "psf/communications/Communications/Status-2011-05",
"psf/Communications/Status-2011-06": "psf/communications/Communications/Status-2011-06",
"psf/Communications/Status-2011-07": "psf/communications/Communications/Status-2011-07",
"psf/Communications/Status-2011-08": "psf/communications/Communications/Status-2011-08",
"psf/Communications/Status-2011-09": "psf/communications/Communications/Status-2011-09",
"psf/Communications/Status-2011-10": "psf/communications/Communications/Status-2011-10",
"psf/Communications/Status-2011-11": "psf/communications/Communications/Status-2011-11",
"psf/Communications/Status-2011-12": "psf/communications/Communications/Status-2011-12",
"psf/Communications/Status-2012-01": "psf/communications/Communications/Status-2012-01",
"psf/Communications/Status-2012-02": "psf/communications/Communications/Status-2012-02",
"psf/Communications/Status-2012-03": "psf/communications/Communications/Status-2012-03",
"psf/Communications/index": "psf/communications/Communications/index",
"psf/Community Conference Reports": "psf/communications/Community Conference Reports",
"psf/Community Relations": "psf/communications/Community Relations",
"psf/Community(20)Conference(20)Reports": "psf/communications/Community Conference Reports",
"psf/Community(20)Relations": "psf/communications/Community Relations",
"psf/ConductWG(2f)Charter": "psf/working-groups/Conduct/Charter",
"psf/ConductWG/Charter": "psf/working-groups/Conduct/Charter",
"psf/ConductWG/index": "psf/working-groups/Conduct/index",
"psf/ConductWGGroup": "psf/working-groups/Conduct Group",
"psf/Contents": "psf/about/Contents",
"psf/DavidGoodger": "people/DavidGoodger",
"psf/DavidMertz": "people/DavidMertz",
"psf/Declined_Nominations": "psf/governance/Declined_Nominations",
"psf/Dheeraj L.S Tommandru": "people/D-E/Dheeraj L.S Tommandru",
"psf/Dheeraj(20)L(2e)S(20)Tommandru": "people/D-E/Dheeraj L.S Tommandru",
"psf/DiversityandInclusionWG": "psf/working-groups/Diversity and Inclusion",
"psf/DougHellmann": "people/DougHellmann",
"psf/EWDurbin": "people/EWDurbin",
"psf/EducationEcosystem": "psf/working-groups/Education Ecosystem",
"psf/EducationWGGroup": "psf/working-groups/Education Group",
"psf/EwaJodlowska": "people/EwaJodlowska",
"psf/Example PSF Workgroup Charter": "psf/about/Example PSF Workgroup Charter",
"psf/Example PSF Workgroup Page": "psf/about/Example PSF Workgroup Page",
"psf/Example(20)PSF(20)Workgroup(20)Charter": "psf/about/Example PSF Workgroup Charter",
"psf/Example(20)PSF(20)Workgroup(20)Page": "psf/about/Example PSF Workgroup Page",
"psf/ExampleWG(2f)Charter": "psf/working-groups/Example/Charter",
"psf/ExampleWG/Charter": "psf/working-groups/Example/Charter",
"psf/ExampleWG/index": "psf/working-groups/Example/index",
"psf/FellowWG": "psf/working-groups/Fellow",
"psf/FellowWG(2f)Charter": "psf/working-groups/Fellow/Charter",
"psf/FellowWG/Charter": "psf/working-groups/Fellow/Charter",
"psf/FellowWG/index": "psf/working-groups/Fellow/index",
"psf/FellowWGGroup": "psf/working-groups/Fellow Group",
"psf/FrontPage": "psf/index",
"psf/about/FrontPage": "psf/index",
"psf/Fundable Packaging Improvements": "psf/packaging/Fundable Packaging Improvements",
"psf/Fundable(20)Packaging(20)Improvements": "psf/packaging/Fundable Packaging Improvements",
"psf/GrantsWG": "psf/working-groups/Grants",
"psf/GrantsWG(2f)Charter": "psf/working-groups/Grants/Charter",
"psf/GrantsWG(2f)onboarding": "psf/working-groups/Grants/onboarding",
"psf/GrantsWG/Charter": "psf/working-groups/Grants/Charter",
"psf/GrantsWG/index": "psf/working-groups/Grants/index",
"psf/GrantsWG/onboarding": "psf/working-groups/Grants/onboarding",
"psf/GrantsWGGroup": "psf/working-groups/Grants Group",
"psf/GuangyuanYang": "people/GuangyuanYang",
"psf/Info for new PSF members": "psf/governance/Info for new PSF members",
"psf/Info(20)for(20)new(20)PSF(20)members": "psf/governance/Info for new PSF members",
"psf/InfrastructureWG": "psf/working-groups/Infrastructure",
"psf/JamesTauber": "people/JamesTauber",
"psf/JobsWG": "psf/working-groups/Jobs",
"psf/JobsWG(2f)Charter": "psf/working-groups/Jobs/Charter",
"psf/JobsWG/Charter": "psf/working-groups/Jobs/Charter",
"psf/JobsWG/index": "psf/working-groups/Jobs/index",
"psf/JosephBanks": "people/JosephBanks",
"psf/KanOuivirach": "people/KanOuivirach",
"psf/KatieMcLaughlin": "people/KatieMcLaughlin",
"psf/LeonSandoy": "people/LeonSandoy",
"psf/Logo": "psf/marketing/Logo",
"psf/LynnRoot": "people/LynnRoot",
"psf/MarcAndreLemburg": "people/MarcAndreLemburg",
"psf/MarcAndreLemburg(2f)Clipboard": "psf/people/MarcAndreLemburg/Clipboard",
"psf/MarcAndreLemburg/Clipboard": "psf/people/MarcAndreLemburg/Clipboard",
"psf/MarcAndreLemburg/index": "people/MarcAndreLemburg/index",
"psf/MarketingWG": "psf/working-groups/Marketing",
"psf/MarketingWG(2f)Charter": "psf/working-groups/Marketing/Charter",
"psf/MarketingWG(2f)SponsorshipLevels2016": "psf/working-groups/Marketing/SponsorshipLevels2016",
"psf/MarketingWG/Charter": "psf/working-groups/Marketing/Charter",
"psf/MarketingWG/SponsorshipLevels2016": "psf/working-groups/Marketing/SponsorshipLevels2016",
"psf/MarketingWG/index": "psf/working-groups/Marketing/index",
"psf/MayurPatil": "people/MayurPatil",
"psf/MembershipModelTalks": "psf/governance/MembershipModelTalks",
"psf/MembershipModelVisualization": "psf/governance/MembershipModelVisualization",
"psf/Merchandise": "psf/marketing/Merchandise",
"psf/MetaWG": "psf/working-groups/Meta",
"psf/MetaWG(2f)Charter": "psf/working-groups/Meta/Charter",
"psf/MetaWG/Charter": "psf/working-groups/Meta/Charter",
"psf/MetaWG/index": "psf/working-groups/Meta/index",
"psf/NaomiCeder": "people/NaomiCeder",
"psf/NewMembershipModel": "psf/governance/NewMembershipModel",
"psf/PSF Conference Kit": "psf/marketing/PSF Conference Kit",
"psf/PSF Logos": "psf/marketing/PSF Logos",
"psf/PSF Press Kit": "psf/marketing/PSF Press Kit",
"psf/PSF Python Brochure": "psf/marketing/PSF Python Brochure",
"psf/PSF(20)Conference(20)Kit": "psf/marketing/PSF Conference Kit",
"psf/PSF(20)Logos": "psf/marketing/PSF Logos",
"psf/PSF(20)Press(20)Kit": "psf/marketing/PSF Press Kit",
"psf/PSF(20)Python(20)Brochure": "psf/marketing/PSF Python Brochure",
"psf/PSFBlog": "psf/communications/PSFBlog",
"psf/PackagingSprints": "psf/packaging/PackagingSprints",
"psf/PackagingWG": "psf/working-groups/Packaging",
"psf/PackagingWG(2f)2017(2d)12(2d)04(2d)Warehouse": "psf/working-groups/Packaging/2017-12-04-Warehouse",
"psf/PackagingWG(2f)2017(2d)12(2d)19(2d)Warehouse": "psf/working-groups/Packaging/2017-12-19-Warehouse",
"psf/PackagingWG(2f)2018(2d)01(2d)10(2d)Warehouse": "psf/working-groups/Packaging/2018-01-10-Warehouse",
"psf/PackagingWG(2f)2018(2d)01(2d)29(2d)Warehouse": "psf/working-groups/Packaging/2018-01-29-Warehouse",
"psf/PackagingWG(2f)2018(2d)02(2d)05(2d)Warehouse": "psf/working-groups/Packaging/2018-02-05-Warehouse",
"psf/PackagingWG(2f)2018(2d)02(2d)12(2d)Warehouse": "psf/working-groups/Packaging/2018-02-12-Warehouse",
"psf/PackagingWG(2f)2018(2d)02(2d)20(2d)Warehouse": "psf/working-groups/Packaging/2018-02-20-Warehouse",
"psf/PackagingWG(2f)2018(2d)02(2d)26(2d)Warehouse": "psf/working-groups/Packaging/2018-02-26-Warehouse",
"psf/PackagingWG(2f)2018(2d)03(2d)06(2d)Warehouse": "psf/working-groups/Packaging/2018-03-06-Warehouse",
"psf/PackagingWG(2f)2018(2d)03(2d)12(2d)Warehouse": "psf/working-groups/Packaging/2018-03-12-Warehouse",
"psf/PackagingWG(2f)2018(2d)03(2d)19(2d)Warehouse": "psf/working-groups/Packaging/2018-03-19-Warehouse",
"psf/PackagingWG(2f)2018(2d)03(2d)26(2d)Warehouse": "psf/working-groups/Packaging/2018-03-26-Warehouse",
"psf/PackagingWG(2f)2018(2d)04(2d)02(2d)Warehouse": "psf/working-groups/Packaging/2018-04-02-Warehouse",
"psf/PackagingWG(2f)2018(2d)04(2d)10(2d)Warehouse": "psf/working-groups/Packaging/2018-04-10-Warehouse",
"psf/PackagingWG(2f)2018(2d)04(2d)17(2d)Warehouse": "psf/working-groups/Packaging/2018-04-17-Warehouse",
"psf/PackagingWG(2f)2018(2d)04(2d)23(2d)Warehouse": "psf/working-groups/Packaging/2018-04-23-Warehouse",
"psf/PackagingWG(2f)2018(2d)04(2d)30(2d)Warehouse": "psf/working-groups/Packaging/2018-04-30-Warehouse",
"psf/PackagingWG(2f)2019(2d)03(2d)11(2d)Warehouse": "psf/working-groups/Packaging/2019-03-11-Warehouse",
"psf/PackagingWG(2f)2019(2d)03(2d)22(2d)Warehouse": "psf/working-groups/Packaging/2019-03-22-Warehouse",
"psf/PackagingWG(2f)2019(2d)06(2d)07(2d)Warehouse": "psf/working-groups/Packaging/2019-06-07-Warehouse",
"psf/PackagingWG(2f)2019(2d)06(2d)20(2d)Warehouse": "psf/working-groups/Packaging/2019-06-20-Warehouse",
"psf/PackagingWG(2f)2019(2d)06(2d)24(2d)Warehouse": "psf/working-groups/Packaging/2019-06-24-Warehouse",
"psf/PackagingWG(2f)2019(2d)07(2d)31(2d)Warehouse": "psf/working-groups/Packaging/2019-07-31-Warehouse",
"psf/PackagingWG(2f)2019(2d)08(2d)02(2d)Warehouse": "psf/working-groups/Packaging/2019-08-02-Warehouse",
"psf/PackagingWG(2f)2019(2d)08(2d)29(2d)Warehouse": "psf/working-groups/Packaging/2019-08-29-Warehouse",
"psf/PackagingWG(2f)2019(2d)12(2d)11(2d)Warehouse": "psf/working-groups/Packaging/2019-12-11-Warehouse",
"psf/PackagingWG(2f)2020(2d)01(2d)08(2d)pip": "psf/working-groups/Packaging/2020-01-08-pip",
"psf/PackagingWG(2f)2020(2d)01(2d)23(2d)pip": "psf/working-groups/Packaging/2020-01-23-pip",
"psf/PackagingWG(2f)2020(2d)01(2d)29(2d)pip": "psf/working-groups/Packaging/2020-01-29-pip",
"psf/PackagingWG(2f)2020(2d)02(2d)06(2d)pip": "psf/working-groups/Packaging/2020-02-06-pip",
"psf/PackagingWG(2f)2020(2d)02(2d)07(2d)pip(2d)explanation": "psf/working-groups/Packaging/2020-02-07-pip-explanation",
"psf/PackagingWG(2f)2020(2d)02(2d)13(2d)pip": "psf/working-groups/Packaging/2020-02-13-pip",
"psf/PackagingWG(2f)2020(2d)02(2d)17(2d)pip": "psf/working-groups/Packaging/2020-02-17-pip",
"psf/PackagingWG(2f)2020(2d)02(2d)19(2d)pip": "psf/working-groups/Packaging/2020-02-19-pip",
"psf/PackagingWG(2f)2020(2d)02(2d)20(2d)pip": "psf/working-groups/Packaging/2020-02-20-pip",
"psf/PackagingWG(2f)2020(2d)02(2d)27(2d)pip": "psf/working-groups/Packaging/2020-02-27-pip",
"psf/PackagingWG(2f)2020(2d)03(2d)03(2d)pip": "psf/working-groups/Packaging/2020-03-03-pip",
"psf/PackagingWG(2f)2020(2d)03(2d)05(2d)pip": "psf/working-groups/Packaging/2020-03-05-pip",
"psf/PackagingWG(2f)2020(2d)03(2d)10(2d)pip": "psf/working-groups/Packaging/2020-03-10-pip",
"psf/PackagingWG(2f)2020(2d)03(2d)12(2d)pip": "psf/working-groups/Packaging/2020-03-12-pip",
"psf/PackagingWG(2f)2020(2d)03(2d)17(2d)pip": "psf/working-groups/Packaging/2020-03-17-pip",
"psf/PackagingWG(2f)2020(2d)03(2d)19(2d)pip": "psf/working-groups/Packaging/2020-03-19-pip",
"psf/PackagingWG(2f)2020(2d)03(2d)26(2d)pip": "psf/working-groups/Packaging/2020-03-26-pip",
"psf/PackagingWG(2f)2020(2d)03(2d)27(2d)pip": "psf/working-groups/Packaging/2020-03-27-pip",
"psf/PackagingWG(2f)2020(2d)03(2d)28(2d)pip": "psf/working-groups/Packaging/2020-03-28-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)02(2d)pip": "psf/working-groups/Packaging/2020-04-02-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)04(2d)pip": "psf/working-groups/Packaging/2020-04-04-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)08(2d)pip": "psf/working-groups/Packaging/2020-04-08-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)09(2d)pip": "psf/working-groups/Packaging/2020-04-09-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)14(2d)pip": "psf/working-groups/Packaging/2020-04-14-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)16(2d)pip": "psf/working-groups/Packaging/2020-04-16-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)22(2d)pip": "psf/working-groups/Packaging/2020-04-22-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)23(2d)pip": "psf/working-groups/Packaging/2020-04-23-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)28(2d)pip": "psf/working-groups/Packaging/2020-04-28-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)29(2d)pip": "psf/working-groups/Packaging/2020-04-29-pip",
"psf/PackagingWG(2f)2020(2d)04(2d)30(2d)pip": "psf/working-groups/Packaging/2020-04-30-pip",
"psf/PackagingWG(2f)2020(2d)05(2d)05(2d)pip": "psf/working-groups/Packaging/2020-05-05-pip",
"psf/PackagingWG(2f)2020(2d)05(2d)07(2d)pip": "psf/working-groups/Packaging/2020-05-07-pip",
"psf/PackagingWG(2f)2020(2d)05(2d)11(2d)pip": "psf/working-groups/Packaging/2020-05-11-pip",
"psf/PackagingWG(2f)2020(2d)05(2d)13(2d)pip": "psf/working-groups/Packaging/2020-05-13-pip",
"psf/PackagingWG(2f)2020(2d)05(2d)14(2d)pip": "psf/working-groups/Packaging/2020-05-14-pip",
"psf/PackagingWG(2f)2020(2d)05(2d)18(2d)pip": "psf/working-groups/Packaging/2020-05-18-pip",
"psf/PackagingWG(2f)2020(2d)05(2d)20(2d)pip": "psf/working-groups/Packaging/2020-05-20-pip",
"psf/PackagingWG(2f)2020(2d)05(2d)20(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-05-20-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)05(2d)27(2d)pip": "psf/working-groups/Packaging/2020-05-27-pip",
"psf/PackagingWG(2f)2020(2d)06(2d)03(2d)pip": "psf/working-groups/Packaging/2020-06-03-pip",
"psf/PackagingWG(2f)2020(2d)06(2d)10(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-06-10-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)06(2d)17(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-06-17-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)06(2d)24(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-06-24-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)07(2d)01(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-07-01-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)07(2d)08(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-07-08-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)07(2d)15(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-07-15-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)07(2d)22(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-07-22-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)07(2d)29(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-07-29-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)08(2d)05(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-08-05-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)08(2d)12(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-08-12-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)08(2d)19(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-08-19-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)08(2d)26(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-08-26-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)09(2d)02(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-09-02-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)09(2d)08(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-09-08-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)09(2d)09(2d)pip(2d)mini(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-09-09-pip-mini-team-meeting",
"psf/PackagingWG(2f)2020(2d)09(2d)16(2d)pip(2d)mini(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-09-16-pip-mini-team-meeting",
"psf/PackagingWG(2f)2020(2d)09(2d)23(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-09-23-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)09(2d)29(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-09-29-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)09(2d)30(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-09-30-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)10(2d)06(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-10-06-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)10(2d)07(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-10-07-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)10(2d)12(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-10-12-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)10(2d)12(2d)pip(2d)teamwide(2d)meeting": "psf/working-groups/Packaging/2020-10-12-pip-teamwide-meeting",
"psf/PackagingWG(2f)2020(2d)10(2d)12(2d)pip(2d)teamwidemeeting": "psf/working-groups/Packaging/2020-10-12-pip-teamwidemeeting",
"psf/PackagingWG(2f)2020(2d)10(2d)20(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-10-20-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)10(2d)21(2d)pip(2d)teamwide(2d)meeting": "psf/working-groups/Packaging/2020-10-21-pip-teamwide-meeting",
"psf/PackagingWG(2f)2020(2d)10(2d)27(2d)pip(2d)teamwide(2d)meeting": "psf/working-groups/Packaging/2020-10-27-pip-teamwide-meeting",
"psf/PackagingWG(2f)2020(2d)10(2d)28(2d)pip(2d)teamwide(2d)meeting": "psf/working-groups/Packaging/2020-10-28-pip-teamwide-meeting",
"psf/PackagingWG(2f)2020(2d)11(2d)02(2d)pip(2d)teamwide(2d)meeting": "psf/working-groups/Packaging/2020-11-02-pip-teamwide-meeting",
"psf/PackagingWG(2f)2020(2d)11(2d)10(2d)pip(2d)teamwide(2d)meeting": "psf/working-groups/Packaging/2020-11-10-pip-teamwide-meeting",
"psf/PackagingWG(2f)2020(2d)11(2d)11(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-11-11-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)11(2d)17(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-11-17-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)11(2d)18(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-11-18-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)11(2d)23(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-11-23-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)11(2d)24(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-11-24-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)11(2d)25(2d)pip(2d)small(2d)meeting": "psf/working-groups/Packaging/2020-11-25-pip-small-meeting",
"psf/PackagingWG(2f)2020(2d)12(2d)01(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-12-01-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)12(2d)02(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-12-02-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)12(2d)08(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-12-08-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)12(2d)09(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-12-09-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)12(2d)15(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-12-15-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)12(2d)16(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-12-16-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)12(2d)22(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-12-22-pip-team-meeting",
"psf/PackagingWG(2f)2020(2d)12(2d)23(2d)pip(2d)team(2d)meeting": "psf/working-groups/Packaging/2020-12-23-pip-team-meeting",
"psf/PackagingWG(2f)Charter": "psf/working-groups/Packaging/Charter",
"psf/PackagingWG(2f)PyPIBetaAnnouncement": "psf/working-groups/Packaging/PyPIBetaAnnouncement",
"psf/PackagingWG/2017-12-04-Warehouse": "psf/working-groups/Packaging/2017-12-04-Warehouse",
"psf/PackagingWG/2017-12-19-Warehouse": "psf/working-groups/Packaging/2017-12-19-Warehouse",
"psf/PackagingWG/2018-01-10-Warehouse": "psf/working-groups/Packaging/2018-01-10-Warehouse",
"psf/PackagingWG/2018-01-29-Warehouse": "psf/working-groups/Packaging/2018-01-29-Warehouse",
"psf/PackagingWG/2018-02-05-Warehouse": "psf/working-groups/Packaging/2018-02-05-Warehouse",
"psf/PackagingWG/2018-02-12-Warehouse": "psf/working-groups/Packaging/2018-02-12-Warehouse",
"psf/PackagingWG/2018-02-20-Warehouse": "psf/working-groups/Packaging/2018-02-20-Warehouse",
"psf/PackagingWG/2018-02-26-Warehouse": "psf/working-groups/Packaging/2018-02-26-Warehouse",
"psf/PackagingWG/2018-03-06-Warehouse": "psf/working-groups/Packaging/2018-03-06-Warehouse",
"psf/PackagingWG/2018-03-12-Warehouse": "psf/working-groups/Packaging/2018-03-12-Warehouse",
"psf/PackagingWG/2018-03-19-Warehouse": "psf/working-groups/Packaging/2018-03-19-Warehouse",
"psf/PackagingWG/2018-03-26-Warehouse": "psf/working-groups/Packaging/2018-03-26-Warehouse",
"psf/PackagingWG/2018-04-02-Warehouse": "psf/working-groups/Packaging/2018-04-02-Warehouse",
"psf/PackagingWG/2018-04-10-Warehouse": "psf/working-groups/Packaging/2018-04-10-Warehouse",
"psf/PackagingWG/2018-04-17-Warehouse": "psf/working-groups/Packaging/2018-04-17-Warehouse",
"psf/PackagingWG/2018-04-23-Warehouse": "psf/working-groups/Packaging/2018-04-23-Warehouse",
"psf/PackagingWG/2018-04-30-Warehouse": "psf/working-groups/Packaging/2018-04-30-Warehouse",
"psf/PackagingWG/2019-03-11-Warehouse": "psf/working-groups/Packaging/2019-03-11-Warehouse",
"psf/PackagingWG/2019-03-22-Warehouse": "psf/working-groups/Packaging/2019-03-22-Warehouse",
"psf/PackagingWG/2019-06-07-Warehouse": "psf/working-groups/Packaging/2019-06-07-Warehouse",
"psf/PackagingWG/2019-06-20-Warehouse": "psf/working-groups/Packaging/2019-06-20-Warehouse",
"psf/PackagingWG/2019-06-24-Warehouse": "psf/working-groups/Packaging/2019-06-24-Warehouse",
"psf/PackagingWG/2019-07-31-Warehouse": "psf/working-groups/Packaging/2019-07-31-Warehouse",
"psf/PackagingWG/2019-08-02-Warehouse": "psf/working-groups/Packaging/2019-08-02-Warehouse",
"psf/PackagingWG/2019-08-29-Warehouse": "psf/working-groups/Packaging/2019-08-29-Warehouse",
"psf/PackagingWG/2019-12-11-Warehouse": "psf/working-groups/Packaging/2019-12-11-Warehouse",
"psf/PackagingWG/2020-01-08-pip": "psf/working-groups/Packaging/2020-01-08-pip",
"psf/PackagingWG/2020-01-23-pip": "psf/working-groups/Packaging/2020-01-23-pip",
"psf/PackagingWG/2020-01-29-pip": "psf/working-groups/Packaging/2020-01-29-pip",
"psf/PackagingWG/2020-02-06-pip": "psf/working-groups/Packaging/2020-02-06-pip",
"psf/PackagingWG/2020-02-07-pip-explanation": "psf/working-groups/Packaging/2020-02-07-pip-explanation",
"psf/PackagingWG/2020-02-13-pip": "psf/working-groups/Packaging/2020-02-13-pip",
"psf/PackagingWG/2020-02-17-pip": "psf/working-groups/Packaging/2020-02-17-pip",
"psf/PackagingWG/2020-02-19-pip": "psf/working-groups/Packaging/2020-02-19-pip",
"psf/PackagingWG/2020-02-20-pip": "psf/working-groups/Packaging/2020-02-20-pip",
"psf/PackagingWG/2020-02-27-pip": "psf/working-groups/Packaging/2020-02-27-pip",
"psf/PackagingWG/2020-03-03-pip": "psf/working-groups/Packaging/2020-03-03-pip",
"psf/PackagingWG/2020-03-05-pip": "psf/working-groups/Packaging/2020-03-05-pip",
"psf/PackagingWG/2020-03-10-pip": "psf/working-groups/Packaging/2020-03-10-pip",
"psf/PackagingWG/2020-03-12-pip": "psf/working-groups/Packaging/2020-03-12-pip",
"psf/PackagingWG/2020-03-17-pip": "psf/working-groups/Packaging/2020-03-17-pip",
"psf/PackagingWG/2020-03-19-pip": "psf/working-groups/Packaging/2020-03-19-pip",
"psf/PackagingWG/2020-03-26-pip": "psf/working-groups/Packaging/2020-03-26-pip",
"psf/PackagingWG/2020-03-27-pip": "psf/working-groups/Packaging/2020-03-27-pip",
"psf/PackagingWG/2020-03-28-pip": "psf/working-groups/Packaging/2020-03-28-pip",
"psf/PackagingWG/2020-04-02-pip": "psf/working-groups/Packaging/2020-04-02-pip",
"psf/PackagingWG/2020-04-04-pip": "psf/working-groups/Packaging/2020-04-04-pip",
"psf/PackagingWG/2020-04-08-pip": "psf/working-groups/Packaging/2020-04-08-pip",
"psf/PackagingWG/2020-04-09-pip": "psf/working-groups/Packaging/2020-04-09-pip",
"psf/PackagingWG/2020-04-14-pip": "psf/working-groups/Packaging/2020-04-14-pip",
"psf/PackagingWG/2020-04-16-pip": "psf/working-groups/Packaging/2020-04-16-pip",
"psf/PackagingWG/2020-04-22-pip": "psf/working-groups/Packaging/2020-04-22-pip",
"psf/PackagingWG/2020-04-23-pip": "psf/working-groups/Packaging/2020-04-23-pip",
"psf/PackagingWG/2020-04-28-pip": "psf/working-groups/Packaging/2020-04-28-pip",
"psf/PackagingWG/2020-04-29-pip": "psf/working-groups/Packaging/2020-04-29-pip",
"psf/PackagingWG/2020-04-30-pip": "psf/working-groups/Packaging/2020-04-30-pip",
"psf/PackagingWG/2020-05-05-pip": "psf/working-groups/Packaging/2020-05-05-pip",
"psf/PackagingWG/2020-05-07-pip": "psf/working-groups/Packaging/2020-05-07-pip",
"psf/PackagingWG/2020-05-11-pip": "psf/working-groups/Packaging/2020-05-11-pip",
"psf/PackagingWG/2020-05-13-pip": "psf/working-groups/Packaging/2020-05-13-pip",
"psf/PackagingWG/2020-05-14-pip": "psf/working-groups/Packaging/2020-05-14-pip",
"psf/PackagingWG/2020-05-18-pip": "psf/working-groups/Packaging/2020-05-18-pip",
"psf/PackagingWG/2020-05-20-pip": "psf/working-groups/Packaging/2020-05-20-pip",
"psf/PackagingWG/2020-05-20-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-05-20-pip-teamwidemeeting",
"psf/PackagingWG/2020-05-27-pip": "psf/working-groups/Packaging/2020-05-27-pip",
"psf/PackagingWG/2020-06-03-pip": "psf/working-groups/Packaging/2020-06-03-pip",
"psf/PackagingWG/2020-06-10-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-06-10-pip-teamwidemeeting",
"psf/PackagingWG/2020-06-17-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-06-17-pip-teamwidemeeting",
"psf/PackagingWG/2020-06-24-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-06-24-pip-teamwidemeeting",
"psf/PackagingWG/2020-07-01-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-07-01-pip-teamwidemeeting",
"psf/PackagingWG/2020-07-08-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-07-08-pip-teamwidemeeting",
"psf/PackagingWG/2020-07-15-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-07-15-pip-teamwidemeeting",
"psf/PackagingWG/2020-07-22-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-07-22-pip-teamwidemeeting",
"psf/PackagingWG/2020-07-29-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-07-29-pip-teamwidemeeting",
"psf/PackagingWG/2020-08-05-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-08-05-pip-teamwidemeeting",
"psf/PackagingWG/2020-08-12-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-08-12-pip-teamwidemeeting",
"psf/PackagingWG/2020-08-19-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-08-19-pip-teamwidemeeting",
"psf/PackagingWG/2020-08-26-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-08-26-pip-teamwidemeeting",
"psf/PackagingWG/2020-09-02-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-09-02-pip-teamwidemeeting",
"psf/PackagingWG/2020-09-08-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-09-08-pip-teamwidemeeting",
"psf/PackagingWG/2020-09-09-pip-mini-team-meeting": "psf/working-groups/Packaging/2020-09-09-pip-mini-team-meeting",
"psf/PackagingWG/2020-09-16-pip-mini-team-meeting": "psf/working-groups/Packaging/2020-09-16-pip-mini-team-meeting",
"psf/PackagingWG/2020-09-23-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-09-23-pip-teamwidemeeting",
"psf/PackagingWG/2020-09-29-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-09-29-pip-teamwidemeeting",
"psf/PackagingWG/2020-09-30-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-09-30-pip-teamwidemeeting",
"psf/PackagingWG/2020-10-06-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-10-06-pip-teamwidemeeting",
"psf/PackagingWG/2020-10-07-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-10-07-pip-teamwidemeeting",
"psf/PackagingWG/2020-10-12-pip-team-meeting": "psf/working-groups/Packaging/2020-10-12-pip-team-meeting",
"psf/PackagingWG/2020-10-12-pip-teamwide-meeting": "psf/working-groups/Packaging/2020-10-12-pip-teamwide-meeting",
"psf/PackagingWG/2020-10-12-pip-teamwidemeeting": "psf/working-groups/Packaging/2020-10-12-pip-teamwidemeeting",
"psf/PackagingWG/2020-10-20-pip-team-meeting": "psf/working-groups/Packaging/2020-10-20-pip-team-meeting",
"psf/PackagingWG/2020-10-21-pip-teamwide-meeting": "psf/working-groups/Packaging/2020-10-21-pip-teamwide-meeting",
"psf/PackagingWG/2020-10-27-pip-teamwide-meeting": "psf/working-groups/Packaging/2020-10-27-pip-teamwide-meeting",
"psf/PackagingWG/2020-10-28-pip-teamwide-meeting": "psf/working-groups/Packaging/2020-10-28-pip-teamwide-meeting",
"psf/PackagingWG/2020-11-02-pip-teamwide-meeting": "psf/working-groups/Packaging/2020-11-02-pip-teamwide-meeting",
"psf/PackagingWG/2020-11-10-pip-teamwide-meeting": "psf/working-groups/Packaging/2020-11-10-pip-teamwide-meeting",
"psf/PackagingWG/2020-11-11-pip-team-meeting": "psf/working-groups/Packaging/2020-11-11-pip-team-meeting",
"psf/PackagingWG/2020-11-17-pip-team-meeting": "psf/working-groups/Packaging/2020-11-17-pip-team-meeting",
"psf/PackagingWG/2020-11-18-pip-team-meeting": "psf/working-groups/Packaging/2020-11-18-pip-team-meeting",
"psf/PackagingWG/2020-11-23-pip-team-meeting": "psf/working-groups/Packaging/2020-11-23-pip-team-meeting",
"psf/PackagingWG/2020-11-24-pip-team-meeting": "psf/working-groups/Packaging/2020-11-24-pip-team-meeting",
"psf/PackagingWG/2020-11-25-pip-small-meeting": "psf/working-groups/Packaging/2020-11-25-pip-small-meeting",
"psf/PackagingWG/2020-12-01-pip-team-meeting": "psf/working-groups/Packaging/2020-12-01-pip-team-meeting",
"psf/PackagingWG/2020-12-02-pip-team-meeting": "psf/working-groups/Packaging/2020-12-02-pip-team-meeting",
"psf/PackagingWG/2020-12-08-pip-team-meeting": "psf/working-groups/Packaging/2020-12-08-pip-team-meeting",
"psf/PackagingWG/2020-12-09-pip-team-meeting": "psf/working-groups/Packaging/2020-12-09-pip-team-meeting",
"psf/PackagingWG/2020-12-15-pip-team-meeting": "psf/working-groups/Packaging/2020-12-15-pip-team-meeting",
"psf/PackagingWG/2020-12-16-pip-team-meeting": "psf/working-groups/Packaging/2020-12-16-pip-team-meeting",
"psf/PackagingWG/2020-12-22-pip-team-meeting": "psf/working-groups/Packaging/2020-12-22-pip-team-meeting",
"psf/PackagingWG/2020-12-23-pip-team-meeting": "psf/working-groups/Packaging/2020-12-23-pip-team-meeting",
"psf/PackagingWG/Charter": "psf/working-groups/Packaging/Charter",
"psf/PackagingWG/PyPIBetaAnnouncement": "psf/working-groups/Packaging/PyPIBetaAnnouncement",
"psf/PackagingWG/index": "psf/working-groups/Packaging/index",
"psf/PackagingWGGroup": "psf/working-groups/Packaging Group",
"psf/PeterChu": "people/PeterChu",
"psf/Pip2020DonorFundedRoadmap": "psf/packaging/Pip2020DonorFundedRoadmap",
"psf/ProjectFundingWG": "psf/working-groups/Project Funding",
"psf/ProjectFundingWG(2f)Charter": "psf/working-groups/Project Funding/Charter",
"psf/ProjectFundingWG/Charter": "psf/working-groups/Project Funding/Charter",
"psf/ProjectFundingWG/index": "psf/working-groups/Project Funding/index",
"psf/ProposalsForDiscussion": "psf/governance/ProposalsForDiscussion",
"psf/PydotorgWG": "psf/working-groups/Pydotorg",
"psf/PydotorgWG(2f)Charter": "psf/working-groups/Pydotorg/Charter",
"psf/PydotorgWG/Charter": "psf/working-groups/Pydotorg/Charter",
"psf/PydotorgWG/index": "psf/working-groups/Pydotorg/index",
"psf/Python Logos": "psf/marketing/Python Logos",
"psf/Python(20)Logos": "psf/marketing/Python Logos",
"psf/PythonCubaWG": "psf/working-groups/Python Cuba",
"psf/PythonCubaWG(2f)Charter": "psf/working-groups/Python Cuba/Charter",
"psf/PythonCubaWG/Charter": "psf/working-groups/Python Cuba/Charter",
"psf/PythonCubaWG/index": "psf/working-groups/Python Cuba/index",
"psf/PythonEduWG": "psf/working-groups/Python Edu",
"psf/PythonEduWGCharter": "psf/working-groups/Python Edu Charter",
"psf/ScientificWG": "psf/working-groups/Scientific",
"psf/ScientificWG(2f)Charter": "psf/working-groups/Scientific/Charter",
"psf/ScientificWG(2f)Charter_v2": "psf/working-groups/Scientific/Charter_v2",
"psf/ScientificWG(2f)Charter_v3": "psf/working-groups/Scientific/Charter_v3",
"psf/ScientificWG/Charter": "psf/working-groups/Scientific/Charter",
"psf/ScientificWG/Charter_v2": "psf/working-groups/Scientific/Charter_v2",
"psf/ScientificWG/Charter_v3": "psf/working-groups/Scientific/Charter_v3",
"psf/ScientificWG/index": "psf/working-groups/Scientific/index",
"psf/ScientificWGGroup": "psf/working-groups/Scientific Group",
"psf/SebastiaanZeeff": "people/SebastiaanZeeff",
"psf/ShuChang": "people/ShuChang",
"psf/SponsorWG": "psf/working-groups/Sponsor",
"psf/SponsorWG(2f)Charter": "psf/working-groups/Sponsor/Charter",
"psf/SponsorWG/Charter": "psf/working-groups/Sponsor/Charter",
"psf/SponsorWG/index": "psf/working-groups/Sponsor/index",
"psf/SponsorWGGroup": "psf/working-groups/Sponsor Group",
"psf/SponsorshipBundleWG": "psf/working-groups/Sponsorship Bundle",
"psf/SponsorshipBundleWG(2f)Charter": "psf/working-groups/Sponsorship Bundle/Charter",
"psf/SponsorshipBundleWG/Charter": "psf/working-groups/Sponsorship Bundle/Charter",
"psf/SponsorshipBundleWG/index": "psf/working-groups/Sponsorship Bundle/index",
"psf/Staff Conference Reports": "psf/communications/Staff Conference Reports",
"psf/Staff(20)Conference(20)Reports": "psf/communications/Staff Conference Reports",
"psf/StatementOfValues": "psf/about/StatementOfValues",
"psf/StefanVanDerWalt": "people/StefanVanDerWalt",
"psf/SumanaHarihareswara": "people/SumanaHarihareswara",
"psf/SurveyQuestions": "psf/governance/SurveyQuestions",
"psf/ThomasWaldmann": "people/ThomasWaldmann",
"psf/TranslationWG": "psf/working-groups/Translation",
"psf/TranslationWG(2f)Charter": "psf/working-groups/Translation/Charter",
"psf/TranslationWG/Charter": "psf/working-groups/Translation/Charter",
"psf/TranslationWG/index": "psf/working-groups/Translation/index",
"psf/UmitKaanUsta": "people/UmitKaanUsta",
"psf/VasudevRam": "people/VasudevRam",
"psf/WaliszewskiBetsy": "people/WaliszewskiBetsy",
"psf/WarehousePackageMaintainerTesting": "psf/packaging/WarehousePackageMaintainerTesting",
"psf/WarehouseRoadmap": "psf/packaging/WarehouseRoadmap",
"psf/WesleyChun": "people/WesleyChun",
"psf/WikiInstructions": "psf/about/WikiInstructions",
"psf/Zeth": "people/T-Z/Zeth",
"psf/about/EWDurbin": "people/EWDurbin",
"psf/about/KatieMcLaughlin": "people/KatieMcLaughlin",
"psf/about/MarcAndreLemburg": "people/MarcAndreLemburg",
"psf/about/StefanVanDerWalt": "people/StefanVanDerWalt",
"psf/about/UmitKaanUsta": "people/UmitKaanUsta",
"psf/about/Zeth": "people/T-Z/Zeth",
"psf/dineshkarthik": "people/dineshkarthik",
"psf/howto(2f)Board(20)Minutes": "psf/governance/howto/Board Minutes",
"psf/howto(2f)evote": "psf/governance/howto/evote",
"psf/howto(2f)new_members": "psf/governance/howto/new_members",
"psf/howto/Board Minutes": "psf/governance/howto/Board Minutes",
"psf/howto/evote": "psf/governance/howto/evote",
"psf/howto/index": "psf/governance/howto/index",
"psf/howto/new_members": "psf/governance/howto/new_members",
"psf/people/AllisonRandal": "people/AllisonRandal",
"psf/people/AnilTuncel": "people/AnilTuncel",
"psf/people/Annapoornima Koppad": "people/A/Annapoornima Koppad",
"psf/people/AnnapoornimaKoppad": "people/AnnapoornimaKoppad",
"psf/people/AntoinePitrou": "people/AntoinePitrou",
"psf/people/Arth Tyagi": "people/A/Arth Tyagi",
"psf/people/BenjaminPeterson": "people/BenjaminPeterson",
"psf/people/BrianJones": "people/BrianJones",
"psf/people/BruceMartin": "people/BruceMartin",
"psf/people/BrunoRocha": "people/BrunoRocha",
"psf/people/Casper.dcl": "people/Casper.dcl",
"psf/people/DavidGoodger": "people/DavidGoodger",
"psf/people/DavidMertz": "people/DavidMertz",
"psf/people/Dheeraj L.S Tommandru": "people/D-E/Dheeraj L.S Tommandru",
"psf/people/DougHellmann": "people/DougHellmann",
"psf/people/EWDurbin": "people/EWDurbin",
"psf/people/EwaJodlowska": "people/EwaJodlowska",
"psf/people/GuangyuanYang": "people/GuangyuanYang",