Content¶
What to say about content?
Here the author develops his true work: to write the articles contents.
You are free to choose the format type you like throught markdown, reST and html.
Let us to give you just some advices about other files you could refer from your article.
First of all: the external hyperlinks. These are html pages available thanks to other sites. And all three quoted formats allow to refer them. As an example, this is an external hyperlink to wikipedia main page using reST:
`wikipedia <https://en.wikipedia.org/wiki/Main_Page>`_
It shows word wikipedia
and it jumps to its main page if you click
on the word.
Then, what about hyperlink to other article in the site? In this case,
use the (relative) article URL. Remember: it uses /blog/show
as prefix,
and slug as article identifier. So to hyperlink to your article
Speaking about Cicero you can use (for example):
...
you can read our wonderful `article about Cicero </blog/show/speaking-about-cicero>`_
...
Note that it isn’t necessary to report the site domain (my.blog.org
), and
we use the article slug.
And, last but not least, how hyperlink to other files (not articles) present in our site? Here we need some technical clarifications to keep in touch.
In our site, files that aren’t articles can live on these directories:
pages
that hosts the site pages that aren’t articles;media
that hosts other type of files, such as images, audio, video, pdf, and so on.
Usually media
has one subdirectory for every kind of hosted file. I.e.:
media/images
to keep images;media/pdfs
to store pdf files, and so on.
As you can argue, if you would hyperlink to mylife.pdf
file, you can
use:
...
`here </media/pdfs/mylife.pdf>`_ you can know something more about my life.
...
By now, these files must be uploaded to your site using some other kind of
software; maybe ftp, or remote copy. This means that you must be
a true site administrator to handle this files. If this is a problem
for you: stay tuned … In the future it’s
possible rstblog
could upload even these files with the article.
A last note. When you would publish your work, you need to call:
https://my.blog.org/blog/load-article
rstblog
will ask you for your username and password. When you’ll
give them to it, it will ask for the article filename to load. Here you can
browse to the article file [3] and submit it, loading the request file.