Index: branches/liquidthreads/README-liquidthreads |
— | — | @@ -0,0 +1,20 @@ |
| 2 | +Hello, thanks for your interest. Please read all of this; it's short and important. |
| 3 | + |
| 4 | +This is a pre-alpha. This code is in rapid flux. It is undocumented, or doesn't yet make sense, or is confused. I am sketching. Therefore, don't report or try to fix obvious bugs; I simply haven't gotten to them yet. Also, don't commit to this branch. Instead, send me patches. |
| 5 | + |
| 6 | +Liquid Threads is going to change a lot before release. Some of the coolest features haven't appeared yet. Don't let this pre-alpha disappoint you. |
| 7 | + |
| 8 | +To try Liquid Threads, first, install MediaWiki as usual. Then, source maintenance/lqt.sql from your mysql console. Finally, add the following to the end of your LocalSettings.php: |
| 9 | + |
| 10 | + $wgExtraNamespaces = |
| 11 | + array(100 => "Post", |
| 12 | + 101 => "Post_Discussion"); |
| 13 | + |
| 14 | + require_once('extensions/LqtExtension.php'); |
| 15 | + |
| 16 | +How to contact me: |
| 17 | +davemccabe@gmail.com (email or jabber) |
| 18 | +davidmccabe in #mediawiki on irc.freenode.net |
| 19 | + |
| 20 | +Thanks again! Please obey all signs. |
| 21 | +-- ~~~~ |