I know nothing about RFC: Directory Layout&nbsp; : ( .<br><br><br><b>SUGGEST</b><br><br>It seems that is a pity axel can&#39;t/haven&#39;t create log in $HOME, why add this ability for axel ?<br><br><br><br><b>PATCH</b><br><br>
I translated manpage &amp; po file for axel in Chinese, please add they next version, thank you.<br>
<br><br><br><b>BUG ?</b><br><br>#: axel.c:201<br>msgid &quot;Crappy filesystem/OS.. Working around. :-(&quot;<br><br>What does `Working around` means ?<br><br>It means `trying solve` or `skip` ? Please tell me in detail.<br>
<br><br><br><div class="gmail_quote">2008/10/20  <span dir="ltr">&lt;<a href="mailto:axel-devel-request@lists.alioth.debian.org" target="_blank">axel-devel-request@lists.alioth.debian.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Send axel-devel mailing list submissions to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:axel-devel@lists.alioth.debian.org" target="_blank">axel-devel@lists.alioth.debian.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.alioth.debian.org/mailman/listinfo/axel-devel" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/axel-devel</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:axel-devel-request@lists.alioth.debian.org" target="_blank">axel-devel-request@lists.alioth.debian.org</a><br>
<br>
You can reach the person managing the list at<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:axel-devel-owner@lists.alioth.debian.org" target="_blank">axel-devel-owner@lists.alioth.debian.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of axel-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
 &nbsp; 1. RFC: Directory Layout (Philipp Hagemeister)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 19 Oct 2008 23:18:34 +0200<br>
From: Philipp Hagemeister &lt;<a href="mailto:phihag@phihag.de" target="_blank">phihag@phihag.de</a>&gt;<br>
Subject: [axel-devel] RFC: Directory Layout<br>
To: <a href="mailto:axel-devel@lists.alioth.debian.org" target="_blank">axel-devel@lists.alioth.debian.org</a><br>
Message-ID: &lt;<a href="mailto:48FBA42A.3050009@phihag.de" target="_blank">48FBA42A.3050009@phihag.de</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-15<br>
<br>
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA512<br>
<br>
Currently, axel&#39;s directory layout is pretty simple:<br>
<br>
. &nbsp; - Source files, text interface, compiled files, axel binary,<br>
documentation, internationalization, compiled i18n files, configure,<br>
Makefile<br>
gui - GUI<br>
<br>
Although this is simple, the Makefile that determines what should be<br>
generated/deleted is pretty complicated. It&#39;s easy to miss something.<br>
Furthermore, the addition of unit tests requires more magic to determine<br>
what belongs to CLI and what belongs to the core. Additionally, this<br>
intermingling of interface and core has already caused problems; just<br>
take a look at the 300+ lines main method in text.c.<br>
<br>
Therefore, I propose the following directory layout:<br>
<br>
. configure, Makefile, axelrc.example, axel.spec<br>
cfg/ - Configuration files generated by configure. This folder is<br>
deleted by distclean.<br>
cli/ - The text interface (text.c)<br>
doc/ - Documentation<br>
gui/ - The graphical user interface<br>
i18n/ - Internationalization (only those files under version control)<br>
out/ - Output directory for everything generated by make and deleted by<br>
make clean.<br>
 &nbsp;axel - The final binary<br>
 &nbsp;bin/ - .o files<br>
 &nbsp;cli/ - .o file of the CLI<br>
 &nbsp;i18n/ - .mo files<br>
 &nbsp;test/ - .o files of the test, executable test-axel<br>
 &nbsp;axel-${VERSION}.tar{,.bz2,.gz} - Distribution files<br>
src/ - The main source (.c and .h)<br>
test/ - The test source files<br>
<br>
What do you think of this layout? Comments? Improvements? Ideas?<br>
<br>
Philipp Hagemeister<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v2.0.9 (GNU/Linux)<br>
<br>
iEYEAREKAAYFAkj7pCgACgkQ9eq1gvr7CFyayACfYHYr5nUaYWX+46ekQuSKufJv<br>
hRwAn1IYMJk9yiHBVDoOydQvC2IJoZ8u<br>
=989T<br>
-----END PGP SIGNATURE-----<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
axel-devel mailing list<br>
<a href="mailto:axel-devel@lists.alioth.debian.org" target="_blank">axel-devel@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/mailman/listinfo/axel-devel" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/axel-devel</a><br>
<br>
<br>
End of axel-devel Digest, Vol 10, Issue 6<br>
*****************************************<br>
</blockquote></div><br>