Skip to content

Commit 8b6a382

Browse files
authored
Replace master branch with page content via GitHub
1 parent e8e86fe commit 8b6a382

12 files changed

Lines changed: 1314 additions & 0 deletions

File tree

images/body-bg.jpg

2.23 KB
Loading

images/download-button.png

26.5 KB
Loading

images/github-button.png

1.51 KB
Loading

images/header-bg.jpg

9.24 KB
Loading

images/highlight-bg.jpg

30.3 KB
Loading

images/sidebar-bg.jpg

2.22 KB
Loading

index.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7+
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
8+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
9+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
11+
12+
<!--[if lt IE 9]>
13+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14+
<![endif]-->
15+
16+
<title>utPLSQL by utPLSQL</title>
17+
</head>
18+
19+
<body>
20+
<header>
21+
<div class="inner">
22+
<h1>utPLSQL</h1>
23+
<h2>Unit Testing Framework for Oracle PL/SQL</h2>
24+
<a href="https://github.com/utPLSQL" class="button"><small>Follow me on</small> GitHub</a>
25+
</div>
26+
</header>
27+
28+
<div id="content-wrapper">
29+
<div class="inner clearfix">
30+
<section id="main-content">
31+
<h3>
32+
<a id="welcome-to-the-utplsql-project" class="anchor" href="#welcome-to-the-utplsql-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to the utPLSQL Project</h3>
33+
34+
<p>utPLSQL is a unit testing framework for programmers using Oracle's PL/SQL language. Originally developed by <a href="http://www.stevenfeuerstein.com/">Steven Feuerstein</a>, author of many books on the subject, it allows the automated testing of packages, functions and procedures. </p>
35+
36+
<h3>
37+
<a id="documentation" class="anchor" href="#documentation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Documentation</h3>
38+
39+
<p>The documentation is available as part of the utPLSQL download, and is also available online.</p>
40+
41+
<h2>
42+
<a id="downloads" class="anchor" href="#downloads" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Downloads</h2>
43+
44+
<ul>
45+
<li>The latest code is always found in the <a href="https://github.com/utPLSQL/utPLSQL">utPSQL GitHub Project</a>. </li>
46+
<li>Prior Release are still on <a href="https://sourceforge.net/projects/utplsql/files/">old SourceForge site.</a>
47+
</li>
48+
</ul>
49+
50+
<h2>
51+
<a id="support" class="anchor" href="#support" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support</h2>
52+
53+
<p>Discussions about utPLSQL take place in a couple of places. </p>
54+
55+
<ol>
56+
<li>The <a href="https://github.com/utPLSQL/utPLSQL/issues/">issues system</a> on GitHub.<br>
57+
</li>
58+
<li>The developers on the project are commonly on <a href="http://utplsql-slack-invite.herokuapp.com/">Slack</a> and can often be reached with realtime chat.</li>
59+
</ol>
60+
61+
<p>If your intrested in helping with the project please read the <a href="https://github.com/utPLSQL/utPLSQL/blob/master/CONTRIBUTING.md">contributing.md</a> in the main repository.</p>
62+
</section>
63+
64+
<aside id="sidebar">
65+
66+
67+
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
68+
</aside>
69+
</div>
70+
</div>
71+
72+
73+
</body>
74+
</html>

javascripts/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

params.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "utPLSQL",
3+
"tagline": "Unit Testing Framework for Oracle PL/SQL",
4+
"body": "### Welcome to the utPLSQL Project\r\n\r\nutPLSQL is a unit testing framework for programmers using Oracle's PL/SQL language. Originally developed by [Steven Feuerstein](http://www.stevenfeuerstein.com/), author of many books on the subject, it allows the automated testing of packages, functions and procedures. \r\n\r\n### Documentation\r\n\r\nThe documentation is available as part of the utPLSQL download, and is also available online.\r\n\r\n## Downloads\r\n\r\n* The latest code is always found in the [utPSQL GitHub Project](https://github.com/utPLSQL/utPLSQL). \r\n* Prior Release are still on [old SourceForge site.](https://sourceforge.net/projects/utplsql/files/)\r\n\r\n## Support\r\n\r\nDiscussions about utPLSQL take place in a couple of places. \r\n\r\n1. The [issues system](https://github.com/utPLSQL/utPLSQL/issues/) on GitHub. \r\n2. The developers on the project are commonly on [Slack](http://utplsql-slack-invite.herokuapp.com/) and can often be reached with realtime chat.\r\n\r\nIf your intrested in helping with the project please read the [contributing.md](https://github.com/utPLSQL/utPLSQL/blob/master/CONTRIBUTING.md) in the main repository.\r\n\r\n\r\n",
5+
"note": "Don't delete this file! It's used internally to help with page regeneration."
6+
}

stylesheets/github-light.css

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
/*
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2015 GitHub, Inc.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
23+
24+
*/
25+
26+
.pl-c /* comment */ {
27+
color: #969896;
28+
}
29+
30+
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
31+
.pl-s .pl-v /* string variable */ {
32+
color: #0086b3;
33+
}
34+
35+
.pl-e /* entity */,
36+
.pl-en /* entity.name */ {
37+
color: #795da3;
38+
}
39+
40+
.pl-s .pl-s1 /* string source */,
41+
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
42+
color: #333;
43+
}
44+
45+
.pl-ent /* entity.name.tag */ {
46+
color: #63a35c;
47+
}
48+
49+
.pl-k /* keyword, storage, storage.type */ {
50+
color: #a71d5d;
51+
}
52+
53+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
54+
.pl-s /* string */,
55+
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56+
.pl-sr /* string.regexp */,
57+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
59+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
60+
color: #183691;
61+
}
62+
63+
.pl-v /* variable */ {
64+
color: #ed6a43;
65+
}
66+
67+
.pl-id /* invalid.deprecated */ {
68+
color: #b52a1d;
69+
}
70+
71+
.pl-ii /* invalid.illegal */ {
72+
background-color: #b52a1d;
73+
color: #f8f8f8;
74+
}
75+
76+
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77+
color: #63a35c;
78+
font-weight: bold;
79+
}
80+
81+
.pl-ml /* markup.list */ {
82+
color: #693a17;
83+
}
84+
85+
.pl-mh /* markup.heading */,
86+
.pl-mh .pl-en /* markup.heading entity.name */,
87+
.pl-ms /* meta.separator */ {
88+
color: #1d3e81;
89+
font-weight: bold;
90+
}
91+
92+
.pl-mq /* markup.quote */ {
93+
color: #008080;
94+
}
95+
96+
.pl-mi /* markup.italic */ {
97+
color: #333;
98+
font-style: italic;
99+
}
100+
101+
.pl-mb /* markup.bold */ {
102+
color: #333;
103+
font-weight: bold;
104+
}
105+
106+
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107+
background-color: #ffecec;
108+
color: #bd2c00;
109+
}
110+
111+
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112+
background-color: #eaffea;
113+
color: #55a532;
114+
}
115+
116+
.pl-mdr /* meta.diff.range */ {
117+
color: #795da3;
118+
font-weight: bold;
119+
}
120+
121+
.pl-mo /* meta.output */ {
122+
color: #1d3e81;
123+
}
124+

0 commit comments

Comments
 (0)