Skip to content

Commit 2d3b9ab

Browse files
committed
Fixed docs
1 parent 7060463 commit 2d3b9ab

File tree

5 files changed

+21
-17
lines changed

5 files changed

+21
-17
lines changed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ TOMTOM SPEEDTOOLS LIBRARY
33
-------------------------------------------------------------------------------
44

55
SpeedTools is a collection of generic utilities, originally developed by Rijn Buve,
6-
Ruud Diterwich, Daan van Dijk and Andreas Wuest for the TomTom Taxi project.
6+
Ruud Diterwich, Daan van Dijk and Andreas Wuest.
77

88
Copyright (C) 2014-2015 TomTom International BV (http://www.tomtom.com)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2012-2015, TomTom International BV. All rights reserved.
44
----
55

66
SpeedTools is a collection of generic utilities, originally developed by Rijn Buve,
7-
Ruud Diterwich, Daan van Dijk and Andreas Wuest for the TomTom Taxi project.
7+
Ruud Diterwich, Daan van Dijk and Andreas Wuest for a large commercial project.
88

99
The library was created to develop highly scalable web services, using Typesafe Akka,
1010
Google Guice and MongoDB, but many of the tools are usable in other contexts

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<description>
3333
SpeedTools is a collection of generic utilities, originally developed by Rijn Buve, Daan van Dijk and
34-
Ruud Diterwich, for the TomTom Taxi project. These utilities have been extensively code reviewed and have
34+
Ruud Diterwich and Andreas Wuest. These utilities have been extensively code reviewed and have
3535
good test coverage.
3636

3737
If you wish to contribute to this project, please contact Rijn Buve.
@@ -62,6 +62,12 @@
6262
<name>Ruud Diterwich</name>
6363
<email>[email protected]</email>
6464
</developer>
65+
66+
<developer>
67+
<id>anwi</id>
68+
<name>Andreas Wuest</name>
69+
<email>[email protected]</email>
70+
</developer>
6571
</developers>
6672

6773
<licenses>

src/site/apt/ReleaseNotes.apt.vm

+3-3
Original file line numberDiff line numberDiff line change
@@ -400,15 +400,15 @@ Earlier Releases (Pre 3.0.0, Apache License 2.0)
400400

401401
* 1.1.0
402402

403-
* First refactored version of the well reviewed and well tested TomTom Taxi utils library, made entirely
404-
generic. All links to TomTom Taxi have been removed. These utils should now be easily be usable in any
403+
* First refactored version of the well reviewed and well tested utils library, made entirely
404+
generic. These utils should now be easily be usable in any
405405
other TomTom project.
406406

407407
[]
408408

409409
* 1.0.28(-SNAPSHOT) and earlier
410410

411-
* These version originally came from the TomTom Taxi project, called Texas. Please refer to their original
411+
* These version originally came from the TomTom commercial project. Please refer to their original
412412
project documentation for more release information.
413413

414414
[]

src/site/apt/index.apt.vm

+9-11
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Introduction
77
<<SpeedTools>> is a collection of generic Java utilities which are specifically coded to be high-performance
88
and very reliable. Most of the code has been 100% code reviewed and has great test coverage.
99

10-
The code was originally developed by Rijn Buve, Daan van Dijk and Ruud Diterwich for the TomTom Taxi project
11-
and ran for with zero-downtime for months in a data center, serving hundreds of thousands of requests.
10+
The code was originally developed by Rijn Buve, Daan van Dijk and Ruud Diterwich for a commercial TomTom
11+
service and ran for with zero-downtime for months in a data center, serving hundreds of thousands of requests.
1212

1313
Feel free to use them in your project.
1414

@@ -76,6 +76,8 @@ SpeedTools Packages
7676

7777
<<SpeedTools>> consists of several modules:
7878

79+
* <<apivalidation>> which support for API parameter validation (if you don't wish to use the JSR one)
80+
7981
* <<core>> which consists of a lot of handy classes and utilities for your main Java application,
8082

8183
* <<geo>> which contains a set of geometry (and geographical) classes,
@@ -85,23 +87,19 @@ SpeedTools Packages
8587
* <<json>> with JSON reading/writing support, as well as an excellent standard implementation for
8688
toString(),
8789

88-
* <<metric>> with support for keeping runtime metrics (i.c.w. JMX),
89-
90-
* <<guice>> with extended support for Google Guice and property file handling,
90+
* <<lbs>> which provides easy interfaces for (TomTom) LBS services, like mapping,
91+
geocoding and routing,
9192

92-
* <<apivalidation>> which support for API parameter validation (if you don't wish to use the JSR one)
93+
* <<metric>> with support for keeping runtime metrics (i.c.w. JMX),
9394

9495
* <<mongodb>> which contains MongoDB specific classes that will handle easy schema migration in
9596
MongoDB databases and a superfast "event tracer" system, based on MongoDB, and
9697

97-
* <<rest>> which consists utilities to create RestEasy REST APIs,
98-
99-
* <<lbs>> which provides easy interfaces for (TomTom) LBS services, like mapping,
100-
geocoding and routing,
101-
10298
* <<pushnotifications]>> which provides generic interfaces for iOS APNS and Android GCM push
10399
notification services,
104100

101+
* <<rest>> which consists utilities to create RestEasy REST APIs,
102+
105103
* <<sms>> which provides interfaces for SMS services, with implementations for MessageBird and Nexmo,
106104

107105
* <<testutils>> which consists of some utilities which are to be used for Java unit tests

0 commit comments

Comments
 (0)