Closed
Bug 634657
Opened 15 years ago
Closed 15 years ago
quick and dirty script to export tiki wiki knowledge base articles to text files
Categories
(support.mozillamessaging.com Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rolandtanglao, Assigned: gozer)
References
Details
Attachments
(3 files)
please write a quick and dirty script to export tiki wiki knowledge base articles to text files
Comment 1•15 years ago
|
||
This is basically done, still need to get together with gozer and have him run it against the live database.
I'll do this after the meeting today.
Comment 2•15 years ago
|
||
usage is:
python article_export.py mysqluser passwd dbname
| Assignee | ||
Comment 4•15 years ago
|
||
[...]
Wrote:1798_自動帳號設定_zh-TW.txt
Wrote:1800_deutsch_de.txt
Error Report:
[{2L: 'Language is NULL'}, {90L: 'Language is NULL'}, {1344L: 'Language is NULL'}]
Comment 5•15 years ago
|
||
That just means language was null for those 3 articles, which is expected. Tiki wiki sucks.
| Assignee | ||
Comment 6•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
Note: file format is PageID_PageName_Lang.txt
| Assignee | ||
Comment 8•15 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•