mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / README
diff --git a/README b/README
index 5d5ea78..5e6c2f9 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
 ==============================================================================
-XWT README 
+Ibex README 
               
 ______________________________________________________________________________
 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 +12,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 +31,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 +65,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+