diff --git a/README.md b/README.md index af30460..72d47b9 100644 --- a/README.md +++ b/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 \ No newline at end of file + +### Libraries + + * CKEditor - Copyright (c) 2003-2016, CKSource - Frederico Knabben + * TCPDF - Copyright (c) 2002-2015 Nicola Asuni - Tecnick.com LTD diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md new file mode 100644 index 0000000..96db819 --- /dev/null +++ b/config/CHANGELOG.md @@ -0,0 +1,97 @@ +CHANGELOG +========= + +### SuiteDesk 1.00, 2017-07-24 + +Initial release based on Drupal 6.38 (2016-02-24) with modules: + + **Advanced CSS/JS Aggregation** + + Advanced CSS/JS Aggregation 6.x-1.11 + + **CCK** + + CCK 6.x-3.0-alpha4 + + Autocomplete Widgets 6.x-1.4 + + Computed Field 6.x-1.0 + + Content Taxonomy 6.x-1.0-rc2 + + FileField 6.x-3.14 + + Link 6.x-2.11 + + Viewfield 6.x-2.0 + + **Core - extended** + + Administer Users by Role 6.x-1.4 + + Administration menu 6.x-1.9 + + Autosave 6.x-2.11 + + Better Formats 6.x-1.2 + + BookMadeSimple 6.x-3.4 + + Clone module 6.x-1.4 + + Custom Error 6.x-1.4 + + Diff 6.x-2.3 + + Extended Path Aliases 6.x-1.3 + + Frequently Asked Questions 6.x-1.13 + + Lexicon 6.x-1.4 + + Link checker 6.x-2.9 + + Node Comment 6.x-3.0-beta1 + + Pathauto 6.x-1.6 + + Recently read 6.x-1.0-beta1 + + Role Delegation 6.x-1.4 + + Search Restrict 6.x-1.5 + + Token 6.x-1.19 + + View revisions by content type 6.x-1.1 + + Vocabulary Permissions Per Role 6.x-1.1 + + Watcher 6.x-1.4 + + **Custom Breadcrumbs** + + Custom Breadcrumbs 6.x-2.0-rc1 + + **Custom Search** + + Custom Search 6.x-1.13 + + **Date/Time** + + Date 6.x-2.10 + + Calendar 6.x-2.4 + + **Image** + + ImageAPI 6.x-1.10 + + ImageCache 6.x-2.0-rc1 + + **Input filters** + + GeSHi Filter 6.x-1.5 + + HTML Purifier 6.x-2.4 + + Pathologic 6.x-3.4 + + **Multilanguage** + + Internationalization 6.x-1.10 + + Transliteration 6.x-3.1 + + **Printer, email and PDF versions** + + Printer-friendly pages 6.x-1.19 + + **Security** + + Generate Password 6.x-1.4 + + Password policy 6.x-1.11 + + Secure Password Hashes 6.x-2.2 + + Secure Pages 6.x-2.1 + + Secure Pages Hijack Prevention 6.x-2.0-rc1 + + **Storm** + + Storm 6.x-2.2 + + Storm Quick TimeTracker 6.x-2.x-dev + + **User interface** + + CKEditor 6.x-1.15 + + CKEditor Link 6.x-2.4 + + External Links 6.x-1.17 + + jQuery UI 6.x-1.5 + + Lightbox2 6.x-1.11 + + **Views** + + Views 6.x-2.18 + +and libraries: + + + CKEditor 4.6.1 + + GeSHi - Generic Syntax Highlighter 1.0.8.11 + + HTML Purifier Library 4.8.0 + + jQuery UI 1.6 + + TCPDF 6.2.6 + + wkhtmltopdf 0.12.4 diff --git a/install/INSTALL.md b/config/INSTALL.md similarity index 98% rename from install/INSTALL.md rename to config/INSTALL.md index d3bd144..734d02e 100644 --- a/install/INSTALL.md +++ b/config/INSTALL.md @@ -1,5 +1,5 @@ -INSTALL -======= +INSTALLATION GUIDE +================== Contents of this file: @@ -19,8 +19,8 @@ REQUIREMENTS standalone software product. It requires: * A web server (Apache web server with mode_rewrite module and the ability to - use local .htaccess files is recommended), - * PHP 5 (better with version 5.4.45), and + use local .htaccess files is recommended), + * PHP 5 (better with version 5.4.45), and * MySQL (4.1.1 or greater). See http://www.php.net and http://www.mysql.com for more information. @@ -355,4 +355,4 @@ MORE INFORMATION page at http://drupal.org/security-team. - For information about the wide range of available support options, see the - "Support" page at http://drupal.org/support. \ No newline at end of file + "Support" page at http://drupal.org/support. diff --git a/install/LICENSE.txt b/config/LICENSE.txt similarity index 100% rename from install/LICENSE.txt rename to config/LICENSE.txt diff --git a/install/UPGRADE.md b/config/UPGRADE.md similarity index 99% rename from install/UPGRADE.md rename to config/UPGRADE.md index dff5969..6c1e363 100644 --- a/install/UPGRADE.md +++ b/config/UPGRADE.md @@ -1,6 +1,5 @@ - UPGRADING ---------- +========= Prior to upgrading, you should ensure that: diff --git a/install/CHANGELOG.md b/install/CHANGELOG.md deleted file mode 100644 index 6db43a6..0000000 --- a/install/CHANGELOG.md +++ /dev/null @@ -1,94 +0,0 @@ -SuiteDesk 0.1.0, 2017-07-24 ---------------------------- -- Initial release: - * Based on Drupal 6.38 - Final release (2016-02-24) - * Main modules: - Advanced CSS/JS Aggregation - + Advanced CSS/JS Aggregation 6.x-1.11 - - CCK - + CCK 6.x-3.0-alpha4 - + Autocomplete Widgets 6.x-1.4 - + Computed Field 6.x-1.0 - + Content Taxonomy 6.x-1.0-rc2 - + FileField 6.x-3.14 - + Link 6.x-2.11 - + Viewfield 6.x-2.0 - - Core - extended - + Administer Users by Role 6.x-1.4 - + Administration menu 6.x-1.9 - + Autosave 6.x-2.11 - + Better Formats 6.x-1.2 - + BookMadeSimple 6.x-3.4 - + Clone module 6.x-1.4 - + Custom Error 6.x-1.4 - + Diff 6.x-2.3 - + Extended Path Aliases 6.x-1.3 - + Frequently Asked Questions 6.x-1.13 - + Lexicon 6.x-1.4 - + Link checker 6.x-2.9 - + Node Comment 6.x-3.0-beta1 - + Pathauto 6.x-1.6 - + Recently read 6.x-1.0-beta1 - + Role Delegation 6.x-1.4 - + Search Restrict 6.x-1.5 - + Token 6.x-1.19 - + View revisions by content type 6.x-1.1 - + Vocabulary Permissions Per Role 6.x-1.1 - + Watcher 6.x-1.4 - - Custom Breadcrumbs - + Custom Breadcrumbs 6.x-2.0-rc1 - - Custom Search - + Custom Search 6.x-1.13 - - Date/Time - + Date 6.x-2.10 - + Calendar 6.x-2.4 - - Image - + ImageAPI 6.x-1.10 - + ImageCache 6.x-2.0-rc1 - - Input filters - + GeSHi Filter 6.x-1.5 - + HTML Purifier 6.x-2.4 - + Pathologic 6.x-3.4 - - Multilanguage - + Internationalization 6.x-1.10 - + Transliteration 6.x-3.1 - - Printer, email and PDF versions - + Printer-friendly pages 6.x-1.19 - - Security - + Generate Password 6.x-1.4 - + Password policy 6.x-1.11 - + Secure Password Hashes 6.x-2.2 - + Secure Pages 6.x-2.1 - + Secure Pages Hijack Prevention 6.x-2.0-rc1 - - Storm - + Storm 6.x-2.2 - + Storm Quick TimeTracker 6.x-2.x-dev - - User interface - + CKEditor 6.x-1.15 - + CKEditor Link 6.x-2.4 - + External Links 6.x-1.17 - + jQuery UI 6.x-1.5 - + Lightbox2 6.x-1.11 - - Views - + Views 6.x-2.18 - - * Main libraries: - + CKEditor 4.6.1 - + GeSHi - Generic Syntax Highlighter 1.0.8.11 - + HTML Purifier Library 4.8.0 - + jQuery UI 1.6 - + TCPDF 6.2.6 - + wkhtmltopdf 0.12.4