You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
To write a news article in moinmoin, we have choosen to use <<Include(^Artikel/.*, , sort=descending, items=10)>>. This is how the 10 newest articles created in the subfolder Artikel are displayed on https://ffks.de/News
To be able to find such an article (e.g. for editing) it was established to manually add a line at the end of every article e.g.: ''Vom 13.10.2015 | [[Artikel/2015-10-13|Permalink]] | [[Logs/2015-10-23|Protokoll]]''
So we ended up dealing with permalink creation and date referencing manually! Also the url of the articles (e.g. 2015-10-13) have to be created manually in the right format. This is a pain in the ass and prevents inexperienced authors from contributing conformally.
Ideas:
The <<Include>> Macro could be modified to automatically add link and datestamp to the displayed article.
Maybe there is a way to workaround with RSS feed generation of subfolders, which then can be used with a RSS Plugin instead of the Include Macro.
If there is no time for a better improvement, a template for new articles could also help
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To write a news article in moinmoin, we have choosen to use
<<Include(^Artikel/.*, , sort=descending, items=10)>>
. This is how the 10 newest articles created in the subfolderArtikel
are displayed on https://ffks.de/NewsTo be able to find such an article (e.g. for editing) it was established to manually add a line at the end of every article e.g.:
''Vom 13.10.2015 | [[Artikel/2015-10-13|Permalink]] | [[Logs/2015-10-23|Protokoll]]''
So we ended up dealing with permalink creation and date referencing manually! Also the url of the articles (e.g. 2015-10-13) have to be created manually in the right format. This is a pain in the ass and prevents inexperienced authors from contributing conformally.
Ideas:
<<Include>>
Macro could be modified to automatically add link and datestamp to the displayed article.The text was updated successfully, but these errors were encountered: