aboutsummaryrefslogtreecommitdiffstats
path: root/build/package
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2007-12-04 10:35:20 +0000
committerMarko Grönroos <magi@iki.fi>2007-12-04 10:35:20 +0000
commite56a135be5ac7aca18633bbe9c7859ae545a4313 (patch)
tree106d4f5579b9afa4929421324296ad9e2f7fc5df /build/package
parentf495e20900a66fb58faa9e520055593f9069d5bf (diff)
downloadvaadin-framework-e56a135be5ac7aca18633bbe9c7859ae545a4313.tar.gz
vaadin-framework-e56a135be5ac7aca18633bbe9c7859ae545a4313.zip
Improved readme files.
svn changeset:3142/svn branch:trunk
Diffstat (limited to 'build/package')
-rw-r--r--build/package/linux-readme.txt48
-rw-r--r--build/package/mac-readme.txt53
-rw-r--r--build/package/windows-readme.txt48
3 files changed, 87 insertions, 62 deletions
diff --git a/build/package/linux-readme.txt b/build/package/linux-readme.txt
index ce4574fc70..a92600c6ee 100644
--- a/build/package/linux-readme.txt
+++ b/build/package/linux-readme.txt
@@ -1,20 +1,29 @@
-== IT Mill Toolkit <version></version> Readme ==
+==============================================================================
+IT Mill Toolkit <version></version> Readme
+==============================================================================
+-------------
How to Start?
+-------------
-Open shell and execute "sh start.sh". This starts IT Mill Toolkit
-web application which guides your forward.
+Open a shell window, change to the installation directory, and execute "sh start.sh". It
+will start a web application at port 8888 on the local host and opens a web browser window
+to display the start page of IT Mill Toolkit Content Browser.
+The installation directory is a web application as itself and is directly importable to
+Eclipse IDE by selecting "File / Import / Existing Projects into Workspace" from Eclipse
+main menu. See the manual for detailed instructions.
+------------------------------------------
What's Inside the IT Mill Toolkit Package?
+------------------------------------------
-You should start exploring IT Mill Toolkit through the provided web application
-within this package, see 'How to Start?' above. WebContent contains demos,
-documentation and other useful information to get started with IT Mill Toolkit.
+You should start exploring IT Mill Toolkit through the provided Content Browser web
+application within this package; see 'How to Start?' above.
-This directory is directly importable to Eclipse IDE using
-"File / Import / Existing Projects into Workspace" selection from Eclipse main
-menu.
+The WebContent directory contains the content available through the Content Browser: the
+IT Mill Toolkit Library, demos, documentation, and other useful information to get started
+with IT Mill Toolkit.
Below is a list of most important locations and files:
@@ -25,39 +34,38 @@ COPYING
- license file
WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar
-- IT Mill Toolkit library containing Java source and compiled files
+- IT Mill Toolkit Library containing Java source and compiled files
WebContent/demo/itmill-toolkit.war
- deployable demo application for your application server
WebContent/doc/manual.pdf
-- manual in PDF format
+- IT Mill Toolkit Reference Manual in PDF format
WebContent/doc/manual/index.html
-- manual in HTML format
+- IT Mill Toolkit Reference Manual in HTML format
WebContent/doc/api/index.html
-- JavaDocs
+- IT Mill Toolkit API Documentation as JavaDoc reference
WebContent/WEB-INF/src
-- demo source code, compiled into WebContent/WEB-INF/classes
+- Content Browser source code, compiled into WebContent/WEB-INF/classes
WebContent/doc/example-source
-- example source in HTML format
+- example source code in HTML format
WebContent/demo
-- files required by demos
+- files required by the demos
IT Mill Toolkit Hosted Mode.launch
IT Mill Toolkit Web Mode.launch
- launch configurations for Eclipse workspace
build-widgetsets.xml
-- builds GWT widgetsets for IT Mill Toolkit applications
+- builds GWT widget sets for IT Mill Toolkit applications
WebContent/ITMILL
-- widgetsets and themes
+- widget sets and themes
gwt
-- Google Web Toolkit is required for building new widgetsets
-
+- Google Web Toolkit is required for building new widget sets
diff --git a/build/package/mac-readme.txt b/build/package/mac-readme.txt
index d96a123ab0..210bf8c866 100644
--- a/build/package/mac-readme.txt
+++ b/build/package/mac-readme.txt
@@ -1,22 +1,32 @@
-== IT Mill Toolkit <version></version> Readme ==
+==============================================================================
+IT Mill Toolkit <version></version> Readme
+==============================================================================
+-------------
How to Start?
+-------------
-Just double-click Start IT Mill Toolkit icon. This starts IT Mill Toolkit
-web application which guides your forward. If for some reason start icon
-fails in your environment, another option is to open shell and execute
-"sh start.sh".
+Just double-click Start IT Mill Toolkit icon. It will start a web application at port 8888
+on the local host and opens a web browser window to display the start page of IT Mill
+Toolkit Content Browser.
+If the start icon fails in your environment for some reason, another option is to open a
+shell window, change to the installation directory, and execute "sh start.sh".
+The installation directory is a web application as itself and is directly importable to
+Eclipse IDE by selecting "File / Import / Existing Projects into Workspace" from Eclipse
+main menu. See the manual for detailed instructions.
+
+------------------------------------------
What's Inside the IT Mill Toolkit Package?
+------------------------------------------
-You should start exploring IT Mill Toolkit through the provided web application
-within this package, see 'How to Start?' above. WebContent contains demos,
-documentation and other useful information to get started with IT Mill Toolkit.
+You should start exploring IT Mill Toolkit through the provided Content Browser web
+application within this package; see 'How to Start?' above.
-This directory is directly importable to Eclipse IDE using
-"File / Import / Existing Projects into Workspace" selection from Eclipse main
-menu.
+The WebContent directory contains the content available through the Content Browser: the
+IT Mill Toolkit Library, demos, documentation, and other useful information to get started
+with IT Mill Toolkit.
Below is a list of most important locations and files:
@@ -27,39 +37,38 @@ COPYING
- license file
WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar
-- IT Mill Toolkit library containing Java source and compiled files
+- IT Mill Toolkit Library containing Java source and compiled files
WebContent/demo/itmill-toolkit.war
- deployable demo application for your application server
WebContent/doc/manual.pdf
-- manual in PDF format
+- IT Mill Toolkit Reference Manual in PDF format
WebContent/doc/manual/index.html
-- manual in HTML format
+- IT Mill Toolkit Reference Manual in HTML format
WebContent/doc/api/index.html
-- JavaDocs
+- IT Mill Toolkit API Documentation as JavaDoc reference
WebContent/WEB-INF/src
-- demo source code, compiled into WebContent/WEB-INF/classes
+- Content Browser source code, compiled into WebContent/WEB-INF/classes
WebContent/doc/example-source
-- example source in HTML format
+- example source code in HTML format
WebContent/demo
-- files required by demos
+- files required by the demos
IT Mill Toolkit Hosted Mode.launch
IT Mill Toolkit Web Mode.launch
- launch configurations for Eclipse workspace
build-widgetsets.xml
-- builds GWT widgetsets for IT Mill Toolkit applications
+- builds GWT widget sets for IT Mill Toolkit applications
WebContent/ITMILL
-- widgetsets and themes
+- widget sets and themes
gwt
-- Google Web Toolkit is required for building new widgetsets
-
+- Google Web Toolkit is required for building new widget sets
diff --git a/build/package/windows-readme.txt b/build/package/windows-readme.txt
index 3250ba4813..023727a6f2 100644
--- a/build/package/windows-readme.txt
+++ b/build/package/windows-readme.txt
@@ -1,20 +1,29 @@
-== IT Mill Toolkit <version></version> Readme ==
+==============================================================================
+IT Mill Toolkit <version></version> Readme
+==============================================================================
+-------------
How to Start?
+-------------
-Just double-click start.bat icon. This starts IT Mill Toolkit web application
-which guides your forward.
+Just double-click start.bat icon. It will start a web application at port 8888 on the
+local host and opens a web browser window to display the start page of IT Mill Toolkit
+Content Browser.
+The installation directory is a web application as itself and is directly importable to
+Eclipse IDE by selecting "File / Import / Existing Projects into Workspace" from Eclipse
+main menu. See the manual for detailed instructions.
+------------------------------------------
What's Inside the IT Mill Toolkit Package?
+------------------------------------------
-You should start exploring IT Mill Toolkit through the provided web application
-within this package, see 'How to Start?' above. WebContent contains demos,
-documentation and other useful information to get started with IT Mill Toolkit.
+You should start exploring IT Mill Toolkit through the provided Content Browser web
+application within this package; see 'How to Start?' above.
-This directory is directly importable to Eclipse IDE using
-"File / Import / Existing Projects into Workspace" selection from Eclipse main
-menu.
+The WebContent directory contains the content available through the Content Browser: the
+IT Mill Toolkit Library, demos, documentation, and other useful information to get started
+with IT Mill Toolkit.
Below is a list of most important locations and files:
@@ -25,39 +34,38 @@ COPYING
- license file
WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar
-- IT Mill Toolkit library containing Java source and compiled files
+- IT Mill Toolkit Library containing Java source and compiled files
WebContent/demo/itmill-toolkit.war
- deployable demo application for your application server
WebContent/doc/manual.pdf
-- manual in PDF format
+- IT Mill Toolkit Reference Manual in PDF format
WebContent/doc/manual/index.html
-- manual in HTML format
+- IT Mill Toolkit Reference Manual in HTML format
WebContent/doc/api/index.html
-- JavaDocs
+- IT Mill Toolkit API Documentation as JavaDoc reference
WebContent/WEB-INF/src
-- demo source code, compiled into WebContent/WEB-INF/classes
+- Content Browser source code, compiled into WebContent/WEB-INF/classes
WebContent/doc/example-source
-- example source in HTML format
+- example source code in HTML format
WebContent/demo
-- files required by demos
+- files required by the demos
IT Mill Toolkit Hosted Mode.launch
IT Mill Toolkit Web Mode.launch
- launch configurations for Eclipse workspace
build-widgetsets.xml
-- builds GWT widgetsets for IT Mill Toolkit applications
+- builds GWT widget sets for IT Mill Toolkit applications
WebContent/ITMILL
-- widgetsets and themes
+- widget sets and themes
gwt
-- Google Web Toolkit is required for building new widgetsets
-
+- Google Web Toolkit is required for building new widget sets