X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=README;h=095be9967fbb649c4fe0e5be5923eebc5b91e951;hp=5d5ea782bb7ca943d1889db0c37e0d4c3500107f;hb=8515ce2bc9fd76876efcb58912e71c5e2aba1910;hpb=a42da979aa2ecf6adac16c240e482069c7de7d2f diff --git a/README b/README index 5d5ea78..095be99 100644 --- a/README +++ b/README @@ -1,10 +1,12 @@ ============================================================================== -XWT README +Ibex README + +Test ______________________________________________________________________________ Documentation -If you're new to XWT, you should read the documentation in the order +If you're new to Ibex, you should read the documentation in the order presented below: - README [this file] @@ -12,18 +14,18 @@ presented below: Start here. Includes a map of all other documentation and a description of the directory strucure -- The XWT home page [http://www.xwt.org/] +- The Ibex home page [http://www.ibex.org/] -- The XWT tutorials [http://www.xwt.org/tutorials.html] +- The Ibex tutorials [http://www.ibex.org/tutorials.html] - Gentle introduction to what XWT is, and how to write - .xwt's. Good for anybody who wants to write XWT applications. + Gentle introduction to what Ibex is, and how to write + .ibex's. Good for anybody who wants to write Ibex applications. -- The XWT reference [http://www.xwt.org/reference.html] +- The Ibex reference [http://www.ibex.org/reference.html] - Precise, technical spec of exactly how XWT works. Assumes - familiarity with XWT (ie, you've read the tutorial). This is the - authoritative source for how an XWT engine should + Precise, technical spec of exactly how Ibex works. Assumes + familiarity with Ibex (ie, you've read the tutorial). This is the + authoritative source for how an Ibex engine should behave. @@ -31,11 +33,11 @@ ______________________________________________________________________________ Directory Structure / - AUTHORS - people involved in developing XWT + AUTHORS - people involved in developing Ibex README - this file COPYING - copyright information for all files in this distro CHANGES - the changelot - TM - trademark information for XWT + TM - trademark information for Ibex Makefile - build file for gcc 3.3 next.build - the build id of the next build to be generated @@ -65,27 +67,27 @@ Directory Structure jump.jar - the jump2 bytecode-to-palmos translator libgcj-minimal.jar - a tiny portion of libgcj.jar; allows java->bytecode compilation without gcj - src/ - all java source files and xwt sources go here + src/ - all java source files and ibex sources go here edu/stanford/ejalbr - source code for BrowserLauncher gnu/regexp/ - source code for the GNU regexp library for Java org/ bouncycastle/ - the BouncyCastle Crypto Library - xwt/ - translators/ - .xwt's and .png's that are essential to bootstrapping the engine + ibex/ + translators/ - .ibex's and .png's that are essential to bootstrapping the engine plat/ - platform-specific code util/ - misc utilities - js/ - the XWT JavaScript Interpreter - mips/ - the XWT MIPS interpreter/recompiler + js/ - the Ibex JavaScript Interpreter + mips/ - the Ibex MIPS interpreter/recompiler builtin/ - content for the core builtin resource ______________________________________________________________________________ Build Requirements -There are pre-built, digitally signed binaries on http://dist.xwt.org/ +There are pre-built, digitally signed binaries on http://dist.ibex.org/ for every supported platform. Please consider using those unless you're absolutely certain you need to go through the trouble of trying -to get XWT to build. +to get Ibex to build. Requirements: - jdk 1.3+