Blame Manuals/TODO

bc3531
* Add breadcrumbs navigation using header path. Here we need to find a
bc3531
  way to de-compose h2 headers and create links, to the correct
bc3531
  documentation section, for each component inside the string (using /
bc3531
  as separator). Tip: look for customization inside texi2html source
bc3531
  code.
bc3531
bc3531
* Fix default navigation menu. Make browsing section aware only, not
bc3531
  subsection, nor subsubsection. 
bc3531
bc3531
* Add the 'move' action to centos-art.sh script. This action should be
bc3531
  able to move one directory or file from one location to another
bc3531
  inside the repository in a way that all path related information to
bc3531
  the source location being moved to the target location be also
bc3531
  updated. For example, if you move trunk/Identity/DirSource to
bc3531
  trunk/Identity/DirTarget these paths need to be updated inside
bc3531
  documentation files. And not also inside, but outside too. So
bc3531
bc3531
    trunk/Manuals/en/Texinfo/Repository/trunk/Identity/DirSource
bc3531
    trunk/Manuals/es/Texinfo/Repository/trunk/Identity/DirSource
bc3531
bc3531
    whould change, automatically, to
bc3531
bc3531
    trunk/Manuals/en/Texinfo/Repository/trunk/Identity/DirTarget
bc3531
    trunk/Manuals/es/Texinfo/Repository/trunk/Identity/DirTarget
bc3531
bc3531
    and all references (e.g., @xref, @ref, @pxref, etc.) commands
bc3531
    inside the whole documentation should reflect the change too. 
bc3531
    
bc3531
* Add the 'remove' action to centos-art.sh script. This action should
bc3531
  be able to remove repository entries and their related information.
bc3531
  For example, if you remove the path:
bc3531
bc3531
    trunk/Identity/DirSource
bc3531
bc3531
    the following directories will be removed too:
bc3531
bc3531
    trunk/Manuals/$LANG/Texinfo/Repository/trunk/Identity/DirSource
bc3531
    trunk/Manuals/$LANG/Html/Repository/trunk-Identity-DirSource.html
bc3531