You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <br...@users.sf.net> on 2013/10/14 23:28:42 UTC

[allura:tickets] Re: #6534 Wiki importer for github

Looks like this commit tried to create 2 wiki pages with the same title (since extension is dropped).

~~~~
* commit 95faaa840a1676378ead4bf87310d04428ffa3a2
| Author: berinle <be...@gmail.com>
| Date:   Thu Jun 16 09:40:38 2011 -0700
| 
|     Updated Unexpected Error (markdown => textile)
| 
|  Unexpected-Error.md => Unexpected-Error.textile | 2 ++
|  1 file changed, 2 insertions(+)
~~~~


---

** [tickets:#6534] Wiki importer for github**

**Status:** code-review
**Labels:** import github 42cc 
**Created:** Wed Aug 07, 2013 09:54 PM UTC by Dave Brondsema
**Last Updated:** Mon Oct 14, 2013 09:25 PM UTC
**Owner:** nobody

Wikis are git repositories and can be accessed like `git clone https://github.com/OpenRefine/OpenRefine.wiki` for example.  Check the main repo API first to see if the repo has wiki enabled.  You can see https://sourceforge.net/p/googlecodewikiimporter/git/ for reference as an example of another wiki importer.  It is a separate repo because it needs the "html2text" package to convert html to markdown, and that is a GPL library.

Github supports many markup types.  Find a full list and determine what the best way to convert them to markdown is.  My guess is that few formats will have tools available to convert them directly to markdown, so my likely recommendation would be to render them as HTML (using [pypeline](http://pypeline.sourceforge.net/) as a generic way to handle many of those formats) and then html2text to get it into markdown.

If html2text or any other GPL library is needed, this will have to be a separate repo from the main Allura repo.  So please evaluate & test the conversion options first, before putting code into place.

A second phase to all this (i.e. do it separately, after the basic import is all working) would be to handle revision history.  This would mean going through each commit in the wiki git repo, and converting & updating every file that changes.  This may be very time consuming, so when we get to it, we may want it to be a checkbox option, so users only do it if they want it.


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.