static L<Web> allWebsFromCircleEditor() {
  ret map_pcall(func(Drawing d) {
    web_setSource("local", calToWeb(d.cal()))
  }, reversed(list(new Concepts(circlesEditorDBID()).load(), Drawing)));
}