-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfaq.html
More file actions
79 lines (63 loc) · 3.29 KB
/
Copy pathfaq.html
File metadata and controls
79 lines (63 loc) · 3.29 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="en" />
<!-- blueprint CSS framework -->
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/screen.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="/css/ie.css" media="screen, projection" />
<![endif]-->
<link rel="stylesheet" type="text/css" href="/css/web.css" />
<link rel="stylesheet" type="text/css" href="/css/form.css" />
<title>yiiext - Faq Site</title>
</head>
<body>
<a href="https://github.com/yiiext"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
<div class="container" id="page">
<div id="header">
<div class="extensions-count"><b>55</b> great Yii extensions!</div>
<div id="logo">
<h1>yiiext</h1>
unofficial Yii extension repository
</div>
</div><!-- header -->
<div id="mainmenu">
<ul id="yw0">
<li><a href="/index.html">Extensions</a></li>
<li class="active"><a href="/faq.html">FAQ</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div><!-- mainmenu -->
<div id="content">
<h1>FAQ</h1>
<h2>I found a bug, where can I report it?</h2>
<p>
Best way is to add it to the issue tracker of the extension on github.
You'll find the link to issue tracker on the extensions detail
page under "Resources" in the sidebar.
</p>
<h2>I have written an extension, how can I add it?</h2>
<p>
First make sure your extension meets the requirements of our <a href="https://github.com/yiiext/core/wiki/development-guide-en">development-guide</a>.
When everything is fine you can file a ticket <a href="https://github.com/yiiext/core/issues/new">here</a>.
All we need is the extensions name and where we can get it.
When it is already on github we will fork it and adjust the file structure to fit our guidelines.
If it is svn it will be migrated and if it's a zip-file a new repo with the contents of the zip will be created.
</p>
<h2>How did you migrate from google code (svn) to github?</h2>
<p>
The migration was done by <a href="https://github.com/cebe">cebe</a> with the scripts uploaded in <a href="https://gist.github.com/1141756">this gist</a>.
Our <a href="https://github.com/yiiext/yii">Yii git mirror</a> is created and updated by a <a href="http://jenkins-ci.org/">jenkins-ci</a> job running the scripts from <a href="https://gist.github.com/1156937">this gist</a>.
</p>
<h2>My questions is not on this page!</h2>
<p>So you might want to <a href="contact.html">contact us</a> directly.</p>
</div>
<div id="footer">
Powered by <a href="http://www.yiiframework.com/" rel="external">Yii Framework</a>.
</div><!-- footer -->
</div><!-- page -->
</body>
</html>