Antonio, I haven't been through all of the tutorials, but many of the ones that I've been looking at have problems. For example, https://netbeans.apache.org/tutorials/nbm-javacc-lexer.html has "stock trader" graphics. https://netbeans.apache.org/tutorials/nbm-copyfqn.html has "POV Ray" graphics https://netbeans.apache.org/tutorials/nbm-code-completion.html Stock trader https://netbeans.apache.org/tutorials/nbm-java-hint.html Stock trader and so on.
It looks like the tutorials each used to live in its own directory, many using the same file name for their individual graphics - which was fine because the directory structure at the time kept the file names from colliding with each other. When they were subsequently all put into one folder, files with the same name became a problem. Each tutorial copied into the directory overwrote files already there. Now they all link to the same graphic because the individual graphics were not renamed. Brad suggested re-creating the images to bring them up-to-date. That will take some time. Giving all of the old files unique file names and fixing each HTML file is also a lot of work. Another, easier solution is to rebuild the tutorials folder using the original directory structure. That will not bring the graphics up to date, but will solve the problem in an expedient way. Best, Peter ________________________________ From: antonio <[email protected]> Sent: Monday, January 24, 2022 12:01 AM To: [email protected] <[email protected]> Subject: Re: "Original" NB tutorials? Hi Peter, Originals are kept here for reference https://github.com/wadechandler/netbeans-static-site (src/content) Cheers, Antonio P.S.: I'm curious, which illustrations are incorrect? El 24/1/22 a las 3:18, Peter Blemel escribió: > Hi, > > After looking through the tutorials, the thing that jumps out at me the most > is that many of them have incorrect illustrations. I used many of these > tutorials "back in the day", and recall that the illustrations were not such > a jumble. If someone can point me to the original directories from before > they were moved, I will try to get the right images back into their > respective tutorials in the GitHub repo before moving on to updating > individual tutorials. > > Thanks, > Peter > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
