<%@ include file="include/package_header.jsp" %> <%@ include file="include/package_menu.jsp" %>
<% if (request.getParameter("section") == null) { %>

Flashcards

FlashCards is a simple tool to help with memorization. The package includes a quizzer and a lesson editor. Keyboard input methods include Greek, Hebrew, and Latin.

For an early look at Flashcards for mobile devices, click here

Prerequisite

You must have Java installed on your box. To get the lastest version, go to: http://java.com and click "Get It Now!" (upper-right).

WebStart Install

Try the webstart installer to get the latest version
Flashcards WebStart

Manual Download and Install

Current Version: FlashCards.zip

Installation

Just unzip package to a folder somewhere and double-click on flashcards.jar. You might need to copy any custom font .ttf file you'd like to try out to the FlashCards folder.

If it doesn't run when you double click, you probably don't have Java on your box. Goto: http://java.com and click "Get It Now!" (upper-right). Then go back and try double-clicking the .jar again.

If double-clicking the flashcards.jar file opens an archive manager (a new window which lets you browse the files inside the flashcards.jar archive) then close this archive manager window and instead RIGHT-CLICK on the flashcards.jar file and choose "Open with... Java".

<% } %> <% if ("Volunteers".equals((String)request.getParameter("section"))) { %>

Source Code

Source code can be had from our subversion repository using the following URL:
https://crosswire.org/svn/flashcards

Under Linux

SVN may be used to obtain the latest source by using the SVN URL:
https://crosswire.org/svn/flashcards/trunk
eg.

$ svn checkout https://crosswire.org/svn/flashcards/trunk flashcards

Under Windows

  1. Download TortoiseSVN (http://tortoisesvn.tigris.org/)
  2. Install it.
  3. Create a directory for your SVN source checkout, eg. D:\src\flashcards
  4. Open this folder and right-click on the background
  5. Choose the "Checkout..." option.
  6. Enter the correct URL for the repository, eg. https://crosswire.org/svn/flashcards/trunk
  7. Choose OK and that should be it
  8. <% } %> <% if ("Screenshot".equals((String)request.getParameter("section"))) { %>

    Screenshots

    These are a little old.


    <% } %> <% if ("Mobile".equals((String)request.getParameter("section"))) { %>

    Mobile Devices

    We've been busy working on an exciting new mobile version of our language learning tools.



    To have a try, from your mobile device, browse to this URL:

    crosswire.org/fc

    Please understand this product is still in heavy development and unsupported.


    <% } %> <% if ("Contact".equals((String)request.getParameter("section"))) { %> <%@ include file="pages/contact.jsp" %> <% } %>
<%@ include file="/include/crosswire_footer_sub1.jsp" %>