1
0
Fork 0
mirror of synced 2024-06-29 11:30:46 +12:00
Commit graph

12 commits

Author SHA1 Message Date
Nick Sweeting d0f2e693b3 re-arrange and cleanup directory structure 2018-06-10 20:52:15 -04:00
Nick Sweeting 48df81b216 add dom preview to link index, fix responsiveness 2018-06-10 19:11:06 -04:00
Nick Sweeting f78838ef40 add DOM archiving with chrome headless 2018-06-10 18:46:03 -04:00
Nick Sweeting eef1e5e597 fix archive index scrolling sideways 2018-04-17 17:16:50 -04:00
Nick Sweeting 52a2ddd2b6 show footer info and refresh button 2018-04-17 09:14:01 -04:00
Nick Sweeting 4a2e74a3ac add status column and tweak index css 2018-04-17 07:01:09 -04:00
Nick Sweeting a95912679e refactoring and fancy new link index 2017-10-23 04:58:41 -05:00
Nick Sweeting 4db30779a3 remove term Star from vocab 2017-07-05 17:15:17 -05:00
Brian Hardisty 26b5e4aa3c
Use $identifier over ${identifier}
`${identifier}` has the potential to conflict with JavaScript template
literals.
2017-07-05 03:22:11 -07:00
Brian Hardisty 31ec3203c5
Use template strings for substitution in HTML output
`str.format()` can only use substitutions identified by braces (`{` and
`}`). This has the potential to conflict with other code in the HTML
template, such as CSS or JavaScript.

Template strings can use substitutions identified by `$` or `${}`, e.g.:
`$identifier` or `${identifier}`. These substitutions won't conflict
with CSS or JavaScript, allowing users to write HTML templates that
don't require double braces anywhere there's a substitution conflict.
This is especially useful when one is using a build tool to generate the
final CSS/JavaScript/HTML.

https://docs.python.org/3/library/string.html#template-strings
2017-07-05 02:59:09 -07:00
Nick Sweeting 881de8adbe minor url fixes and refactoring 2017-07-04 06:24:03 -05:00
Nick Sweeting fd1435164b split archive.py into multiple files, refactor config system 2017-07-04 05:38:07 -05:00
Renamed from index_template.html (Browse further)