Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,11 +1,11 @@
 Awesome Silverstripe CMS !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome Silverstripe CMS !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 (https://www.silverstripe.org/)
▐ Useful resources for Silverstripe Framework and CMS
Silverstripe CMS (https://www.silverstripe.org) is an open source PHP framework for building web applications. It is a rapid development MVC framework that serves as a classic fully fledged 
CMS or as a headless CMS, which can be queried either via GraphQL or a custom API.
Silverstripe CMS (https://www.silverstripe.org) is an open source PHP framework for building web applications. It is a rapid development MVC framework that serves as a classic fully fledged CMS or as a headless CMS, which can be queried
either via GraphQL or a custom API.
Following the "Active Record" design pattern, you can easily extend the built-in functionality with a project specific data model.
Contributions welcome (CONTRIBUTING.md), please send a pull request or open an issue to start a discussion.
@@ -87,13 +87,12 @@
- Autotranslate (https://github.com/bratiask/silverstripe-autotranslate) - Creates automatic translations of fields using Google Translate API.
Site Search 
- Silverstripe Searchable (https://github.com/i-lateral/silverstripe-searchable) - Adds more complex site searching using the Silverstripe ORM. With dedicated templates for search results 
across multiple search objects.
- Silverstripe Searchable (https://github.com/i-lateral/silverstripe-searchable) - Adds more complex site searching using the Silverstripe ORM. With dedicated templates for search results across multiple search objects.
- Searchable DataObjects (https://github.com/g4b0/silverstripe-searchable-dataobjects) - Fast and simple MySQL based search. Useful for single language sites.
- Fulltext Search (https://github.com/silverstripe/silverstripe-fulltextsearch) - Full fledged search interface for Solr4 (EOL).
- Fulltext Search Local Solr (https://addons.silverstripe.org/add-ons/silverstripe/fulltextsearch-localsolr) - Easy to install Solr4 (EOL) instance for local development.
- Solr search (https://github.com/firesphere/silverstripe-solr-search) - Interface for Solr search, supporting up to the latest Solr (9) version. With submodules for e.g. transitioning from 
the "Fulltext Search" module, as well as subsite, fluent and others.
- Solr search (https://github.com/firesphere/silverstripe-solr-search) - Interface for Solr search, supporting up to the latest Solr (9) version. With submodules for e.g. transitioning from the "Fulltext Search" module, as well as 
subsite, fluent and others.
Development Helpers
- Debugbar (https://github.com/lekoala/silverstripe-debugbar/) - Shows debugging statistics in your browser.
@@ -115,8 +114,7 @@
IDE Plugins
- VSCode Silverstripe (https://marketplace.visualstudio.com/items?itemName=adrian.silverstripe) - Syntax highlighting for Silverstripe template files in VSCode.
- Jetbrains / PHPStorm Silverstripe Template Language Support (https://plugins.jetbrains.com/plugin/17014-silverstripe-template-language-support) - Syntax highlighting for Silverstripe 
template files.
- Jetbrains / PHPStorm Silverstripe Template Language Support (https://plugins.jetbrains.com/plugin/17014-silverstripe-template-language-support) - Syntax highlighting for Silverstripe template files.
- PHPStorm / Webstorm Live Templates (https://github.com/northcreation-agency/silverstripe-php-web-storm-live-templates) - Shortcuts for adding various Silverstripe specific code snippets.
Virtualisation