Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docu-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
docu-tools
Commits
6f764ffa
Commit
6f764ffa
authored
13 years ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
a few notes about the purpose of this module
parent
043e62c4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
perl/Wiki-Confluence/README
+25
-2
25 additions, 2 deletions
perl/Wiki-Confluence/README
with
25 additions
and
2 deletions
perl/Wiki-Confluence/README
+
25
−
2
View file @
6f764ffa
Wiki-Confluence
This is an experimental module to process the XML dump of
Atlassian/Confluence Wiki.
This is an experimental module to process the XML dump of an
Atlassian/Confluence Wiki space.
The dump contains a sequence of <object> elements which represent the
components of the Wiki content. Most important pars are
<object class=Page>
<object class=BodyContent>
which represent individual pages and the actual content of the page.
STATUS AND GOALS
Right now, the script cfl1.pl only separates each object into a temprary
file tree under ./tmp/<object-class>/<object-id> while also creating a
datastructre which resembles a "Page Tree". This page tree contains
information about the wiki space. The page tree should be used in a
second pass to transcribe the content in a format for offline usage,
e.g. EPUB. Gollum also seem to be a viable option. Since the XML
dump contains the page history as well, importing the pages into a
version control system (e.g. git for use with Gollum) seems to be
possible. Right now I'm exploring ways to synchronzie the contents
bidirectionally...
... to be continued ...
INSTALLATION
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment