@@ -5,47 +5,12 @@ permalink: /about/
55menuInclude : true
66---
77
8- utPLSQL is an open-source testing framework for PL/SQL and SQL
9-
10- It allows for automated testing of:
11-
12- * Packages
13- * Functions
14- * Procedures
15- * Triggers
16- * Views
17- * Anything else that can be executed and observed from PL/SQL
18-
19- Around the core framework, the community also maintains a set of companion tools:
20-
21- * [ utPLSQL-cli] ( https://github.com/utPLSQL/utPLSQL-cli ) &mdash ; command-line interface
22- * [ utPLSQL-maven-plugin] ( https://github.com/utPLSQL/utPLSQL-maven-plugin ) &mdash ; Maven integration
23- * [ utPLSQL for SQL Developer] ( https://github.com/utPLSQL/utPLSQL-SQLDeveloper ) &mdash ; SQL Developer extension
24- * [ utPLSQL for PL/SQL Developer] ( https://github.com/utPLSQL/utPLSQL-PLSQL-Developer ) &mdash ; PL/SQL Developer plugin
25-
26- Additional information can be found in the [ documentation] ( /documentation ) pages, and further articles, videos and
27- code examples are listed on the [ resources] ( /resources ) page.
28-
29-
30- ## Project Details
31-
32- utPLSQL framework and its related tools are all open source, actively maintained, and hosted on
33- [ GitHub] ( https://github.com/utPLSQL ) .
34-
35- The framework and its companion tools are licensed under [ Apache 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) .
36-
37- Follow the project on [ Twitter] ( https://twitter.com/utPLSQL ) , [ Bluesky] ( https://bsky.app/profile/utplsql.bsky.social )
38- and [ LinkedIn] ( https://www.linkedin.com/company/utplsql/ ) for news and announcements.
39-
40-
41- ## Community
42-
43- utPLSQL is developed 100% voluntarily by an open community, which embraces a
44- [ Code of Conduct] ( https://github.com/utPLSQL/utPLSQL/blob/develop/CODE_OF_CONDUCT.md ) .
45-
46- * Search or start a topic on [ GitHub Discussions] ( https://github.com/utPLSQL/utPLSQL/discussions ) to ask questions, find support and share ideas
47- * Open a new [ issue on GitHub] ( https://github.com/utPLSQL/utPLSQL/issues ) for bugs or feature requests
48- * Read the [ contributing guide] ( https://github.com/utPLSQL/utPLSQL/blob/develop/CONTRIBUTING.md ) if you'd like to get involved
8+ {%
9+ include-markdown "https://raw.githubusercontent.com/utPLSQL/.github/main/profile/README.md "
10+ rewrite-relative-urls=true
11+ start="<!-- start-include-in-doc-about--> "
12+ end="<!-- end-include-in-doc-about--> "
13+ %}
4914
5015
5116## History
@@ -88,18 +53,6 @@ Many thanks to [all contributors](https://github.com/utPLSQL/utPLSQL/graphs/cont
8853| Paul Walker | |
8954
9055
91- ## Licensing
92-
93- ** utPLSQL** and its companion tools are licensed under the [ Apache 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) license.
94-
95- This website and the project documentation are built with:
96-
97- | Tool | License | Purpose |
98- | -----------------------------------------------------------------------| ----------------------------------------------------------| ------------------------------------|
99- | [ mkDocs] ( http://www.mkdocs.org/ ) | [ BSD] ( http://www.mkdocs.org/about/license/ ) | Project website and documentation |
100- | [ material-for-mkdocs] ( https://squidfunk.github.io/mkdocs-material/ ) | [ MIT] ( https://squidfunk.github.io/mkdocs-material/license/ ) | Project website and documentation |
101-
102-
10356## Supporters
10457
10558The utPLSQL project is community-driven and is not commercially motivated. Nonetheless, donations and other contributions are always welcome, and are detailed below.
0 commit comments