<?xml version="1.0" encoding="ISO-8859-1"?>
<faq xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="faq.xsd">

  <section label="General">
    <question label="What is OpenLyrics?">
      <![CDATA[
      Have a look at the
      <a href="[% pages.about.href %]">about page</a>
      ]]>
    </question>
    <question label="Why another lyrics site?">
      Again, have a look at the
      &lt;a href=&quot;[% pages.about.href %]&quot;&gt;about page&lt;/a&gt;
      :)
    </question>
    <question label="I got some totally bogus lyrics from this service, what can I do?">
      Give that set of lyrics a low rating and submit corrected ones.
      The application you were using should have a way to submit lyrics.  If
      not, contact the developer and ask him/her to add this feature.
      &lt;b&gt;TODO&lt;/b&gt; - add link here when web-submissions are done.
    </question>
    <question label="How can I help this project?">
      Two main things: Rate the accuracy of lyrics, and report any bugs you
      find in the software or service.
      &lt;br /&gt;
      The system allows for multiple interpretations of the same lyrics, so
      by rating them, you help establish which are the "better" lyrics.
      &lt;br /&gt;
      To report bugs and problems, you can either contact me with the
      information on the contact page of this site, or through the
      &lt;a href=&quot;[% pages.bugs.href %]&quot;&gt;bug tracking interface&lt;/a&gt;
      at sourceforge. This helps to ensure you and other users don't come
      across the problem again.
      &lt;br /&gt;
      &lt;br /&gt;
      If you're a developer and interested in working on the core project,
      see the
      &lt;a href=&quot;[% pages.contribute.href %]&quot;&gt;contributing page&lt;/a&gt;
      for a list of stuff I could use help with.
      &lt;br /&gt;
      If you have developed applications or libraries that use OpenLyrics,
      I would love to hear about it.  I also ask that you put a note in an
      appropriate place that the lyrics are powered by OpenLyrics (such as
      in the application's "about" dialog, on its webpage, in the README
      or manual, etc).  Obviously I can't force you to, but it would be
      nice if you did. :)
    </question>
    <question label="Who is behind all this?">
      The "me", "we", "us", "I" referred to throughout the site is
      Mark A. Stratman (mark [AT] sporkstorms [DOT] org)
      &lt;br /&gt;
      Currently I am the only developer, but if and when more people join I'll
      add them here and you can also find them on the
      &lt;a href=&quot;[% pages.acknowledgments.href %]&quot;&gt;
      acknowledgments page&lt;/a&gt;.  There you will also find others who
      have directly or indirectly helped the project in ways other than
      primary development.
    </question>
  </section>

  <section label="Developers">
    <question label="Will you host or link to my OpenLyrics application or client library?">
      If you have written a client library, full application, music
      player plugin, or any software using OpenLyrics,
      contact me and I would be happy to link to it.
      &lt;br /&gt;
      If it is licensed under &lt;a href=&quot;http://www.opensource.org/licenses&quot; onclick=&quot;window.open(this.href,'_blank');return false;&quot;&gt;an OSI-approved license&lt;/a&gt;, I can create its own page here on
      the site, host file releases (and probably even CVS if you'd like),
      and so on.
    </question>
    <question label="Can I use OpenLyrics in commercial software?">
      Yes, you can.
      &lt;br /&gt;
      However, please understand that all of the client libraries provided
      here are 
      &lt;a href=&quot;http://www.opensource.org/&quot; onclick=&quot;window.open(this.href,'_blank');return false;&quot;&gt;open source&lt;/a&gt;
      software, and the majority (if not all) of them require that any
      applications using them be open source as well.  See the specific
      license included with each library for details.
      &lt;br /&gt;
      &lt;br /&gt;
      With that said, you can easily write your own SOAP client code.  The
      reason SOAP was chosen in the first place was because it allows
      applications to access web services simply and painlessly regardless
      of platform, language, etc.
      &lt;br /&gt;
      See the
      &lt;a href=&quot;[% pages.soap_api.href %]&quot;&gt;SOAP API details&lt;/a&gt;
      for more information
    </question>
    <question label="Are there plans for Lyrics3 support?">
      In short, I don't know yet.
      &lt;br /&gt;
      &lt;br /&gt;
      &lt;a href=&quot;http://www.id3.org/lyrics3200.html&quot;
      onclick=&quot;window.open(this.href,'_blank');return false;&quot;&gt;Lyrics3&lt;/a&gt;
      is a specification outlining a method to embed lyrics in MP3s.  If I'm
      not mistaken, it's by the same people who came up with ID3.
      It allows for timestamping phrases in lyrics so they can be scrolled
      with the music, a la karaoke.
      &lt;br /&gt;
      &lt;br /&gt;
      I have a number of problems with Lyrics3, which is why it is not
      currently supported.  If you have ideas or thoughts on the subject and
      would like to discuss it, start a thread on the
      &lt;a href=&quot;http://sourceforge.net/forum/?group_id=96748&quot;
      onclick=&quot;window.open(this.href,'_blank');return false;&quot;&gt;forum&lt;/a&gt;
      at SourceForge.
    </question>
  </section>

  <section label="Miscellaneous">
    <question label="Where are the banner ads, paid memberships, premium services, blah blah blah?">
      There aren't any.
      &lt;br /&gt;
      This is a 100% non-profit project.
    </question>
    <question label="Can I spider all the lyrics from your site?">
      If you want the complete database of lyrics, 
      &lt;a href=&quot;[% pages.contact.href %]&quot;&gt;contact me&lt;/a&gt;
      and ask for it.  The database is not currently being packaged up
      automatically for download because there isn't really a demand for it.
      &lt;br /&gt;
      Please DO NOT write a program to slurp up all the lyrics through the
      SOAP interface.  That is a huge waste of my system resources.
    </question>
    <question label="How was this FAQ generated?">
        ...
    </question>
  </section>

  <question label="Didn't find what you were looking for here?">
    &lt;a href=&quot;[% pages.contact.href %]&quot;&gt;Contact me&lt;/a&gt;
    with any questions and I'll be glad to help you out.  If it's something
    useful to others, I'll add it here.
  </question>

</faq>
