Archives For MediaWiki

Template:Ximg

March 12, 2013 — Leave a comment

Adam created a cool template for embedding and aligning external images in MediaWiki.

I wanted to keep copyrighted materials out of the file list so I can easily archive the wiki and share the data, so Adam made it easy to get the same effects as the native markup. Through discussion we decided to make the template generic, and e also created a personalized version of the template for the Rise of the Runelords campaign they are documenting. Groovy!

Here is the latest MediaWiki AbuseFilter (number 5):

!("user" in user_groups)
& article_namespace = 3

The first line checks if the visitor is logged in, and the second checks if they are editing a User Talk page. I got the namespace number from Manual:Namespace.

I made a special warning message, and then if they try again it simply disallows it. I am going to see how many hits it gets, before blocking the people/bots that trigger it, to make sure normal folks don’t get caught by it.

Learning to code

January 27, 2013 — 3 Comments

I am learning to code. It is scary.

Continue Reading...

Thinking in wiki

December 30, 2012 — 2 Comments

I’ve been really into wikae lately, as is apparent by how much I written about it. A wiki is a particular set of features and workflows, and it has its own mindset.

I am thinking in wiki.

This site is becoming more of a journal, where my posts are either about flash in the pan events, or part of longer thought out articulations. The frequency of posts has gone down, because I am doing more mind-mapping in other places, like text files in git repos, and in various wikae.

It has brought a few things to light for me, about how I write, and what I am trying to create. Here are a few examples:

  • Temporality – A lot of the things (most?) I blog about are not important to me after a few months. That means I have old announcement posts and tons of broken links that have no value, but I keep them to provide temporal context. I am not convinced it is that useful.
  • Anti/Social – I think blogging is very important, but it does bother me that blogs are essentially silos. This isn’t really a critique, just that instead of loading up blogs with like buttons and allowing people to leave comments with their social network credentials, it is probably more worthwhile for the majority of bloggers to assess what collaboration looks like for them.
  • Our tools are aging – The software that runs some of the most important spaces on the web, like MediaWiki and WordPress, were developed a long time ago. It is easy to find feature requests from years ago, still being pleaded for. Again, not a critique, just an observation of what popularity does to software, and how dominance affects the culture and motives of the community that supports it.

These aren’t new, obviously. It is just me glancing at the gap between two software projects/workflows (WordPress/blogging and MediaWiki/wiki). Then I think about StatusNet, and how it looks like it could be practically abandoned for other projects. In one sense, that is a bummer, and I’ve invested a lot of time in it. On the other hand, maybe it isn’t so bad for things to get torn down and built back up, especially considering the transient nature of status updates, almost all of which are unimportant to me a few days afterward.

I’ve really pushed MediaWiki hard in the last couple of months. I’ve bumped up against a lot of walls, and some of them stopped me. But overall, I am happy with the result, which is a system to collaborate with those that want to, and a relatively decent way to create bodies of useful content. I am rushing as fast as I can to configure all the extensions I think I will need, so I can eventually just focus on creating. That will be the real test.

Wikae spam

December 28, 2012 — 1 Comment

My wikae are getting spammed, so now I’ve got to step up my game. ^_^

Continue Reading...

changelog

December 25, 2012 — Leave a comment

Been trying to document the work I am doing, and I haven’t been blogging about anything else, so here is a changelog for let’s say, the last week. ^_^

Mediawiki + epub

September 28, 2012 — Leave a comment

I haven’t tested it out yet, but Wikipedia can export to EPUB. That is exciting! I really think of Mediawiki as a publishing platform. If they improve the visual editor, I imagine it would pass up other platforms for collaborative writing.

I keep playing with the idea of using custom post types in WordPress to create character sheets for RPGs. I am saying this here so everyone can remind me to hold out for learning how to make an awesome application of wikidata. I think of MediaWiki as a development platform, and I to fix the problems that #WOTC‘s Open Gaming License created for sharing game content.

More and more I am finding # instances with URL patterns starting in the root directory (rather that /wiki/). I am gonna be bold, and do that myself!

WYSIAWiki

June 22, 2012 — 1 Comment

Wikimedia Foundation’s prototyping a visual editor. Will that provide a hook for more digital literacy training?

Continue Reading...