Re: [HanoiLUG] xin kho lưu trữ nhóm thư hanoilug

2014-09-29 Hội thoại Anh K. Huynh
On Mon, 29 Sep 2014 22:26:05 +0700
Anh K. Huynh ky...@archlinuxvn.org wrote:

 TB: cho em chuyển hộ khẩu ra Hà Nội với nhé lolz
 
 [1] http://lists.hanoilug.org/pipermail/hanoilug/
 [2] http://www.enlightenment.org/ss/e-54297864135870.31624009.jpg
 [3] https://www.mail-archive.com/hanoilug@lists.hanoilug.org/
 [4] https://www.mail-archive.com/hanoilug@lists.hanoilug.org/  

Em sửa lại link [4] là [5]. E buồn ngủ quá.

[5] http://l.archlinuxvn.org/


--
I am ... 5.5 dog years old.

___
POST RULES : http://wiki.hanoilug.org/hanoilug:mailing_list_guidelines
___
HanoiLUG mailing lists: http://lists.hanoilug.org/
HanoiLUG wiki: http://wiki.hanoilug.org/
HanoiLUG blog: http://blog.hanoilug.org/

[HanoiLUG] xin kho lưu trữ nhóm thư hanoilug

2014-09-29 Hội thoại Anh K. Huynh
Xin chào,

Em có tải thử mấy file .gz công bố công cộng ở địa chỉ [1] về xem,
kết quả là ra giun với dế ạ, như ở hình [2]. Em cho hỏi là có thể
xin kho lưu trữ gốc (dạng file mbox) không ạ. Hanoilug có hơn
10 ngàn thư, chắc có nhiều cái để mở ra coi lại rất hay.

Mặc dù HanoiLUG có lưu trữ [3] nhưng ở đấy chỉ có 3k thư cuối cùng
thôi, các thư cũ hơn phải soi qua search engine.

Em rảnh rảnh muốn làm các đốp đốp (không phải cốc cốc) cho các
dự án mã nguồn mở. Mấy cái nào xài google groups thì e hốt vào đây
rồi ạ [4] (ai cần bỏ thêm vào thì báo em tiếng.)

TB: cho em chuyển hộ khẩu ra Hà Nội với nhé lolz

[1] http://lists.hanoilug.org/pipermail/hanoilug/
[2] http://www.enlightenment.org/ss/e-54297864135870.31624009.jpg
[3] https://www.mail-archive.com/hanoilug@lists.hanoilug.org/
[4] https://www.mail-archive.com/hanoilug@lists.hanoilug.org/

--
I am ... 5.5 dog years old.

___
POST RULES : http://wiki.hanoilug.org/hanoilug:mailing_list_guidelines
___
HanoiLUG mailing lists: http://lists.hanoilug.org/
HanoiLUG wiki: http://wiki.hanoilug.org/
HanoiLUG blog: http://blog.hanoilug.org/

Re: [HanoiLUG] xin kho lưu trữ nhóm thư hanoilug

2014-09-29 Hội thoại Jean Christophe André

[Sorry for the answer in English, to be quick…]

Le 2014-09-29 11:26, Anh K. Huynh a écrit :

Em cho hỏi là có thể xin kho lưu trữ gốc (dạng file mbox) không ạ.


The mbox format contains information which could harm privacy of the 
sending users, so I can't give it as-is. (this is the same reason why 
mailman doesn't give a direct public access to it)


But, I could re-run the mailman .txt generation from the .mbox files, in 
the hope it will recode them correctly. (using UTF-8 I hope)
Still, I don't know the way to do so and don't have much time to look 
for it. Could you try to find it for me?


I only need to know the command to run for mailman to regenerate its 
.txt files from its .mbox file for a given archive name.
If such command doesn't exist yes, I could make use of a Python script 
too. (after having inspected it, of course)


Cheers, J.C.

--
Jean Christophe ANDRÉ  —  Coordonnateur des infrastructures techniques
Agence universitaire de la Francophonie (AUF)  —   http://www.auf.org/
✉ : AUF | 3034, boul Édouard-Montpetit | Montréal QC  H3T 1J7 | CANADA
℡ : +1 514 343 6630 #1568  ✦  ℻ : +1 514 343 2107
⎧Note personnelle: merci d'éviter de m'envoyer des fichiers Microsoft⎫
⎩Office, cf http://www.gnu.org/philosophy/no-word-attachments⎭

___
POST RULES : http://wiki.hanoilug.org/hanoilug:mailing_list_guidelines
___
HanoiLUG mailing lists: http://lists.hanoilug.org/
HanoiLUG wiki: http://wiki.hanoilug.org/
HanoiLUG blog: http://blog.hanoilug.org/

Re: [HanoiLUG] xin kho lưu trữ nhóm thư hanoilug

2014-09-29 Hội thoại Anh K. Huynh
On Mon, 29 Sep 2014 14:57:15 -0400
Jean Christophe André jean-christophe.an...@auf.org wrote:

 [Sorry for the answer in English, to be quick…]

No problem. I will try to answer in *my* English.

 Le 2014-09-29 11:26, Anh K. Huynh a écrit :
  Em cho hỏi là có thể xin kho lưu trữ gốc (dạng file mbox) không ạ.
 
 The mbox format contains information which could harm privacy of the 
 sending users, so I can't give it as-is. (this is the same reason why 
 mailman doesn't give a direct public access to it)

I agree.

I have an (OT) question: What are information (email headers) 
that should not be in public domain? Fyi, google group provides
public access to raw messages (with hidden emails.) See for
example [1]

I asked for the original mbox files, because the files generated
by Mailman are not in mbox/mail format (e.g. they don't contain
encoding information, don't contain some attachments). They are
good for indexing but I can't have a near-perfect mirror of
the original discussions :)

 [...]

 I only need to know the command to run for mailman to regenerate its 
 .txt files from its .mbox file for a given archive name.
 If such command doesn't exist yes, I could make use of a Python
 script too. (after having inspected it, of course)

I will take a look if such command does exist.

Thanks,


[1] 
https://groups.google.com/forum/message/raw?msg=/archlinuxvn/PIs7FbxCKVQ/XL60jqfSyJUJ

--
I am ... 5.5 dog years old.

___
POST RULES : http://wiki.hanoilug.org/hanoilug:mailing_list_guidelines
___
HanoiLUG mailing lists: http://lists.hanoilug.org/
HanoiLUG wiki: http://wiki.hanoilug.org/
HanoiLUG blog: http://blog.hanoilug.org/

[HanoiLUG] OT: Job Oportunities at OpenDevMekong

2014-09-29 Hội thoại Truong Anh. Tuan
Hi mọi người,

Mình có người bạn ở Open Developement đang tìm người để làm việc về IT
và Map tại VP khu vực Mekong [1].
Anh em nào interest với job này thì có thể liên hệ trực tiếp với họ hoặc
mình sẽ giúp kết nối.

Kind regards,
Tuan

[1] http://www.opendevelopmentmekong.net/jobs
___
POST RULES : http://wiki.hanoilug.org/hanoilug:mailing_list_guidelines
___
HanoiLUG mailing lists: http://lists.hanoilug.org/
HanoiLUG wiki: http://wiki.hanoilug.org/
HanoiLUG blog: http://blog.hanoilug.org/