Skip to content

Releases: jaakkopee/gematreeac

Test release

28 Feb 12:19
Compare
Choose a tag to compare
Test release Pre-release
Pre-release

This is a test release, still in alpha stage.

alpha.6 release of this code.

use

python3 -m http.server
in the installation directory to run GemaTreeAC locally in your browser. Point your browser to

localhost:8000/GeamTreeAC_index.html
And it should work alright.

New things: implemented class NineRootedTree as the structural basis of the app,
buttons for Random Syllables and Random Words work with the NineRootedTree.

have fun,

Jake

Pre-release of GemaTreeAC 2=0 with DMSearch and bit of documentation

18 Dec 18:15
Compare
Choose a tag to compare

alpha.6 release of this code.

use

python3 -m http.server

in the installation directory to run GemaTreeAC locally in your browser. Point your browser to

localhost:8000/GeamTreeAC_index.html

And it should work alright.

have fun,

Jake

GemaTreeAC 2=0.alpha.5

21 Nov 18:07
Compare
Choose a tag to compare
Pre-release

Stable release: GemaTreeAC 2=0.alpha.5

For tweaking and testing the code locally on your own computer. For regular use, go to https://jpts.aprx.io

Open archive to your computer, install Python 3 from https://python.org if you don't already have it. Start http server by opening a console in the and running

python3 -m http.server

in the GemaTreeAC root directory and direct your browser to

localhost:8000/GemaTreeAC_index.html

Loading a local database requires a secure connection (HTTPS), or you can use Google Chrome and turn off restrictions on accessing local data from settings of the browser.

Have Fun!

--
Jake
iipekaj@gmail.com

GemaTreeAC 2=0.alpha.4

19 Nov 22:29
0f66e90
Compare
Choose a tag to compare
Pre-release

GemaTreeAC 2=0.alpha.4 test release

This is a test release of GemaTreeAC 2=0 for people who want to run and test a local copy of GemaTreeAC 2=0. For normal use, GemaTreeAC 2=0 is online at https://jpts.aprx.io .

If you want to test locally, you need a running http server. If you don't have one, I suggest you install Python 3 from https://python.org/. Download the GemaTreeAC 2=0 archive from GitHub by clicking the link below, unpack the archive and run

python3 -m http.server

in the gematreeac-2-0.alpha.4 directory and point your browser to

localhost:8000/GemaTreeAC_index.html

GemaTreeAC 2=0.alpha.3 release

13 Nov 16:10
Compare
Choose a tag to compare
Pre-release

GemaTreeAC 2=0.alpha.3 test release

This is a test release of GemaTreeAC 2=0 for people who want to run and test a local copy of GemaTreeAC 2=0. For normal use, GemaTreeAC 2=0 is online at http://gematreeac.ga/ .

If you want to test locally, you need a running http server. If you don't have one, I suggest you install Python 3 from https://python.org/. Download the GemaTreeAC 2=0 archive from GitHub by clicking the link below, unpack the archive and run

python3 -m http.server

in the gematreeac-2-0.alpha.2 directory and point your browser to

localhost:8000/GemaTreeAC_index.html

GemaTreeAC 2=0.alpha.2

05 Nov 10:30
Compare
Choose a tag to compare
Pre-release

GemaTreeAC 2=0.alpha.2 test release

This is a test release of GemaTreeAC 2=0 for people who want to run and test a local copy of GemaTreeAC 2=0. For normal use, GemaTreeAC 2=0 is online at http://gematreeac.ga .

If you want to test locally, you need a running http server. If you don't have one, I suggest you install Python 3 from https://python.org. Download the GemaTreeAC 2=0 archive from GitHub by clicking the link below, unpack the archive and run

python3 -m http.server
in the gematreeac-2-0.alpha.2 directory and point your browser to localhost:8000/GemaTreeAC_index.html .