Site Tools


Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
Hotfix release available: 2024-02-06b "Kaos". upgrade now! [55.2] (what's this?)
Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
Hotfix release available: 2023-04-04b "Jack Jackrum". upgrade now! [54.2] (what's this?)
projekte:indico:indico_-_schlaue_links

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projekte:indico:indico_-_schlaue_links [2023/05/23 08:58] – angelegt ecknigkprojekte:indico:indico_-_schlaue_links [2024/01/05 13:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Indico - Schlaue Links  ======
 +
 +Linksammlung zu Flask, GIT, Indico, Jinja2, PostgreSQL, Python usw.
 +
 +<note tip>Wissen ist wissen, wo's steht.</note>
 +
 +===== Schlaue Links =====
 +
 +  * https://talk.getindico.io/
 +  * __Dokumentation:__ https://docs.getindico.io/en/stable/
 +  * https://www.jotform.com/de/help/1030-wie-sie-ipn-in-ihrem-paypal-account-aktivieren/
 +  * https://harshityadav95.medium.com/postgresql-in-windows-subsystem-for-linux-wsl-6dc751ac1ff3
 +  * __Regelmäßig auf Updates checken:__ https://docs.getindico.io/en/stable/installation/latex/
 +  * __So werden Plugins eingebunden:__ https://docs.getindico.io/en/stable/installation/plugins/
 +  * __Mandatenfähigkeit / Multi-tenancy:__ https://talk.getindico.io/t/multi-tenancy-schema-per-tenant/2601
 +  * __DE-Übersetzung:__ https://www.transifex.com/
 +  * https://www.programiz.com/python-programming
 +  * __Pakete und son Zeugs für Indico:__ https://pypi.org/search/?q=indico
 +  * __pgAdmin4:__ https://citizix.com/how-to-install-pgadmin-4-on-ubuntu-20-04/ und dann https://stackoverflow.com/questions/24917832/how-to-connect-postgres-to-localhost-server-using-pgadmin-on-ubuntu
 +  * https://chozinthet20602.medium.com/flask-wtforms-4a51e129b6e6
 +  * __Eine Vorabversion von DE:__ https://talk.getindico.io/t/german-de-translation-group-deutschsprachige-ubersetzergruppe/69
 +  * __Pflichtfeld im Indico-Profil:__ https://talk.getindico.io/t/create-a-new-indico-profile-field-affiliation-required-is-it-possible/333
 +  * __Das, was nach Ingres:__ https://www.postgresqltutorial.com/
 +  * __Sprachdateien übersetzen:__ !!! ''indico i18n compile-catalog ; indico i18n compile-catalog-react'' => es entstehen **''.mo''**- und **''.json''**-Dateien
 +  * __Anpassen:__ https://indico.cern.ch/event/614422/contributions/2703408/attachments/1543373/2421298/Indico_customization.pdf
 +  * __GIT:__ https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes \\ https://stackoverflow.com/questions/46645843/where-to-store-my-git-personal-access-token \\ https://devconnected.com/create-git-branch/ \\ https://stackoverflow.com/questions/11582894/how-do-i-merge-another-developers-branch-into-mine \\ https://fjolt.com/article/git-how-to-undo-a-git-pull \\ https://stackoverflow.com/questions/278192/view-the-change-history-of-a-file-using-git-versioning
 +  * __Python-Packages:__ [[https://packaging.python.org/en/latest/tutorials/packaging-projects/|ein Projekt zu einem Package zusammenfassen]] +++ [[https://packaging.python.org/en/latest/tutorials/installing-packages/|ein Package installieren]].
 +  * __Flask lernen:__ https://dev.to/nagatodev/getting-started-with-flask-1kn1 bzw. https://dev.to/nagatodev/series/15583 \\ https://realpython.com/the-model-view-controller-mvc-paradigm-summarized-with-legos/
 +  * __Jinja2 lernen:__ https://ttl255.com/jinja2-tutorial-part-1-introduction-and-variable-substitution/
 +  * __Markdown:__ https://www.markdownguide.org/basic-syntax/
 +  * __Python. Formatierung:__ https://user.phil.hhu.de/~seyffarth/classes/python2020/10-01%20String%20Formatting.html
 +  * __Apache auf anderen Port:__ https://ubiq.co/tech-blog/how-to-change-port-number-in-apache-in-ubuntu/
 +  * __PGAdmin im Webbroweser:__ https://www.pgadmin.org/docs/pgadmin4/6.18/server_deployment.html
 +  * __flask, ''add_url_rule'':__ https://flask.palletsprojects.com/en/2.2.x/api/#flask.Flask.add_url_rule \\ https://stackoverflow.com/questions/19261833/what-is-an-endpoint-in-flask
 +  * __Python - tuple oder list:__ https://geekflare.com/de/python-tuple-vs-list/ (Tuple ist dann das Mittel der Wahl, wenn eine Funktion mehrere Werte zurückliefert.)
 +  * __PDFs mit Python:__ https://wiki.ubuntuusers.de/ReportLab/ (die Quelle: https://docs.reportlab.com/)
 +  * __Python. copy():__ https://bodo-schoenfeld.de/der-unterschied-von-copy-und-deepcopy-in-python/
 +  * __Python. @decorators:__ https://medium.com/towards-data-science/12-python-decorators-to-take-your-code-to-the-next-level-a910a1ab3e99
 +  * __Python. for/else:__ https://stackoverflow.com/questions/653509/breaking-out-of-nested-loops UND https://book.pythontips.com/en/latest/for_-_else.html
 +  * __Python: cls versus self__: https://levelup.gitconnected.com/method-types-in-python-2c95d46281cd
 +  * __Übersetzungen mit Babel vorbereiten:__ Hier gab es Hilfe für Knuts WSL-Konstellation: \\ https://stackoverflow.com/a/60236217 (Package 'python-pybabel' has no installation candidate) \\ https://stackoverflow.com/a/20442638 (Babel doesn't recognize jinja2 extraction method)
 +  * __Arbeiten mit der indico-Shell:__ https://talk.getindico.io/t/resending-abstract-acceptance-notification-to-all-authors/3092
 +  * Neue Spielwiese: __TypeScript:__ https://stackoverflow.com/questions/33305954/typescript-export-vs-default-export
 +
 +===== Zusatzinformationen =====
 +
 +===== Unterprojekte =====
 +
 +{{indexmenu>projekte:indico:indico_-_schlaue_links#2| js doku}}
 +\\
 +Neues Projekt anlegen:  {{NEWPAGE>projekte:indico:indico_-_schlaue_links}}
 +
 +
 +
 +===== Kommentare =====
 +
 +
 +