Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IoannisByng committed Jul 31, 2015
0 parents commit 1970bb2
Show file tree
Hide file tree
Showing 12,036 changed files with 2,538,741 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/testgit.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

174 changes: 174 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions 3rd-party-licenses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# pimcore, licenses used by included 3rd party libraries

The overal pimcore project is licensed under the terms of a modified BSD Licence. By using pimcore you have to be aware and have to accept and respect that the pimcore distribution includes several third-party Open-Source libraries, which are licensed under their respective Open-Source licenses.


## ExtJS by Sencha Inc.
pimcore includes the GPLv3 version of the ExtJS JavaScript framework (version 3) under the Open Source License Exception for Applications (FLOSS).

There are two FLOSS exceptions available for use with this release for
open source applications that are distributed under a license other than GPL.

* Open Source License Exception for Applications ( [view archived copy](https://www.pimcore.org/download/license/extjs-floss-exception-applications.png) )
* Open Source License Exception for Development ( [view archived copy](https://www.pimcore.org/download/license/extjs-floss-exception-development.png) )

Further information:
http://www.sencha.com/license/

## Zend Framework by Zend Technologies Ltd.
License: New BSD License
http://framework.zend.com/license

## jQuery by The jQuery Project
License: MIT or GPLv2
http://jquery.org/license

## CKEditor by Frederico Knabben
License: LGPL / GPLv2 / MPL
http://ckeditor.com/license

## SWFObject
License: MIT
http://www.opensource.org/licenses/mit-license.php

## PrototypeJS by Prototype Core Team
License: MIT
https://raw.github.com/sstephenson/prototype/master/LICENSE

## LESS by Alexis Sellier
License: Apache 2.0
http://www.opensource.org/licenses/Apache-2.0

## CSV Reader By Luke Visinoni
License: LGPL
http://opensource.org/licenses/lgpl-license

## Sabre by Rooftop Solutions
License: Modified BSD License
http://code.google.com/p/sabredav/wiki/License

## simplehtmldom
License: MIT
http://opensource.org/licenses/mit-license.php

## password_compat
License: MIT
http://www.opensource.org/licenses/mit-license.html
29 changes: 29 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Copyright (c) 2009-2014 pimcore GmbH (http://www.pimcore.org)
All rights reserved.

For details please see: http://www.pimcore.org/license

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of pimcore GmbH nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# pimcore

THE PREMIER OPEN-SOURCE CMS/CMF, PIM, ECOMMERCE-SUITE

[![Software License](https://img.shields.io/badge/license-BSD-brightgreen.svg?style=flat)](LICENSE.txt)
[![Current Release](https://img.shields.io/packagist/v/pimcore/pimcore.svg?style=flat)](https://packagist.org/packages/pimcore/pimcore)
[![Build Status](https://travis-ci.org/pimcore/pimcore.svg?branch=master)](https://travis-ci.org/pimcore/pimcore)
[![HHVM Status](https://img.shields.io/hhvm/pimcore/pimcore.svg)](https://travis-ci.org/pimcore/pimcore)
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg?style=flat)](https://gitter.im/pimcore/pimcore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)


![Editing Interface](website_demo/static/screenshots/1.png)

* Homepage: [http://www.pimcore.org/](http://www.pimcore.org/) - Learn more about pimcore
* Twitter: [@pimcore](https://twitter.com/pimcore) - Get the latest news
* Issue Tracker: - [Issues](http://www.pimcore.org/issues) - Report bugs here
* Forums: - http://www.pimcore.org/board/ - Get help


## Getting started

Download the [latest release](http://www.pimcore.org/download) and extract the archive in document root.
Create a database for pimcore (charset: utf8). If you have a website_example (empty installation) or a website_demo (boilerplate) folder please rename one of them to website (only if cloning from git).
Run the pimcore installation by accessing the URL where you uploaded the pimcore files in a browser.

```
cd /your/document/root
wget https://www.pimcore.org/download/pimcore-latest.zip
unzip pimcore-latest.zip
mysql -u root -p -e "CREATE DATABASE pimcore charset=utf8;"
# now launch http://yourhostname.tld/install
```

[A detailed installation guide can be found here.](http://www.pimcore.org/wiki/pages/viewpage.action?pageId=12124463)


## Copyright and license

Copyright [pimcore](http://www.pimcore.org) GmbH under a modified [BSD license](LICENSE.txt).
For licensing details please visit http://www.pimcore.org/license

24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "pimcore/pimcore",
"description": "The premier Open-Source Multi-Channel Experience and Engagement Management Platform",
"keywords": ["CMS","PIM","DAM","E-Commerce","RAD","Product Information Management"],
"homepage": "http://www.pimcore.org/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "pimcore Team",
"email": "[email protected]",
"homepage": "http://www.pimcore.org/",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {"Pimcore\\": "pimcore/lib/Pimcore"}
},
"scripts": {
"post-create-project-cmd": "Pimcore\\Composer::postCreateProject"
}
}
19 changes: 19 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1970bb2

Please sign in to comment.