Skip to content

Commit f00c283

Browse files
committed
Update readme to reflect what version of IPT patch is for
1 parent 02c847f commit f00c283

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
ipt-customizations
22
==================
33

4-
Customize the [Global Biodiversity Information Facility](http://www.gbif.org)'s [Integrated Publishing Toolkit (IPT)](http://code.google.com/p/gbif-providertoolkit/) v. 2.1 with alternative freemarker, css, and js. A similar set of customized files was produced for IPT v. 2.0.5 and v. 2.0.3 and are available from [previous releases](https://github.com/Canadensys/ipt-customization/releases/).
4+
Customize the [Global Biodiversity Information Facility](http://www.gbif.org)'s [Integrated Publishing Toolkit (IPT)](http://code.google.com/p/gbif-providertoolkit/) v. 2.1.1 with alternative freemarker, css, and js. A similar set of customized files was produced for IPT v. 2.0.5 and v. 2.0.3 and are available from [previous releases](https://github.com/Canadensys/ipt-customization/releases/).
55

6-
This patch is specific to IPT 2.1 and the [Canadensys IPT](http://data.canadensys.net/ipt/) install. It is provided here to illustrate how the Canadensys team coordinates its IPT customization and for its version control.
6+
This patch is specific to IPT 2.1.1 and the [Canadensys IPT](http://data.canadensys.net/ipt/) install. It is provided here to illustrate how the Canadensys team coordinates its IPT customization and for its version control.
77

8-
Copy canadensys_ipt_2.1.patch into the Tomcat directory for your IPT (i.e. where you have its META-INF, WEB-INF, images, js, and styles directories) and execute:
8+
Copy canadensys_ipt_2.1.1.patch into the Tomcat directory for your IPT (i.e. where you have its META-INF, WEB-INF, images, js, and styles directories) and execute:
99

10-
$ patch -p1 < canadeneys_ipt_2.1.patch
10+
$ patch -p1 < canadeneys_ipt_2.1.1.patch
1111

1212
Copy the two image files in images/dataTables into the directory by the same name on your IPT.
1313

1414
To reverse the patch:
1515

16-
$ patch -p1 -R < canadeneys_ipt_2.1.patch
16+
$ patch -p1 -R < canadeneys_ipt_2.1.1.patch
1717

1818
This patch was made by David P. Shorthouse.

0 commit comments

Comments
 (0)