Download the PHP package su-sws/stanford_help without Composer

On this page you can find all versions of the php package su-sws/stanford_help. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package stanford_help

Stanford Help

Version 7.x-1.x-dev

Maintainers: cjwest, boznik Changelog.txt

Drupal Features module for providing site specific help and maintenance information. When used with the Content Access module, this help content type allows the site administrator to use permissions to select who can view and edit the help pages. This is designed to keep the help information available only to selected roles and away from search bots.

Configuration for Stanford Help

After installing and enabling the Stanford Help feature, install and enable the Content Access module (https://www.drupal.org/project/content_access). Then navigate to admin/structure/types/manage/stanford_help_page/access, and select your desired access control settings.

Current implementation of Stanford Help is intended to be a singular page with access limited by content-access.

Steps to install:

Unless the site help is installed with the product, an administrator will need to configure the help section.

  1. Install / Enable stanford_help module.
  2. Create new Help page. For consistency it is recommended to create the page with the following path: https://<site url>/site-help
  3. Verify that the Content Access module is enabled
  4. Set permissions to Stanford Help content type. See table below.
  5. Add a block to the top of the admin/stanford-jumpstart page with the following content: Documentation specific to your site can be found at the following URL: https://<site url>/site-help

Permissions for Stanford Help Content Type:

Site Admin Site Owner Editor Anon/Other
Create Stanford Help page YES NO NO NO
Edit Stanford Help page YES YES NO NO
View Stanford Help page YES YES YES NO
Delete Stanford Help page YES NO NO NO

Create Help block on Get Help page

  1. Create a stanford_postcard block named Jumpstart Site Specific Help Link
  2. In the block add the text: Documentation specific to your site can be found at the following URL: https://<site_url>/site-help Substitute the current site URL for <site_url> in the text.
  3. Navigate to the Context page at (structures > context) admin/structure/context and click on +Add
  4. In the Add a new context form, add values:
Field Value
Name jumpstart_help_page
Tag Help
Description Place blocks on the "Get help" page
Conditions Path
Reation blocks
Help (region) Jumpstart Site Specific Help Link

Navigate to admin/stanford-jumpstart to verify your block placement and click on your new link on the top help page.


All versions of stanford_help with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ^1.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package su-sws/stanford_help contains the following files

Loading the files please wait ....