Skip to content

Commit 48757b4

Browse files
committed
Small tweaks to site content.
1 parent 5433ba4 commit 48757b4

4 files changed

Lines changed: 17 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The [utPLSQL website](https://utplsql.github.io) is powered by [Jekyll](https:/
44

55
This also works in harmony with the gh-pages branches on the various other repository to create a single website. For example the [utpsql](https://github.com/utPLSQL/utPLSQL) repositories [gh-pages](https://github.com/utPLSQL/utPLSQL/tree/gh-pages) branch, is visible at [https://utplsql.github.io/utPLSQL/](https://utplsql.github.io/utPLSQL/).
66

7-
This allows for documentation from each sub repository to host it's own documentation without having to modify the utpsql.github.io repsitory directly.
7+
This allows for documentation from each sub repository to host it's own documentation without having to modify the utplsql.github.io repository directly.
88

99

1010

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: utPLSQL
1010
google_analytics: UA-80445365-1
1111
email:
1212
description: > # this means to ignore newlines until "baseurl:"
13-
Ultimate Testing Framework for Oracle PL/SQL.
13+
Testing Framework for PL/SQL
1414
baseurl: "" # the subpath of your site, e.g. /blog
1515
url: "https://utPLSQL.github.com" # the base hostname & protocol for your site
1616
twitter_username: utplsql

about.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ title: About
44
permalink: /about/
55
---
66

7-
utPLSQL is a very versatile open source unit testing framework for Oracle PL/SQL.
7+
utPLSQL is an open-source testing framework for PL/SQL and SQL
88

99
It allow for automated testing of:
1010

1111
* Packages
1212
* Functions
1313
* Procedures
14-
* Anything that can be execute or observed in PL/SQL such as:
15-
* Table Default Values
16-
* Table Triggers
17-
* View Triggers
18-
* Objects
14+
* Anything else that can be execute and observed from PL/SQL
1915

2016

21-
utPLSQL was originally developed by [Steven Feuerstein](http://stevenfeuerstein.com/) and is now maintained by active team of developers.
17+
utPLSQL was originally developed by [Steven Feuerstein](http://stevenfeuerstein.com/).
18+
19+
It is currently developed and maintained by a team of passionate developers.
20+
21+
Feel free to [try it out](/downloads), you won't regret it.
22+
Additional information can be found in the [documentation](/documentation) pages.
2223

23-
Feel free to [try it out](/downloads) you won't regret it. Additional information can be found in the [documentation](/documentation)

downloads.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ title: Downloads
44
permalink: /downloads/
55
---
66

7-
[Latest Release](https://github.com/utPLSQL/utPLSQL/releases/latest)
87

9-
Older releases can be found on our [releases page](https://github.com/utPLSQL/utPLSQL/releases).
8+
- [utPLSQL framework](https://github.com/utPLSQL/utPLSQL/releases) - the testing framework
109

11-
You can find the latest source code for [utPLSQL on GitHub](https://github.com/utplsql/utplsql)
10+
- [utPLSQL-cli](https://github.com/utPLSQL/utPLSQL-cli/releases) - command line utility to run utPLSQL tests from any command line (Win/Linux/Mac)
11+
12+
- [utPLSQL maven plugin](https://github.com/utPLSQL/utPLSQL-maven-plugin/releases) to run utPLSQL tests as part of Java maven project build
13+
14+
- [utPSLQL SQLDeveloper extension](https://github.com/utPLSQL/utPLSQL-SQLDeveloper/releases) to create and run utPLSQL tests from [SQLDeveloper](https://www.oracle.com/database/technologies/appdev/sql-developer.html)
15+

0 commit comments

Comments
 (0)