-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·102 lines (98 loc) · 4.13 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Drupal Composer</title>
<meta name="description"
content="Drupal composer community initiative. Getting off the island."/>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,800,300'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="bower_components/normalize.css/normalize.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<header>
<h1>Drupal Composer
<span>Making <a href="https://drupal.org">Drupal</a> work with <a href="http://getcomposer.org">Composer</a></span></h1>
</header>
<div class="content">
<div class="cols cols--3">
<div class="col group box box--effect touchfocus">
<h2>Discussions<br> in <em>Drupal Group</em></h2>
<figure>
<img src="icons/bulb.svg" alt="Drupal Packagist"/>
</figure>
<p>
On <em>groups.drupal.org/composer</em> general communication takes place. It is
good starting point for checking out the current progress.
</p>
<a href="https://groups.drupal.org/composer"></a>
</div>
<div class="col packagist box box--effect touchfocus">
<h2>Packages<br/> <em>on drupal.org</em></h2>
<figure>
<img src="icons/drupal-packagist.svg" alt="Drupal Packagist"
title=""/>
</figure>
<p>
The former Drupal Packagist has deprecated.
It is now replaced by the official composer repository <em>packages.drupal.org</em>
</p>
<a href="https://www.drupal.org/docs/develop/using-composer/using-packagesdrupalorg"></a>
</div>
<div class="col github box box--effect touchfocus">
<h2>Source Code<br>
on <em>Github</em></h2>
<figure>
<img src="icons/code.svg" alt="Drupal Packagist"/>
</figure>
<p>We are hosting the source code for Drupal Packagist and
some other components on <em>github.com/drupal-composer</em>. Feel free to join
the projects, file issues and send pull requests.</p>
<a href="https://github.com/drupal-composer"></a>
</div>
</div>
<div class="cols">
<div class="col box box--projects">
<h2>Getting <em>Started</em></h2>
<p>
For a kickstart in setting up a composer based Drupal project, have a look at
<a href="https://github.com/drupal-composer/drupal-project">drupal-composer/drupal-project</a> on github.
</p>
</div>
</div>
<div class="cols">
<div class="col box box--projects">
<h2>Drupal <em>Projects</em></h2>
<p>
There are already some drupal projects available dealing with different
aspects of Composer in Drupal.
</p>
<ul>
<li><a href="https://www.drupal.org/project/composer_manager">Composer Manager</a></li>
<li><a href="https://www.drupal.org/project/composer">Composer</a></li>
<li><a href="https://www.drupal.org/project/composer_generate">Composer Generate</a></li>
<li><a href="https://www.drupal.org/project/composer_autoload">Composer Autoload</a></li>
<li><a href="https://www.drupal.org/project/composer_autoloader">Composer Vendor Autoload</a></li>
<li><a href="https://github.com/winmillwill/drupal-tangler">Drupal Tangler</a></li>
</ul>
</div>
</div>
</div>
<footer>
<p>
This is a <a href="https://github.com/drupal-composer">community driven project</a> for Drupal.
</p>
<p>Icons by <a href="https://github.com/drupal-composer/drupal-composer.github.io/tree/master/icons">various artists from the Noun project</a>.</p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/touchfocus.js"></script>
</body>
</html>