Skip to content

Commit

Permalink
Remove contents section
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Oct 23, 2016
1 parent ff283b5 commit 234963a
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@

XSLT transformations of SAML metadata

## Contents

Executables:

* http_xsltproc.sh

Library files:

* list_all_IdP_DisplayNames_csv.xsl
* list_all_IdPs_csv.xsl
* list_all_RandS_IdPs_csv.xsl
* list_all_RandS_SPs_csv.xsl
* list_all_SPs_csv.xsl

## Installation

Download the source, change directory to the source directory, and install the source into ``/tmp`` as follows:
Expand All @@ -34,7 +20,19 @@ $ export LIB_DIR=$HOME/lib
$ ./install.sh $BIN_DIR $LIB_DIR
```

An installation directory will be created if it doesn't already exist.
An installation directory will be created if one doesn't already exist. In any case, the following files will be installed:

```Shell
$ ls -1 $BIN_DIR
http_xsltproc.sh

$ ls -1 $LIB_DIR
list_all_IdP_DisplayNames_csv.xsl
list_all_IdPs_csv.xsl
list_all_RandS_IdPs_csv.xsl
list_all_RandS_SPs_csv.xsl
list_all_SPs_csv.xsl
```

## Overview

Expand Down

0 comments on commit 234963a

Please sign in to comment.