diff --git a/handbook/ChangeLog b/handbook/ChangeLog index 2cff9f9967..e0b51d4a12 100644 --- a/handbook/ChangeLog +++ b/handbook/ChangeLog @@ -1,3 +1,12 @@ +2008-02-29 Matthew Allum + + * development.xml: + Disable images too big / lack context for now. + * introduction.xml: + Remove some OH specific stuff. + * style.css: + Remove limit on image size + 2008-02-15 Matthew Allum * introduction.xml: diff --git a/handbook/development.xml b/handbook/development.xml index ee98265ca0..637d279d4d 100644 --- a/handbook/development.xml +++ b/handbook/development.xml @@ -46,7 +46,7 @@ developer can cross compile an application then deploy and execute the output in a QEMU emulation session. It also supports cross debugging and profiling. - + To use the plugin, a toolchain and SDK built by Poky is required along with Anjuta and the Anjuta plugin. The Poky Anjuta plugin is available from the OpenedHand SVN repository located at @@ -116,7 +116,7 @@ the root filesystem image, this should be an image (not a tarball) - + @@ -686,6 +686,7 @@ $ opreport -cl are installed onto the target device for OProfileUI interaction. + In order to convert the data in the sample format from the target to the host the opimport program is needed. diff --git a/handbook/introduction.xml b/handbook/introduction.xml index 1f56fd463d..291ed5d214 100644 --- a/handbook/introduction.xml +++ b/handbook/introduction.xml @@ -34,25 +34,6 @@ - OpenedHand is the principle developer and maintainer of Poky and uses it to: - - - - Provide OpenedHand with stable R&D platform we can build and develop upon. - - - - Provide a testbed and showcase for OpenedHand's software products - (such as the Matchbox, Clutter and - Pimlico software packages and - Sato, the default user interface in Poky). - - - - Provide a supported base we can supply to our clients for building and developing their customised platforms. - - - Poky is primarily a platform builder which generates filesystem images based on open source software such as the Kdrive X server, the Matchbox @@ -88,7 +69,7 @@ - Poky has a growing open source community backed up by commercial support provided by OpenedHand. + Poky has a growing open source community backed up by commercial support provided by the principle developer and maintainer of Poky, OpenedHand Ltd. diff --git a/handbook/style.css b/handbook/style.css index e2b7572bf2..59e34680ff 100644 --- a/handbook/style.css +++ b/handbook/style.css @@ -263,11 +263,6 @@ img { border: none; } -.mediaobject img, -.mediaobjectco img{ - max-width: 36em; -} - ul { padding: 0 0 0 1.5em; }