Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 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.