Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 3.76 KB

File metadata and controls

44 lines (35 loc) · 3.76 KB

Extension:Appropedia

Extension:Appropedia contains all PHP code specific to Appropedia.

Many features that were developed specifically for Appropedia have been turned into standalone extensions:

However, some features are so specific that cannot be turned into extensions, so we clump them all together in this extension:

This extension also contains Appropedia's custom Lua library, which exposes some data to Appropedia's custom Lua module:

  • emailDomain - Returns the email domain of a given user
  • fileUses - Returns the number of uses of a given file
  • pageCategories - Returns the categories of a given page
  • pageExists - Checks wether a given page exists

Finally, this extension contains a few custom maintenance scripts: