Difference between revisions of "Projects:Go Bible/Tasks"
From CrossWire Bible Society
David Haslam (talk | contribs) (→Programming tasks: ==== Programming ideas ====) |
David Haslam (talk | contribs) (→CrossWire/GoBible: section levels changed) |
||
Line 1: | Line 1: | ||
== Go Bible Tasks == | == Go Bible Tasks == | ||
− | |||
− | |||
''These are some of the outstanding tasks for the CrossWire Go Bible project. Feel free to comment on these in my talk page.'' | ''These are some of the outstanding tasks for the CrossWire Go Bible project. Feel free to comment on these in my talk page.'' | ||
− | + | == Housekeeping tasks == | |
# Transfer source code from Google code – done 2009-02-28 (thanks to scribe)[http://groups.google.com/group/go-bible-dev/t/b1abfb96f146f691] | # Transfer source code from Google code – done 2009-02-28 (thanks to scribe)[http://groups.google.com/group/go-bible-dev/t/b1abfb96f146f691] | ||
# Create new CrossWire project for Go Bible | # Create new CrossWire project for Go Bible | ||
Line 11: | Line 9: | ||
# Construct a SVN directory for managing Go Bible User Interface (UI) translations. | # Construct a SVN directory for managing Go Bible User Interface (UI) translations. | ||
− | + | == Documentation tasks == | |
# Improved documentation for using [[Projects:Go Bible/Go Bible Creator|Go Bible Creator]]. | # Improved documentation for using [[Projects:Go Bible/Go Bible Creator|Go Bible Creator]]. | ||
# Describe how to set up the JDK [[Go Bible Build Environment|build environment]] for developing GoBibleCreator and GoBibleCore. | # Describe how to set up the JDK [[Go Bible Build Environment|build environment]] for developing GoBibleCreator and GoBibleCore. | ||
− | + | == Wiki content tasks == | |
# Adapt Jolon's [http://gobible.jolon.org/developer/GoBibleCreator/GoBibleCreator.html Go Bible Creator] page here on the CrossWire Developers' wiki. ''Task started on 2011-03-14''. | # Adapt Jolon's [http://gobible.jolon.org/developer/GoBibleCreator/GoBibleCreator.html Go Bible Creator] page here on the CrossWire Developers' wiki. ''Task started on 2011-03-14''. | ||
− | + | == Website content tasks == | |
# Mirror the rest of Jolon's Go Bible website on the CrossWire server (we have his permission) | # Mirror the rest of Jolon's Go Bible website on the CrossWire server (we have his permission) | ||
# Update and improve the [http://crosswire.org/gobible/ web-pages] under construction | # Update and improve the [http://crosswire.org/gobible/ web-pages] under construction | ||
Line 24: | Line 22: | ||
# Add link from SWORD Project page header | # Add link from SWORD Project page header | ||
− | + | == Programming tasks == | |
# Investigate software [http://code.google.com/p/gobible/issues/list issues] listed in Google code | # Investigate software [http://code.google.com/p/gobible/issues/list issues] listed in Google code | ||
# Review items listed in [http://code.google.com/p/gobible/wiki/GoBibleRoadmap GoBibleRoadmap] | # Review items listed in [http://code.google.com/p/gobible/wiki/GoBibleRoadmap GoBibleRoadmap] | ||
Line 31: | Line 29: | ||
# Test the [http://gobible.blogspot.com/2011/02/development-update-symmetric-scrolling.html Symmetrical Scrolling] branch | # Test the [http://gobible.blogspot.com/2011/02/development-update-symmetric-scrolling.html Symmetrical Scrolling] branch | ||
− | + | == Programming ideas == | |
− | + | === Integrate JSword into Go Bible Creator? === | |
With Java SE being the environment in which both programs run, the following idea is worth considering: | With Java SE being the environment in which both programs run, the following idea is worth considering: | ||
# Enhance Go Bible Creator to be capable of processing SWORD modules directly, making use of the [http://www.crosswire.org/jsword/ JSword] API to extract the Biblical text. | # Enhance Go Bible Creator to be capable of processing SWORD modules directly, making use of the [http://www.crosswire.org/jsword/ JSword] API to extract the Biblical text. |
Revision as of 21:02, 3 June 2011
Contents
[hide]Go Bible Tasks
These are some of the outstanding tasks for the CrossWire Go Bible project. Feel free to comment on these in my talk page.
Housekeeping tasks
- Transfer source code from Google code – done 2009-02-28 (thanks to scribe)[1]
- Create new CrossWire project for Go Bible
- Setup for GoBible software bug tracking on CrossWire server
- Construct a SVN directory for managing Go Bible User Interface (UI) translations.
Documentation tasks
- Improved documentation for using Go Bible Creator.
- Describe how to set up the JDK build environment for developing GoBibleCreator and GoBibleCore.
Wiki content tasks
- Adapt Jolon's Go Bible Creator page here on the CrossWire Developers' wiki. Task started on 2011-03-14.
Website content tasks
- Mirror the rest of Jolon's Go Bible website on the CrossWire server (we have his permission)
- Update and improve the web-pages under construction
- Provide screenshots to adorn the web-page
- Add link from SWORD Project page header
Programming tasks
- Investigate software issues listed in Google code
- Review items listed in GoBibleRoadmap
- Automate the rebuilding of all the Go Bible applications - required after new release of Go Bible
- Define requirements for new development tools
- Test the Symmetrical Scrolling branch
Programming ideas
Integrate JSword into Go Bible Creator?
With Java SE being the environment in which both programs run, the following idea is worth considering:
- Enhance Go Bible Creator to be capable of processing SWORD modules directly, making use of the JSword API to extract the Biblical text.