Trying to open the html manual directly from the website, I no longer get to the cover and context menu, but I get to our repository list files. See video: https://streamable.com/o4dryf This has been happening for a couple of weeks. I don't know if it's my fault and the endless ad-blockers I use in my Firefox...
Unfortunately, the link in www.cinelerra-gg.org point to "https://cinelerra-gg.org/download/CinelerraGG_Manual" instead of "https://cinelerra-gg.org/download/CinelerraGG_Manual/CinelerraGG_Manual.html". IgorBeg Il 26/04/2024 10:47, Andrea paz via Cin ha scritto:
Trying to open the html manual directly from the website, I no longer get to the cover and context menu, but I get to our repository list files. See video:
This has been happening for a couple of weeks. I don't know if it's my fault and the endless ad-blockers I use in my Firefox...
Trying to open the html manual directly from the website, I no longer get to the cover and context menu,
...
This has been happening for a couple of weeks.
This is fixed so IgorBeg's workaround is no longer needed. It was my mistake for removing "index.html" so as to not conflict with "Index.html" (lower and uppercase "i" is the only difference). Although lowercase "index.html" is not used in Context Help, it is needed for the HTML manual itself on the website. I will see if I can find a way to change uppercase "Index.html" to another name for a different solution. P.S. it is probably better to report a potential error right away -- preferable even if it turns out not to be a real error. I should have verified everything was working after I removed lowercase index.html from the website (shame on me!)
Correction -- I need to find a way to change lowercase "index.html" to another name. Can not change uppercase "Index.html" to another name because it is used by Context Help (I have to verify that I said this correctly now). On Fri, Apr 26, 2024 at 5:05 PM Phyllis Smith <[email protected]> wrote:
Trying to open the html manual directly from the website, I no longer get
to the cover and context menu,
...
This has been happening for a couple of weeks.
This is fixed so IgorBeg's workaround is no longer needed. It was my mistake for removing "index.html" so as to not conflict with "Index.html" (lower and uppercase "i" is the only difference). Although lowercase "index.html" is not used in Context Help, it is needed for the HTML manual itself on the website. I will see if I can find a way to change uppercase "Index.html" to another name for a different solution.
P.S. it is probably better to report a potential error right away -- preferable even if it turns out not to be a real error. I should have verified everything was working after I removed lowercase index.html from the website (shame on me!)
сб, 27 апр. 2024 г., 02:25 Phyllis Smith via Cin <[email protected]
:
Correction -- I need to find a way to change lowercase "index.html" to another name. Can not change uppercase "Index.html" to another name because it is used by Context Help (I have to verify that I said this correctly now).
may be use "index.htm" ? https://help.turbify.com/s/article/SLN20406
On Fri, Apr 26, 2024 at 5:05 PM Phyllis Smith <[email protected]> wrote:
Trying to open the html manual directly from the website, I no longer get
to the cover and context menu,
...
This has been happening for a couple of weeks.
This is fixed so IgorBeg's workaround is no longer needed. It was my mistake for removing "index.html" so as to not conflict with "Index.html" (lower and uppercase "i" is the only difference). Although lowercase "index.html" is not used in Context Help, it is needed for the HTML manual itself on the website. I will see if I can find a way to change uppercase "Index.html" to another name for a different solution.
P.S. it is probably better to report a potential error right away -- preferable even if it turns out not to be a real error. I should have verified everything was working after I removed lowercase index.html from the website (shame on me!)
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
may be use "index.htm" ?
In looking for the easy out I was hoping "index.htm" without the "l" on the end would work but of course it did not. I always wondered why I saw some URLs only have the first 3 letters, htm, working and now I know - it was a good history lesson for today. So I took the recommendation of modifying .htaccess in the local directory above the CinelerraGG_Manual directory to use cin-index.html instead. It seems to work so *Andrea* could you confirm it works for you?
сб, 27 апр. 2024 г., 20:29 Phyllis Smith <[email protected]>:
may be use "index.htm" ?
In looking for the easy out I was hoping "index.htm" without the "l" on the end would work but of course it did not. I always wondered why I saw some URLs only have the first 3 letters, htm, working and now I know - it was a good history lesson for today.
So I took the recommendation of modifying .htaccess in the local directory above the CinelerraGG_Manual directory to use cin-index.html instead. It seems to work so *Andrea* could you confirm it works for you?
I just clicked on https://cinelerra-gg.org/download/CinelerraGG_Manual and it leads me to first page of manual , as intended. Thanks!
On Fri, 26 Apr 2024, Phyllis Smith via Cin wrote:
Correction -- I need to find a way to change lowercase "index.html" to another name. Can not change uppercase "Index.html" to another name because it is used by Context Help (I have to verify that I said this correctly now).
Although it would be possible to change "Index.html" to something else, the problem is that this filename is autogenerated, the problem is not to break autogeneration. To do it consistently, latex2html script should be adapted. Perhaps I can do it somewhen. To change "index.html" to something else is easier. 1) rename index.html to index.htm, or cin-index.html, or any other not conflicting name 2) say webserver to use this new name as the default index (consulting that particular webserver's manual may be necessary) For example, for the Apache webserver one could add the following line to the file ".htaccess" in the directory with the CGG manual (if "index" was renamed to "cin-index.html": DirectoryIndex cin-index.html It would be even possible to add to Apache's .htaccess the following: DirectoryIndex CinelerraGG_Manual.html And then no "index.html" at all would be necessary (if the webserver is Apache, of course). _______________________________________________________________________________ Georgy Salnikov NMR Group Novosibirsk Institute of Organic Chemistry Lavrentjeva, 9, 630090 Novosibirsk, Russia Phone +7-383-3307864 Email [email protected] _______________________________________________________________________________
Thanks for the help and suggestion, I changed it to cin-index.html and it seems to work which I will report to the Mailing List. On Fri, Apr 26, 2024 at 9:34 PM Georgy Salnikov <[email protected]> wrote:
On Fri, 26 Apr 2024, Phyllis Smith via Cin wrote:
Correction -- I need to find a way to change lowercase "index.html" to another name. Can not change uppercase "Index.html" to another name because it is used by Context Help (I have to verify that I said this correctly now).
Although it would be possible to change "Index.html" to something else, the problem is that this filename is autogenerated, the problem is not to break autogeneration. To do it consistently, latex2html script should be adapted. Perhaps I can do it somewhen.
To change "index.html" to something else is easier.
1) rename index.html to index.htm, or cin-index.html, or any other not conflicting name
2) say webserver to use this new name as the default index (consulting that particular webserver's manual may be necessary)
For example, for the Apache webserver one could add the following line to the file ".htaccess" in the directory with the CGG manual (if "index" was renamed to "cin-index.html":
DirectoryIndex cin-index.html
It would be even possible to add to Apache's .htaccess the following:
DirectoryIndex CinelerraGG_Manual.html
And then no "index.html" at all would be necessary (if the webserver is Apache, of course).
_______________________________________________________________________________
Georgy Salnikov NMR Group Novosibirsk Institute of Organic Chemistry Lavrentjeva, 9, 630090 Novosibirsk, Russia Phone +7-383-3307864 Email [email protected]
_______________________________________________________________________________
participants (5)
-
Andrea paz -
Andrew Randrianasulu -
Georgy Salnikov -
Igor BEGHETTO -
Phyllis Smith