Skip to content
Snippets Groups Projects
infosources.xml 4.14 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <chapter id="infosources">
      <title>Other Sources of Information</title>
    
      <simplesect>
        <title>Books</title>
    
        <para>There are no books entirely dedicated to programming with FXRuby,
        but the following Ruby books contain sections on FXRuby:</para>
    
        <itemizedlist mark="bullet">
          <listitem>
            <para><citetitle pubwork="book">The Ruby Way</citetitle>, by Hal
            Fulton.</para>
          </listitem>
    
          <listitem>
            <para><citetitle pubwork="book">Ruby Developer&#39;s Guide</citetitle>,
            by Michael Neumann, Robert Feldt and Lyle Johnson.</para>
          </listitem>
        </itemizedlist>
      </simplesect>
    
      <simplesect>
        <title>Reference Documentation</title>
    
        <para>The current <ulink url="http://www.fxruby.org/doc/api">FXRuby API
        Reference Documentation</ulink> is a work in progress, but serves as a
        pretty good guide to the available methods and attributes for the
        different classes. The regular <ulink
        url="http://www.fox-toolkit.org">FOX</ulink> API
        Reference Documentation can be used as a fallback source of
        information, although it is intended for users of the C++ library.</para>
      </simplesect>
    
      <simplesect>
        <title>Web Sites</title>
    
        <para>The <ulink url="http://www.fox-toolkit.com">FOX toolkit home page</ulink>
        is still one of the best places to find information about GUI programming
        with FOX. This is the site maintained by Jeroen van der Zijp, the creator
        and primary developer of FOX, and serves as the official download site for
        the FOX library. In addition to a number of articles about programming
        with FOX, you&#39;ll find links to projects using FOX. A newer web site,
        the <ulink url="http://www.fox-toolkit.net">FOX Community Wiki</ulink>, is
        maintained by Sander Jansen. Like most Wiki sites, the information here is
        a little more scattered but tends to be more up-to-date than some
        information on the main FOX site. This site includes a number of tutorial
        articles, as well as &#34;cookbook&#34; and &#34;how-to&#34; pages on many
        topics.</para>
      </simplesect>
    
      <simplesect>
        <title>Mailing Lists</title>
    
        <para>One or more of the following mailing lists may be of interest:</para>
    
        <itemizedlist mark="bullet">
          <listitem>
            <para>The fxruby-announce@rubyforge.org mailing list is a very
            low-volume list for FXRuby-related announcements. To subscribe to this
            list, follow the instructions at <ulink
            url="http://rubyforge.org/mailman/listinfo/fxruby-announce">http://rubyforge.org/mailman/listinfo/fxruby-announce</ulink></para>
          </listitem>
    
          <listitem>
            <para>The fxruby-users@rubyforge.org mailing list is a
            higher-volume list for FXRuby-related discussions. To subscribe to
            this list, follow the instructions at <ulink
    
            url="http://rubyforge.org/mailman/listinfo/fxruby-users">http://rubyforge.org/mailman/listinfo/fxruby-users</ulink></para>
    
          </listitem>
    
          <listitem>
            <para>The foxgui-announce@lists.sourceforge.net mailing list is a very
            low-volume list for FOX-related announcements. To subscribe to this
            list, follow the instructions at <ulink
            url="http://lists.sourceforge.net/lists/listinfo/foxgui-announce">http://lists.sourceforge.net/lists/listinfo/foxgui-announce</ulink></para>
          </listitem>
    
          <listitem>
            <para>The foxgui-users@lists.sourceforge.net mailing list is a
            higher-volume list for FOX-related discussions. To subscribe to this
            list, follow the instructions at <ulink
            url="http://lists.sourceforge.net/lists/listinfo/foxgui-users">http://lists.sourceforge.net/lists/listinfo/foxgui-users</ulink></para>
          </listitem>
    
          <listitem>
    
            <para>The Ruby-Talk mailing list (or its mirror, the
    
            comp.lang.ruby newsgroup) is a high-volume list for Ruby-related
            discussions. To subscribe to this list, follow the instructions at
    
            <ulink url="http://www.ruby-lang.org/en/community/mailing-lists/">http://www.ruby-lang.org/en/community/mailing-lists/</ulink></para>
    
          </listitem>
        </itemizedlist>
      </simplesect>
    </chapter>