index
:
pgweb.git
master
This is the code for the postgresql.org website
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
docs
/
docload.py
Age
Commit message (
Expand
)
Author
2022-06-20
Fix typo in comment
Magnus Hagander
2022-06-20
Refactor docsload and add support for loading from directory
Magnus Hagander
2022-06-20
Store the git hash of developer docs loaded
Magnus Hagander
2022-06-20
Use the proper set of arguments in docs loader
Magnus Hagander
2021-08-11
Add verbose mode to docs loading and tweak defaults
Magnus Hagander
2021-05-18
Make documentation purges use xkey
Magnus Hagander
2020-11-23
Only flag docs as loaded when they've actually changed
Magnus Hagander
2020-01-09
Fix a number of incorrect escapes
Magnus Hagander
2019-04-25
Add Bootstrap grid classes to images referenced in the HTML docs.
Jonathan S. Katz
2019-03-31
Add a lot more code documentation to the documentation loader.
Jonathan S. Katz
2019-03-31
Do not use libtidy on content from SVG files.
Jonathan S. Katz
2019-03-31
Remove global variable reference that increments the page count in the docloa...
Jonathan S. Katz
2019-02-22
Load docs using COPY instead of INSERT
Magnus Hagander
2019-01-26
Update docsload to use tidylib instead of tidy
Magnus Hagander
2019-01-26
More generic changes from 2to3
Magnus Hagander
2019-01-26
Update script shebangs to use python3
Magnus Hagander
2019-01-26
Update print and input syntax for python 3
Magnus Hagander
2019-01-26
Generic unicode updates
Magnus Hagander
2019-01-17
Remove multi-statement lines, per pep8
Magnus Hagander
2019-01-17
Fix whitespace and indentation, per pep8
Magnus Hagander
2019-01-17
Tabs, meet your new overlords: spaces
Magnus Hagander
2018-04-03
Turn off tidy indent on docs older than 11
Magnus Hagander
2017-02-18
Disable clean flag in tidy calls on new XML based docs build
Magnus Hagander
2016-11-16
Support loading docs in utf-8 from pg version 10
Magnus Hagander
2016-01-29
Go back to using direct psycopg2 for docs loading
Magnus Hagander
2012-09-24
When loading the current version of docs, also purge /current/
Magnus Hagander
2012-05-18
Close db connection in docloader
Magnus Hagander
2011-12-04
Include docs load timestamp in developer docs
Magnus Hagander
2011-12-04
Purge the correct URL when loading developer docs
Magnus Hagander
2011-11-27
Ignore symlinks in docs tarballs
Magnus Hagander
2011-11-23
Purge newly loaded docs from varnish automatically
Magnus Hagander
2011-11-22
Add option to docload.py to make it run quietly
Magnus Hagander
2011-08-16
Make docs loader use the django database connection/configuration
Magnus Hagander
2009-09-14
A first very basic import.
Magnus Hagander