File: thumbspage/examples/3.0-upgrades/_viewable/HEADER.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">      <!-- Unicode -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">   <!-- mobile -->
<style>
body {font-family: Arial, Helvetica, sans-serif;}    /* text of title, etc. */
body {margin-left: 12px; margin-right: 12px;}        /* for table+curves */
html {-webkit-text-size-adjust: 100%;}               /* ios landscape no zoom */
</style>
<!-- plus analytics code, etc. -->
<title>thumbspage 3.0 upgrades</title>
</head>

<body>
<h1>thumbspage 3.0 Upgrades</h1>

<P>
This gallery was generated by 
<A HREF="https://learning-python.com/thumbspage.html">thumbspage</A> 3.0.  
It demos the new:

<UL>
<LI>Omitted filename extensions
<LI>Gallery wraparound messages
<LI>Automatic end-of-gallery images
<LI>Raw-view messages on image taps
<LI>HTML tags and entities in notes
<LI>Explicit ordering with ORDER.txt
<LI>Alternative labels with CAPTIONS.py 
<LI>Alternative notes with NOTES.py
<LI>Per-host or forced dark color theme
<LI>Configurable line spacing for text
<LI>Image filenames in info popups
<LI>Keypress shortcuts in viewer pages
<LI>Swipes on touchpads and mice too
<LI>Error checks for build filenames
<LI>Preset defaults and links color
</UL>

<P>
To view the complete source folder of this gallery, tap 
<A HREF="_viewable/">here</A>. 
This demo is built with <A HREF="_generate.sh">this</A> and
<A HREF="_publish.sh">this</A>.
It uses files
<A HREF="ORDER.txt">ORDER.txt</A>, <A HREF="CAPTIONS.py">CAPTIONS.py</A>, 
and <A HREF="NOTES.py">NOTES.py</A> added in 3.0, as well as .note files
<A HREF="A note-file demo.jpg.note">here</A> and 
<A HREF="y-nothing-special.JPG.note">here</A> added earlier but 
augmented with embedded tags and entities in 3.0.

<P>
For a more realistic 3.0 demo, see 
<A HREF="https://learning-python.com/trnpix">this&nbsp;gallery</A>.
For 3.0 screenshots, see <A HREF="../3.0-screenshots/index.html">this</A>.
For more info in 3.0's upgrades, see its release notes in the 
<A HREF="../../user_configs.py">configs&nbsp;file</A> and  
<A HREF="../../UserGuide.html#3.0">User&nbsp;Guide</A>.
</p>



[Home page] Books Code Blog Python Author Train Find ©M.Lutz