/Tims-Thumbnail-Generators--txt-

Adds Thumbnails for text-files in WoltLab Community Framework™

Primary LanguagePHPOtherNOASSERTION

Tims Thumbnail-Generators (txt)

Tims Thumbnail-Generators (txt) extends WoltLab Community Framework with thumbnails for text/plain files.

Version notes

The currently available source code represents an early alpha-version of Tims Thumbnail-Generators, even though it may be installable, we cannot guarantee a working installation at any time. You MUST NOT install and/or use Tims Thumbnail-Generators in a production environment.

Contribution

Developers are always welcome to fork Tims Thumbnail-Generators and provide features or bug fixes using pull requests. If you make changes or add classes it is mandatory to follow the requirements below:

  • Testing is key, you MUST try out your changes before submitting pull requests
  • You MUST save your files with Unix-style line endings (\n)
  • You MUST NOT include the closing tag of a PHP block at the end of file, provide an empty newline instead
  • You MUST use tabs for indentation
    • Tab size of 8 is required
    • Empty lines MUST be indented equal to previous line
  • All comments within source code MUST be written in English language
  • Use a sensible number of commits. In most cases one commit should be enough.
    • Split huge changes into several logical groups
    • Rebase small changes that consist of several commits into one commit

Follow the above conventions if you want your pull requests accepted.

License

For licensing information refer to the LICENSE file in this folder.