-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 2.63 KB
/
index.html
File metadata and controls
45 lines (44 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Speciphy's PEAR Channel Server</title>
<link rel="stylesheet" type="text/css" href="pirum.css" />
<link rel="alternate" type="application/rss+xml" href="http://pear.speciphy.net/feed.xml" title="Speciphy's PEAR Channel Server Latest Releases" />
</head>
<body>
<div id="doc" class="yui-t7">
<div id="hd">
<h1>Speciphy's PEAR Channel Server</h1>
</div>
<div id="bd">
<div class="yui-g">
<em>Registering</em> the channel:
<pre><code>pear channel-discover pear.speciphy.net</code></pre>
<em>Listing</em> available packages:
<pre><code>pear remote-list -c speciphy</code></pre>
<em>Installing</em> a package:
<pre><code>pear install speciphy/package_name</code></pre>
<em>Installing</em> a specific version/stability:
<pre><code>pear install speciphy/package_name-1.0.0
pear install speciphy/package_name-beta</code></pre>
<em>Receiving</em> updates via a <a href="http://pear.speciphy.net/feed.xml">feed</a>:
<pre><code>http://pear.speciphy.net/feed.xml</code></pre>
<h3>Speciphy<small> - xSpec BDD Framework</small></h3>
<p>xSpec BDD Framework</p>
<table>
<tr><th>Install command</th><td><strong>pear install speciphy/Speciphy</strong></td></tr>
<tr><th>License</th><td>PHP</td></tr>
<tr><th>Dependencies</th><td>
pear.phpspec.net/PHPSpec </td></tr>
<tr><th>Maintainers</th><td>Yuya Takeyama <small>(as lead)</small></td></tr>
<tr><th>Releases</th><td><a href="http://pear.speciphy.net/get/Speciphy-0.1.2.tgz">0.1.2</a> <small>(beta)</small></td></tr>
</table>
</div>
</div>
<div id="ft">
<p><small>The <em>pear.speciphy.net</em> PEAR Channel Server is proudly powered by <a href="http://pirum.sensiolabs.org/">Pirum</a> 1.0.4</small></p>
</div>
</div>
</body>
</html>