<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/standalone/drakxservices, branch 16.97</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>use (my|u)gtk3 instead of *tk2</title>
<updated>2013-11-24T20:28:33+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2012-08-01T15:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=504f6c89db28716c7038153fb7838565b4ba0583'/>
<id>504f6c89db28716c7038153fb7838565b4ba0583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reuse mcc icons (if availlable) for windows</title>
<updated>2004-09-02T08:05:36+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2004-09-02T08:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7dd552286d4801c30d05f9d521700e9110744e26'/>
<id>7dd552286d4801c30d05f9d521700e9110744e26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reflect in standalone drakxtools the removal of DrakX icons</title>
<updated>2003-02-28T16:09:17+00:00</updated>
<author>
<name>Guillaume Cottenceau</name>
<email>gc@mandriva.com</email>
</author>
<published>2003-02-28T16:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4eecdf7017657550486500c59707a3c5938f7839'/>
<id>4eecdf7017657550486500c59707a3c5938f7839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- clean up embedding; since socket get automatically destroyed on child exit</title>
<updated>2003-02-24T07:36:00+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2003-02-24T07:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=04a32a7f6b48a977c768d62a1c28f00958e0c9df'/>
<id>04a32a7f6b48a977c768d62a1c28f00958e0c9df</id>
<content type='text'>
  and since they emit plug-removed at that moment, it's just cleaner to
  centralize/consolidate the child exit in mcc
  this of course, need a newer up-to-date mcc
  what's more, it allows to remove the somewhat mythical
  "$::isEmbedded and kill 'USR1', $::CCPID;"
- drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  and since they emit plug-removed at that moment, it's just cleaner to
  centralize/consolidate the child exit in mcc
  this of course, need a newer up-to-date mcc
  what's more, it allows to remove the somewhat mythical
  "$::isEmbedded and kill 'USR1', $::CCPID;"
- drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment

</pre>
</div>
</content>
</entry>
<entry>
<title>strict mode</title>
<updated>2002-12-04T08:25:44+00:00</updated>
<author>
<name>Mystery Man 580</name>
<email>uid580@mandriva.org</email>
</author>
<published>2002-12-04T08:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5018006131a39de224463b5a52cb607bf08a2cb4'/>
<id>5018006131a39de224463b5a52cb607bf08a2cb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- standalone.pm :</title>
<updated>2002-11-18T08:05:41+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2002-11-18T08:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0f881eacc9dd3d36486097322c189d0737b56154'/>
<id>0f881eacc9dd3d36486097322c189d0737b56154</id>
<content type='text'>
  o make it be 'use strict' aware
  o factorize options managment in one place
- standalone tools :
  o they all now support -h|--help -v|--version, ...
  o they can add their own options to %standalone::usages
- harddrake : use std --testing/$::testing rather than its own
  --test option

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o make it be 'use strict' aware
  o factorize options managment in one place
- standalone tools :
  o they all now support -h|--help -v|--version, ...
  o they can add their own options to %standalone::usages
- harddrake : use std --testing/$::testing rather than its own
  --test option

</pre>
</div>
</content>
</entry>
<entry>
<title>replace "kill USR1" with "kill 'USR1'" (and same for USR2)</title>
<updated>2002-08-05T13:29:39+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-08-05T13:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=88945cb8cd27a11295159cb85944d00180280d61'/>
<id>88945cb8cd27a11295159cb85944d00180280d61</id>
<content type='text'>
(so that 'use strict' works)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(so that 'use strict' works)

</pre>
</div>
</content>
</entry>
<entry>
<title>Handle parsing --embedded command line in standalone.pm</title>
<updated>2002-07-31T23:10:55+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-07-31T23:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=79d226c48d6de4f26c604ddbd0ce769a58d548c6'/>
<id>79d226c48d6de4f26c604ddbd0ce769a58d548c6</id>
<content type='text'>
=&gt; allows to remove the somewhat mythical
     $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
=&gt; allows to remove the somewhat mythical
     $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/

</pre>
</div>
</content>
</entry>
<entry>
<title>- write the 'common' part of the 'explanations' stuff,</title>
<updated>2002-01-18T20:22:20+00:00</updated>
<author>
<name>Guillaume Cottenceau</name>
<email>gc@mandriva.com</email>
</author>
<published>2002-01-18T20:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a845140044510ef3fdc179b333301218d3faefe5'/>
<id>a845140044510ef3fdc179b333301218d3faefe5</id>
<content type='text'>
  with nice help from Pixel for the tough Perl part
- move 'use standalone' up in all standalone apps,
  to comply to 'explanations'

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  with nice help from Pixel for the tough Perl part
- move 'use standalone' up in all standalone apps,
  to comply to 'explanations'

</pre>
</div>
</content>
</entry>
<entry>
<title>use vnew the right way everywhere</title>
<updated>2001-08-09T09:35:37+00:00</updated>
<author>
<name>Guillaume Cottenceau</name>
<email>gc@mandriva.com</email>
</author>
<published>2001-08-09T09:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=990265bd38aeccab96c09e5224256443016e33b5'/>
<id>990265bd38aeccab96c09e5224256443016e33b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
