1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-03 15:17:33 +02:00

refactor: FeedItem::setTimestamp() (#3711)

This commit is contained in:
Dag
2023-09-26 00:27:45 +02:00
committed by GitHub
parent f421c45b21
commit ae53adefad
5 changed files with 38 additions and 15 deletions

View File

@@ -1,10 +1,12 @@
This area is intended for developers who decide to contribute to **RSS-Bridge** which is primarily written in [`PHP`](http://www.php.net/) with some aspects of [`HTML`](https://en.wikipedia.org/wiki/HTML) and [`CSS`](https://en.wikipedia.org/wiki/Cascading_Style_Sheets).
This area is intended for developers who decide to contribute to **RSS-Bridge**.
It is written in PHP.
If you are new to **RSS-Bridge** you should make yourself familiar with some general aspects:
- [Coding style policy](./01_Coding_style_policy.md)
- [Folder structure](./03_Folder_structure.md)
- [Debug mode](./05_Debug_mode.md)
- [Bridge API](../05_Bridge_API/index.md)
- [Cache API](../07_Cache_API/index.md)
- [Format API](../08_Format_API/index.md)
- [Technical recommendations](../09_Technical_recommendations/index.md)
- [Technical recommendations](../09_Technical_recommendations/index.md)