diff --git a/README.md b/README.md index bc1042ae3..025bcae5d 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,11 @@ -POCO C++ Libraries -================== - -Build Status ------------- - -- Travis: [![Travis Build Status](https://travis-ci.org/pocoproject/poco.png?branch=poco-1.8.0)](https://travis-ci.org/pocoproject/poco) -- AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/7iyrx3f233s3akae/branch/poco-1.8.0?svg=true)](https://ci.appveyor.com/project/obiltschnig/poco/branch/poco-1.8.0) -- [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/370/badge)](https://bestpractices.coreinfrastructure.org/projects/370) - - ![alt text][logo] + +[![Travis Build Status](https://travis-ci.org/pocoproject/poco.png?branch=poco-1.9.0)](https://travis-ci.org/pocoproject/poco) +[![Build status](https://ci.appveyor.com/api/projects/status/7iyrx3f233s3akae/branch/poco-1.9.0?svg=true)](https://ci.appveyor.com/project/obiltschnig/poco/branch/poco-1.9.0) +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/370/badge)](https://bestpractices.coreinfrastructure.org/projects/370) + + POrtable COmponents C++ Libraries are: -------------------------------------- - A collection of C++ class libraries, conceptually similar to the Java Class Library, the .NET Framework or Appleā€™s Cocoa. @@ -21,6 +16,8 @@ POrtable COmponents C++ Libraries are: - Highly portable and available on many different platforms, from embedded to server. - Open Source, licensed under the [Boost Software License](https://spdx.org/licenses/BSL-1.0). +![alt text][overview] + ---- To start using POCO, see the [Guided Tour](https://pocoproject.org/docs/00100-GuidedTour.html) and [Getting Started](https://pocoproject.org/docs/00200-GettingStarted.html) documents. @@ -36,4 +33,5 @@ In regards to Boost, in spite of some functional overlapping, POCO is best thought of as a Boost complement (rather than replacement). Side-by-side use of Boost and POCO is a very common occurrence. -[logo]: https://raw.githubusercontent.com/pocoproject/poco/develop/doc/poco.png "Poco Layout" +[overview]: https://raw.githubusercontent.com/pocoproject/poco/poco-1.9.0/doc/images/overview.png "Poco Overview" +[logo]: https://raw.githubusercontent.com/pocoproject/poco/poco-1.9.0/doc/images/logo.png "Poco Logo" diff --git a/doc/images/logo.png b/doc/images/logo.png new file mode 100644 index 000000000..f453d125a Binary files /dev/null and b/doc/images/logo.png differ diff --git a/doc/images/overview.png b/doc/images/overview.png new file mode 100644 index 000000000..db3844cfc Binary files /dev/null and b/doc/images/overview.png differ