{"id":22528778,"url":"https://github.com/zing-dev/learn-drupal7","last_synced_at":"2025-06-13T08:33:31.211Z","repository":{"id":96129104,"uuid":"78353133","full_name":"zing-dev/learn-drupal7","owner":"zing-dev","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-10T02:22:21.000Z","size":3411,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T04:41:56.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zing-dev.png","metadata":{"files":{"readme":"README.txt","changelog":"CHANGELOG.txt","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-08T15:50:19.000Z","updated_at":"2017-01-08T15:51:26.000Z","dependencies_parsed_at":"2023-06-18T16:38:57.343Z","dependency_job_id":null,"html_url":"https://github.com/zing-dev/learn-drupal7","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zing-dev/learn-drupal7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zing-dev%2Flearn-drupal7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zing-dev%2Flearn-drupal7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zing-dev%2Flearn-drupal7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zing-dev%2Flearn-drupal7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zing-dev","download_url":"https://codeload.github.com/zing-dev/learn-drupal7/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zing-dev%2Flearn-drupal7/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259610316,"owners_count":22884238,"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":[],"created_at":"2024-12-07T07:12:20.009Z","updated_at":"2025-06-13T08:33:31.178Z","avatar_url":"https://github.com/zing-dev.png","language":"PHP","readme":"\nCONTENTS OF THIS FILE\n---------------------\n\n * About Drupal\n * Configuration and features\n * Installation profiles\n * Appearance\n * Developing for Drupal\n\nABOUT DRUPAL\n------------\n\nDrupal is an open source content management platform supporting a variety of\nwebsites ranging from personal weblogs to large community-driven websites. For\nmore information, see the Drupal website at http://drupal.org/, and join the\nDrupal community at http://drupal.org/community.\n\nLegal information about Drupal:\n * Know your rights when using Drupal:\n   See LICENSE.txt in the same directory as this document.\n * Learn about the Drupal trademark and logo policy:\n   http://drupal.com/trademark\n\nCONFIGURATION AND FEATURES\n--------------------------\n\nDrupal core (what you get when you download and extract a drupal-x.y.tar.gz or\ndrupal-x.y.zip file from http://drupal.org/project/drupal) has what you need to\nget started with your website. It includes several modules (extensions that add\nfunctionality) for common website features, such as managing content, user\naccounts, image uploading, and search. Core comes with many options that allow\nsite-specific configuration. In addition to the core modules, there are\nthousands of contributed modules (for functionality not included with Drupal\ncore) available for download.\n\nMore about configuration:\n * Install, upgrade, and maintain Drupal:\n   See INSTALL.txt and UPGRADE.txt in the same directory as this document.\n * Learn about how to use Drupal to create your site:\n   http://drupal.org/documentation\n * Download contributed modules to sites/all/modules to extend Drupal's\n   functionality:\n   http://drupal.org/project/modules\n * See also: \"Developing for Drupal\" for writing your own modules, below.\n\nINSTALLATION PROFILES\n---------------------\n\nInstallation profiles define additional steps (such as enabling modules,\ndefining content types, etc.) that run after the base installation provided\nby core when Drupal is first installed. There are two basic installation\nprofiles provided with Drupal core.\n\nInstallation profiles from the Drupal community modify the installation process\nto provide a website for a specific use case, such as a CMS for media\npublishers, a web-based project tracking tool, or a full-fledged CRM for\nnon-profit organizations raising money and accepting donations. They can be\ndistributed as bare installation profiles or as \"distributions\". Distributions\ninclude Drupal core, the installation profile, and all other required\nextensions, such as contributed and custom modules, themes, and third-party\nlibraries. Bare installation profiles require you to download Drupal Core and\nthe required extensions separately; place the downloaded profile in the\n/profiles directory before you start the installation process. Note that the\ncontents of this directory may be overwritten during updates of Drupal core;\nit is advised to keep code backups or use a version control system.\n\nAdditionally, modules and themes may be placed inside subdirectories in a\nspecific installation profile such as profiles/your_site_profile/modules and\nprofiles/your_site_profile/themes respectively to restrict their usage to only\nsites that were installed with that specific profile.\n\nMore about installation profiles and distributions:\n * Read about the difference between installation profiles and distributions:\n   http://drupal.org/node/1089736\n * Download contributed installation profiles and distributions:\n   http://drupal.org/project/distributions\n * Develop your own installation profile or distribution:\n   http://drupal.org/developing/distributions\n\nAPPEARANCE\n----------\n\nIn Drupal, the appearance of your site is set by the theme (themes are\nextensions that set fonts, colors, and layout). Drupal core comes with several\nthemes. More themes are available for download, and you can also create your own\ncustom theme.\n\nMore about themes:\n * Download contributed themes to sites/all/themes to modify Drupal's\n   appearance:\n   http://drupal.org/project/themes\n * Develop your own theme:\n   http://drupal.org/documentation/theme\n\nDEVELOPING FOR DRUPAL\n---------------------\n\nDrupal contains an extensive API that allows you to add to and modify the\nfunctionality of your site. The API consists of \"hooks\", which allow modules to\nreact to system events and customize Drupal's behavior, and functions that\nstandardize common operations such as database queries and form generation. The\nflexible hook architecture means that you should never need to directly modify\nthe files that come with Drupal core to achieve the functionality you want;\ninstead, functionality modifications take the form of modules.\n\nWhen you need new functionality for your Drupal site, search for existing\ncontributed modules. If you find a module that matches except for a bug or an\nadditional needed feature, change the module and contribute your improvements\nback to the project in the form of a \"patch\". Create new custom modules only\nwhen nothing existing comes close to what you need.\n\nMore about developing:\n * Search for existing contributed modules:\n   http://drupal.org/project/modules\n * Contribute a patch:\n   http://drupal.org/patch/submit\n * Develop your own module:\n   http://drupal.org/developing/modules\n * Follow best practices:\n   http://drupal.org/best-practices\n * Refer to the API documentation:\n   http://api.drupal.org/api/drupal/7\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzing-dev%2Flearn-drupal7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzing-dev%2Flearn-drupal7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzing-dev%2Flearn-drupal7/lists"}