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.

34 lines
1.2 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. As currently saved in this repository,
  19. HTML lines are broken to wrapper structures (including style in tag) and internal content.
  20. The idea was to make changes trackable.
  21. Once saved by the Joomla editor (in this case, tinyMCE),
  22. the wrapper structure disappears,
  23. resulting in single-line paragraphs and list items.
  24. As yet, those single lines have not been copied back to this repo
  25. over concern of degrading the ability to track changes.