Index: trunk/phase3/includes/AutoLoader.php |
— | — | @@ -31,6 +31,8 @@ |
32 | 32 | 'ChannelFeed' => 'includes/Feed.php', |
33 | 33 | 'ConcatenatedGzipHistoryBlob' => 'includes/HistoryBlob.php', |
34 | 34 | 'ConstantDependency' => 'includes/CacheDependency.php', |
| 35 | + 'CreativeCommonsRdf' => 'includes/Metadata.php', |
| 36 | + 'Credits' => 'includes/Credits.php', |
35 | 37 | 'DBABagOStuff' => 'includes/BagOStuff.php', |
36 | 38 | 'DelegatingContentHandler' => 'includes/HTMLDiff.php', |
37 | 39 | 'DependencyWrapper' => 'includes/CacheDependency.php', |
— | — | @@ -46,6 +48,7 @@ |
47 | 49 | 'DjVuImage' => 'includes/DjVuImage.php', |
48 | 50 | 'DoubleReplacer' => 'includes/StringUtils.php', |
49 | 51 | 'DoubleRedirectJob' => 'includes/DoubleRedirectJob.php', |
| 52 | + 'DublinCoreRdf' => 'includes/Metadata.php', |
50 | 53 | 'Dump7ZipOutput' => 'includes/Export.php', |
51 | 54 | 'DumpBZip2Output' => 'includes/Export.php', |
52 | 55 | 'DumpFileOutput' => 'includes/Export.php', |
— | — | @@ -157,6 +160,7 @@ |
158 | 161 | 'RangeDifference' => 'includes/Diff.php', |
159 | 162 | 'RawPage' => 'includes/RawPage.php', |
160 | 163 | 'RCCacheEntry' => 'includes/ChangesList.php', |
| 164 | + 'RdfMetaData' => 'includes/Metadata.php', |
161 | 165 | 'RecentChange' => 'includes/RecentChange.php', |
162 | 166 | 'RefreshLinksJob' => 'includes/RefreshLinksJob.php', |
163 | 167 | 'RegexlikeReplacer' => 'includes/StringUtils.php', |