Skip to content

thomasw/convertly

Repository files navigation

Convertly

This repo contains the source code for Convertly, a web based GUI for a DOCX to XHTML conversion library called Zombie.

It's written in Python and uses Django. requirements.txt lists the specific Python libraries that are required.

Setting up Your Development Environment

Using pip + virtualenv is a really good idea. If you're doing things that way already, setup a new virtual environment and use the requirements.txt file to install the necessary libraries. If you're not, check out Eliot's PIP + virtualenv crash course.

If you don't want to use virtualenv, you can do things this way using only pip:

> git clone git://github.com/thomasw/convertly.git
> cd convertly/
> sudo pip install -r requirements.txt
> cp local_settings.template.py local_settings.py

Configure local_settings.py file to your liking and then do the following to fire up your development server:

> ./manage.py runserver

After that, Convertly should be accessible to you here, but you probably already knew that.

Everything else

Copyright (c) Thomas Welfley and Jared Lang. See LICENSE for details.

About

A web based GUI for Zombie, a docx to xhtml conversion library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages