Tools to work with an Atlassian Confluence (Data Center) instance.
Project description
Atlassian Confluence Tools
Generic Setup
pip install conflutools
# copy the confluence-configuration file and adjust its content:
cp confconf-example.yaml confconf.yaml
vim confconf.yaml
Recursive page export
After the preparation steps above:
# create a directory for storing the exports:
$EXPORT_DIR="/path/for/storing/wiki-exports"
mkdir $EXPORT_DIR
cd $EXPORT_DIR
# export by page ID:
export-pagetree --config confconf.yaml --page 53838601
# export by page title (requires the space KEY as well):
export-pagetree --config confconf.yaml --page "Project XY Pages" --space "FOO"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
conflutools-0.2.0.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for conflutools-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2363d0d3a5355151f9a9eb4ce8c1a9ba4835765eab3f4990b8f4ffad9fecd4af |
|
MD5 | da6f1b9354375943724fa5e4866acb72 |
|
BLAKE2b-256 | c2fa1e17d3e6e0dfb34f5644df46d95563f2a35d90047ab833864a5310a57a8d |