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" [  ];
}

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

  1. Download [OpenOffice.org]
  2. Install the downloaded application
  3. open the .doc file in the OpenOffice.org Writer module
  4. Export the Document in MediaWiki markup as a .txt file
    1. Choose File -> Export
    2. Select File Format “MediaWiki (*.txt)” and enter a FileName.
  5. 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
  6. Create or open the page in your Wiki and go to the Edit-Mode of the page
  7. Paste the content from the clipboard into the Edit-Window of the Wikipage
  8. Save the Wikipage