diff --git a/README.md b/README.md index 914f4b1..fec479b 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,15 @@ Falkon Python plugin templates for KDevelop. - **button**: toolbar button file template - **sidebar**: sidebar file template - **config**: python - PySide2 config class template (in progress) + + +## Acknowledgments + +Pay respect to the creators of the original files and projects which these templates are based on. + +| Template | Original author / project | +|--|--| +| plugin | Based on Falkon Python [Example extension](https://store.falkon.org/p/1301043/) by David Rosca | +| button | Based on Falkon Python [Example extension](https://store.falkon.org/p/1301043/) by David Rosca | +| sidebar | Based on Falkon Python [Example extension](https://store.falkon.org/p/1301043/) by David Rosca | +| config | Based on [KDevelop](https://www.kdevelop.org/) Python Basic class template |