Deutsche Zope User Group
Gast 1 Benutzer online
DZUG-News

Die wichtigsten Verzeichnisse im ZopeSourceCode?

Siehe auch: Einige Verzeichnisse der ZopeProdukte

SourceCodeBrowser? bzw. �hnliches tool: Patch f�r [epydoc]? hier SimonPamies?, s.auch diesen thread

KlassenBrowser? auch unter http://www.last-bastion.net/Zpydoc/Zpydoc/ - RemoteWikiURLShortCut?: ZPy


  • [Extensions]? - Der Code der ExternalMethods? kommt in dieses Verzeichnis.
  • ZServer? - Python code f�r ZServer? und MEdusa?.
  • ZServer?/[medusa]? - SamRushing?'s Medusa package, auf dem der ZServer? basiert.
  • [doc]? - Diverse Dokumentation.
  • [import]? - ZopeExportFiles? (name.zexp) kommen hier rein, nur so k�nnen sie in Zope importiert werden.
  • [inst]? - Installations-Skripte.
  • [pcgi]? - C und Python code f�r [PCGI]?.
  • [utilities]? - verschiedene kleinere Werkzeuge.
  • [var]? - Enth�lt das ZODB-Daten-File ([Data.fs]?) und einige andere Dateien (logs, pids, etc.) Dieses Verzeichnis sollte dem dem User geh�ren unter dem Zope l�uft.
  • [lib]?/[Components]? - PythonExtensionModules? geschrieben in [C]?, einschlie�lich BTree?, ExtensionClass?, [cPickle]?, [zlib]?, etc.
  • lib/[python]? - Der Hauptanteil von Zope's Python Code ist hier zu finden.
  • lib/python/AccessControl? - Sicherheitsklassen
  • lib/python/[App]? - ZopeApplicationClasses?. Dinge wie ProductRegistration? und das ControlPanel?.
  • lib/python/BTrees? - Btrees package.
  • lib/python/DateTime? - DateTime? package.
  • lib/python/DocumentTemplate? - DTMLTemplatingPackage?. Wird von DTMLDocument-en und DTMLMethod-en genutzt.
  • lib/python/HelpSys? - OnlineHelpSystem?.
  • lib/python/[Interface]? - Scarecrow interfaces package.
  • lib/python/OFS - ObjectFileSystem? code. Einschlie�lich grundlegender ZopeClasses? ([Folder]?, DTMLDocument) und InterFaces (ObjectManager?, SimpleItem).
  • lib/python/[Products]? - ZopeProdukte sind/werden hier installiert.
  • lib/python/Products/[OFSP]? Das OFSProduct?. Code f�r die Initilaisierung von grundlegenden ZopeObjects?, wie zB. [Folder]? und DTMLDocument.
  • lib/python/RestrictedPython? - Python Sicherheits-Code, wird von DTML und PythonScript benutzt.
  • lib/python/SearchIndex? - Indizes, die der ZCatalog benutzt.
  • lib/python/[Shared]? - Gemeinsamer Code, kann von der Vielzahl der Produkte frei genutzt werden.
  • lib/python/StructuredText? - Structured Text package.
  • lib/python/TreeDisplay? - TreeTag? package.
  • lib/python/ZClasses? - ZClasses? package.
  • lib/python/ZLogger? - Logging package.
  • lib/python/ZODB - ZODB package.
  • lib/python/ZPublisher - Das ZopeORB?.
  • lib/python/Zope - Das Zope package vom ZPublisher publiziert.
  • lib/python/[webDAV]? - WebDAV? support classes and interfaces.