http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/doc/_templates/layout.html Mercurial Repository: p/roundup/code: doc/_templates/layout.html history 2024-07-16T22:39:45-04:00 docs: add missing tabs.js required to get tal/jinja2 tabs working. http://hg.code.sf.net:8000/p/roundup/code/#changeset-7ac637506acfdfda5884f682d02829579ef78a37 John Rouillard rouilj@ieee.org 2024-07-16T22:39:45-04:00 2024-07-16T22:39:45-04:00
changeset 7ac637506acf
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description docs: add missing tabs.js required to get tal/jinja2 tabs working.
files
docs: optimize head section of templates http://hg.code.sf.net:8000/p/roundup/code/#changeset-bd013590d8d6eac08e239c4d479d591d0cb57dc1 John Rouillard rouilj@ieee.org 2024-03-01T14:07:28-05:00 2024-03-01T14:07:28-05:00
changeset bd013590d8d6
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description docs: optimize head section of templates

Reordered the head section of website/www using capo.js to improve
speed. Tried to do the same for the doc/_template/layout.html.

Due to a bug in sphinx, we get duplicate viewport tags.

https://github.com/sphinx-doc/sphinx/issues/11699

but I think it's harmless.
files
doc: trying to get search working. http://hg.code.sf.net:8000/p/roundup/code/#changeset-291afa77ad82c9ba4069dea7f6f119b900fd8672 John Rouillard rouilj@ieee.org 2024-02-26T12:12:45-05:00 2024-02-26T12:12:45-05:00
changeset 291afa77ad82
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description doc: trying to get search working.

Searching for www works beter now:

* no more javscript errors in console
* search context blocks are displayed

Had to add role="main" as that is used by the javascript to id
the body of the page to extract text snippets.

Had to set script_files to load all the needed javascript in order.

Had to set data-url_root on a id'ed tag for javacript to work.

On doc/_templates/layout.html replaced div with main tag and set id
and duplicate role="main" for use by js querySelector.
files
add file with sphinx requirements for building doc. http://hg.code.sf.net:8000/p/roundup/code/#changeset-452a8bd1d826226af82e7190866e7f41228b6ea9 John Rouillard rouilj@ieee.org 2023-06-15T20:46:59-04:00 2023-06-15T20:46:59-04:00
changeset 452a8bd1d826
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description add file with sphinx requirements for building doc.


Disable permalinks for older and newer sphinx versions.

make conf.py's work with old and new sphinx.

make layout.py work with 7.x sphinx which replaces the style
variable with styles[].
files
remove xhtml structures; merge changes from www layout to doc layout http://hg.code.sf.net:8000/p/roundup/code/#changeset-33124f6dc1c447bb5a2030fb487d8cf7970b4c55 John Rouillard rouilj@ieee.org 2023-02-15T12:01:44-05:00 2023-02-15T12:01:44-05:00
changeset 33124f6dc1c4
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description remove xhtml structures; merge changes from www layout to doc layout
files
Remove duplicate h1 headers from website http://hg.code.sf.net:8000/p/roundup/code/#changeset-b5b1f2830e23164a95adaf7584f5f92482ef5fc2 John Rouillard rouilj@ieee.org 2023-02-15T10:36:09-05:00 2023-02-15T10:36:09-05:00
changeset b5b1f2830e23
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Remove duplicate h1 headers from website

Each page has an H1 header in the main part of the page. The class=header
block also had an H1 enclosing "Roundup". This isn't useful as an H1
header. The page title includes Roundup as well so I demoted the
class=header H1 to a label but styled it the same.
files
Mark entity safe and reinstall escape -- make title display right http://hg.code.sf.net:8000/p/roundup/code/#changeset-9cfdbfc6d8ed6e3769d7764527ec5ec3055ae578 John Rouillard rouilj@ieee.org 2020-05-11T11:12:25-04:00 2020-05-11T11:12:25-04:00
changeset 9cfdbfc6d8ed
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Mark entity safe and reinstall escape -- make title display right

Change to explicitly mark the string entity &mdash; as safe and
reinstate escaping of doctitle.

If this worked in the past maybe auto-escaping wasn't turned on. If it
is in the newer versions of sphinx's jinja |safe is needed now (and |e
isn't, but it doesn't seem to cause double escaping so....).
files
Do not escape titlesuffix. &mdash; becomes &amp;mdash; http://hg.code.sf.net:8000/p/roundup/code/#changeset-64c9bbeb9b362f4a093b43b18d17a48009579a40 John Rouillard rouilj@ieee.org 2020-05-11T11:00:15-04:00 2020-05-11T11:00:15-04:00
changeset 64c9bbeb9b36
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Do not escape titlesuffix. &mdash; becomes &amp;mdash;

leading to the character entity to be displayed in the tab title in
the browser.
files
Doc updates for customizing.txt, start of index generation http://hg.code.sf.net:8000/p/roundup/code/#changeset-9619d64c03515838de3cc72e56f7b261ee9fcc70 John Rouillard rouilj@ieee.org 2020-05-11T00:02:31-04:00 2020-05-11T00:02:31-04:00
changeset 9619d64c0351
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Doc updates for customizing.txt, start of index generation

customizing.txt:

fix doc on schema.py. Documented obsolete db schema
declaration/initial data method.

doc on config.ini is incomplete. doc as such. Add doc for [rdbms]:
backend, cache_size, sqlite_timeout

document Interval schema type. Also change formatting for list of
schema types to description list from regular list so types are more
visible.

add link to roundup wiki for schema chnge examples.

fix formatting for postfix config.

document Rest Access and Xmlrpc Access permissions; change classic
schema.py example to include them.

doc db/backend_name as obsolete, conf.py [rdbms] backend used
instead.

start adding index references

conf.py: update copyright year

index.txt: add link to genindex.html.

_templates/layout.html: change code to make index output work. Not
sure what the change does, just monkey pasting from
sphinx basic/layout.html
files
Preparing 1.5.1 steps 7/16 http://hg.code.sf.net:8000/p/roundup/code/#changeset-515ab1749b142caff31113425d1322b0ad360195 anatoly techtonik techtonik@gmail.com 2016-01-11T21:59:17+03:00 2016-01-11T21:59:17+03:00
changeset 515ab1749b14
branch
bookmark
tag 1.5.1
user anatoly techtonik <techtonik@gmail.com>
description Preparing 1.5.1 steps 7/16

7. python setup.py build_doc

* fix include of basic.css for rendering permalink anchors
* make anchors less obtrusive
files
Remove duplicated link to page source from doc footer http://hg.code.sf.net:8000/p/roundup/code/#changeset-7cf0468a9fa4503e17fdec666e3f272393df49db anatoly techtonik techtonik@gmail.com 2013-08-25T09:52:49+03:00 2013-08-25T09:52:49+03:00
changeset 7cf0468a9fa4
branch
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description Remove duplicated link to page source from doc footer
files
Enhance documentation generation. http://hg.code.sf.net:8000/p/roundup/code/#changeset-bca7c59ac40055e99cfff29f8e32db578ebaaea7 Stefan Seefeld stefan@seefeld.name 2009-02-12T05:54:26+00:00 2009-02-12T05:54:26+00:00
changeset bca7c59ac400
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Enhance documentation generation.
files