Open
Conversation
Upload docs written by myself. Early revisions are kept at [GitHub Gist](https://gist.github.com/TripleCamera/16411db348e4237b8636614f3831e543). - README - Tutorial - Dump Types - Dump Structure - `export-0.11-wikiteam3.xsd`
Now with images!
- Tutorial - Schema History (WIP) - Database-API-XML Relation (WIP)
Author
|
This is now ready for review. |
TripleCamera
commented
Jan 24, 2026
TripleCamera
commented
Jan 24, 2026
* Dump Types * `export-0.11-wikiteam3.xsd`
Author
|
@yzqzss Please review again |
yzqzss
requested changes
Feb 6, 2026
Member
There was a problem hiding this comment.
Output formats are various dependent on the target site you want to archive and the wikiteam3 config you passed in.
Comment on lines
+48
to
+68
| Wikiteam3 is a Python package. There is a detailed tutorial for [**installing packages**](https://packaging.python.org/en/latest/tutorials/installing-packages/) at Python Packaging User Guide. Please follow it to install Python (if you haven't installed) and wikiteam3. | ||
|
|
||
| Key points: | ||
| 1. First, install Python 3 if you haven't installed it. Make sure you can run both Python and pip from the command line: | ||
|
|
||
| ```console | ||
| $ python3 --version | ||
| $ python3 -m pip --version | ||
| ``` | ||
|
|
||
| 2. Then, simply install wikiteam3 from [pip](https://pypi.org/project/wikiteam3/). However, it is recommended to install wikiteam3 in a *virtual environment*, which isolates wikiteam3 and other Python packages. | ||
|
|
||
| ```console | ||
| $ python3 -m pip install wikiteam3 | ||
| ``` | ||
|
|
||
| If you have installed wikiteam3 correctly, a help message would appear if you run the following command: | ||
|
|
||
| ```console | ||
| $ wikiteam3dumpgenerator --help | ||
| ``` |
Member
There was a problem hiding this comment.
I'd suggest people to install wikiteam3 via uv, pipx and so on.
* Dump Structure * Dump Types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upload docs written by myself. Early revisions are kept at GitHub Gist.
export-0.11-wikiteam3.xsdThe docs are in early stages. Suggestions are welcomed!