resources.html

来自「linux下gnome编程」· HTML 代码 · 共 187 行

HTML
187
字号
<HTML><HEAD><TITLE>Resources</TITLE><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.61"><LINKREL="HOME"TITLE="Writing GNOME Applications"HREF="index.html"><LINKREL="UP"TITLE="Preface"HREF="preface.html"><LINKREL="PREVIOUS"TITLE="Conventions"HREF="conventions.html"><LINKREL="NEXT"TITLE="Acknowledgments"HREF="acknowledgements.html"></HEAD><BODYCLASS="SECT1"><DIVCLASS="NAVHEADER"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">Writing GNOME Applications</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="conventions.html">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom">Preface</TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><AHREF="acknowledgements.html">Next</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><DIVCLASS="SECT1"><H1CLASS="SECT1"><ANAME="RESOURCES">Resources</A></H1><P>        Your starting point for online documentation about GNOME        development should always be http://developer.gnome.org. This        site contains the complete up-to-date API documentation for        both GTK+ and GNOME, as well as an assortment of articles and        white papers. Much of this information is distrib- uted with        GNOME itself, so you don't necessarily have to go online for        access to the developer documents.      </P><P>        The main GNOME Web site, at http://www.gnome.org, is oriented        more toward the GNOME community and includes a software map        (so you don't end up re-creating a GNOME application that        already exists), instructions on how to subscribe to the        dozens of GNOME-related mailing lists, interviews, the lat-        est version of the GNOME FAQ, and lots of other goodies. For        your conve- nience, the GNOME FAQ is also included in the        Appendix of this book.      </P><P>        Also worthy of mention is the GNOME Documentation Project        (GDP), located at http://www.gnome.org/gdp, a virtual treasure        trove of user-level documentation and writing guides. After        you've mastered Chapter 12, "Docu- mentation," you can further        expand your writing prowess at the GDP site.  Finally, the        official GTK+ Web site is at http://www.gtk.org.      </P><P>        The documentation on the Web sites is excellent, but don't        underestimate the collection of documents that already reside        on your system, accessible through the man and info        tools. With these, you can browse the X11 docu- ments (e.g.,        man XCreatePixmap), the build system documents (e.g., info        automake), and much more.      </P><P>        The open-source paradigm also makes available another        incredible resource unavailable in the closed-source world:        thousands of lines of applica- tion source code. Don't be        afraid to tap this resource. You can often save hours of work        by cracking open an application that already implements the        feature you're working on, to see how the original developers        handled it. In fact, with the proper attributions you can        often yank an entire chunk of code from an existing        application and distribute it with your own application. Most        GNOME applications are released under the GPL or LGPL licenses        (described in Chap- ter 1), so take care to abide by the rules        stated in those licenses, or whatever other license you're        borrowing under.      </P><P>        The official Web site for Writing GNOME Applications is        http://www.  aw.com/cseng/titles/0-201-65791-0/. You can check        there for errata and updates, and to download the source code        from the book.      </P></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="conventions.html">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="index.html">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><AHREF="acknowledgements.html">Next</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">Conventions</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="preface.html">Up</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">Acknowledgments</TD></TR></TABLE></DIV></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?