More actions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
# Any Formal Courses to learn MediaWiki? [https://discord.com/channels/178359708581625856/1370885714828595301] There's also Introduction to MediaWiki: Core concepts (Part 1) https://www.youtube.com/watch?v=-JnIjpRvgNY and Introduction to MediaWiki: Wikipedia's extensions (Part 2) [https://www.youtube.com/watch?v=4xYbqbabTwI&t=18s https://www.youtube.com/watch?v=4xYbqbabTwI] | # Any Formal Courses to learn MediaWiki? [https://discord.com/channels/178359708581625856/1370885714828595301] There's also Introduction to MediaWiki: Core concepts (Part 1) https://www.youtube.com/watch?v=-JnIjpRvgNY and Introduction to MediaWiki: Wikipedia's extensions (Part 2) [https://www.youtube.com/watch?v=4xYbqbabTwI&t=18s https://www.youtube.com/watch?v=4xYbqbabTwI] | ||
# Intro to Generative AI and Generating Wiki Pages by Gunjan Bhattarai [https://www.youtube.com/watch?v=KMLZ2RUaU2w] > Creating a question & answer chatbot to search wikis [https://www.youtube.com/watch?v=hEsFjf_wgj8] by [https://www.mywikis.com/ MyWikis] [https://www.linkedin.com/in/jeffw16/ Jeff] | # Intro to Generative AI and Generating Wiki Pages by Gunjan Bhattarai [https://www.youtube.com/watch?v=KMLZ2RUaU2w] > Creating a question & answer chatbot to search wikis [https://www.youtube.com/watch?v=hEsFjf_wgj8] by [https://www.mywikis.com/ MyWikis] [https://www.linkedin.com/in/jeffw16/ Jeff] | ||
# [https://www.youtube.com/watch?v=AjzaHhkG59Y AI at MyWikis] Apr 28, 2024 | |||
# [https://www.youtube.com/watch?v=2J9hhvyLWSs MediaWiki U&D Con Fall 2024 - Day 2 - WikiChat, Jeffrey Wang, MyWikis] Nov 26, 2024 | |||
# ... | # ... |
Revision as of 13:33, 19 May 2025
- Disable history and special pages for most users bill_tech OP — 4/28/25, 8:40 AM Hello, I have bots visiting my site that are ignoring my robots.txt and hence are crawling every link on my site, including all the "view history" links etc. This activity is over-loading my site. Can anyone recommend the best practice for limiting history, etc. to logged in users (or removing those links from the screen)?
- https://www.mediawiki.org/wiki/Handling_web_crawlers via SomeRandomDeveloper — 4/29/25, 10:38 AM
- Internal error after update Varis OP — 5/17/25, 10:38 PM Hi, I updated PHP + Mediawiki and now it appears broken.
- bawolff — 5/17/25, 10:40 PM Please set $wgShowExceptionDetails = true; in LocalSettings.php The most common cause for something like this is updating mediawiki without also updating extensions. Extension versions need to be in sync with mediawiki version.
- Issues with ShortUrl (Clean URL's like /title) Atmois[ATL] OP — 4/24/25, 5:51 PM Hey, I am using the Manual:ShortUrl for my wiki and buttons such as Edit or History link to https://atl.wiki/?title=Test&action=edit rather than https://atl.wiki/Test?action=edit. Would anyone know how to get it working so the buttons lead to the second one? We use Apache on Ubuntu, below I have put some relevant sections of the PHP settings for MediaWiki and Apache. We have our MediaWiki installed in /var/www/mediawiki with all files in the root.
- Any Formal Courses to learn MediaWiki? [1] There's also Introduction to MediaWiki: Core concepts (Part 1) https://www.youtube.com/watch?v=-JnIjpRvgNY and Introduction to MediaWiki: Wikipedia's extensions (Part 2) https://www.youtube.com/watch?v=4xYbqbabTwI
- Intro to Generative AI and Generating Wiki Pages by Gunjan Bhattarai [2] > Creating a question & answer chatbot to search wikis [3] by MyWikis Jeff
- AI at MyWikis Apr 28, 2024
- MediaWiki U&D Con Fall 2024 - Day 2 - WikiChat, Jeffrey Wang, MyWikis Nov 26, 2024
- ...