Now config directory is also the install and upgrade guides directory
This commit is contained in:
parent
9efd7bee89
commit
cb047ef8ac
6 changed files with 123 additions and 108 deletions
27
README.md
27
README.md
|
@ -1,15 +1,23 @@
|
|||
README
|
||||
======
|
||||
README FIRST
|
||||
============
|
||||
|
||||
**SuiteDesk** is my own web based app for planning, knowledge sharing, clients
|
||||
support, collaboration and personal productivity, with both powerful and
|
||||
simplicity in mind. It began long time ago as a Drupal 6 project, and now
|
||||
continues as a standalone software product.
|
||||
continues as a standalone open software product.
|
||||
|
||||
Read carefully the `INSTALL.md` file available in the `config` directory, it
|
||||
contains a detailed guide of installation and also further details for the
|
||||
configuration.
|
||||
|
||||
If you are upgrading, then please refer to the `UPGRADE.md` file.
|
||||
|
||||
|
||||
COPYRIGHT NOTICES
|
||||
-----------------
|
||||
|
||||
All Drupal 6 code is Copyright 2001 - 2012 by the original authors.
|
||||
All Drupal code is Copyright 2001 - 2012 by the original authors.
|
||||
Also contrib modules code is Copyright 2001 - 2017 by the original authors.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU General Public License as published by the Free Software
|
||||
|
@ -25,12 +33,17 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|||
|
||||
Drupal is a registered trademark of Dries Buytaert.
|
||||
|
||||
Drupal includes works under other copyright notices and distributed according to
|
||||
the terms of the GNU General Public License or a compatible license, including:
|
||||
**SuiteDesk** includes works under other copyright notices and distributed
|
||||
according to the terms of the *GNU General Public License* or a compatible
|
||||
license, including:
|
||||
|
||||
### Javascript
|
||||
|
||||
* Farbtastic - Copyright (c) 2007 Matt Farina
|
||||
* jQuery - Copyright (c) 2008 John Resig
|
||||
* jQuery Form - Copyright (c) 2007 Mike Alsup
|
||||
* CKEditor - Copyright (c) 2003-2016, CKSource - Frederico Knabben
|
||||
|
||||
### Libraries
|
||||
|
||||
* CKEditor - Copyright (c) 2003-2016, CKSource - Frederico Knabben
|
||||
* TCPDF - Copyright (c) 2002-2015 Nicola Asuni - Tecnick.com LTD
|
||||
|
|
Reference in a new issue