Module: website Branch: master Commit: 8871db36ccc932de30eead0b98c09795e8950127 URL: http://source.winehq.org/git/website.git/?a=commit;h=8871db36ccc932de30eead0...
Author: Scott Ritchie scott@open-vote.org Date: Fri Nov 26 13:41:44 2010 -0800
Remove obsolete Resources link on developer page
Thanks
From 5e0de6daed42151d0e34a8e5463fd63a15545b30 Mon Sep 17 00:00:00 2001
From: Scott Ritchie scott@open-vote.org Date: Fri, 26 Nov 2010 13:33:27 -0800 Subject: Remove obsolete "Resources" link from developer page.
---
templates/en/devel.template | 9 --- templates/en/resources.template | 131 --------------------------------------- 2 files changed, 0 insertions(+), 140 deletions(-)
diff --git a/templates/en/devel.template b/templates/en/devel.template index 737c0d8..b4e5f25 100644 --- a/templates/en/devel.template +++ b/templates/en/devel.template @@ -144,15 +144,6 @@ various resources available for our developers.</p>
<tr bgcolor="#ffffff"> <td> - <a href="{$root}/resources">Resources</a> - </td> - <td valign="top"> - More development resources. - </td> - </tr> - - <tr bgcolor="#ffffff"> - <td> <a href="http://wiki.winehq.org/WineConf">WineConf</a> </td> <td valign="top"> diff --git a/templates/en/resources.template b/templates/en/resources.template deleted file mode 100644 index b33cb2a..0000000 --- a/templates/en/resources.template +++ /dev/null @@ -1,131 +0,0 @@ -<!--TITLE:[Resources]--> -<!--BLURB:[Resources for Wine Developers]--> - -<h1 class="title">Resources</h1> - -<p> - <big> Wine </big> - <ul> - <li><a href="http://source.winehq.org/">source.winehq.org</a> Cross-referenced marked up source - <li><a href="http://source.winehq.org/git">source.winehq.org/git</a> GitWeb interface to the Wine source - <li><a href="http://source.winehq.org/WineAPI/">Wine API</a> Automatically generated Wine API documentation - <li><a href="http://24.229.94.2/">API db</a> Cross-reference of Wine APIs with many Windows versions - </ul> - - <a name="win32" class="hidden"><big>Win32</big></a> - <ul> - <li><a href="http://www.winprog.org/tutorial/">Win32 API Tutorial</a> If you know nothing about Windows, you can't do worse than - start here. - <li><a href="http://msdn.microsoft.com/developercenters/">MSDN Online</a> Microsoft's new site. - <li><a href="http://www.microsoft.com/windows/directx/default.aspx">DirectX</a> Multimedia API for games, etc. - <li>The Open32 API is the subset of Win32 implemented by IBM's OS/2 Merlin. Open32 provides source code - compatibility, which the <a href="http://odin.netlabs.org">Odin</a> project (formerly Win32-OS/2) - plans on extending to full binary compatibility. - <li><a href="http://www.geocities.com/SiliconValley/4942/index.html">Undocumented Windows 95</a> - <li><a href="http://www.sysinternals.com">System Internals</a> - Utilities and information related to low-level hacking of NT and 95. Once was called NT Internals. - <li><a href="http://www.wotsit.org/">Wotsit's Format</a> Website devoted to file formats - </ul> - - <big> Windows 3.x </big> - <ul> - <li><a href="http://www.ecma-international.org/publications/standards/ECMA-234.HTM">ECMA-234</a> - The official <a href="http://www.ecma-international.org/">European Computer Manufacturer's Association</a> specification of the Windows API. Known as APIW while it was in - draft. - <li><a href="ftp://ftp.cs.cmu.edu/afs/cs.cmu.edu/user/ralf/pub/WWW/files.html">DOS Interrupts</a> Ralf Brown's exhaustive and famous Interrupt List - <li><a href="http://garbo.uwasa.fi/pc/">Garbo</a> DOS archives - </ul> - - <big> Unix </big> - <ul> - <li>Version <a href="http://www.unix-systems.org/version3/">3</a> of the single Unix Specification. - <li><a href="http://en.tldp.org/">LDP</a> Linux documentation project. Vast resource. - <li><a href="http://www.freebsd.org/cgi/man.cgi">FreeBSD man pages</a> - <li><a href="http://pauillac.inria.fr/~xleroy/linuxthreads/">LinuxThreads</a> - <li><a href="http://linas.org/linux/threads-faq.html">Linux Threads FAQ</a> - </ul> - - <big> X </big> - <ul> - <li><a href="http://www.rahul.net/kenton/xsites.html">X Sites</a> Ken Lee's list of all things X related - <li><a href="http://www.motifzone.net/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=35&cont=xresources.html">X resource pages</a> courtesy of The Motif Zone - <li><a href="http://www.motifzone.net/">The Motif Zone</a> Lots of solid X information, in addition to information about toolkits like Motif. - <li><a href="http://tronche.com/gui/x/icccm/">ICCCM</a> How X programs are - supposed to talk to each other - <li><a href="http://x.org/X11R6.8.1/">X specs</a> The definition of X. Covers X11R6.8.1 - <li>Jim Breen's <a href="http://www.dgs.monash.edu.au:80/~jwb/japanese.html">japanese</a> page has lots of good internationalization links - </ul> - - <a name="fonts" class="hidden"><big> Fonts </big></a> - <ul> - <li><a href="http://www.tldp.org/HOWTO/Font-HOWTO/">TTF on Linux HOWTO</a> - <li><a href="http://www.microsoft.com/typography/unicode/cs.htm">Charset info</a> From Microsoft. - <li>comp.fonts<a href="http://nwalsh.com/comp.fonts/FAQ/index.html">FAQ</a> - <li><a href="http://www.w3.org/Fonts/Panose/pan2.html">Panose 2.0</a> Font spec - <li><a href="ftp://ftp.x.org/R5contrib/hp_xlfd_enhancements/hp_xlfd_enhancements">X11R6 Fonts</a> X is more typographically capable than it appears, as is made clear in this paper by Nathan Meyers. - <li><a href="http://www.freetype.org/">FreeType</a> Free TrueType font engine - <li><a href="http://www.linuxberg.com/preview/9995.html">t1lib</a> PostScript T1 font engine, extracted and improved - from X11 sources. - <li><a href="http://ftp.giga.or.at/pub/nih/ttftot42">TTFtoT42</a> Use TTF with Postscript rasterizers - <li><a href="http://www.truedoc.com/webpages/samples/samples_l4.html">TrueDoc sample</a> Antialiasing and subpixel positioning sales pitch - <li><a href="http://czyborra.com/">Unicode Info</a> From Roman Czybora. - <li>Charles Bigelow, <i>Scientific American</i>, 1983. - <li><a href="http://grc.com/cleartype.htm">Subpixel antialiasing</a> Everything old is new again - </ul> - - <big> C </big> - <ul> - <li><a href="http://www.accu.org/resources/public/terse/cpp.htm">C/C++ Resources</a> From the Association of C & C++ Users. - <li><a href="http://www.lysator.liu.se/c/">Programming in C</a> Standards, suggestions, and trivia. - If you're curious about Unicode and <tt><wctype.h></tt>, - see <a href="http://www.lysator.liu.se/c/na1.html">Normative Addendum 1</a>. - </ul> - - <big> x86 Assembly </big> - <ul> - <li><a href="http://www.sandpile.org/">Sandpile.org</a> Another one. - <li><a href="http://www.x86.org/">Intel Secrets</a> What Intel doesn't want you to know - <li><a href="http://www.intel.com/technology/itj/archive.htm">Intel Documentation</a> What Intel does want you to know -- how to write code for their chips. - <li>A link to the <a href="http://developer.intel.com/software/products/perflib/index.htm">Intel performance libraries</a> - </ul> - - <big> Books </big> - Book links are courtesy of <a href="http://www.amazon.com/exec/obidos/redirect-home/winehq">Amazon.com</a>. - <ul> - <li><a name="w95secrets" - href="http://www.amazon.com/exec/obidos/ASIN/1568843186/winehq%22%3EWindows - 95 System Programming Secrets</a> by <a href="http://www.wheaty.net/">Matt Pietrek</a>, IDG Books, - 1995. A solid reference on selected aspects of the - implementation of Windows 95. Out of print, but available as of - 98-07-31 at <a href="http://www.barnesandnoble.com/">Barnes & Noble</a> for 15 USD. - <li><a href="http://www.amazon.com/exec/obidos/ASIN/0201622173/winehq">Windows - Internals: The Implementation of the Windows Operating System</a>, Matt Pietrek, Addison-Wesley, 1993. - <li><a href="http://www.amazon.com/exec/obidos/ASIN/1568841698/winehq">Unauthorized Windows 95</a> by <a href="http://www.sonic.net/~undoc/">Andrew Schulman</a>. Out of print. - <li><a href="http://www.amazon.com/exec/obidos/ASIN/0201608340/winehq">Undocumented Windows</a> by <a href="http://www.sonic.net/~undoc/">Andrew Schulman</a>, Maxey, and Pietrek. - <li><a href="http://www.amazon.com/exec/obidos/ASIN/087930474X/winehq">Windows - Assembly Language & Systems Programming: 16- and 32-bit - Low-Level Programming for the PC and Windows</a> Berry Kauler, Miller Freeman, 1997. - <li><a href="http://www.amazon.com/exec/obidos/ASIN/1571690093/winehq">Windows 95 Win 32 Programming API Bible</a> - One of several Win32 API references. - <li><a href="http://www.amazon.com/exec/obidos/ASIN/1572316772/winehq">Inside Windows NT</a> - Second Edition. David Solomon, Microsoft Press, 1998. Many changes from Helen Custer's First Edition. - <li><a href="http://www.amazon.com/exec/obidos/ASIN/0201570645/winehq">Undocumented DOS: a programmer's guide to reserved MS-DOS functions and - data structures</a> Andrew Schulman, et. al. Addison-Wesley, 1990. - <li><a href="http://www.amazon.com/exec/obidos/ASIN/0879304367/winehq">The - FreeDOS Kernel</a> An MS-DOS emulator for platform independence and - embedded systems development - </ul> - - - <big> Usenet </big> - <ul> - <li><a href="news:comp.emulators.ms-windows.wine">comp.emulators.ms-windows.wine</a> - <li><a href="http://groups.google.com/groups?group=comp.emulators.ms-windows.wine">Archive</a>, courtesy of <a href="http://groups.google.com">Google Groups</a> - <li><a href="http://www.ifi.uio.no/~dash/wine/cemw-index.html">Backfiles, 1994-1996</a> On Dag's site - <li><a href="http://groups.google.com/groups?q=wine+group%3Acomp.*+-group%3Acomp.emulators.ms-windows.wine+-group%3Aalt.food.wine+-group%3Arec.crafts.winemaking">Google Groups</a> - Search Google Groups for Wine references <i>not</i> in <a href="news:comp.emulators.ms-windows.wine">c.e.m.w.</a> - </ul> - - -<p> </p> -