Difference between revisions of "PKC Guide"

From PKC
Jump to navigation Jump to search
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Personal Knowledge Container PKC]] is a collection of tools centered around [[MW:MediaWiki|MediaWiki]].
[[PKC|Personal Knowledge Container(PKC)]] is a collection of tools centered around [[MW:MediaWiki|MediaWiki]].
 
To learn how to use PKC, the first place to look should be this website, [[Working with MediaWiki]]<ref>Yaron Koren, Working with MediaWiki, https://workingwithmediawiki.com/book/introduction.html, last accessed: June 16, 2021</ref>.


=Extensions=
=Extensions=
Line 5: Line 7:


==Loaded with Submodules==
==Loaded with Submodules==
# [https://github.com/FantasticoFox/ExtensionDataAccounting ExtensionDataAccounting]
# [https://github.com/FantasticoFox/ExtensionDataAccounting FantasticoFox/ExtensionDataAccounting]
# [[MW:Extension:OAuth2 Client|MW-OAuth2Client]];
# [[MW:Extension:OAuth2 Client|MW-OAuth2Client]]
# [[MW:Extension:3D|3d2png]]


==Loaded as Raw files==
==Loaded as Raw files==
Line 56: Line 59:
# * wfLoadExtension( 'OATHAuth' );
# * wfLoadExtension( 'OATHAuth' );
# * wfLoadExtension( 'OAuth' );
# * wfLoadExtension( 'OAuth' );
=References=

Latest revision as of 10:21, 27 June 2021

Personal Knowledge Container(PKC) is a collection of tools centered around MediaWiki.

To learn how to use PKC, the first place to look should be this website, Working with MediaWiki[1].

Extensions

PKC is loaded with many MediaWiki extensions, they are listed below:

Loaded with Submodules

  1. FantasticoFox/ExtensionDataAccounting
  2. MW-OAuth2Client
  3. 3d2png

Loaded as Raw files

  1. * wfLoadExtension( 'CategoryTree' );
  2. * wfLoadExtension( 'Cite' );
  3. * wfLoadExtension( 'CiteThisPage' );
  4. * wfLoadExtension( 'CodeEditor' );
  5. * wfLoadExtension( 'ConfirmEdit' );
  6. * wfLoadExtension( 'Gadgets' );
  7. * wfLoadExtension( 'ImageMap' );
  8. * wfLoadExtension( 'InputBox' );
  9. * wfLoadExtension( 'Interwiki' );
  10. * wfLoadExtension( 'LocalisationUpdate' );
  11. * wfLoadExtension( 'MultimediaViewer' );
  12. * wfLoadExtension( 'Nuke' );
  13. * wfLoadExtension( 'PageImages' );
  14. * wfLoadExtension( 'ParserFunctions' );
  15. * wfLoadExtension( 'PdfHandler' );
  16. * wfLoadExtension( 'Poem' );
  17. * wfLoadExtension( 'Renameuser' );
  18. * wfLoadExtension( 'ReplaceText' );
  19. * wfLoadExtension( 'Scribunto' );
  20. * wfLoadExtension( 'SecureLinkFixer' );
  21. * wfLoadExtension( 'SpamBlacklist' );
  22. * wfLoadExtension( 'SyntaxHighlight_GeSHi' );
  23. * wfLoadExtension( 'TemplateData' );
  24. * wfLoadExtension( 'TextExtracts' );
  25. * wfLoadExtension( 'TitleBlacklist' );
  26. * wfLoadExtension( 'WikiEditor' );
  27. * wfLoadExtension( 'DrawioEditor' );
  28. * wfLoadExtension( 'intersection' );
  29. * wfLoadExtension( 'PdfHandler' );
  30. * wfLoadExtension( 'PDFEmbed' );
  31. * wfLoadExtension( 'EmbedVideo');
  32. * wfLoadExtension( 'MultimediaViewer' );
  33. * wfLoadExtension( '3D' );
  34. * wfLoadExtension( '3DAlloy' );
  35. * wfLoadExtension( 'Math' );
  36. * wfLoadExtension( 'GeoData' );
  37. * wfLoadExtension( 'JsonConfig' );
  38. * wfLoadExtension( 'Kartographer' );
  39. * wfLoadExtension( 'EmbedSpotify' );
  40. * wfLoadExtension( 'PageForms' );
  41. * wfLoadExtension( 'Maps' );
  42. * wfLoadExtension( 'Cargo' );
  43. * wfLoadExtension( 'Widgets' );
  44. * wfLoadExtension( 'GoogleDocs4MW' );
  45. * wfLoadExtension( 'TemplateWizard' );
  46. * wfLoadExtension( 'OATHAuth' );
  47. * wfLoadExtension( 'OAuth' );

References

  1. Yaron Koren, Working with MediaWiki, https://workingwithmediawiki.com/book/introduction.html, last accessed: June 16, 2021