I have a Zope3 system with some custom code for a paperless office system. The developers have since folded up shop and I need to make some changes to what I believe are the contents of some ExtJS.ComboBox pulldowns.
Once upon a time the developers told me to hit a certain URL on the server to refresh the combo box data, but I've got no documentation what the URL was anywhere.
Is there a way to query ZODB or Zope to spit out a list of known URLS in the system? I want to say it was localhost:8080/++etc++site/@@something .. it was a very odd looking URL from my recollection.
The usual urls such as http://localhost:80(80)/Contol_Panel or /@@manage don't get me to what some of the ZMI documentation suggests I should get. I am unsure as to whether this was intentional or not.