-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
199 lines (177 loc) · 9.29 KB
/
index.html
File metadata and controls
199 lines (177 loc) · 9.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dlayer: Web Development Simplified</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Dlayer is a web development tool aimed primarily at users that don't have any web design or web development experience.">
<meta name="author" content="G3D Development Limited - Dean Blackborough">
<meta name="application-name" content="Dlayer.com"/>
<meta name="msapplication-TileColor" content="#FFFFFF"/>
<meta name="msapplication-starturl" content="http://www.dlayer.com"/>
<meta name="msapplication-tooltip" content="Dlayer.com: Web development simplified"/>
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<link rel="icon" sizes="192x192" href="/images/favicon-192x192.png" />
<link href="/bower_components/bootstrap/dist/css/bootstrap.css" media="screen" rel="stylesheet" type="text/css">
<link href="/css/site.css" media="screen" rel="stylesheet" type="text/css">
<link href="/images/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<script type="text/javascript" src="/bower_components/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="/bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script>
var _prum = [['id', '586d2ba4aa6959fe4202e95f'],
['mark', 'firstbyte', (new Date()).getTime()]];
(function() {
var s = document.getElementsByTagName('script')[0]
, p = document.createElement('script');
p.async = 'async';
p.src = '//rum-static.pingdom.net/prum.min.js';
s.parentNode.insertBefore(p, s);
})();
</script>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64736-3', 'auto');
ga('send', 'pageview');
</script>
<div class="container-fluid">
<nav class="navbar navbar-toggleable-md navbar-light">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="/">Dlayer</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://demo.dlayer.com">Try the Demo</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://blog.dlayer.com/">Development blog</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Docs and about
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="releases.html">Changelog</a>
<a class="dropdown-item disabled" href="#">Documentation (moving)</a>
<a class="dropdown-item" href="coding-standards.html">Coding standards</a>
<a class="dropdown-item" href="history.html">The history of Dlayer</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="http://www.deanblackborough.com">DeanBlackborough.com</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://www.transmute-coffee.com">Transmute Coffee.com</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://www.g3d-development.com/blog">G3D Development Ltd</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="display-2">Dlayer</h1>
<h2>Web development simplified</h2>
<p class="lead">Dlayer is an Open Source responsive web development tool aimed primarily at users with
limited web design or development experience.</p>
<p>
<a class="btn btn-secondary" href="https://github.com/Dlayer/dlayer/zipball/master" role="button">Download: Zip</a>
<a class="btn btn-secondary" href="https://github.com/Dlayer/dlayer/tarball/master" role="button">Download: Tar</a>
<a class="btn btn-primary" href="https://github.com/Dlayer/dlayer" role="button">Find on GitHub</a>
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>What is Dlayer?</h2>
<p class="lead">I have two goals for Dlayer, the first is to simplify web development and design, the
second is to provide the user with full control over every element and attribute that can be used to
create a web page or website. These two goals are very much at odds with each other, but by
concentrating on the UX and limiting options, I can meet both goals.</p>
<ul>
<li>Simplify web development; Using Dlayer, you should be able to build a single web page or entire
website without writing a single line of HTML, CSS, JavaScript or code.</li>
<li>Provide full control; Using Dlayer you will have total control over every element and attribute
that can be used to create a web page, you also won't need to know what attributes exist.</li>
</ul>
<hr />
<h2>Why did I Open Source Dlayer?</h2>
<p>I started development in 2008, up until August 2015 Dlayer was a private project that I worked on in my
free time and between contracts. I made the decision to Open Source Dlayer for multiple reasons, I
have listed a few below:</p>
<ul>
<li>I want Dlayer to succeed, to do that it needs to be out there and used by people, an app that
never ships is no good to anyone, especially the developer</li>
<li>I want to build up a community around Dlayer, now that it has a solid foundation I am planning on
letting the community have a say in where the app goes next. I have my plans for Dlayer, and they
will keep me busy, but I would love to hear from others.</li>
</ul>
<hr />
<h2>Where is the Demo?</h2>
<p>The demo is at <a href="https://demo.dlayer.com">https://demo.dlayer.com</a>; Development on Dlayer
is constant, the app is always growing, keep an eye on the release page for updates. I am working
towards the MVP, at the moment the demo is a little limited in features.</p>
<hr />
<h2>Development status</h2>
<p>I'm actively working on migrating Dlayer to ZF3, check out the status on my blog or over on
<a href="https://github.com/Dlayer/responsive-web-development">GitHub</a>,
as soon as I have parity with version1 it will replace the demo on this site.</p>
<h2>Latest release of v1</h2>
<h3><span class="badge badge-success">v1.16</span> Horizontal rule and styling
<small class="text-muted">(13th March 2017 -
<a href="https://github.com/Dlayer/dlayer/releases/tag/v1.16">GitHub</a>)</small></h3>
<ul>
<li>Enabled link support in Quill rich text fields. [v0.30.0 of PHP Quill renderer]</li>
<li>Enabled superscript and subscript support in Quill rich text fields. [v0.40.0 of PHP Quill renderer]</li>
<li>I have changed the name of the background colour property on the page styling sub tool; it is now called content background colour which is more accurate.</li>
<li>I have added the ability to define the background colour for your website (Page background colour, in the future this will be configurable per template). [Feature]</li>
<li>I have added a horizontal rule tool, under the content layout drop down. [Feature]</li>
<li>I have added a styling sub tool for horizontal rule content items, allows the colour to be defined. [Feature]</li>
<li>I have added a delete sub tool for horizontal rule content items. [Feature]</li>
<li>I have made improvements to the styling code, less duplication of both data and code. [Refactoring]</li>
<li>New tables to manage any styling attributes defined for the page, HTML and content items, additional refactoring required. [Database]</li>
<li>Control bar improvements. [UX]</li>
<li>General fixes and improvements.</li>
</ul>
<hr />
<h2>Do you want to help?</h2>
<p>I could do with some help, if you can code, design, write documentation, review code, bug
hunt or think you can assist in another way, please let me know via
<a href="https://github.com/Dlayer/dlayer">GitHub</a>.</p>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center text-muted">
<hr />
<p>Dlayer originally developed by
<a href="http://www.g3d-development.com/blog/">G3D
Development Limited</a> /
<a href="http://www.deanblackborough.com">Dean
Blackborough</a><br>
Dlayer Copyright © G3D Development 2017<br>
Maintained by <a href="http://www.deanblackborough.com/">Dean Blackborough</a>,
Code <a href="https://github.com/Dlayer/dlayer/blob/master/LICENSE">licensed</a> under MIT</p>
</div>
</div>
</div>
</div>
</body>
</html>