Implement wiki
RodionGork opened this issue · 1 comments
RodionGork commented
We sometimes need certain information placed on dedicated page. Some explanation for set of problems etc. For this we should have wiki
facility. It is not really wiki (as it is not edited by all members) at least now, but let's call it so.
There should be endpoints like /wiki/<page-id>
which simply load page from blobs
table with some id
like w.<page-id>.en
for example.
Probably some provision needs to be done for allowing metainformation (like page title) but hopefully this can be done later.
RodionGork commented
done