Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add directory traversal mode #13

Open
VTimofeenko opened this issue Dec 8, 2020 · 1 comment
Open

Add directory traversal mode #13

VTimofeenko opened this issue Dec 8, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@VTimofeenko
Copy link
Owner

The script can have a new mode that allows posting a nested set of pages. Consider the following structure:

.
├── a
│   ├── a.confluencewiki
│   ├── attachment_1
│   └── b
│       └── b.confluencewiki
└── config.toml

2 directories, 4 files

Script would:

  1. Create page "a", with content from 'a.confluencewiki'
  2. Attach attachment_1 to "a"
  3. Create child "b" of page "a" with content from b.confluencewiki
@VTimofeenko VTimofeenko added the enhancement New feature or request label Dec 31, 2020
@VTimofeenko
Copy link
Owner Author

Add option to delete pages that do not correspond to existing files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant