Content sections of Space Access 2019 website. http://sa2019.erps.org Mainly addresses editable sections of main body of pages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.5 KiB

  1. # sa2019-sitesnips
  2. Space Access 2019 website snippets
  3. This repo is intended as an aide for developing the website at:
  4. https://sa2019.erps.org
  5. The website is built using Joomla.
  6. ## Source materials
  7. Source material comes from these pages:
  8. * http://space-access.org/
  9. * http://space-access.org/updates/sa2019prog.html -
  10. particularly the section "Preliminary SA2019 Conference Agenda"
  11. ## jm-mainbody
  12. This subdirectory includes raw HTML fragments which can be
  13. manipulated through the Joomla editor interface.
  14. It includes the main body of a page, but not the sidebars.
  15. Content is added by a site administrator in a rich text editing window.
  16. One of the editor options is "tinyMCE", and includes a raw HTML mode.
  17. It is thus possible to craft raw HTML snippets offline and copy them in.
  18. Early commits to this repository had
  19. HTML lines broken into wrapper structures (including style in tag) and internal content.
  20. The idea was to make changes trackable.
  21. This later migrated to copying the raw HTML fragment that can be edited by tinyMCE.
  22. Once saved by the Joomla editor,
  23. the wrapper structure disappears,
  24. resulting in single-line paragraphs and list items.
  25. In the case of "news/7-agenda", there are in fact, two version of the HTML file:
  26. * "7-agenda.frag-tinymce.html" contains HTML fragment after it has been
  27. rewritten by the TinyMCE editor. (Wrapper structure disappears.)
  28. * "7-agenda.frag.html" is the structured form.
  29. However, later versions simply name the raw HTML fragment with suffix ".frag.html".