-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (24 loc) · 2.1 KB
/
Copy pathindex.html
File metadata and controls
30 lines (24 loc) · 2.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Obby Wiki OSS</title>
</head>
<body>
<h1>Obby Wiki Open Source Software</h1>
<p>View live uses on the <a href="https://obby.wiki">Obby Wiki</a></p>
<h2>DiscourseIntegration <a href="https://github.com/obbywiki/mediawiki-extensions-DiscourseIntegration">GitHub</a> - MIT - Archived</h2>
<p>A complex MediaWiki extension which attatchs post from a specific Discourse-powered forum to related articles and replaces Talk pages with Discourse topics, forums, tags, etc.</p>
<h2>DynamicJsonLD <a href="https://github.com/obbywiki/mediawiki-extensions-DynamicJsonLD">GitHub</a> - GPL v3</h2>
<p>The DynamicJsonLD extension adds a Scribunto Lua API that lets you programmatically access the page-specific ld+json blob via a module.</p>
<h2>RobloxPlaceMediaExtractor <a href="https://github.com/obbywiki/mediawiki-extensions-RobloxPlaceMediaExtractor">GitHub</a> - MIT - Archived</h2>
<p>A simple special page MediaWiki extension that adds an effective interface for download Roblox game images like icons and thumbnails in the size-effecient WebP format.</p>
<h2>ObbyWikiHomePage <a href="https://github.com/obbywiki/mediawiki-extensions-ObbyWikiHomePage">GitHub</a> - MIT</h2>
<p>An Obby Wiki specific MediaWiki extension that replaces /Home or any page with an interactable and advanced home page rendered and cached in HTML.</p>
<h2>ObbyWikiFooter <a href="https://github.com/obbywiki/mediawiki-extensions-ObbyWikiFooter">GitHub</a> - MIT</h2>
<p>An Obby Wiki specific MediaWiki extension that replaces site-wide footer with custom configurable HTML options.</p>
<h2>WikiWire <a href="https://github.com/obbywiki/wikiwire">GitHub</a> - GPL v3</h2>
<p>An automated CI tool which allows you to automatically sync modules and templates from GitHub repository upwards towards your live MediaWiki modules and templates! This tool is already in use in <a href="https://obby.wiki">multiple modules throughout the Obby Wiki</a>!</p>
</body>
</html>