Merge lp:~stephen-stewart/ulysses/0.1.0-release into lp:ulysses

Proposed by Stephen Stewart
Status: Merged
Approved by: Stephen Stewart
Approved revision: 22
Merged at revision: 26
Proposed branch: lp:~stephen-stewart/ulysses/0.1.0-release
Merge into: lp:ulysses
Diff against target: 784 lines (+726/-3)
6 files modified
.bzrignore (+1/-0)
Gruntfile.js (+29/-2)
HISTORY.md (+13/-0)
LICENSE.md (+674/-0)
README.md (+8/-0)
package.json (+1/-1)
To merge this branch: bzr merge lp:~stephen-stewart/ulysses/0.1.0-release
Reviewer Review Type Date Requested Status
Jonas G. Drange (community) Approve
Review via email: mp+206677@code.launchpad.net

Commit message

Add a release task

Description of the change

Add a release task to package up css with README etc files

To post a comment you must log in.
Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

Perfect, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2014-02-12 19:27:35 +0000
3+++ .bzrignore 2014-02-17 10:25:15 +0000
4@@ -5,3 +5,4 @@
5 public/
6 results/
7 tmp/
8+release/
9
10=== renamed file 'README.md' => 'BUILD.md'
11=== modified file 'Gruntfile.js'
12--- Gruntfile.js 2014-02-12 19:20:18 +0000
13+++ Gruntfile.js 2014-02-17 10:25:15 +0000
14@@ -3,7 +3,28 @@
15 pkg: grunt.file.readJSON('package.json'),
16
17 clean: {
18- build: ['tmp/', 'public/']
19+ build: ['tmp/', 'public/'],
20+ release: ['release/']
21+ },
22+
23+ compress: {
24+ release: {
25+ options: {
26+ archive: 'release/<%= pkg.version %>/<%= pkg.name %>-<%= pkg.version %>.tar.gz'
27+ },
28+
29+ expand : true,
30+ flatten: true,
31+ src : 'public/*',
32+ dest : '<%= pkg.name %>/<%= pkg.version %>/'
33+ }
34+ },
35+
36+ copy: {
37+ release: {
38+ src : '{LICENSE.md,README.md,HISTORY.md}',
39+ dest: 'public/'
40+ }
41 },
42
43 csslint: {
44@@ -139,11 +160,17 @@
45 grunt.registerTask('test', ['build', 'connect', 'phantomcss']);
46 grunt.registerTask('run', ['build', 'connect', 'watch']);
47 grunt.registerTask('build', [
48- 'clean',
49+ 'clean:build',
50 'rework',
51 'csslint',
52 'css_selectors',
53 'concat',
54 'cssmin'
55 ]);
56+ grunt.registerTask('release', [
57+ 'build',
58+ 'clean:release',
59+ 'copy:release',
60+ 'compress:release'
61+ ]);
62 }
63
64=== added file 'HISTORY.md'
65--- HISTORY.md 1970-01-01 00:00:00 +0000
66+++ HISTORY.md 2014-02-17 10:25:15 +0000
67@@ -0,0 +1,13 @@
68+Ulysses Change History
69+======================
70+
71+0.1.0 (17-02-2014)
72+-----
73+
74+* Added `ues-tables`
75+* Added grids `ues-g` as import from YUI Pure grids
76+
77+0.0.1
78+-----
79+
80+* Initial pre release version (not available on bower)
81
82=== added file 'LICENSE.md'
83--- LICENSE.md 1970-01-01 00:00:00 +0000
84+++ LICENSE.md 2014-02-17 10:25:15 +0000
85@@ -0,0 +1,674 @@
86+GNU GENERAL PUBLIC LICENSE
87+ Version 3, 29 June 2007
88+
89+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
90+ Everyone is permitted to copy and distribute verbatim copies
91+ of this license document, but changing it is not allowed.
92+
93+ Preamble
94+
95+ The GNU General Public License is a free, copyleft license for
96+software and other kinds of works.
97+
98+ The licenses for most software and other practical works are designed
99+to take away your freedom to share and change the works. By contrast,
100+the GNU General Public License is intended to guarantee your freedom to
101+share and change all versions of a program--to make sure it remains free
102+software for all its users. We, the Free Software Foundation, use the
103+GNU General Public License for most of our software; it applies also to
104+any other work released this way by its authors. You can apply it to
105+your programs, too.
106+
107+ When we speak of free software, we are referring to freedom, not
108+price. Our General Public Licenses are designed to make sure that you
109+have the freedom to distribute copies of free software (and charge for
110+them if you wish), that you receive source code or can get it if you
111+want it, that you can change the software or use pieces of it in new
112+free programs, and that you know you can do these things.
113+
114+ To protect your rights, we need to prevent others from denying you
115+these rights or asking you to surrender the rights. Therefore, you have
116+certain responsibilities if you distribute copies of the software, or if
117+you modify it: responsibilities to respect the freedom of others.
118+
119+ For example, if you distribute copies of such a program, whether
120+gratis or for a fee, you must pass on to the recipients the same
121+freedoms that you received. You must make sure that they, too, receive
122+or can get the source code. And you must show them these terms so they
123+know their rights.
124+
125+ Developers that use the GNU GPL protect your rights with two steps:
126+(1) assert copyright on the software, and (2) offer you this License
127+giving you legal permission to copy, distribute and/or modify it.
128+
129+ For the developers' and authors' protection, the GPL clearly explains
130+that there is no warranty for this free software. For both users' and
131+authors' sake, the GPL requires that modified versions be marked as
132+changed, so that their problems will not be attributed erroneously to
133+authors of previous versions.
134+
135+ Some devices are designed to deny users access to install or run
136+modified versions of the software inside them, although the manufacturer
137+can do so. This is fundamentally incompatible with the aim of
138+protecting users' freedom to change the software. The systematic
139+pattern of such abuse occurs in the area of products for individuals to
140+use, which is precisely where it is most unacceptable. Therefore, we
141+have designed this version of the GPL to prohibit the practice for those
142+products. If such problems arise substantially in other domains, we
143+stand ready to extend this provision to those domains in future versions
144+of the GPL, as needed to protect the freedom of users.
145+
146+ Finally, every program is threatened constantly by software patents.
147+States should not allow patents to restrict development and use of
148+software on general-purpose computers, but in those that do, we wish to
149+avoid the special danger that patents applied to a free program could
150+make it effectively proprietary. To prevent this, the GPL assures that
151+patents cannot be used to render the program non-free.
152+
153+ The precise terms and conditions for copying, distribution and
154+modification follow.
155+
156+ TERMS AND CONDITIONS
157+
158+ 0. Definitions.
159+
160+ "This License" refers to version 3 of the GNU General Public License.
161+
162+ "Copyright" also means copyright-like laws that apply to other kinds of
163+works, such as semiconductor masks.
164+
165+ "The Program" refers to any copyrightable work licensed under this
166+License. Each licensee is addressed as "you". "Licensees" and
167+"recipients" may be individuals or organizations.
168+
169+ To "modify" a work means to copy from or adapt all or part of the work
170+in a fashion requiring copyright permission, other than the making of an
171+exact copy. The resulting work is called a "modified version" of the
172+earlier work or a work "based on" the earlier work.
173+
174+ A "covered work" means either the unmodified Program or a work based
175+on the Program.
176+
177+ To "propagate" a work means to do anything with it that, without
178+permission, would make you directly or secondarily liable for
179+infringement under applicable copyright law, except executing it on a
180+computer or modifying a private copy. Propagation includes copying,
181+distribution (with or without modification), making available to the
182+public, and in some countries other activities as well.
183+
184+ To "convey" a work means any kind of propagation that enables other
185+parties to make or receive copies. Mere interaction with a user through
186+a computer network, with no transfer of a copy, is not conveying.
187+
188+ An interactive user interface displays "Appropriate Legal Notices"
189+to the extent that it includes a convenient and prominently visible
190+feature that (1) displays an appropriate copyright notice, and (2)
191+tells the user that there is no warranty for the work (except to the
192+extent that warranties are provided), that licensees may convey the
193+work under this License, and how to view a copy of this License. If
194+the interface presents a list of user commands or options, such as a
195+menu, a prominent item in the list meets this criterion.
196+
197+ 1. Source Code.
198+
199+ The "source code" for a work means the preferred form of the work
200+for making modifications to it. "Object code" means any non-source
201+form of a work.
202+
203+ A "Standard Interface" means an interface that either is an official
204+standard defined by a recognized standards body, or, in the case of
205+interfaces specified for a particular programming language, one that
206+is widely used among developers working in that language.
207+
208+ The "System Libraries" of an executable work include anything, other
209+than the work as a whole, that (a) is included in the normal form of
210+packaging a Major Component, but which is not part of that Major
211+Component, and (b) serves only to enable use of the work with that
212+Major Component, or to implement a Standard Interface for which an
213+implementation is available to the public in source code form. A
214+"Major Component", in this context, means a major essential component
215+(kernel, window system, and so on) of the specific operating system
216+(if any) on which the executable work runs, or a compiler used to
217+produce the work, or an object code interpreter used to run it.
218+
219+ The "Corresponding Source" for a work in object code form means all
220+the source code needed to generate, install, and (for an executable
221+work) run the object code and to modify the work, including scripts to
222+control those activities. However, it does not include the work's
223+System Libraries, or general-purpose tools or generally available free
224+programs which are used unmodified in performing those activities but
225+which are not part of the work. For example, Corresponding Source
226+includes interface definition files associated with source files for
227+the work, and the source code for shared libraries and dynamically
228+linked subprograms that the work is specifically designed to require,
229+such as by intimate data communication or control flow between those
230+subprograms and other parts of the work.
231+
232+ The Corresponding Source need not include anything that users
233+can regenerate automatically from other parts of the Corresponding
234+Source.
235+
236+ The Corresponding Source for a work in source code form is that
237+same work.
238+
239+ 2. Basic Permissions.
240+
241+ All rights granted under this License are granted for the term of
242+copyright on the Program, and are irrevocable provided the stated
243+conditions are met. This License explicitly affirms your unlimited
244+permission to run the unmodified Program. The output from running a
245+covered work is covered by this License only if the output, given its
246+content, constitutes a covered work. This License acknowledges your
247+rights of fair use or other equivalent, as provided by copyright law.
248+
249+ You may make, run and propagate covered works that you do not
250+convey, without conditions so long as your license otherwise remains
251+in force. You may convey covered works to others for the sole purpose
252+of having them make modifications exclusively for you, or provide you
253+with facilities for running those works, provided that you comply with
254+the terms of this License in conveying all material for which you do
255+not control copyright. Those thus making or running the covered works
256+for you must do so exclusively on your behalf, under your direction
257+and control, on terms that prohibit them from making any copies of
258+your copyrighted material outside their relationship with you.
259+
260+ Conveying under any other circumstances is permitted solely under
261+the conditions stated below. Sublicensing is not allowed; section 10
262+makes it unnecessary.
263+
264+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
265+
266+ No covered work shall be deemed part of an effective technological
267+measure under any applicable law fulfilling obligations under article
268+11 of the WIPO copyright treaty adopted on 20 December 1996, or
269+similar laws prohibiting or restricting circumvention of such
270+measures.
271+
272+ When you convey a covered work, you waive any legal power to forbid
273+circumvention of technological measures to the extent such circumvention
274+is effected by exercising rights under this License with respect to
275+the covered work, and you disclaim any intention to limit operation or
276+modification of the work as a means of enforcing, against the work's
277+users, your or third parties' legal rights to forbid circumvention of
278+technological measures.
279+
280+ 4. Conveying Verbatim Copies.
281+
282+ You may convey verbatim copies of the Program's source code as you
283+receive it, in any medium, provided that you conspicuously and
284+appropriately publish on each copy an appropriate copyright notice;
285+keep intact all notices stating that this License and any
286+non-permissive terms added in accord with section 7 apply to the code;
287+keep intact all notices of the absence of any warranty; and give all
288+recipients a copy of this License along with the Program.
289+
290+ You may charge any price or no price for each copy that you convey,
291+and you may offer support or warranty protection for a fee.
292+
293+ 5. Conveying Modified Source Versions.
294+
295+ You may convey a work based on the Program, or the modifications to
296+produce it from the Program, in the form of source code under the
297+terms of section 4, provided that you also meet all of these conditions:
298+
299+ a) The work must carry prominent notices stating that you modified
300+ it, and giving a relevant date.
301+
302+ b) The work must carry prominent notices stating that it is
303+ released under this License and any conditions added under section
304+ 7. This requirement modifies the requirement in section 4 to
305+ "keep intact all notices".
306+
307+ c) You must license the entire work, as a whole, under this
308+ License to anyone who comes into possession of a copy. This
309+ License will therefore apply, along with any applicable section 7
310+ additional terms, to the whole of the work, and all its parts,
311+ regardless of how they are packaged. This License gives no
312+ permission to license the work in any other way, but it does not
313+ invalidate such permission if you have separately received it.
314+
315+ d) If the work has interactive user interfaces, each must display
316+ Appropriate Legal Notices; however, if the Program has interactive
317+ interfaces that do not display Appropriate Legal Notices, your
318+ work need not make them do so.
319+
320+ A compilation of a covered work with other separate and independent
321+works, which are not by their nature extensions of the covered work,
322+and which are not combined with it such as to form a larger program,
323+in or on a volume of a storage or distribution medium, is called an
324+"aggregate" if the compilation and its resulting copyright are not
325+used to limit the access or legal rights of the compilation's users
326+beyond what the individual works permit. Inclusion of a covered work
327+in an aggregate does not cause this License to apply to the other
328+parts of the aggregate.
329+
330+ 6. Conveying Non-Source Forms.
331+
332+ You may convey a covered work in object code form under the terms
333+of sections 4 and 5, provided that you also convey the
334+machine-readable Corresponding Source under the terms of this License,
335+in one of these ways:
336+
337+ a) Convey the object code in, or embodied in, a physical product
338+ (including a physical distribution medium), accompanied by the
339+ Corresponding Source fixed on a durable physical medium
340+ customarily used for software interchange.
341+
342+ b) Convey the object code in, or embodied in, a physical product
343+ (including a physical distribution medium), accompanied by a
344+ written offer, valid for at least three years and valid for as
345+ long as you offer spare parts or customer support for that product
346+ model, to give anyone who possesses the object code either (1) a
347+ copy of the Corresponding Source for all the software in the
348+ product that is covered by this License, on a durable physical
349+ medium customarily used for software interchange, for a price no
350+ more than your reasonable cost of physically performing this
351+ conveying of source, or (2) access to copy the
352+ Corresponding Source from a network server at no charge.
353+
354+ c) Convey individual copies of the object code with a copy of the
355+ written offer to provide the Corresponding Source. This
356+ alternative is allowed only occasionally and noncommercially, and
357+ only if you received the object code with such an offer, in accord
358+ with subsection 6b.
359+
360+ d) Convey the object code by offering access from a designated
361+ place (gratis or for a charge), and offer equivalent access to the
362+ Corresponding Source in the same way through the same place at no
363+ further charge. You need not require recipients to copy the
364+ Corresponding Source along with the object code. If the place to
365+ copy the object code is a network server, the Corresponding Source
366+ may be on a different server (operated by you or a third party)
367+ that supports equivalent copying facilities, provided you maintain
368+ clear directions next to the object code saying where to find the
369+ Corresponding Source. Regardless of what server hosts the
370+ Corresponding Source, you remain obligated to ensure that it is
371+ available for as long as needed to satisfy these requirements.
372+
373+ e) Convey the object code using peer-to-peer transmission, provided
374+ you inform other peers where the object code and Corresponding
375+ Source of the work are being offered to the general public at no
376+ charge under subsection 6d.
377+
378+ A separable portion of the object code, whose source code is excluded
379+from the Corresponding Source as a System Library, need not be
380+included in conveying the object code work.
381+
382+ A "User Product" is either (1) a "consumer product", which means any
383+tangible personal property which is normally used for personal, family,
384+or household purposes, or (2) anything designed or sold for incorporation
385+into a dwelling. In determining whether a product is a consumer product,
386+doubtful cases shall be resolved in favor of coverage. For a particular
387+product received by a particular user, "normally used" refers to a
388+typical or common use of that class of product, regardless of the status
389+of the particular user or of the way in which the particular user
390+actually uses, or expects or is expected to use, the product. A product
391+is a consumer product regardless of whether the product has substantial
392+commercial, industrial or non-consumer uses, unless such uses represent
393+the only significant mode of use of the product.
394+
395+ "Installation Information" for a User Product means any methods,
396+procedures, authorization keys, or other information required to install
397+and execute modified versions of a covered work in that User Product from
398+a modified version of its Corresponding Source. The information must
399+suffice to ensure that the continued functioning of the modified object
400+code is in no case prevented or interfered with solely because
401+modification has been made.
402+
403+ If you convey an object code work under this section in, or with, or
404+specifically for use in, a User Product, and the conveying occurs as
405+part of a transaction in which the right of possession and use of the
406+User Product is transferred to the recipient in perpetuity or for a
407+fixed term (regardless of how the transaction is characterized), the
408+Corresponding Source conveyed under this section must be accompanied
409+by the Installation Information. But this requirement does not apply
410+if neither you nor any third party retains the ability to install
411+modified object code on the User Product (for example, the work has
412+been installed in ROM).
413+
414+ The requirement to provide Installation Information does not include a
415+requirement to continue to provide support service, warranty, or updates
416+for a work that has been modified or installed by the recipient, or for
417+the User Product in which it has been modified or installed. Access to a
418+network may be denied when the modification itself materially and
419+adversely affects the operation of the network or violates the rules and
420+protocols for communication across the network.
421+
422+ Corresponding Source conveyed, and Installation Information provided,
423+in accord with this section must be in a format that is publicly
424+documented (and with an implementation available to the public in
425+source code form), and must require no special password or key for
426+unpacking, reading or copying.
427+
428+ 7. Additional Terms.
429+
430+ "Additional permissions" are terms that supplement the terms of this
431+License by making exceptions from one or more of its conditions.
432+Additional permissions that are applicable to the entire Program shall
433+be treated as though they were included in this License, to the extent
434+that they are valid under applicable law. If additional permissions
435+apply only to part of the Program, that part may be used separately
436+under those permissions, but the entire Program remains governed by
437+this License without regard to the additional permissions.
438+
439+ When you convey a copy of a covered work, you may at your option
440+remove any additional permissions from that copy, or from any part of
441+it. (Additional permissions may be written to require their own
442+removal in certain cases when you modify the work.) You may place
443+additional permissions on material, added by you to a covered work,
444+for which you have or can give appropriate copyright permission.
445+
446+ Notwithstanding any other provision of this License, for material you
447+add to a covered work, you may (if authorized by the copyright holders of
448+that material) supplement the terms of this License with terms:
449+
450+ a) Disclaiming warranty or limiting liability differently from the
451+ terms of sections 15 and 16 of this License; or
452+
453+ b) Requiring preservation of specified reasonable legal notices or
454+ author attributions in that material or in the Appropriate Legal
455+ Notices displayed by works containing it; or
456+
457+ c) Prohibiting misrepresentation of the origin of that material, or
458+ requiring that modified versions of such material be marked in
459+ reasonable ways as different from the original version; or
460+
461+ d) Limiting the use for publicity purposes of names of licensors or
462+ authors of the material; or
463+
464+ e) Declining to grant rights under trademark law for use of some
465+ trade names, trademarks, or service marks; or
466+
467+ f) Requiring indemnification of licensors and authors of that
468+ material by anyone who conveys the material (or modified versions of
469+ it) with contractual assumptions of liability to the recipient, for
470+ any liability that these contractual assumptions directly impose on
471+ those licensors and authors.
472+
473+ All other non-permissive additional terms are considered "further
474+restrictions" within the meaning of section 10. If the Program as you
475+received it, or any part of it, contains a notice stating that it is
476+governed by this License along with a term that is a further
477+restriction, you may remove that term. If a license document contains
478+a further restriction but permits relicensing or conveying under this
479+License, you may add to a covered work material governed by the terms
480+of that license document, provided that the further restriction does
481+not survive such relicensing or conveying.
482+
483+ If you add terms to a covered work in accord with this section, you
484+must place, in the relevant source files, a statement of the
485+additional terms that apply to those files, or a notice indicating
486+where to find the applicable terms.
487+
488+ Additional terms, permissive or non-permissive, may be stated in the
489+form of a separately written license, or stated as exceptions;
490+the above requirements apply either way.
491+
492+ 8. Termination.
493+
494+ You may not propagate or modify a covered work except as expressly
495+provided under this License. Any attempt otherwise to propagate or
496+modify it is void, and will automatically terminate your rights under
497+this License (including any patent licenses granted under the third
498+paragraph of section 11).
499+
500+ However, if you cease all violation of this License, then your
501+license from a particular copyright holder is reinstated (a)
502+provisionally, unless and until the copyright holder explicitly and
503+finally terminates your license, and (b) permanently, if the copyright
504+holder fails to notify you of the violation by some reasonable means
505+prior to 60 days after the cessation.
506+
507+ Moreover, your license from a particular copyright holder is
508+reinstated permanently if the copyright holder notifies you of the
509+violation by some reasonable means, this is the first time you have
510+received notice of violation of this License (for any work) from that
511+copyright holder, and you cure the violation prior to 30 days after
512+your receipt of the notice.
513+
514+ Termination of your rights under this section does not terminate the
515+licenses of parties who have received copies or rights from you under
516+this License. If your rights have been terminated and not permanently
517+reinstated, you do not qualify to receive new licenses for the same
518+material under section 10.
519+
520+ 9. Acceptance Not Required for Having Copies.
521+
522+ You are not required to accept this License in order to receive or
523+run a copy of the Program. Ancillary propagation of a covered work
524+occurring solely as a consequence of using peer-to-peer transmission
525+to receive a copy likewise does not require acceptance. However,
526+nothing other than this License grants you permission to propagate or
527+modify any covered work. These actions infringe copyright if you do
528+not accept this License. Therefore, by modifying or propagating a
529+covered work, you indicate your acceptance of this License to do so.
530+
531+ 10. Automatic Licensing of Downstream Recipients.
532+
533+ Each time you convey a covered work, the recipient automatically
534+receives a license from the original licensors, to run, modify and
535+propagate that work, subject to this License. You are not responsible
536+for enforcing compliance by third parties with this License.
537+
538+ An "entity transaction" is a transaction transferring control of an
539+organization, or substantially all assets of one, or subdividing an
540+organization, or merging organizations. If propagation of a covered
541+work results from an entity transaction, each party to that
542+transaction who receives a copy of the work also receives whatever
543+licenses to the work the party's predecessor in interest had or could
544+give under the previous paragraph, plus a right to possession of the
545+Corresponding Source of the work from the predecessor in interest, if
546+the predecessor has it or can get it with reasonable efforts.
547+
548+ You may not impose any further restrictions on the exercise of the
549+rights granted or affirmed under this License. For example, you may
550+not impose a license fee, royalty, or other charge for exercise of
551+rights granted under this License, and you may not initiate litigation
552+(including a cross-claim or counterclaim in a lawsuit) alleging that
553+any patent claim is infringed by making, using, selling, offering for
554+sale, or importing the Program or any portion of it.
555+
556+ 11. Patents.
557+
558+ A "contributor" is a copyright holder who authorizes use under this
559+License of the Program or a work on which the Program is based. The
560+work thus licensed is called the contributor's "contributor version".
561+
562+ A contributor's "essential patent claims" are all patent claims
563+owned or controlled by the contributor, whether already acquired or
564+hereafter acquired, that would be infringed by some manner, permitted
565+by this License, of making, using, or selling its contributor version,
566+but do not include claims that would be infringed only as a
567+consequence of further modification of the contributor version. For
568+purposes of this definition, "control" includes the right to grant
569+patent sublicenses in a manner consistent with the requirements of
570+this License.
571+
572+ Each contributor grants you a non-exclusive, worldwide, royalty-free
573+patent license under the contributor's essential patent claims, to
574+make, use, sell, offer for sale, import and otherwise run, modify and
575+propagate the contents of its contributor version.
576+
577+ In the following three paragraphs, a "patent license" is any express
578+agreement or commitment, however denominated, not to enforce a patent
579+(such as an express permission to practice a patent or covenant not to
580+sue for patent infringement). To "grant" such a patent license to a
581+party means to make such an agreement or commitment not to enforce a
582+patent against the party.
583+
584+ If you convey a covered work, knowingly relying on a patent license,
585+and the Corresponding Source of the work is not available for anyone
586+to copy, free of charge and under the terms of this License, through a
587+publicly available network server or other readily accessible means,
588+then you must either (1) cause the Corresponding Source to be so
589+available, or (2) arrange to deprive yourself of the benefit of the
590+patent license for this particular work, or (3) arrange, in a manner
591+consistent with the requirements of this License, to extend the patent
592+license to downstream recipients. "Knowingly relying" means you have
593+actual knowledge that, but for the patent license, your conveying the
594+covered work in a country, or your recipient's use of the covered work
595+in a country, would infringe one or more identifiable patents in that
596+country that you have reason to believe are valid.
597+
598+ If, pursuant to or in connection with a single transaction or
599+arrangement, you convey, or propagate by procuring conveyance of, a
600+covered work, and grant a patent license to some of the parties
601+receiving the covered work authorizing them to use, propagate, modify
602+or convey a specific copy of the covered work, then the patent license
603+you grant is automatically extended to all recipients of the covered
604+work and works based on it.
605+
606+ A patent license is "discriminatory" if it does not include within
607+the scope of its coverage, prohibits the exercise of, or is
608+conditioned on the non-exercise of one or more of the rights that are
609+specifically granted under this License. You may not convey a covered
610+work if you are a party to an arrangement with a third party that is
611+in the business of distributing software, under which you make payment
612+to the third party based on the extent of your activity of conveying
613+the work, and under which the third party grants, to any of the
614+parties who would receive the covered work from you, a discriminatory
615+patent license (a) in connection with copies of the covered work
616+conveyed by you (or copies made from those copies), or (b) primarily
617+for and in connection with specific products or compilations that
618+contain the covered work, unless you entered into that arrangement,
619+or that patent license was granted, prior to 28 March 2007.
620+
621+ Nothing in this License shall be construed as excluding or limiting
622+any implied license or other defenses to infringement that may
623+otherwise be available to you under applicable patent law.
624+
625+ 12. No Surrender of Others' Freedom.
626+
627+ If conditions are imposed on you (whether by court order, agreement or
628+otherwise) that contradict the conditions of this License, they do not
629+excuse you from the conditions of this License. If you cannot convey a
630+covered work so as to satisfy simultaneously your obligations under this
631+License and any other pertinent obligations, then as a consequence you may
632+not convey it at all. For example, if you agree to terms that obligate you
633+to collect a royalty for further conveying from those to whom you convey
634+the Program, the only way you could satisfy both those terms and this
635+License would be to refrain entirely from conveying the Program.
636+
637+ 13. Use with the GNU Affero General Public License.
638+
639+ Notwithstanding any other provision of this License, you have
640+permission to link or combine any covered work with a work licensed
641+under version 3 of the GNU Affero General Public License into a single
642+combined work, and to convey the resulting work. The terms of this
643+License will continue to apply to the part which is the covered work,
644+but the special requirements of the GNU Affero General Public License,
645+section 13, concerning interaction through a network will apply to the
646+combination as such.
647+
648+ 14. Revised Versions of this License.
649+
650+ The Free Software Foundation may publish revised and/or new versions of
651+the GNU General Public License from time to time. Such new versions will
652+be similar in spirit to the present version, but may differ in detail to
653+address new problems or concerns.
654+
655+ Each version is given a distinguishing version number. If the
656+Program specifies that a certain numbered version of the GNU General
657+Public License "or any later version" applies to it, you have the
658+option of following the terms and conditions either of that numbered
659+version or of any later version published by the Free Software
660+Foundation. If the Program does not specify a version number of the
661+GNU General Public License, you may choose any version ever published
662+by the Free Software Foundation.
663+
664+ If the Program specifies that a proxy can decide which future
665+versions of the GNU General Public License can be used, that proxy's
666+public statement of acceptance of a version permanently authorizes you
667+to choose that version for the Program.
668+
669+ Later license versions may give you additional or different
670+permissions. However, no additional obligations are imposed on any
671+author or copyright holder as a result of your choosing to follow a
672+later version.
673+
674+ 15. Disclaimer of Warranty.
675+
676+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
677+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
678+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
679+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
680+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
681+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
682+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
683+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
684+
685+ 16. Limitation of Liability.
686+
687+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
688+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
689+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
690+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
691+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
692+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
693+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
694+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
695+SUCH DAMAGES.
696+
697+ 17. Interpretation of Sections 15 and 16.
698+
699+ If the disclaimer of warranty and limitation of liability provided
700+above cannot be given local legal effect according to their terms,
701+reviewing courts shall apply local law that most closely approximates
702+an absolute waiver of all civil liability in connection with the
703+Program, unless a warranty or assumption of liability accompanies a
704+copy of the Program in return for a fee.
705+
706+ END OF TERMS AND CONDITIONS
707+
708+ How to Apply These Terms to Your New Programs
709+
710+ If you develop a new program, and you want it to be of the greatest
711+possible use to the public, the best way to achieve this is to make it
712+free software which everyone can redistribute and change under these terms.
713+
714+ To do so, attach the following notices to the program. It is safest
715+to attach them to the start of each source file to most effectively
716+state the exclusion of warranty; and each file should have at least
717+the "copyright" line and a pointer to where the full notice is found.
718+
719+ {one line to give the program's name and a brief idea of what it does.}
720+ Copyright (C) {year} {name of author}
721+
722+ This program is free software: you can redistribute it and/or modify
723+ it under the terms of the GNU General Public License as published by
724+ the Free Software Foundation, either version 3 of the License, or
725+ (at your option) any later version.
726+
727+ This program is distributed in the hope that it will be useful,
728+ but WITHOUT ANY WARRANTY; without even the implied warranty of
729+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
730+ GNU General Public License for more details.
731+
732+ You should have received a copy of the GNU General Public License
733+ along with this program. If not, see <http://www.gnu.org/licenses/>.
734+
735+Also add information on how to contact you by electronic and paper mail.
736+
737+ If the program does terminal interaction, make it output a short
738+notice like this when it starts in an interactive mode:
739+
740+ {project} Copyright (C) {year} {fullname}
741+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
742+ This is free software, and you are welcome to redistribute it
743+ under certain conditions; type `show c' for details.
744+
745+The hypothetical commands `show w' and `show c' should show the appropriate
746+parts of the General Public License. Of course, your program's commands
747+might be different; for a GUI interface, you would use an "about box".
748+
749+ You should also get your employer (if you work as a programmer) or school,
750+if any, to sign a "copyright disclaimer" for the program, if necessary.
751+For more information on this, and how to apply and follow the GNU GPL, see
752+<http://www.gnu.org/licenses/>.
753+
754+ The GNU General Public License does not permit incorporating your program
755+into proprietary programs. If your program is a subroutine library, you
756+may consider it more useful to permit linking proprietary applications with
757+the library. If this is what you want to do, use the GNU Lesser General
758+Public License instead of this License. But first, please read
759+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
760
761=== added file 'README.md'
762--- README.md 1970-01-01 00:00:00 +0000
763+++ README.md 2014-02-17 10:25:15 +0000
764@@ -0,0 +1,8 @@
765+Ulysses
766+=======
767+
768+Ubuntu Engineering CSS & HTML Pattern Lib
769+
770+``shell
771+$ bower install --save ulysses
772+```
773
774=== modified file 'package.json'
775--- package.json 2014-01-28 11:19:19 +0000
776+++ package.json 2014-02-17 10:25:15 +0000
777@@ -1,6 +1,6 @@
778 {
779 "name": "ulysses",
780- "version": "0.0.1",
781+ "version": "0.1.0",
782 "description": "CSS framework used by Ubuntu Engineering",
783 "main": "index.js",
784 "repository": {

Subscribers

People subscribed via source and target branches