[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * TODO, tp/TODO: update.
From: |
Patrice Dumas |
Subject: |
branch master updated: * TODO, tp/TODO: update. |
Date: |
Wed, 05 Jan 2022 09:49:49 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 841916eb3e * TODO, tp/TODO: update.
841916eb3e is described below
commit 841916eb3ea94dc7a721bb308ccee92332cecc52
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 5 15:49:38 2022 +0100
* TODO, tp/TODO: update.
---
ChangeLog | 4 ++++
TODO | 25 ++++++++++++++-----------
tp/TODO | 4 ++--
3 files changed, 20 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a50e223eca..57f4a5d57d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-01-05 Patrice Dumas <pertusus@free.fr>
+
+ * TODO, tp/TODO: update.
+
2022-01-05 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/ParserNonXS.pm (_end_line),
diff --git a/TODO b/TODO
index a5c582232b..5a0fa88b57 100644
--- a/TODO
+++ b/TODO
@@ -146,24 +146,27 @@ If you are interested in working on any of these, email
bug-texinfo@gnu.org.
aren't that many manuals even in English, let alone other languages,
and there are almost no manuals in multiple languages.
-- Process Texinfo files directly instead of converting to Info:
- ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/tkman.tar.Z, which
- uses Tcl/Tk 8.0 from ftp.smli.com in the /pub/tcl directory.
- From: Tom Phelps @ berkeley
- [This has the disadvantage of needing to be updated when the
- Texinfo language changes, so don't.]
+- Process Texinfo files directly instead of converting to other formats.
+ [It will always be easier to convert Texinfo to a format with the
+ same information and easier to process such as TexinfoXML, or to a
+ format corresponding to the tree structure of Texinfo documents as
+ parsed by the Parser]
- Call Ghostscript to get ASCII/jpg output for the @image command.
[makeinfo should not try to be make, or assume it knows how the user
wants to generate images. Too many different methods are possible.]
-- Get Info declared as a MIME Content-Type, and
- an `info:' URI scheme; a library consortium has proposed a
- completely different purpose for the URI scheme, but I don't know
- how to send comments, despite it being a "request for comments". Sigh.
+- Get Info declared as a MIME Content-Type, and an `info:' URI scheme;
+ A library consortium had an URI scheme for a completely different
+ purpose than info documentation accepted:
+ https://datatracker.ietf.org/doc/html/rfc4452
There is mail about this in the bug-texinfo archives:
http://mail.gnu.org/archive/html/bug-texinfo/2003-09/msg00086.html
- [I suppose it is too late, and it doesn't seem to matter in practice.]
+ However, the registration of those URI and the use of those URI is
+ discontinued since 2010:
+ https://en.wikipedia.org/wiki/Info_URI_scheme
+ Meanwhile the use of info: in free softwares is still documented in
+ man uri.
- Change bars. This is difficult or impossible in TeX,
unfortunately. To do it right requires device driver support.
diff --git a/tp/TODO b/tp/TODO
index 4842cf9541..5b8ad0a3d3 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -1,4 +1,4 @@
-This is the todo list for the Texinfo::Parser implementation.
+This is the todo list for texi2any
Copyright 2012, 2013, 2014, 2015 Free Software Foundation.
@@ -25,7 +25,7 @@ profiling: package on debian:
libdevel-nytprof-perl
In doc:
perl -d:NYTProf ../tp/texi2any.pl texinfo.texi
-nytprofhtml --open
+nytprofhtml
# firefox nytprof/index.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * TODO, tp/TODO: update.,
Patrice Dumas <=