Skip to content

jsy2046/Vealous

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Vealous

Author: lepture[i@shiao.org]

Blog: http://i.shiao.org

LINKS

Introduction at http://i.shiao.org/a/vealous

Help at http://i.shiao.org/a/help-on-vealous

Why Vealous

I just started this project at Wed. Aug. 25, 2010 when I found Picky.

Before that, I was coding with marvour blog, a blog system written in webpy. Too complex the data structure it is, and I am tired of it. Why should it contain tags or category, why should i write a standard blog system?

Then I stopped the project, and started Vealous. I intended to call it jealous, but this name is not available with appengine, then here comes Vealous.

Git repo at github http://github.com/lepture/Vealous

Features

Installation

  1. Download Source Code. It's strongly recommended you using the very latest version, better to clone one from github.
  2. Modified config.py.example to meet you situation. Make a change of application name in app.yaml.example. And don't forget to remove the '.example' with the filename.
  3. Upload your code. If you have no idea of how to upload the application, take a look at here.
  4. Waiting for Google to serve the index.All is done then.

Help on Configuration

  1. Comment System using disqus
  2. Register a twitter app with read & write permission, callback url is appid.appspot.com/god/twitter/auth
  3. Get your twitter consumer key(twitter_key) and consumer secret(twitter_secret)

Help on Admin Site

  1. Admin Site at /god
  2. You can login with a password, or your Google Account (see footer)
  3. Edit setting (in more: /god/setting)
  4. Melody contains nav (which will appear at navigation), link (your friends' links) , page, s5
  5. Article using markdown syntax.

Help on Gtalk Robot

  1. Edit EMAIL(which meas gmail) in config.py
  2. Add your gtalk robot (appid@appspot.com) with your EMAIL
  3. Type "-help" or ":help" (not clear)

Tricks

  1. Replace your favicon.
  2. Untrack favicon: git update-index --assume-unchanged vealous/static/favicon.ico