lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Dec 2, 2008 at 10:35 AM, Jerome Vuarand
<jerome.vuarand@gmail.com> wrote:
> 2008/12/1 Petite Abeille <petite.abeille@gmail.com>:
>> On Dec 1, 2008, at 7:10 PM, Jerome Vuarand wrote:
>>> I just used this Unidecode module in a small project, and it has been
>>> very useful. However since it has many files and I didn't find how to
>>> download them at once from Trac, I used the nanoki tarball to get it.
>>> Is the module available somewhere separately ? And if not would you
>>> consider releasing it in its own tarball ?
>>
>> Here is a zip file:
>>
>> http://alt.textdrive.com/assets/public/Unidecode.zip
>>
>> You can also check it out directly from the svn repository:
>>
>> svn checkout http://alt.textdrive.com/svn/altdev/HTTP/Unidecode/
>
> Thanks. By the way, there is a .svn directory left in the zip file in
> the Unidecode subdirectory. Also there is a __MACOSX directory at the
> root, but I guess it's hidden by your OS and I should just ignore it.

This is what I use on OSX to create a clean zip archive when svn is
involved, you might find it useful:

$ zip <filename>.zip -r <directory> -x "*/.DS_Store" "*/.svn/*" "*/._*"

Thanks for Unidecode.

-- 
-----
Bertrand Mansion
Mamasam