Groups | Search | Server Info | Login | Register
Groups > comp.infosystems.www.misc > #197
| From | Helmut Richter <hr.usenet@email.de> |
|---|---|
| Newsgroups | comp.infosystems.www.misc, comp.os.linux.misc |
| Subject | Re: Program to Split Single-Page HTML Documentation |
| Date | 2023-08-01 14:31 +0200 |
| Message-ID | <423fa31-6dd-a7a8-7758-4eca1c952b4@email.de> (permalink) |
| References | <64c73d4a@news.ausics.net> <ee6npjxig4.ln2@Telcontar.valinor> |
Cross-posted to 2 groups.
[Multipart message — attachments visible in raw view] - view raw
On Tue, 1 Aug 2023, Carlos E.R. wrote: > No, sorry, I do not know a tool to do the splitting automatically. I would > simply use an html editor and save chunks manually. LO could possibly do it. > Otherwise, I would try Composer in Seamonkey. Web pages are made by lots of tools which yield readable or unreadable HTML code. Things that make code unreadable are – CSS for distributing text over the screen (this has decreased a little since Web designers reckon with smartphones that have no screen in the classic sense, i.e. at least 25 cm wide). CSS that works locally (fonts, sizes, ...) is less of a problem, you only have to make sure to repeat the declarations in each portion, – a converter from something else, e.g. Word or PDF, to HTML, especially if it is expected to convert also vice versa, – many tools working simultaneously (a CMS, a WYSIWYG editor, a converter of text formats, macro techniques like SSI, and – most prominently – server side scripting like PHP and others) not knowing which other tools are underway as well. If you look into the HTML code without understanding anything you cannot expect any tool to understand more. In simple cases, a tool like HTML Tidy (https://www.w3.org/People/Raggett/tidy/) might improve the situation but a tool working on everything is hardly conceivable. Consequently, the proposed tool HTMLdoc excludes virtually everything: While it currently does not support many things in “the modern web” such as Cascading Style Sheets (CSS), forms, full Unicode, and Emoji characters, ... -- Helmut Richter
Back to comp.infosystems.www.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Program to Split Single-Page HTML Documentation Computer Nerd Kev <not@telling.you.invalid> - 2023-07-31 14:49 +1000
Re: Program to Split Single-Page HTML Documentation Bud Frede <frede@mouse-potato.com> - 2023-07-31 08:21 -0400
Re: Program to Split Single-Page HTML Documentation Computer Nerd Kev <not@telling.you.invalid> - 2023-08-01 15:57 +1000
Re: Program to Split Single-Page HTML Documentation Bud Frede <frede@mouse-potato.com> - 2023-08-01 07:13 -0400
Re: Program to Split Single-Page HTML Documentation "Carlos E.R." <robin_listas@es.invalid> - 2023-08-01 13:21 +0200
Re: Program to Split Single-Page HTML Documentation Helmut Richter <hr.usenet@email.de> - 2023-08-01 14:31 +0200
Re: Program to Split Single-Page HTML Documentation not@telling.you.invalid (Computer Nerd Kev) - 2023-08-02 09:24 +1000
Re: Program to Split Single-Page HTML Documentation Helmut Richter <hr.usenet@email.de> - 2023-08-02 22:29 +0200
Re: Program to Split Single-Page HTML Documentation Helmut Richter <hr.usenet@email.de> - 2023-08-03 11:44 +0200
Re: Program to Split Single-Page HTML Documentation Computer Nerd Kev <not@telling.you.invalid> - 2023-08-04 22:07 +1000
Re: Program to Split Single-Page HTML Documentation "23k.304" <23k304@bfxw9.net> - 2023-08-05 00:45 -0400
Re: Program to Split Single-Page HTML Documentation Computer Nerd Kev <not@telling.you.invalid> - 2023-08-05 18:21 +1000
Re: Program to Split Single-Page HTML Documentation Helmut Richter <hr.usenet@email.de> - 2023-08-05 10:56 +0200
Re: Program to Split Single-Page HTML Documentation "23k.304" <23k304@bfxw9.net> - 2023-08-05 23:37 -0400
Re: Program to Split Single-Page HTML Documentation "23k.304" <23k304@bfxw9.net> - 2023-08-05 23:39 -0400
Re: Program to Split Single-Page HTML Documentation not@telling.you.invalid (Computer Nerd Kev) - 2023-08-02 09:39 +1000
Re: Program to Split Single-Page HTML Documentation Theo <theom+news@chiark.greenend.org.uk> - 2023-08-07 18:51 +0100
Re: Program to Split Single-Page HTML Documentation not@telling.you.invalid (Computer Nerd Kev) - 2023-08-08 09:06 +1000
csiph-web