diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-06-24 01:04:32 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-06-24 01:04:32 +0800 |
commit | 3e1adccc79b103308400861b7a22d0fc0bcd6351 (patch) | |
tree | 15a6b853de51d8a3c4e036c0af3f40793cc65db8 /ColaBBS_to_PttBBS/README | |
parent | a545d2f4f3dc28c0b12d35b192ec1bcedce86e4b (diff) | |
download | pttbbs-not-maintained@4903.tar pttbbs-not-maintained@4903.tar.gz pttbbs-not-maintained@4903.tar.bz2 pttbbs-not-maintained@4903.tar.lz pttbbs-not-maintained@4903.tar.xz pttbbs-not-maintained@4903.tar.zst pttbbs-not-maintained@4903.zip |
enhancenot-maintained@4903
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/not-maintained@2863 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'ColaBBS_to_PttBBS/README')
-rw-r--r-- | ColaBBS_to_PttBBS/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/ColaBBS_to_PttBBS/README b/ColaBBS_to_PttBBS/README index 1fdd1b87..1002e489 100644 --- a/ColaBBS_to_PttBBS/README +++ b/ColaBBS_to_PttBBS/README @@ -1,9 +1,9 @@ There're some tools for transfering data from ColaBBS (http://lh.twbbs.org/) to PttBBS (http://ptt.cc). Since ColaBBS -doesn't provide its source code or any file spec, there's no good way -to do this. I hacked the data structures with only VERY LITTLE +doesn't provide its source code or any file spec, there's no shortcut +for this. I hacked the data structures with only VERY LITTLE information directly from files, and these may NOT work. You sould NOT -use if you don't have programming background, or contact(make a +use if you don't have programming background, or contact(make an offer?) me in2 _AT_ in2home.org. the Id of this file is $Id$ . @@ -25,15 +25,16 @@ please follow the step: apply "mv %1/.DIR %1/.DIR.colabbs; cntDIR < %1/.DIR.colabbs > %1/.DIR" */* cntbrd < _COLABBS_/boards/.BOARDS > ~/.BRD -6. transfer password file: - cntpasswd < _COLABBS_/.PASSWDS > ~/.PASSWDS -7. transfer mails +6. transfer mails cd _COLABBS_/home; cnthomedir.pl cd ~/home/; apply "mv %1/mail/* %1/" */*; \ apply "mv %1/mail/.DIR %1/.DIR.colabbs" */*; \ apply "rmdir %1/mail" */*; \ - apply "cnthomeDIR < %1/.DIR.colabbs > %1/.DIR"; \ + apply "cnthomeDIR < %1/.DIR.colabbs > %1/.DIR" */* ; \ cntarticle.pl */* +7. transfer password file: + cntpasswd home/*/*/USERDATA.DAT > ~/.PASSWDS; \ + tunepasswd 8. tranfer man use cntDIR to convert .DIR and cntarticle.pl for articles. |