Skip to content

Commit

Permalink
fixing syntax issue uncovered by newer version of mvn site plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonabrown committed Jul 26, 2016
1 parent c0386a0 commit ad37a1f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
Expand Up @@ -6,7 +6,7 @@ Get info about a single arrival and departure for a stop

## Sample Request

http://api.pugetsound.onebusaway.org/api/where/arrival-and-departure-for-stop/1_75403.xml?key=TEST&tripId=1_15551341&serviceDate=1291536000000&vehicleId=1_3521&stopSequence=42
http://api.pugetsound.onebusaway.org/api/where/arrival-and-departure-for-stop/1_75403.xml?key=TEST&tripId=1_15551341&serviceDate=1291536000000&vehicleId=1_3521&stopSequence=42

## Sample Response

Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/api/where/methods/plan-trip.md
Expand Up @@ -10,7 +10,7 @@ Check out the [OpenTripPlanner](http://www.opentripplanner.org/) open-source pro

## Sample Request

http://soak-api.pugetsound.onebusaway.org/api/where/plan-trip.xml?key=TEST&latFrom=47.669940&lonFrom=-122.387958&latTo=47.598941&lonTo=-122.331138&time=2011-01-31_12-48-00
http://soak-api.pugetsound.onebusaway.org/api/where/plan-trip.xml?key=TEST&latFrom=47.669940&lonFrom=-122.387958&latTo=47.598941&lonTo=-122.331138&time=2011-01-31_12-48-00

## Sample Response

Expand Down
Expand Up @@ -6,7 +6,7 @@ Register an alarm for a single arrival and departure at a stop, with a callback

## Sample Request

http://api.pugetsound.onebusaway.org/api/where/register-alarm-for-arrival-and-departure-at-stop/1_75403.xml?key=TEST&tripId=1_15551341&serviceDate=1291536000000&vehicleId=1_3521&stopSequence=42&alarmTimeOffset=120&url=http://host/callback_url
http://api.pugetsound.onebusaway.org/api/where/register-alarm-for-arrival-and-departure-at-stop/1_75403.xml?key=TEST&tripId=1_15551341&serviceDate=1291536000000&vehicleId=1_3521&stopSequence=42&alarmTimeOffset=120&url=http://host/callback_url

## Sample Response

Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/api/where/methods/routes-for-location.md
Expand Up @@ -6,7 +6,7 @@ Search for routes near a specific location, optionally by name

## Sample Request

http://api.pugetsound.onebusaway.org/api/where/routes-for-location.xml?key=TEST&lat=47.653435&lon=-122.305641
http://api.pugetsound.onebusaway.org/api/where/routes-for-location.xml?key=TEST&lat=47.653435&lon=-122.305641

## Sample Response

Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/api/where/methods/stops-for-location.md
Expand Up @@ -6,7 +6,7 @@ Search for stops near a specific location, optionally by stop code

## Sample Request

http://api.pugetsound.onebusaway.org/api/where/stops-for-location.xml?key=TEST&lat=47.653435&lon=-122.305641
http://api.pugetsound.onebusaway.org/api/where/stops-for-location.xml?key=TEST&lat=47.653435&lon=-122.305641

## Sample Response

Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/api/where/methods/trips-for-location.md
Expand Up @@ -6,7 +6,7 @@ Search for active trips near a specific location.

## Sample Request

http://api.pugetsound.onebusaway.org/api/where/trips-for-location.xml?key=TEST&lat=47.653&lon=-122.307&latSpan=0.008&lonSpan=0.008
http://api.pugetsound.onebusaway.org/api/where/trips-for-location.xml?key=TEST&lat=47.653&lon=-122.307&latSpan=0.008&lonSpan=0.008

## Sample Response

Expand Down
16 changes: 8 additions & 8 deletions src/site/markdown/downloads.md.vm
Expand Up @@ -4,23 +4,23 @@ Looking for a quick intro to using OneBusAway? Be sure to check out the [Quick-

To build your [transit data bundle](guides/transit-data-bundle-guide.html), you will need:

* [onebusaway-transit-data-federation-builder-${currentVersion}.jar](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-transit-data-federation-builder&c=withAllDependencies&e=jar&v=${currentVersion})
* [onebusaway-transit-data-federation-builder-${currentVersion}.jar](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-transit-data-federation-builder&c=withAllDependencies&e=jar&v=${currentVersion})

To run the OneBusAway combined webapp (includes web, api, sms, and phone functionality), you will need:

* [onebusaway-combined-webapp-full-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-combined-webapp&e=war&c=full&v=${currentVersion})
* [onebusaway-combined-webapp-full-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-combined-webapp&e=war&c=full&v=${currentVersion})

To run just the api webapp in stand-alone mode, you will need:

* [onebusaway-combined-webapp-api-only-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-combined-webapp&e=war&c=api-only&v=${currentVersion})
* [onebusaway-combined-webapp-api-only-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-combined-webapp&e=war&c=api-only&v=${currentVersion})

Optionally, the individual component webapps that make up the OneBusAway application suite can each be downloaded individually:

* [onebusaway-transit-data-federation-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-transit-data-federation-webapp&e=war&v=${currentVersion}) - serve your transit data bundle
* [onebusaway-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-webapp&e=war&v=${currentVersion}) - web interface
* [onebusaway-api-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-api-webapp&e=war&v=${currentVersion}) - api interface
* [onebusaway-sms-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-sms-webapp&e=war&v=${currentVersion}) - sms interface
* [onebusaway-phone-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-phone-webapp&e=war&v=${currentVersion}) - phone (IVR) interface
* [onebusaway-transit-data-federation-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-transit-data-federation-webapp&e=war&v=${currentVersion}) - serve your transit data bundle
* [onebusaway-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-webapp&e=war&v=${currentVersion}) - web interface
* [onebusaway-api-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-api-webapp&e=war&v=${currentVersion}) - api interface
* [onebusaway-sms-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-sms-webapp&e=war&v=${currentVersion}) - sms interface
* [onebusaway-phone-webapp-${currentVersion}.war](http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-phone-webapp&e=war&v=${currentVersion}) - phone (IVR) interface

Also, don't forget the [OneBusAway Quick-Start Bundles](guides/quickstart-guide.html), which bundle OneBusAway into a single war that's easier to deploy but doesn't offer as much customization.

4 changes: 2 additions & 2 deletions src/site/markdown/guides/quickstart-guide.md.vm
Expand Up @@ -27,8 +27,8 @@ supports real-time data for delays, service alerts, and vehicle positions in the

$H$H Download a Quickstart Bundle

#set( $webapp_url = 'http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-quickstart-assembly&c=webapp&e=war&v=' + ${currentVersion} )
#set( $api_webapp_url = 'http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-quickstart-assembly&c=api-webapp&e=war&v=' + ${currentVersion} )
#set( $webapp_url = 'http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-quickstart-assembly&c=webapp&e=war&v=' + ${currentVersion} )
#set( $api_webapp_url = 'http://nexus.onebusaway.org/service/local/artifact/maven/content?r=public&g=org.onebusaway&a=onebusaway-quickstart-assembly&c=api-webapp&e=war&v=' + ${currentVersion} )

You need to download one of the quickstart bundles. Pick a bundle based on what features you are interested in:

Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/guides/sms-webapp-configuration-guide.md
Expand Up @@ -13,7 +13,7 @@ go with. OneBusAway supports the following providers by default:
OneBusAway supports the [Textmarks](http://textmarks.com/) provider by default. When configuring your Textmarks
keyword, use the following url (adjusted for your installation location):

http://localhost:8080/sms/textmarks.action?userId=\u&phoneNumber=\p&message=\0
http://localhost:8080/sms/textmarks.action?userId=\u&phoneNumber=\p&message=\0

This will configure Textmarks to pass in the userId and phoneNumber (which we use for session management and identifying
the user) as well as the contents of the text itself.

0 comments on commit ad37a1f

Please sign in to comment.