• Stars
    star
    597
  • Rank 74,462 (Top 2 %)
  • Language
    Python
  • Created over 12 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebPutty is a simple CSS editing and hosting service that you can run on Google App Engine.

WebPutty: The Open Source Transmogrifier

WebPutty Transmogrifier

What the what?

WebPutty is a simple CSS editing and hosting service that you can run on Google App Engine.

WebPutty gives you a syntax-highlighting CSS editor you can use from anywhere, the power of SCSS and Compass, a side-by-side preview pane, and instant publishing with minification, compression, and automatic cache control.

You can get started with just a pair of tags in your website's template and WebPutty will host and serve your published CSS minified and gzipped for super speed.

Intrigued? Read more about the motivation behind WebPutty, how it came to be, and how it ended up being open-source.

How to get WebPutty up and running on your very own sparkly Google App Engine account:

  1. Download and install Python 2.7 and the Google App Engine SDK for Python
  • Clone this repo

  • Log into Google App Engine and create a new application

  • Open up app.yaml in the root of this repo and update application to match the name of your newly created Google App Engine application

  • Open up settings.py (also in the root of this repo) and update the following variables:

    • invite_sender_email
    • incoming_sender_email
    • forward_mail_to
    • secret_key
  • Install pip

  • pip install fabric

  • fab deploy

  • sip lemonade

Advanced Setup:

For page preview images:

  • Go to http://url2png.com and sign up for an account
    • Add these settings to the url2png section in settings.py

To store WebPutty stylesheets using Google Cloud Storage (faster and cheaper than GAE):

Copyright

Copyright (c) 2011-2013 Fog Creek Software Inc.

Some of the icons, images, and sample HTML & CSS used by WebPutty are licensed under the following terms:

License

WebPutty is licensed under the MIT license.

More Repositories

1

friendly-words

The Glitch word list, packaged into an NPM module for easy use.
JavaScript
301
star
2

solari-board

A JavaScript solari board
JavaScript
129
star
3

logging

A Go package for logging that supports a tagged style of logging
Go
119
star
4

mini

A golang package for parsing ini-style configuration files
Go
74
star
5

RoslynGenerator

A C# code generator using Roslyn, extracted from Wasabi v3.1.0. MIT licensed.
C#
46
star
6

profiler

Web-based memory profiler for Go services
Go
41
star
7

engineering-ladder

Glitch's Engineering Ladder
19
star
8

AlchemySharp

SQL query builder for .NET inspired by SQLAlchemy
C#
18
star
9

shared-components

Shared React components for community & editor
JavaScript
16
star
10

dotenv

a totally tubular 🏄🏼 library to parse and manipulate dotenv syntax
JavaScript
10
star
11

hyperdev-base

HyperDev base image
Shell
10
star
12

elasticsearch-analysis-opengrok

Java
8
star
13

hello-express

A simple Node app built on Express, instantly up and running.
JavaScript
7
star
14

Proto.js

Prototypical Inheritance Embraced
JavaScript
5
star
15

coffeetime

The CoffeeTime app schedules weekly meetings with your co-workers
JavaScript
5
star
16

devto

Our handbook for the Glitch org on Dev.to
Go
4
star
17

glitch-community-widget

the widget embed for community apps, standardizing their headers and footers
Shell
4
star
18

hello-sqlite

A simple Node app with a SQLite database to hold app data.
JavaScript
4
star
19

email

Glitch app that creates transactional email messages to send to users
CSS
3
star
20

HtmlAgilityPack.1.3.0

Fork of HtmlAgilityPack focused on performance and stability. Based on 1.3.0
C#
3
star
21

hyperweb-init

DEPRECATED: Inits a Node Project with Express and file support
CoffeeScript
3
star
22

glitch-button

click the 🎏 fish to learn about an app and view source or remix
JavaScript
2
star
23

glitch-community-backup

Party like it's 1999
CoffeeScript
2
star
24

hello-webpage

Your very own basic web page, ready for you to customize.
HTML
2
star
25

Sketch-Component-Library

Component Library for Glitch Community
1
star
26

ScoutAppender4net

Save errors to BugzScout automatically with Log4Net
C#
1
star
27

manuscript-checklist

Glitch-backed customization for adding checklists to Manuscript
JavaScript
1
star
28

Pupdates-CMS

JavaScript
1
star
29

HyperDev-init

Inits a Basic Node Project with Express
CoffeeScript
1
star