Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit cc27b7b

Browse files
committed
Renamed file-extensions for README and LICENSE.
1 parent 5aacebb commit cc27b7b

File tree

4 files changed

+115
-28
lines changed

4 files changed

+115
-28
lines changed

LICENSE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright © 2014 Umbrella Inc, Our Umbraco and other contributors
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
this software and associated documentation files (the "Software"), to deal in
5+
the Software without restriction, including without limitation the rights to
6+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7+
of the Software, and to permit persons to whom the Software is furnished to do
8+
so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

MIT-LICENSE.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.markdown

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
# Doc Type Grid Editor
2+
3+
[![Build status](https://img.shields.io/appveyor/ci/leekelleher/umbraco-doc-type-grid-editor.svg)](https://ci.appveyor.com/project/leekelleher/umbraco-doc-type-grid-editor)
4+
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor)
5+
[![Chat on Gitter](https://img.shields.io/badge/gitter-join_chat-green.svg)](https://gitter.im/leekelleher/umbraco-nested-content)
6+
7+
8+
A grid editor for Umbraco 7 that allows you to use Doc Types as a blue print for cell data.
9+
10+
11+
## Getting Started
12+
13+
### Installation
14+
15+
> *Note:* Nested Content has been developed against **Umbraco v7.1.4** and will support that version and above.
16+
17+
Nested Content can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code:
18+
19+
#### Our Umbraco package repository
20+
21+
To install from Our Umbraco, please download the package from:
22+
23+
> [https://our.umbraco.org/projects/backoffice-extensions/nested-content](https://our.umbraco.org/projects/backoffice-extensions/nested-content)
24+
25+
#### NuGet package repository
26+
27+
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.NestedContent), you can run the following command from within Visual Studio:
28+
29+
PM> Install-Package Our.Umbraco.NestedContent
30+
31+
We also have a [MyGet package repository](https://www.myget.org/gallery/umbraco-nested-content) - for bleeding-edge / development releases.
32+
33+
#### Manual build
34+
35+
If you prefer, you can compile Nested Content yourself, you'll need:
36+
37+
* Visual Studio 2012 (or above)
38+
39+
To clone it locally click the "Clone in Windows" button above or run the following git commands.
40+
41+
git clone https://github.com/leekelleher/umbraco-nested-content.git umbraco-nested-content
42+
cd umbraco-nested-content
43+
.\build.cmd
44+
45+
---
46+
47+
## Developers Guide
48+
49+
For details on how to use the Nested Content package, please refer to our [Developers Guide](docs/developers-guide.md) documentation.
50+
51+
A PDF download is also available: [Nested Content - Developers Guide v1.0.pdf](docs/assets/pdf/Nested-Content--Developers-Guide-v1.0.pdf)
52+
53+
---
54+
55+
## Known Issues
56+
57+
Please be aware that not all property-editors will work within Nested Content. The following property-editors are known to have compatibility issues:
58+
59+
* Upload (default Umbraco core)
60+
* Image Cropper (default Umbraco core)
61+
* Macro Container (default Umbraco core)
62+
63+
---
64+
65+
## Contributing to this project
66+
67+
Anyone and everyone is welcome to contribute. Please take a moment to review the [guidelines for contributing](CONTRIBUTING.md).
68+
69+
* [Bug reports](CONTRIBUTING.md#bugs)
70+
* [Feature requests](CONTRIBUTING.md#features)
71+
* [Pull requests](CONTRIBUTING.md#pull-requests)
72+
73+
74+
## Contact
75+
76+
Have a question?
77+
78+
* [Nested Content Forum](https://our.umbraco.org/projects/backoffice-extensions/nested-content/nested-content-feedback) on Our Umbraco
79+
* [Raise an issue](https://github.com/leekelleher/umbraco-nested-content/issues) on GitHub
80+
81+
82+
## Dev Team
83+
84+
* [Matt Brailsford](https://github.com/mattbrailsford)
85+
* [Lee Kelleher](https://github.com/leekelleher)
86+
87+
### Special thanks
88+
89+
* Thanks to [Jeavon Leopold](https://github.com/Jeavon) for being a rockstar and adding AppVeyor support.
90+
91+
92+
## License
93+
94+
Copyright © 2015 Umbrella Inc, Our Umbraco and [other contributors](https://github.com/leekelleher/umbraco-nested-content/graphs/contributors)
95+
96+
Licensed under the [MIT License](LICENSE.md)

0 commit comments

Comments
 (0)