Skip to content

chixor/octoknit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Octoknit

Octoknit Screenshot v1

Introduction

Use this website to design patterns, share them and send to a Brother 950i knitting machine.

Status

This is in active development. Current plans include:

  • Improving the user journey from beginner to regular.
  • Replace the commandline python script with a full php solution.
  • Extend the upload to knitting machine script to support multi-mylar sheet patterns and multi colour.

Demo

http://octoknit.chixor.net/

License

Copyright 2014 all rights reserved. In order to retain some measure of control over this codebase's early development I've restricted the license for now. I'll review its license when it's in a more stable state.

Setup

Apache config:

<VirtualHost *:80>
    ServerName octoknit.me
    DocumentRoot "/Users/chixor/Sites/octoknit/public"
    SetEnv APPLICATION_ENV "development"
    <Directory /Users/chixor/Sites/octoknit/public>
        Options +Indexes +FollowSymLinks +ExecCGI
        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>

About

An interface to manage and upload stitch patterns for a Brother 950i knitting machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published