dhowe / RiTaV1

RiTa: the generative language toolkit
http://rednoise.org/rita
GNU General Public License v3.0
354 stars 78 forks source link

Create new quickstart tab for RiTa/RiTaJS on website #87

Closed dhowe closed 9 years ago

dhowe commented 9 years ago

We need a new tab on the website called 'quickstart'. It should have the following subtopics, each linked to the install instructions (can take these from the various READMEs)

Install (Java) -------------------------------------------

-- as standalone program (use main) -- as library in Processing -- as library in Processing on Android -- as library in Android (standalone-app) -- via maven -- instructions for RiWordNet

Install (Javascript) --------------------------------------

-- on node (from npm): https://www.npmjs.com/package/rita -- on node (from github): https://github.com/dhowe/RiTaJS

-- in the browser (standard): https://github.com/dhowe/RiTaJS -- in the browser (with browserify) -- in the browser (with bower) -- in the browser (with p5.js) -- in the browser (with ProcessingJS)

CyrusSUEN commented 9 years ago

PR here: https://github.com/dhowe/RiTa/pull/90

Missing 2 instructions for now:

Because they are not working.

CyrusSUEN commented 9 years ago

OK. added Android Studio and browserify installation instruction #91

browserify is not working but the installation instruction will still be the same #84

please verify

dhowe commented 9 years ago

added a couple of new items (see list at top)

CyrusSUEN commented 9 years ago

-- instructions for RiWordNet *

added: https://github.com/dhowe/RiTa/pull/99