proga:LMW - Lojbanic MediaWiki

From Lojban
Revision as of 14:35, 6 January 2014 by Gleki (talk | contribs)
Jump to navigation Jump to search

Lojbanic MediaWiki (LMW) is being developed by Lojbanic community. Right now there are 2,227 articles in LMW. As of now LMW is running on Mediawiki 1.38.4.

It's main goals are:

  1. Replace the old Tiki (http://www.lojban.org/tiki/) while retaining all the stuff. As of August 2013 this goal is complete. The two wikis are slowly drifting apart since April 2013. Otherwise LMW contains all the stuff from the tiki including text and attachments (files). You are welcome to copy new content from the old wiki to this one until the old tiki is frozen making this one official.
  2. Split all the content using pages prefixes.
    1. (Without prefixes): main pages. Clean and usable stuff
    2. BPFK: pages related to developing Lojban by BPFK
    3. jbocre: pages with discussing lojbanic stuff and discussions of how to develop lojban. Not usable by nintadni (i.e. newbies)
    4. Stub: pages to be developed and moved to the first category
    5. jbocre: imported from the tiki, to be moved to all the other categories or deleted if they are of no use
  3. THIS GOAL IS COMPLETE: Install VisualEditor so people not familiar with MediaWiki syntax can start developing LMW immediately.
  4. Install a forum extension. This goal is almost complete. WikiForum extension works. Although, this is not an ideal extension.

What to do with LMW

If you are in charge of LMW you should do the following:

  1. Open LMW once in a while to see if there are new requests from users for being registered. ConfirmAccount extension is installed requiring every new user to fill in a short bio about them. So you have to manually let users in. Don't disable this feature otherwise spambots or vandals might come in. Don't use captcha as it is cracked by vicarious.com
  2. Update extensions once in a while. Note that some of them require manual patches. ConfirmAccount requires the following:
  3. Update LMW once in a while. Usually alpha version are okay but please don't delete the old folder so that if after updating the wiki fails to load you can go back to the old version LMW. You need to run $ php maintenance/update.php to update all mysql tables after each update
  4. Update localisations

ConfirmAccount

Since the author hasn't updated the extension yet we have to use the following patch in extensions/ConfirmAccount/business/AccountRequestSubmission.php:

# Check if biography is long enough
$bioWordCount = preg_match_all("/\\p{L}[\\p{L}\\p{Mn}\\p{Pd}'\\x{2019}]*/u", $this->bio, $matches);
if ($bioWordCount < $wgAccountRequestMinWords) {

Content ToDo

ToDo

This section is supposed to act as a central point in coordinating what needs to be done on the wiki. This is a list of things that still needs to be added to the new MediaWiki. Please add anything you feel is missing or needs fixing. If you feel like adopting something, just write your name behind it in parentheses, maybe together with the current date. When you're finished, delete it, or move it to a Done section below.

  1. News block is almost absent in LMW. Look at those fance welcome pages at en.wikipedia.org or nds-nl.wikipedia.org We need something like that.
  2. When a new alpha version of MW is out we should update LMW. Why? See #2.
  3. When a new version of VisualEditor is out please update it in LMW after finishing #1.
  4. Flow extension, a replacement of Talk tabs should be available in beta version in 2014. Please install it when it's ready to use.
  5. Clicking on the flags on the welcome screen should change the interface (e.g. the left sidebar) accordingly but currently it's not possible (&setlang flag doesn't work). Wait until the bug is fixed.
  6. Currently not possible to edit the code of pages in "User" namespace. Not sure what can be the reason. Visual Editor works on them, though.
  • see what to do about the duplication of information between the home page and the jbocre: What is Lojban? page linked from the menu (as "About")
  • check whether old and outdated translations exist
  • nicer layout, at least for the front page
  • the news section is not very good advertisement imo. when i read it as a newbie, with one 10sec clip released in 2007, and two news in 2008, i think the community is almost dead. so, maybe add some news?
    • selkik:
    • The problem is that there is LOTS of new news. There's plenty of news. I don't see any reason to rewrite that ancient text with some recent news and leave it on the front page though. It's weird. It's as if by adding some particular thing that happened I'm sanctioning the erroneous impression it gives that hardly anything ever happens in jbogu'e. So I say we just archive that news to an article called "News That Used To Be Up On The Main Page For Ages Even Though After A Little While It Wasn't News And Started To Give The Wrong Impression" (except shorter, probably) and forget about it. Who's in?
  • write up a page for L4B, similar to jbocre: What Is Lojban?, The Book or The Complete Lojban Language
  • The Contribute page needs creating. Preferably showing the various ways one can contribute to the Lojban collective e.g. via Jbovlaste, the Lojban.org Wiki, jbo.wikipedia.org, jboselkei, etc.
  • Port the whole of CLL to the wiki
  • Maybe produce an online version of Lojban for Beginners

Missing Extensions

Stylistic Matters

  • Auto-capitalization is removed; "Fanva" and "Ralju Ckupau" don't look like correct Lojban.

Done

Broken pages

While importing the content of the old wiki into LMW the attachments with the following attachments couldn't be imported because they were files of zero length.

254
262
649
650
654
655
656
657
658
85

Other removed pages

863 and 310 files removed as it was from http://www.lojban.org/tiki/Sandbox

http://mw.lojban.org/index.php?title=Draft_SandBox removed

http://mw.lojban.org/index.php/Draft_Tiki_Feature_Testing removed

805 is removed as it's a duplicate of 818

Extensions that can be installed for LMW

AWC Extension for LMW

It has been discovered that AWC extension no longer works for MW 1.22 wmf11. So la gleki patched it by replacing all deprecated functions with new ones or commenting out some strings that had deprecated functions. The patched extension can be downloaded here. If a file is patched it is backuped in the same folder with suffix @@@. For now uploading user avatars from AWC itself doesn't work. Use [[File: ...]] links or urls instead.