, updated
C-c c w
, write the post, C-c
to finish, select the text of the post and C-c C-e h H
to generate the HTML.emacs /var/www/tre/public/notes/YYYYMMDD/index.html
or replace notes
with e.g. ffx/meta
. After the file opens, M-x m-dir RET RET
.post
snippet; if it’s meta, expand ffx
(to do: other types of FFX post). Respond to the prompts for title etc. (if it’s meta, need the date of the previous one).<div id="content" class="content">
to just before the </div>
preceding <div id="postamble" class="status">
.C-c C-i
to indent the whole buffer.C-c C-e k
on <div id="comments">
and on <script>
if necessary.metanext
in the navigation footer (probably need to type a space after the index link).C-x C-f /var/www/tre/public/notes/index.html
and expand notesindex
in the relevant <details>
, or C-x C-f /var/www/tre/public/ffx/meta/index.html
and expand metaindex
, as appropriate.C-x C-f /var/www/tre/public/feed.xml
, then expand rssitem
.curl -i -d "source=URL&target=https://fed.brid.gy/" https://fed.brid.gy/webmention
.