From: Mark H. <mha...@us...> - 2008-05-04 10:50:59
|
Update of /cvsroot/pywin32/pywin32/AutoDuck In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30466 Modified Files: README pywin32-document.xml pywin32.mak Log Message: Add a reference to Tim Golden's Python pages (and a note to make it easier to work out how to do something similar next time :) Index: README =================================================================== RCS file: /cvsroot/pywin32/pywin32/AutoDuck/README,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README 11 Feb 2008 00:35:55 -0000 1.4 --- README 4 May 2008 10:51:02 -0000 1.5 *************** *** 4,5 **** --- 4,7 ---- provides the best documentation solution. We don't even build a .hlp file anymore. + + pywin32-document.xml provides the front-page for the docs. Index: pywin32-document.xml =================================================================== RCS file: /cvsroot/pywin32/pywin32/AutoDuck/pywin32-document.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pywin32-document.xml 31 May 2005 12:40:05 -0000 1.5 --- pywin32-document.xml 4 May 2008 10:51:02 -0000 1.6 *************** *** 1,5 **** <document> <important> ! <item name="Important notes about COM currency support changes" href="html/com/win32com/readme.htm#currency"/> </important> <links> --- 1,5 ---- <document> <important> ! <item name="View the change log" href="CHANGES.txt"/> </important> <links> *************** *** 7,10 **** --- 7,11 ---- <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> *************** *** 22,25 **** --- 23,27 ---- <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="html/com/win32com/readme.htm#currency"/> </overviews> </category> Index: pywin32.mak =================================================================== RCS file: /cvsroot/pywin32/pywin32/AutoDuck/pywin32.mak,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** pywin32.mak 11 Feb 2008 00:35:55 -0000 1.18 --- pywin32.mak 4 May 2008 10:51:02 -0000 1.19 *************** *** 31,34 **** --- 31,35 ---- $(ISAPI_DIR)/doc/*.html \ $(PYTHONWIN_DIR)/readme.html $(PYTHONWIN_DIR)/doc/* $(PYTHONWIN_DIR)/doc/debugger/* \ + CHANGES.txt \ |