Download the PHP package silverstripe/silverstripe-fluent without Composer
On this page you can find all versions of the php package silverstripe/silverstripe-fluent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silverstripe/silverstripe-fluent
More information about silverstripe/silverstripe-fluent
Files in silverstripe/silverstripe-fluent
Package silverstripe-fluent
Short Description Simple localisation for Silverstripe
License BSD-3-Clause
Informations about the package silverstripe-fluent
WARNING
This is a temporary fork of tractorcow/silverstripe-fluent
. Do not install in production environment.
Fluent
Simple Silverstripe Localisation
This module allows websites to manage localisation of content, and navigation between localisations, in a similar fashion to Translatable or Multilingual.
Locales are distinguished by a url prefix, that of the selected locale, at the start
of all page links. E.g. http://damian.geek.nz/en_NZ/about-me
would be the NZ English
version of a page. This could be localised into Maori at http://damian.geek.nz/mi_NZ/about-me
Fluent also integrates nicely with Google Sitemaps module, linking localisations for each page as per Google's internationalisation guidelines
Fluent also supports the use of multiple domains to assist in locale filtering (e.g. a .com for English, and a .cn for Chinese).
Back end control is provided by a simple CMS filter.
Also, please report any issues you may encounter, as it helps us all out!
Contributing
If you would like to contribute to Fluent, either via pull requests, localisations, or being a part of the contributing team, please see the contributing guidelines
Credits and Authors
- Damian Mooyman - https://github.com/tractorcow-farm/silverstripe-fluent
- Robbie Averill - https://github.com/robbieaverill Migrating to SilverStripe 4.0
- Attribution to Michael (dAKirby309) for his metro translate icon - http://dakirby309.deviantart.com/
Requirements
- SilverStripe 4.0.0 or above
- PHP 7.1 or above
Documentation
- Configuration
- Locale Detection
- Installation
- Working with DataObjects
- Deployment under multiple domains
- Templating for Fluent
- How Fluent works
- Scenarios
- Localised copy
- Versioned history
- Migrating from Translatable
Translations
The translations for this project are managed via Transifex and are updated automatically during the release process. To contribute, please head to the link above and get translating!
License
Revised BSD License
Copyright (c) 2018, Damian Mooyman
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- The name of Damian Mooyman may not be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL
All versions of silverstripe-fluent with dependencies
silverstripe/vendor-plugin Version ^2
silverstripe/framework Version ^5
silverstripe/admin Version ^2
silverstripe/versioned Version ^2
symbiote/silverstripe-gridfieldextensions Version ^4
ext-json Version *