-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve dformat #1
Comments
Am Freitag, 5. November 2021, 09:35:45 CET schrieb Marc Chantreux:
....
@hjoertel do you still consider contribute to dformat ?
..
Sorry, I missed some cenversation.
I can provide my patched version, adding color via "shaded" support.
if you like, use it.
I made it an executable awk script. So you can use it easily in a pipe like
cat doc.roff | dformat | groff ....
Regards
Heinz
|
i'm really happy to read from you @hjoertel, thanks for replying. as suggested on the list, i used mutool to extract your patched version then i started to work on it:
then i realized i was changing the code without testing regression which is a bad idea. i'll keep the original version as bin test. it would be nice if i can have:
regards |
@hjoertel Please also consider removing these useless boilerplate files (which appear to be completely unused): Moreover, this program was NOT released under the GPL, but the Caldera license (like the rest of Unix). So the GPL |
hello,
@hjoertel Please also consider removing these useless boilerplate files (which appear to be completely unused)
+1 to remove the automake thing but those files should remain
[`ChangeLog`](https://github.com/sathlan/dformat/blob/e74ea9a9bf2bdb151be35791d7c58aa842ef284b/ChangeLog)
[`INSTALL`](https://github.com/sathlan/dformat/blob/e74ea9a9bf2bdb151be35791d7c58aa842ef284b/INSTALL)
[`NEWS`](https://github.com/sathlan/dformat/blob/e74ea9a9bf2bdb151be35791d7c58aa842ef284b/NEWS)
Moreover, this program was NOT released under the GPL, but the Caldera
license (like the rest of Unix). So the GPL
[`COPYING`](https://github.com/sathlan/dformat/blob/e74ea9a9bf2bdb151be35791d7c58aa842ef284b/COPYING)
file should be replaced with a copy of the Caldera license, IMHO.
Or i'll rewrite the whole thing from scratch as a clone (i was about to change a lot of things
anyway) so we can release it with the licence we want (i would go to a BSD licence).
marc
|
Not if they remain empty. 😉 Somebody should start filling them out.
That's something I've thought of doing myself, to be honest. What exactly did you have in mind by way of changes? |
hello, i had some ideas to make the code easier to maintain so we could add backends (one of them i have in mind is an english description of the frames so people with visual deficiency can actually ear a description of the content) i was hoping @hjoertel to reply first (i really think we should start from the content he could provide to us but my very first step should be (as written earlier) to make dformat easy to ship and have a regression test suite. regards |
Am Donnerstag, 18. November 2021, 18:57:31 CET schrieb Marc Chantreux:
[....]
i was hoping @hjoertel to reply first (i really think we should start from the content he could provide to us but my very first step should be (as written earlier) to make dformat easy to ship and have a regression test suite.
attached is the example I used for testing the result
Regards
Heinz
|
@hjoertel no attachment here. please send me directly at mc unistra < punt > fr. Regards |
Never too late to reply. Thanks for all the points raised here especially the license one. This "project" doesn't really belong to me, but just a copy of it because that was useful to me at the time. Hope you've clone it somewhere or I could give the repo/name to somebody if interested - not sure it's really needed :) |
hello sathlan,
Never too late to reply.
indeed :)
thanks for your reply
Hope you've clone it somewhere or I could give the repo/name to
somebody if interested - not sure it's really needed :)
|
next steps to close this issue: do everything mentioned (including having a test suite so we can change/delete some code). @sathlan thanks again! under what identity should i credit you on a HISTORY section? |
Hi @eiro, you can add me as Sofer Athlan-Guyot if you need to, but again I really didn't do anything here, so you can skip me safely :) Enjoy. |
You can go ahead and add me also. I'm at least semi-active on GitHub these days. 😉 |
hello @sathlan and @hjoertel,
as discussed here https://lists.gnu.org/archive/html/groff/2021-11/msg00008.html, i want to implement new features (basically more theming, handle parameters, support comments) in dformat. before that, i would like to:
also i wonder if autotools makes sense for such a little project: maybe we can reduce the scaffold?
@sathlan is your repo open for such contributions ? @hjoertel do you still consider contribute to dformat ?
regards,
marc
The text was updated successfully, but these errors were encountered: