Alexey Shpakovsky: 1
Document running from subpath
1 files changed, 39 insertions(+), 0 deletions(-)
git send-email is still not my strong side, sorry, a note was lost:
As of writing, you can find rendered preview of changes at:
<http://microblogpubdocs.shpakovsky.ru/installing.html#(advanced)-running-from-subpath>
Note that _recommended_ way of configuring this might change in the
future, so
this is more an "invitation to discuss" (like, how and where to document it),
rather than "proposed change" :)
Hey,
Thank you, I agree, since this it works right now, your edits in the documentation look correct (and I appreciate the "Advanced" notice), I just applied the patch.
Thanks!
Thanks!
Feel free to change wording, if you feel like - I'm not an expert in
English :)
I also would like to add documentation for not-so-documented features like
favicon, image_url, overriding individual blocks in templates/utils.html
(with a link to jinja docs), and maybe stream customization from
https://git.sr.ht/~tsileo/microblog.pub/commit/2cc4eda14320bfccd55deceac9535ac18e1c2fa3
(with warnings that it's advanced and may change).
What do you think about it? And if yes, is it better to do it as separate
patches, separate commits in one patch, or one (big) commit with all
changes?
So, favicon, imgae_url and overriding individual blocks sounds ok to add in the doc.
A single patch for the 3 above should be good.
But I would wait about the stream customization, as I will change the API, I would like to wait until it's stable before it gets documented.
Thank you!
Ok, thanks! Will do - during the weekend or close.
BTW, I like the idea of giving users an option to write some Python
functions to customize microblog.pub even more. Looks like third step of
customize-ability:
1) edit CSS
2) edit HTML (templates)
3) write Python (small functions)
4) mess with Python code of microblog.pub itself
A bit of nostalgia: The first PHP code I wrote was for "php script plugin"
in Miranda messenger 15 years ago. So I might be a bit biased here :)