-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpywin32-document.xml
41 lines (41 loc) · 2.26 KB
/
pywin32-document.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<document>
<important>
<item name="View the change log" href="html/CHANGES.txt"/>
<item name="View information regarding Python 3.x support" href="html/win32/help/py3k.html"/>
</important>
<links>
<item name="Python Web Site" href="http://www.python.org"/>
<item name="Python for Win32 Extensions Site" href="http://starship.python.net/crew/mhammond"/>
<item name="Python for Win32 mailing list" href="http://mail.python.org/mailman/listinfo/python-win32"/>
<item name="Tim Golden's Python pages" href="http://timgolden.me.uk/python/"/>
<item name="Paul Boddie's Python COM tutorial" href="http://thor.prohosting.com/~pboddie/Python/COM.html"/>
</links>
<category id="win32" label="Win32 API">
<overviews>
<item name="Getting process info (with some COM thrown it!)" href="win32/help/process_info.html"/>
<item name="Windows NT/2000 Networking with the win32net module" href="win32/help/win32net.html"/>
<item name="Directory permissions with GetNamedSecurityInfo" href="win32/help/security_directories.html"/>
</overviews>
</category>
<category id="com" label="Python COM">
<overviews>
<item name="win32com documentation index" href="com/win32com/HTML/docindex.html"/>
<item name="win32com readme" href="com/win32com/readme.htm"/>
<item name="ADSI Python" href="com/help/adsi.html"/>
<item name="Active Directory" href="com/help/active_directory.html"/>
<item name="Important notes about COM currency support changes" href="com/win32com/readme.htm#currency"/>
</overviews>
</category>
<category id="pythonwin" label="Pythonwin and win32ui">
<overviews>
<item name="Pythonwin Debugger documentation" href="pythonwin/doc/debugger/index.html"/>
<item name="The Pythonwin environment" href="pythonwin/doc/guienvironment.html"/>
<item name="Pythonwin readme" href="pythonwin/readme.html"/>
</overviews>
</category>
<category id="isapi" label="ISAPI filters and extensions">
<overviews>
<item name="Introduction to Python ISAPI support" href="isapi/doc/isapi.html"/>
</overviews>
</category>
</document>