summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-November/019820.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-November/019820.html')
-rw-r--r--zarb-ml/mageia-dev/2012-November/019820.html113
1 files changed, 113 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-November/019820.html b/zarb-ml/mageia-dev/2012-November/019820.html
new file mode 100644
index 000000000..a15238228
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-November/019820.html
@@ -0,0 +1,113 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [soft-commits] [6416] Initial commit of Admin Panel.
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B6416%5D%20Initial%20commit%20of%20Admin%0A%09Panel.&In-Reply-To=%3C50996B15.1030803%40gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="019816.html">
+ <LINK REL="Next" HREF="019821.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [soft-commits] [6416] Initial commit of Admin Panel.</H1>
+ <B>Guillaume Rousse</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B6416%5D%20Initial%20commit%20of%20Admin%0A%09Panel.&In-Reply-To=%3C50996B15.1030803%40gmail.com%3E"
+ TITLE="[Mageia-dev] [soft-commits] [6416] Initial commit of Admin Panel.">guillomovitch at gmail.com
+ </A><BR>
+ <I>Tue Nov 6 20:55:01 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="019816.html">[Mageia-dev] [soft-commits] [6416] Initial commit of Admin Panel.
+</A></li>
+ <LI>Next message: <A HREF="019821.html">[Mageia-dev] [soft-commits] [6416] Initial commit of Admin Panel.
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#19820">[ date ]</a>
+ <a href="thread.html#19820">[ thread ]</a>
+ <a href="subject.html#19820">[ subject ]</a>
+ <a href="author.html#19820">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le 06/11/2012 16:33, Matteo Pasotti a &#233;crit :
+&gt;<i> -----BEGIN PGP SIGNED MESSAGE-----
+</I>&gt;<i> Hash: SHA1
+</I>&gt;<i>
+</I>&gt;<i> On 06/11/2012 13:16, Guillaume Rousse wrote:
+</I>&gt;&gt;<i> information in every single file, whereas a single top-level README
+</I>&gt;&gt;<i> file would be enough.
+</I>&gt;&gt;<i>
+</I>&gt;<i> Hello Guillaume,
+</I>&gt;<i>
+</I>&gt;<i> GPLv2 says:
+</I>&gt;<i> It is safest to attach them to the start of each source file to most
+</I>&gt;<i> effectively convey the exclusion of warranty; and each file should
+</I>&gt;<i> have at least the &quot;copyright&quot; line and a pointer to where the full
+</I>&gt;<i> notice is found.
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="http://www.gnu.org/licenses/gpl-2.0.html">http://www.gnu.org/licenses/gpl-2.0.html</A>
+</I>Come on, you really think someone will sue you because running your code
+crashed his system, and you have to be that &quot;safe&quot; ? It's a pain to have
+to skip multiple lines of legal bullshit before reaching the code, and
+you'll need to update a gazillion files in just a few monthes because
+we'll change year.
+
+[..]
+&gt;&gt;&gt;<i> +use Data::Dumper;
+</I>&gt;&gt;<i> Unused anywere. Don't load debug-related modules in production
+</I>&gt;&gt;<i> coed.
+</I>&gt;&gt;<i>
+</I>&gt;<i> afaik, apanel is not &quot;in production&quot; so what's your concern?.
+</I>Don't bloat memory by loading unused modules. Keep your debug code in
+your working directory, not in svn.
+
+[..]
+&gt;&gt;&gt;<i> + +sub ask_for_authentication { + my @args = @ARGV; + my
+</I>&gt;&gt;&gt;<i> $command = wrap_command($0); + unshift(@args, $command-&gt;[2]);
+</I>&gt;&gt;&gt;<i> + exec { $command-&gt;[0] } $command-&gt;[1], @args or die (&quot;command
+</I>&gt;&gt;&gt;<i> %s missing&quot;, $command-&gt;[0]); + die &quot;You must be root to run
+</I>&gt;&gt;&gt;<i> this program&quot; if $&gt;; +}
+</I>&gt;&gt;<i> You're duplicating the condition from previous function here. die
+</I>&gt;&gt;<i> &quot;You must be root to run this program&quot; if
+</I>&gt;&gt;<i> !require_root_capability();
+</I>&gt;&gt;<i>
+</I>&gt;<i> Don't blame me too much for readability and duplications, please.
+</I>&gt;<i> I was inspired by /usr/lib/libDrakX/common.pm and other modules that
+</I>&gt;<i> are not very readable and that contain similar duplications.
+</I>I wouldn't consider drakxtools a reference for readability...
+
+--
+BOFH excuse #23:
+
+improperly oriented keyboard
+</PRE>
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="019816.html">[Mageia-dev] [soft-commits] [6416] Initial commit of Admin Panel.
+</A></li>
+ <LI>Next message: <A HREF="019821.html">[Mageia-dev] [soft-commits] [6416] Initial commit of Admin Panel.
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#19820">[ date ]</a>
+ <a href="thread.html#19820">[ thread ]</a>
+ <a href="subject.html#19820">[ subject ]</a>
+ <a href="author.html#19820">[ 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>