How to import word documents into wiki? [closed] - wiki

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Anyone knows? Because i think one of the stumbling blocks for people to embrace wiki is of the fact that they need to separately upload the images to the wiki instead of just doing simple copy/paste to the word document

OpenOffice can save as a Mediawiki text file, ready to be pasted into the edit box online.

Microsoft has an add-on for Word 2007 and Word 2010 to save in mediawiki markup. It can be downloaded from http://www.microsoft.com/download/en/details.aspx?id=12298

The guys at mindtouch.com told me they have a tool that imports word docs into their wiki.

You did not specify which wiki you use, here are some links mostly related to mediawiki:
You can use wikEd, which allows to paste formatted text
Help:WordToWiki lists 3 alternative ways
Extension:Word2MediaWikiPlus includes also automatical image upload.

The folks at webworks.com have a nice desktop software solution that automatically publishes Word documents to wiki. Currently they support out-of-box: Confluence, Mediawiki, and MoinMoin.

Related

Is there a way to review a Rmarkdown document in a collaborative way? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I am working remotely with some colleagues on a Rmarkdown document, and I would like to make a simple review of the file (especially the comment part and not the code), and then send it back to others with my reviews embeded in the document, like a word document review or a kind of Overleaf review. I have made some research on the topic, but I didn't find something that feet my needs as explained. Please, Is there a way to add some review in a Rmakdown document and sent it back (either online or not)?
Take a look at Etherpad
Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time.
Or, better: StackEdit
With StackEdit, you can share collaborative workspaces, thanks to the Google Drive synchronization mechanism. If two collaborators are working on the same file at the same time, StackEdit takes care of merging the changes.
Or, even better: HackMD
HackMD is a realtime, multiplatform collaborative markdown note editor.
This means that you can write notes with other people on your desktop, tablet or even on the phone.
I suggest you considering trackdown https://claudiozandonella.github.io/trackdown/
trackdown is an R package that offers a simple answer to collaborative writing and editing of R Markdown (or Sweave) documents. With trackdown, the local .Rmd (or .Rnw) file is uploaded as plain-text in Google Drive where, thanks to the easily readable Markdown (or LaTeX) syntax and the well-known online interface offered by Google Docs, collaborators can easily contribute to the writing and editing of the narrative part of the document. After integrating all authors’ contributions, the final document can be downloaded and rendered locally.
You can find more details at this answer https://stackoverflow.com/a/68014082/12481476 or in the package documentation https://claudiozandonella.github.io/trackdown/

What Are Some Good Open Source Project Landing Pages? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I've built a pretty extensive open source project that I'm soon going to publish online. It's got full documentation, source, and everything else you'd expect from a project, but no website.
I've been looking around for inspiration, and found some great open source website examples written by the pocoo team, for example:
Flask
Jinja
The problem is, I'm not a designer, and can't make web designs if my life depends on it.
So my question is: are there any good HTML/CSS templates out there that would be suitable to use for an open source project? Preferably something simple that shows off a bit of code, and links to docs, help, etc.
Sphinx is a documentation system that should be able to help you out. It's very popular in the Python community, and actually those pages you pointed out utilize this tool, as well---look at the bottom of the pages. The official Python documentation uses it, too.
It uses the reStructuredText markup language, so that's what you'd need to read up on if you're not already familiar with it.

Where to find "bug free" html to wiki converter [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
While googling for it.I've stumbled upon html2wiki that seems to do the job(will try after done posting the Q up). But, other than that, there are many other choices popped out during the query session.
An word on which app to choose would be appreciated!
Thanks
I'm quite a fan of pandoc. The advantage is you learn one tool and then you can do lots of different kinds of conversions, fast.
This is the only one that has worked for me:
https://foliovision.com/seo-tools/pandoc-online
My use case was an HTML exported from EverNote which I needed to transfer into MediaWiki engine.
You could try HTML-WikiConverter
It can be done with marksy.arc90.com
Marksy is an online (or a Chrome Extension) that converts one markup
language to another in your browser.
Currently:
Input types supported
Markdown
Rst
Textile
Html
Mediawiki
Jira (confluence)
Github (gfm)
Outputs
Markdown
Rst
Textile
Html
Jira (confluence)
Googlecode
Jspwiki
Moinmoin
Trac
Mediawiki
Marksy even has an API available.
The best of three test was achieved by Seapine {Labs} HTML to Wiki Converter.
It uses AJAX to convert HTML source code to MediaWiki syntax.
The project documentation can be found here.

Export HTML to PDF (C++, Windows) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 11 months ago.
Improve this question
I am looking for a redistributable component to convert HTML to PDF.
I would - at the moment - like to avoid using a "PDF printer", as this requires a printer installation and some user "playing around" in the printers panel might break that feature.
The HTML is available in a Browser control or as external file. The HTML is normally fairly simple, but customers can create their own templates, so a "good range" of HTML should be supported.
Should be accessible for an automated process from C++ - DLL / COM / external executable with command line support are all fine.
Commercial is fine, but in the thousands is not an option right now.
So, which components do you know or can you recommend?
PDFCreator can function as a virtual printer but it's also usable via COM. The default setup even includes COM examples.
You can check the COM samples in the SourceForge SVN repository right here: http://pdfcreator.svn.sourceforge.net/viewvc/pdfcreator/trunk/COM/
If you have Microsoft Word installed, I guess you could automate the whole process using the "save as pdf" plugin that can be downloaded from the Microsoft Office Site.
You would automate word then open the HTML document inside word, then output as PDF. Might be worth a shot, if you're developing in a Microsoft Environment.
You might want to have a look at PDFReactor

Hosted wiki using StackOverflow-like editing tools? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
We're starting developer documentation for one of our projects, and I'd like to set it up as a hosted wiki.
There will be lots of code samples, and the WMD/Prettify combination used here on StackOverflow is the simplest way I've seen to enter structured text (with headings, etc.) combined with automatically formatted code blocks.
Does anyone know of an existing hosted wiki service that uses this editing toolset, so we don't have to write our own (at least not right away)?
Thanks
Many wiki engines are open source
Why not grab your favourite and add in the WMD editor?
Screwturn.eu is a nice C# wiki with a great extensibility model, and a great markup pipeline what should be simpl-ish to upgrade to WMD
Download v3 beta and look at /core/Formatter.cs and /core/FormattingPipeline.cs for the REGEX's to compose pages from WMD markdown
And /WebApplication/Editor.ascx for the editor custom control, which you can plug in WMD with some LH-RH code
Check out Mindtouch's DekiWiki. They use fckeditor, I believe, which is pretty user friendly. There is a free hosted version (with limited extension features), and you can pay for very powerful version.
We use it for documentation internally and it is excellent.