diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-February/002741.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-February/002741.html | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-February/002741.html b/zarb-ml/mageia-sysadm/2011-February/002741.html new file mode 100644 index 000000000..e64a97e81 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-February/002741.html @@ -0,0 +1,110 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] mediawiki + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20mediawiki&In-Reply-To=%3C201102131648.24178.oliver.bgr%40googlemail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002740.html"> + <LINK REL="Next" HREF="002742.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] mediawiki</H1> + <B>Oliver Burger</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20mediawiki&In-Reply-To=%3C201102131648.24178.oliver.bgr%40googlemail.com%3E" + TITLE="[Mageia-sysadm] mediawiki">oliver.bgr at googlemail.com + </A><BR> + <I>Sun Feb 13 16:48:23 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002740.html">[Mageia-sysadm] Puppet Report for friteuse.mageia.org +</A></li> + <LI>Next message: <A HREF="002742.html">[Mageia-sysadm] mediawiki +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2741">[ date ]</a> + <a href="thread.html#2741">[ thread ]</a> + <a href="subject.html#2741">[ subject ]</a> + <a href="author.html#2741">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Sysadmins + +I have finally (almost) finished my work on mediawiki. +I put it on the mandrivauser ftp for reviewing (and finishing it). Info +below: +<A HREF="ftp://ftp.mandrivauser.de/rpm/GPL/2010.2/SRPMS/release/mediawiki-1.16.1-2mud2010.2.src.rpm">ftp://ftp.mandrivauser.de/rpm/GPL/2010.2/SRPMS/release/mediawiki-1.16.1-2mud2010.2.src.rpm</A> + +First: there is no ldap-extension in the package, since I don't know +ldap. +Second: the src.rpm creates two rpm packages, a normal mediawiki +package and our multilingual one. +We should somehow patch it so that normal mediawiki uses its own user +registration tool and authentification while the mageia multilingual +one should use catdap for registration and ldap for authentification... + +A few notes: +I added a few php scripts and one bash script. The bash script can be +found in mediawiki's bin directory and is not accessible by the web +server. + +What has to be done manually: +- vhost has to be setup in webserver config pointing to +/var/www/mediawiki/public/ +- my bash script has to be run once for creating the database +template, note: +my scripts are using a database naming schema of "prefix_<langcode>", +the template is called "prefix_template1. +- mediawiki's setup procedure has to be run once for creating the +LocalSettings.php file. As database name enter the name of the template +database. At the end of LocalSettings.php you have to add a line + include 'LocalSettingsChanges.php'; +- edit Languages.php and the languages arry in the bash-script (add +all the languages you want) and rerun my bash script again for copying +the template and thus creating the per language databases. + +I hope, what I did is usable... + +Have a nice Sunday, + +And now I must tell you, that I won't be available for questions till +monday evening, since I'm on a business meeting with my boss. + + +Oliver aka obgr_seneca +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002740.html">[Mageia-sysadm] Puppet Report for friteuse.mageia.org +</A></li> + <LI>Next message: <A HREF="002742.html">[Mageia-sysadm] mediawiki +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2741">[ date ]</a> + <a href="thread.html#2741">[ thread ]</a> + <a href="subject.html#2741">[ subject ]</a> + <a href="author.html#2741">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |