-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (66 loc) · 5.05 KB
/
index.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!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>Ethna PEAR Channel Server</title>
<link rel="stylesheet" type="text/css" href="pirum.css" />
<link rel="alternate" type="application/rss+xml" href="http://pear.ethna.jp/feed.xml" title="Ethna PEAR Channel Server Latest Releases" />
</head>
<body>
<div id="doc" class="yui-t7">
<div id="hd">
<h1>Ethna PEAR Channel Server</h1>
</div>
<div id="bd">
<div class="yui-g">
<em>Registering</em> the channel:
<pre><code>pear channel-discover pear.ethna.jp</code></pre>
<em>Listing</em> available packages:
<pre><code>pear remote-list -c ethna</code></pre>
<em>Installing</em> a package:
<pre><code>pear install ethna/package_name</code></pre>
<em>Installing</em> a specific version/stability:
<pre><code>pear install ethna/package_name-1.0.0
pear install ethna/package_name-beta</code></pre>
<em>Receiving</em> updates via a <a href="http://pear.ethna.jp/feed.xml">feed</a>:
<pre><code>http://pear.ethna.jp/feed.xml</code></pre>
<h3>Ethna<small> - Ethna PHP Framework Package</small></h3>
<p>Ethna Web Application Framework</p>
<table>
<tr><th>Install command</th><td><strong>pear install ethna/Ethna</strong></td></tr>
<tr><th>License</th><td>The BSD License</td></tr>
<tr><th>Maintainers</th><td>Sotaro Karasawa <small>(as lead)</small></td></tr>
<tr><th>Releases</th><td><a href="http://pear.ethna.jp/get/Ethna-2.6.0beta2011102522.tgz">2.6.0beta2011102522</a> <small>(beta)</small>, <a href="http://pear.ethna.jp/get/Ethna-2.5.0.tgz">2.5.0</a> <small>(stable)</small></td></tr>
</table>
<h3>Smarty<small> - PHP Template Engine</small></h3>
<p>Smarty is a template engine for PHP, facilitating the separation of presentation from application logic.</p>
<table>
<tr><th>Install command</th><td><strong>pear install ethna/Smarty</strong></td></tr>
<tr><th>License</th><td>LGPL</td></tr>
<tr><th>Maintainers</th><td>Monte Ohrt <small>(as lead)</small>, Andrei Zmievski <small>(as lead)</small></td></tr>
<tr><th>Releases</th><td><a href="http://pear.ethna.jp/get/Smarty-2.6.26.tgz">2.6.26</a> <small>(stable)</small></td></tr>
</table>
<h3>Smarty3<small> - PHP Template Engine</small></h3>
<p>Smarty is a template engine for PHP, facilitating the separation of presentation from application logic.</p>
<table>
<tr><th>Install command</th><td><strong>pear install ethna/Smarty3</strong></td></tr>
<tr><th>License</th><td>LGPL</td></tr>
<tr><th>Maintainers</th><td>Monte Ohrt <small>(as lead)</small>, Andrei Zmievski <small>(as lead)</small></td></tr>
<tr><th>Releases</th><td><a href="http://pear.ethna.jp/get/Smarty3-3.1.8.tgz">3.1.8</a> <small>(stable)</small>, <a href="http://pear.ethna.jp/get/Smarty3-3.1.4.tgz">3.1.4</a> <small>(stable)</small></td></tr>
</table>
<h3>simpletest<small> - Unit testing, mock objects and web testing framework for PHP built around test cases.</small></h3>
<p>The SimpleTest PHP unit tester.</p>
<table>
<tr><th>Install command</th><td><strong>pear install ethna/simpletest</strong></td></tr>
<tr><th>License</th><td>LGPL</td></tr>
<tr><th>Maintainers</th><td>lastcraft <small>(as lead)</small></td></tr>
<tr><th>Releases</th><td><a href="http://pear.ethna.jp/get/simpletest-1.1.0.tgz">1.1.0</a> <small>(stable)</small>, <a href="http://pear.ethna.jp/get/simpletest-1.0.1.tgz">1.0.1</a> <small>(stable)</small></td></tr>
</table>
</div>
</div>
<div id="ft">
<p><small>The <em>pear.ethna.jp</em> PEAR Channel Server is proudly powered by <a href="http://pirum.sensiolabs.org/">Pirum</a> 1.0.5</small></p>
</div>
</div>
</body>
</html>