Index: branches/liquidthreads/README-liquidthreads |
— | — | @@ -1,16 +1,16 @@ |
2 | | -Hello, thanks for your interest. Please read all of this; it's short and important. |
| 2 | +Hello, and thanks for your interest. Please read all of this; it's short and important. |
3 | 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. |
| 4 | +You shouldn't deploy this with real users without warning them. They will find bugs. |
5 | 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. |
| 6 | +Please hack Liquid Threads and make it more awesome. However, since the code is in rapid flux, send me patches instead of committing directly to this branch. |
7 | 7 | |
8 | 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 | 9 | |
10 | | - require_once('extensions/LqtPages.php'); |
| 10 | + require_once('extensions/LqtPages.php'); |
11 | 11 | |
12 | 12 | How to contact me: |
13 | | -davemccabe@gmail.com (email or jabber) |
14 | | -davidmccabe in #mediawiki on irc.freenode.net |
| 13 | + davemccabe@gmail.com (email or jabber) |
| 14 | + davidmccabe in #mediawiki on irc.freenode.net |
15 | 15 | |
16 | 16 | Thanks again! Obey all signs. |
17 | 17 | -- ~~~~ |