Skip to content

Commit

Permalink
Updated HELPSU request url
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed Jun 12, 2015
1 parent cd7b490 commit 05628f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stanford CAPx

Stanford CAP Extensible module builds on some great work. This module provides an interface for administrators to pull information directly from the CAP API into Drupal. This allows profile owners to continue to manage their profile information on the CAP web service and have that information automatically reflected into a Drupal website.
Stanford CAP Extensible module builds on some great work. This module provides an interface for administrators to pull information directly from the CAP API into Drupal. This allows profile owners to continue to manage their profile information on the CAP web service and have that information automatically reflected into a Drupal website.

## What is CAP?

Expand All @@ -17,7 +17,7 @@ Install this module like [any other Drupal module](https://www.drupal.org/docume

## Authentication

Before you get started you will need to have authentication credentials. To get authentication credentials, [file a HelpSU request](https://helpsu.stanford.edu/helpsu/3.0/auth/helpsu-form?pcat=CAP&dtemplate=CAP-OAuth-Info) to Administrative Applications/CAP Stanford Profiles.
Before you get started you will need to have authentication credentials. To get authentication credentials, [file a HelpSU request](https://helpsu.stanford.edu/helpsu/3.0/auth/helpsu-form?pcat=CAP_API&dtemplate=CAP-OAuth-Info) to Administrative Applications/CAP Stanford Profiles.

## Configuration

Expand All @@ -26,15 +26,15 @@ For detailed documentation on the configuration and usage of this module, please
## Developer

[GitHub](https://github.com/SU-SWS/stanford_capx) page.
Collaboration and bug reports are welcome. Please file bug reports on the github issues page. You are also welcome to suggest new functionality in the way of a pull request.
Collaboration and bug reports are welcome. Please file bug reports on the github issues page. You are also welcome to suggest new functionality in the way of a pull request.

Also included in this package is a module called: capx_issue_collector. If you enable this module you will have a 'report feedback' button added to the bottom right hand corner of your website. This will allow you to post feedback directly to our Jira instance.
Also included in this package is a module called: capx_issue_collector. If you enable this module you will have a 'report feedback' button added to the bottom right hand corner of your website. This will allow you to post feedback directly to our Jira instance.

## Credits

* Trellon, for the [original CAP module](https://github.com/Stanford/CAP_drupal) and all the problems they solved. A great amount of inspiration and information was used from this module.
* Trellon, for added support in the development and testing of this module.
* Kenneth Sharp, for his work on CAP lite and for his contributions to functionality.
* Kenneth Sharp, for his work on CAP lite and for his contributions to functionality.
* Zach Chandler, for his vision and direction.
* Stanford Web Services, for putting all the pieces together.
* CAP working group for all of their invaluable feedback and time spent.
Expand Down
2 changes: 1 addition & 1 deletion docs/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The **connect** tab is where you add your username and password to connect to th

##Authorization

Before you get started you will need to have authentication credentials. To get authentication credentials,[file a HelpSU request] (https://helpsu.stanford.edu/helpsu/3.0/auth/helpsu-form?pcat=CAP&dtemplate=CAP-OAuth-Info) to Administrative Applications/CAP Stanford Profiles.
Before you get started you will need to have authentication credentials. To get authentication credentials,[file a HelpSU request] (https://helpsu.stanford.edu/helpsu/3.0/auth/helpsu-form?pcat=CAP_API&dtemplate=CAP-OAuth-Info) to Administrative Applications/CAP Stanford Profiles.

**Note:** Client ID and Password is specifically for the CAPx module. This is not your SUNet ID or Drupal username and password.

Expand Down
2 changes: 1 addition & 1 deletion stanford_capx.pages.inc
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function stanford_capx_admin_config_help() {

$content .= "<h2>" . t("Authentication credentials") . "</h2>";
$content .= "<p>" . t("Authentication credentials allow you to connect to the CAP API and import content into your website.") . "</p>";
$content .= "<p>" . t("To get authentication credentials, file a !helpsu to Administrative Applications/CAP Stanford Profiles.", array("!helpsu" => l(t("HelpSU request"), "https://helpsu.stanford.edu/helpsu/3.0/auth/helpsu-form?pcat=CAP&dtemplate=CAP-OAuth-Info"))) . "</p>";
$content .= "<p>" . t("To get authentication credentials, file a !helpsu to Administrative Applications/CAP Stanford Profiles.", array("!helpsu" => l(t("HelpSU request"), "https://helpsu.stanford.edu/helpsu/3.0/auth/helpsu-form?pcat=CAP_API&dtemplate=CAP-OAuth-Info"))) . "</p>";
$content .= "<p>&nbsp;</p>";

$content .= "<h2>" . t("CAP data - Choosing fields") . "</h2>";
Expand Down

0 comments on commit 05628f6

Please sign in to comment.