Re: [9fans] troff refer and bib

2021-04-09 Thread Xiao-Yong Jin
> On Apr 9, 2021, at 12:57 PM, sirjofri wrote: > > Writer's Workbench > > https://git.sr.ht/~sirjofri/wwb9 > > (Works on 9, but I need to make it better for different platforms and some > tools need adjustments. Send patches.) What exactly is the license? Even just reading code of unclear

Re: [9fans] troff refer and bib

2021-04-09 Thread sirjofri
09.04.2021 21:51:50 Charles Forsyth : I personally found the code hard to read, The original looked like this: Yeah, I've seen the original wwb Unix V10 code. Looks very similar... But still I'm surprised I got it to compile without many adjustments. Most changes were pure syntax

Re: [9fans] troff refer and bib

2021-04-09 Thread Charles Forsyth
> I personally found the code hard to read, The original looked like this: tabs (sv, line) char *sv[], *line; { char *p; int n 0; sv[n++] = line; for( p= line; *p; p++) { if (*p == '\n') { *p=0; sv[n++] = p+1; } } return(n-1); } class (nt, tv)

Re: [9fans] troff refer and bib

2021-04-09 Thread sirjofri
09.04.2021 18:25:32 David du Colombier <0in...@gmail.com>: may be offtopic but now I'm just curious :-) what's wwb ? Writer's Workbench. Writer's Workbench https://git.sr.ht/~sirjofri/wwb9 (Works on 9, but I need to make it better for different platforms and some tools need adjustments.

Re: [9fans] troff refer and bib

2021-04-09 Thread David du Colombier
> may be offtopic but now I'm just curious :-) what's wwb ? Writer's Workbench. https://archive.org/details/wwb-user -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T2e70e97724f65028-Md4922718a45eddc8adecd3ce

Re: [9fans] troff refer and bib

2021-04-09 Thread Maurizio Boriani
sirjofri writes: > (This reminds me, I should finish my wwb port, but that's offtopic.) may be offtopic but now I'm just curious :-) what's wwb ? thanks, -- Maurizio Boriani PGP key: 0xCC0FBF8F -- 9fans: 9fans Permalink:

Re: [9fans] troff refer and bib

2021-04-09 Thread sirjofri
09.04.2021 16:39:53 Charles Forsyth : I still use it. I think it differs in many ways from the original version (the Caldera licence was to allow the 7th Edition code to be used in 2002). Nice to read from you! I personally found the code hard to read, but I feel it's just normal for the

Re: [9fans] troff refer and bib

2021-04-09 Thread Maurizio Boriani
Charles Forsyth writes: > I still use it. I think it differs in many ways from the original > version the version you contributed in extra/refer.tgz ? Thanks, best regards. -- Maurizio Boriani PGP key: 0xCC0FBF8F -- 9fans: 9fans Permalink:

Re: [9fans] troff refer and bib

2021-04-09 Thread Charles Forsyth
I still use it. I think it differs in many ways from the original version (the Caldera licence was to allow the 7th Edition code to be used in 2002). Not least that it's formatted and arranged to be readable. It made some things dynamic so it could handle large reference libraries. There were bug

Re: [9fans] troff refer and bib

2021-04-08 Thread arnold
Maurizio Boriani wrote: > Hi, > is there somewhere in plan9 code base (9front, plan9port etc...) the > source code of refer and/or bib? I found many references to 'em but > didn't found the code or programs. The Research Unix versions can be found in the TUHS archives (see tuhs.org). I

Re: [9fans] troff refer and bib

2021-04-08 Thread sirjofri
08.04.2021 12:57:15 Maurizio Boriani :   is there somewhere in plan9 code base (9front, plan9port etc...) the source code of refer and/or bib? I found many references to 'em but didn't found the code or programs. I got mine from contrib: https://9p.io/wiki/plan9/contrib_index/index.html

[9fans] troff refer and bib

2021-04-08 Thread Maurizio Boriani
Hi, is there somewhere in plan9 code base (9front, plan9port etc...) the source code of refer and/or bib? I found many references to 'em but didn't found the code or programs. Thanks, bye -- Maurizio Boriani PGP key: 0xCC0FBF8F -- 9fans: 9fans