ImportExistingDocuments¶
![digraph G { size ="7,6"; concentrate=true; { rank = same; "DecisionMaking"; }
{ rank = same; "Download"; }
{ rank = same; "Installation"; }
{ rank = same; "Customizing"; }
{ rank = same; "EnterProcesses"; "ImportExistingDocuments"; "UserTraining"; }
{ rank = same; "Maintenance"; }
"Customizing" [URL="Customizing.html",shape=box,color=blue, fontcolor=black, style=filled,];
"DecisionMaking" [URL="DecisionMaking.html",shape=ellipse,color=blue, fontcolor=black, style=filled,];
"Download" [URL="Download.html",shape=rect,color=yellow, fontcolor=black, style=filled,];
"EnterProcesses" [URL="EnterProcesses.html",shape=rect,color=forestgreen, fontcolor=black, style=filled,];
"ImportExistingDocuments" [URL="ImportExistingDocuments.html",shape=rect,color=black, fontcolor=white, style=filled, ];
"Installation" [URL="Installation.html",shape=rect,color=yellow, fontcolor=black, style=filled,];
"Maintenance" [URL="Maintenance.html",shape=rect,color=yellow, fontcolor=black, style=filled,];
"UserTraining" [URL="UserTraining.html",shape=rect,color=firebrick2, fontcolor=black, style=filled,];
"Customizing"->"EnterProcesses" [ ];
"DecisionMaking"->"Download" [ color="blue", arrowhead=diamond, style="solid", label="use FlowchartWiki" ];
"Download"->"Installation" [ ];
"EnterProcesses"->"Maintenance" [ ];
"EnterProcesses"->"UserTraining" [ ];
"ImportExistingDocuments"->"EnterProcesses" [ ];
"Installation"->"Customizing" [ ];
"UserTraining"->"EnterProcesses" [ ];
}](_images/graphviz-34f73f76d94b1516a8f4fec8a7fc675dd937d0ca.png)
Easy conversion of .doc Files with OpenOffice.org¶
The writer module of OpenOffice.org can open .doc documents and has a special export filter to export the document in MediaWiki markup. (=MediaWiki Formatting).
Detailed List of Features: [[OpenOffice Features]]
Procedure¶
- Download [OpenOffice.org]
- Install the downloaded application
- open the .doc file in the OpenOffice.org Writer module
- Export the Document in MediaWiki markup as a .txt file
- Choose File -> Export
- Select File Format “MediaWiki (*.txt)” and enter a FileName.
- Open the .txt File in Notepad or any other Text-Editor, mark the parts to be transferred or the whole document and copy it into the clipboard
- Create or open the page in your Wiki and go to the Edit-Mode of the page
- Paste the content from the clipboard into the Edit-Window of the Wikipage
- Save the Wikipage