All Projects → georgringer → News

georgringer / News

Licence: other
TYPO3 Extension news

Projects that are alternatives of or similar to News

Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (+58.85%)
Mutual labels:  hacktoberfest, news
Hackerqueue
Your favorite tech sites compiled down to topics you find interesting.
Stars: ✭ 55 (-71.35%)
Mutual labels:  hacktoberfest, news
Refinerycms
An extendable Ruby on Rails CMS that supports Rails 6.0+
Stars: ✭ 3,825 (+1892.19%)
Mutual labels:  hacktoberfest, news
Yiifeed
Pre-moderated news aggregator
Stars: ✭ 100 (-47.92%)
Mutual labels:  hacktoberfest, news
Burlesco
Leia notícias sem ser assinante, burle o paywall (WebExtension)
Stars: ✭ 528 (+175%)
Mutual labels:  hacktoberfest, news
Just News
a userscript project that parses korean news site and then making more readable view
Stars: ✭ 173 (-9.9%)
Mutual labels:  hacktoberfest, news
Conditionwatcher
Android tool which helps to synchronise application behaviours with test thread in automation tests.
Stars: ✭ 190 (-1.04%)
Mutual labels:  hacktoberfest
Earthly
Repeatable builds
Stars: ✭ 5,805 (+2923.44%)
Mutual labels:  hacktoberfest
Pswindocumentation
PowerShell Module that creates Word/Excel/SQL documentation from Active Directory (AD), AWS, Office 365 and others. It's a work in progress!
Stars: ✭ 190 (-1.04%)
Mutual labels:  hacktoberfest
Getjs
A tool to fastly get all javascript sources/files
Stars: ✭ 190 (-1.04%)
Mutual labels:  hacktoberfest
Zipkin Php
Zipkin instrumentation for PHP
Stars: ✭ 190 (-1.04%)
Mutual labels:  hacktoberfest
Ng Polymorpheus
Polymorpheus is a tiny library for polymorphic templates in Angular.
Stars: ✭ 191 (-0.52%)
Mutual labels:  hacktoberfest
Binarybuilder.jl
Binary Dependency Builder for Julia
Stars: ✭ 189 (-1.56%)
Mutual labels:  hacktoberfest
Nebula
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Stars: ✭ 190 (-1.04%)
Mutual labels:  hacktoberfest
Greenshot
Greenshot for Windows - Report bugs & features go here: https://greenshot.atlassian.net or look for information on:
Stars: ✭ 2,562 (+1234.38%)
Mutual labels:  hacktoberfest
Media Manager
A simple file browser and up-loader for Laravel written in Vue.JS
Stars: ✭ 190 (-1.04%)
Mutual labels:  hacktoberfest
Eazypermissions
Android library to handle runtime permission through Kotlin coroutines and Livedata.
Stars: ✭ 192 (+0%)
Mutual labels:  hacktoberfest
Debroglie
DeBroglie is a C# library implementing the Wave Function Collapse algorithm with support for additional non-local constraints, and other useful features.
Stars: ✭ 190 (-1.04%)
Mutual labels:  hacktoberfest
Mtgjson
MTGJSON build scripts for Magic: the Gathering
Stars: ✭ 191 (-0.52%)
Mutual labels:  hacktoberfest
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (+0%)
Mutual labels:  hacktoberfest

TYPO3 Extension news

Donate Crowdin Build Status StyleCI Latest Stable Version Monthly Downloads License

It is a highly customizable framework for chronological organized content - much more than just a news list! – (Quote by an user)

1 Features

  • Based on extbase & fluid, implementing best practices from TYPO3 CMS
  • Supports editors & authors by providing
    • well structured plugins with good preview functionality
    • backend module with filter & search
    • Frontend template variant based on Twitter Bootstrap (v3)
  • Comprehensive documentation

2 Usage

2.1 Installation

Installation using Composer

The recommended way to install the extension is using Composer.

Run the following command within your Composer based TYPO3 project:

composer require georgringer/news

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

2.2 Minimal setup

  1. Include the static TypoScript of the extension. Optional: If your templates are based on Twitter Bootstrap, add the TWB styles as well to get optimized templates.
  2. Create some news records on a sysfolder.
  3. Create a plugin on a page and select at least the sysfolder as startingpoint.

3 Help supporting further development

Why? The news extension is a powerful tool with a lot of features, always trying to thrive on the latest possibilities of the TYPO3 core. This implies a lot of work bringing this to the TYPO3 community.

How? There are multiple ways to support the further development

  • Patreon: Support me on patreon.com and get access to additional extensions and snippets as reward.
  • PayPal: Support me by a donation on paypal.com. It is just one click away.
  • Amazon Wishlist: Satisfy a wish of my Amazon wishlist.

4 Administration corner

4.1 Versions and support

News TYPO3 PHP Support / Development
dev-master 9.5 - 10 unstable development branch
7.x 8.7 - 9.x 7.0 - 7.2 features, bugfixes, security updates
6.x 7.6 - 8.7 5.6 - 7.2 features, bugfixes, security updates
5.x 7.6 - 8.7 5.6 - 7.2 none
4.x 7.6 5.5 - 5.6 none
3.x 6.2 5.5 - 5.6 security updates

4.2 Changelog

Please look into the official extension documentation in changelog chapter.

4.3 Release Management

News uses semantic versioning, which means, that

  • bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
  • minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes,
  • and major updates (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.

4.4 Contribution

Pull Requests are gladly welcome! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the PR is going to solve.

Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going to accept only bugfixes if we can reproduce the issue.

Features: Not every feature is relevant for the bulk of news users. In addition: We don't want to make news even more complicated in usability for an edge case feature. It helps to have a discussion about a new feature before you open a pull request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].