You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputtype="search"id="query"name="query"required="required"autocomplete="off"placeholder="bower-asset/package-name to add/check"tabindex="1"class="form-control"/>
Copy file name to clipboardExpand all lines: src/views/site/about.php
+7-4
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,15 @@
5
5
useyii\helpers\Html;
6
6
7
7
$this->title = 'About';
8
-
$this->params['breadcrumbs'][] = $this->title;
9
8
?>
10
9
<div class="site-about">
11
10
<h1><?= Html::encode($this->title) ?></h1>
12
11
13
-
<p>
14
-
Here is going to be more information on how it works.
15
-
</p>
12
+
<p>Here is going to be more information on how it works.</p>
13
+
14
+
<p>Basically it provides Bower and NPM packages information in the same way as packagist does it for Composer projects</p>
15
+
16
+
<h1>Acknowledgements</h1>
17
+
18
+
<p>It uses Francois Pluchino's <a href="https://github.com/francoispluchino/composer-asset-plugin">composer-asset-plugin</a> to convert Bower and NPM packages to composer format.</p>
Copy file name to clipboardExpand all lines: src/views/site/contact.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@
7
7
useyii\helpers\Html;
8
8
9
9
$this->title = 'Contact';
10
-
$this->params['breadcrumbs'][] = $this->title;
10
+
11
11
?>
12
12
<div class="site-contact">
13
13
<h1><?= Html::encode($this->title) ?></h1>
14
14
15
15
<p>
16
16
You can contact us in several ways:
17
17
<ul>
18
-
<li><a href="https://github.com/hiqdev/asset-packagist.hiqdev.com/issues">GitHub issues</a> - this is the preferred way, you can contribute too</li>
18
+
<li><a href="https://github.com/hiqdev/asset-packagist/issues">GitHub issues</a> is the preferred way, you're welcome to contribute too</li>
0 commit comments