{"id":14036757,"url":"https://github.com/GaneshKandu/Palette","last_synced_at":"2025-07-27T04:32:02.486Z","repository":{"id":86553414,"uuid":"65086822","full_name":"GaneshKandu/Palette","owner":"GaneshKandu","description":":art: Palette is a freehand CMS which allows to construct websites directly in a web-browser. It uses flat files for storage and provides an intuitive GUI","archived":true,"fork":false,"pushed_at":"2022-03-02T17:31:51.000Z","size":35497,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T08:34:22.871Z","etag":null,"topics":["language","multisite","palette","php","site-builder","static-site-generator"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GaneshKandu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-06T14:41:49.000Z","updated_at":"2023-08-06T06:26:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"799049f4-8910-423b-8f80-f1752387c449","html_url":"https://github.com/GaneshKandu/Palette","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaneshKandu%2FPalette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaneshKandu%2FPalette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaneshKandu%2FPalette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaneshKandu%2FPalette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GaneshKandu","download_url":"https://codeload.github.com/GaneshKandu/Palette/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":214982087,"owners_count":15811653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["language","multisite","palette","php","site-builder","static-site-generator"],"created_at":"2024-08-12T03:02:12.726Z","updated_at":"2024-12-02T16:30:32.773Z","avatar_url":"https://github.com/GaneshKandu.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"[![GitHub Stars](https://img.shields.io/github/stars/GaneshKandu/Palette.svg)](https://github.com/GaneshKandu/Palette/stargazers)\n[![GitHub Issues](https://img.shields.io/github/issues/GaneshKandu/Palette.svg)](https://github.com/GaneshKandu/Palette/issues) \n[![Releases](https://img.shields.io/github/release/GaneshKandu/Palette.svg)](https://github.com/GaneshKandu/Palette/releases) \n\n### Palette is a freehand CMS which allows to construct websites directly in a web-browser. It uses flat files for storage and provides an intuitive GUI\n\n# Palette\n\nPalette is a freehand CMS which allows to construct websites directly in a web-browser. It uses flat files for storage and provides an intuitive GUI\n\n# Getting Started\n\n+ [Prerequirement](#prerequirement)\n+ [Installation](#installation)\n+ [Installation using git](#installation-using-git)\n+ [Sreenshots](https://github.com/GaneshKandu/Palette/blob/master/SCREENSHOTS.md)\n+ [Language](https://github.com/GaneshKandu/Palette/blob/master/lang/LANGUAGE.md)\n+ [Main Developer](#main-developers)\n+ [Feature](#feature)\n+ [MultiSite](#multisite)\n+ [Third Party Components](#third-party-components)\n+ [Main Developers](#main-developers)\n\n# Prerequirement\n## PHP Version\n\n* PHP 5.3+\n\n## Extension\n\n* gd\n* zip\n\n## Mod Rewrite\n\n* ``` mod_rewrite ``` should be enabled for friendly ``` URL ```\n\n# Installation\n\nCreate Folder\n\n* thumbs/\n* sites/\n* .palette/\n\nGive a Writable Permission on\n* config/\n* .palette\n* thumbs/\n* sites/\n* logs/error.log\n* .htaccess\n\nand open install.php in you Browser\n\n# Installation using git\n\n```sh\n$ #installing Palette\n$ git clone https://github.com/GaneshKandu/Palette.git\n$ cd Palette\n$ mkdir thumbs sites .palette\n$ chmod -R 777 thumbs sites config logs/error.log .htaccess .palette\n$ sudo chown -R www-data:www-data ../Palette\n```\nand open install.php in you Browser\n\n# Feature\n\n* Easy to Use\n* Support of multiple languages\n* Easy Customizing options\n* Live Editor\n* Single and Multiple Site Support\n\n# MultiSite\n\nchnage MULTISITE to true for multisite and false for singesite\n\n```php\n\n// single site\ndefine('MULTISITE',false);\n\n```\n\n# Third Party Components\n\n* thanks the following open source projects for the components used by Palette\n\n|Components|Link|\n|---|---|\n|Metro UI|[http://metroui.org.ua](http://metroui.org.ua)|\n|JQuery|[https://jquery.com](https://jquery.com)|\n|JSColor|[http://jscolor.com](http://jscolor.com)|\n|DropzoneJS|[http://www.dropzonejs.com](http://www.dropzonejs.com)|\n\n# Main Developers\n\n* **Ganesh Kandu** [Ganesh Kandu](https://github.com/GaneshKandu)\n* **Contact** [kanduganesh@gmail.com](mailto:kanduganesh@gmail.com) :envelope:\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGaneshKandu%2FPalette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGaneshKandu%2FPalette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGaneshKandu%2FPalette/lists"}