this has been bothering me for ages (since the manual overhaul).
conceptually, i think that the manual consists of a collection of HTML pages.
these HTML pages are then enhanced by some assets, that is: images and CSS
but when i navigate to pd/doc/1.manual, then i do not see these chapters.
instead i only see the index.htm site, and a catch-all resources/ directory (which I take to include the assets)
i understand that as per #240 this is fully intentional:
So let's call them "chapter1", "chapter2", etc, and also move it to the 'resources' folder.
but i really don't agree with "chapters" being mere resources: they are the actual manual.
as such they should be in
(you could argue that the index.htm page is more of a resource: it helps us navigate the the chapters, but that's about it.)
i understand that the idea for the re-organization was:
- cleanup the directory structure (so the users do not get overhelmed)
- pick meaningful names (
x2.htm -> chapter5.htm)
but if we put the chapters into the resources/ directory, little is won: they are again buried in files (there are 6 html files, and 114 other files in that directory).
i would like to suggest to move the chapter*.htm up one level into the pd/doc/1.manual/.
i guess the only reason to put them into the resources/ folder was to have index.htm as the first entry in the directoy (and chapter sorts alphabetically before index)
this has been bothering me for ages (since the manual overhaul).
conceptually, i think that the manual consists of a collection of HTML pages.
these HTML pages are then enhanced by some assets, that is: images and CSS
but when i navigate to pd/doc/1.manual, then i do not see these chapters.
instead i only see the
index.htmsite, and a catch-allresources/directory (which I take to include the assets)i understand that as per #240 this is fully intentional:
but i really don't agree with "chapters" being mere resources: they are the actual manual.
as such they should be in
(you could argue that the
index.htmpage is more of a resource: it helps us navigate the the chapters, but that's about it.)i understand that the idea for the re-organization was:
x2.htm->chapter5.htm)but if we put the
chapters into theresources/directory, little is won: they are again buried in files (there are 6 html files, and 114 other files in that directory).i would like to suggest to move the
chapter*.htmup one level into thepd/doc/1.manual/.i guess the only reason to put them into the
resources/folder was to haveindex.htmas the first entry in the directoy (andchaptersorts alphabetically beforeindex)