1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] The shiny new Control Center
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20The%20shiny%20new%20Control%20Center&In-Reply-To=%3C20120930133532.311d799f%40lap.shlomifish.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="019063.html">
<LINK REL="Next" HREF="019060.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] The shiny new Control Center</H1>
<B>Shlomi Fish</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20The%20shiny%20new%20Control%20Center&In-Reply-To=%3C20120930133532.311d799f%40lap.shlomifish.org%3E"
TITLE="[Mageia-dev] The shiny new Control Center">shlomif at shlomifish.org
</A><BR>
<I>Sun Sep 30 13:35:32 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="019063.html">[Mageia-dev] The shiny new Control Center
</A></li>
<LI>Next message: <A HREF="019060.html">[Mageia-dev] The shiny new Control Center
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19048">[ date ]</a>
<a href="thread.html#19048">[ thread ]</a>
<a href="subject.html#19048">[ subject ]</a>
<a href="author.html#19048">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi Steven,
On Sat, 29 Sep 2012 22:14:03 +1000
Steven Tucker <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">tuxta2 at gmail.com</A>> wrote:
><i> Hi everyone,
</I>><i>
</I>><i> I have been doing a little work on the proposed control center - mcc2
</I>><i>
</I>><i> <A HREF="https://wiki.mageia.org/en/Feature:UiAbstraction4mcc">https://wiki.mageia.org/en/Feature:UiAbstraction4mcc</A>
</I>><i>
</I>><i> and would like to put a couple of questions forward to find some
</I>><i> direction.
</I>><i>
</I>><i>
</I>><i> 1/ What should we call it ??
</I>><i>
</I>><i> I have been using mcc2 as a working name, however I'm not
</I>><i> convinced this is the right approach. I will soon be uploading the
</I>><i> code (been using my own svn repo up till now), and it would be good
</I>><i> to start with the name it will stick with. Should the name relate to
</I>><i> Mageia?, or should it be more generic?
</I>><i>
</I>><i> 2/ What languages should be available for writing modules? (Perl,
</I>><i> C++, python and Ruby are possibilities)
</I>><i>
</I>><i> So far mcc2 has been written in Perl (even though I had
</I>><i> never written a line of Perl prior to starting this) so as to make
</I>><i> porting existing modules a matter of just replacing the Ui calls, but
</I>><i> I do like the idea of allowing the modules to be written in more than
</I>><i> 1 language to encourage more contributors who may be turned off by
</I>><i> having to learn another language.
</I>><i> Sticking with Perl will make mcc2 core easier, so I may do that
</I>><i> initially regardless. What do you all think?? Is sticking with 1
</I>><i> language preferred even if it means less contributors, or is the goal
</I>><i> to attract as many module developers as possible?
</I>><i>
</I>><i> 3/ What should the license be?
</I>><i> I would be happy to make it GPL V3, but is there any
</I>><i> argument for something different ?
</I>><i>
</I>
The problem with the GPLv3 is that it is incompatible with code that
is GPLv2-only. So the code should preferably be GPLv2-and-above or even
LGPLv2-and-above or under the <A HREF="http://en.wikipedia.org/wiki/MIT_License">http://en.wikipedia.org/wiki/MIT_License</A> .
Otherwise, one is introducing many future potential incompatibilities (and
you can thank the FSF for that!).
Regards,
Shlomi Fish
--
-----------------------------------------------------------------
Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A>
Why I Love Perl - <A HREF="http://shlom.in/joy-of-perl">http://shlom.in/joy-of-perl</A>
There is an IGLU Cabal, but its only purpose is to deny the existence of an
IGLU Cabal.
— Martha Greenberg
Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> .
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="019063.html">[Mageia-dev] The shiny new Control Center
</A></li>
<LI>Next message: <A HREF="019060.html">[Mageia-dev] The shiny new Control Center
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19048">[ date ]</a>
<a href="thread.html#19048">[ thread ]</a>
<a href="subject.html#19048">[ subject ]</a>
<a href="author.html#19048">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|