GithubHelp home page GithubHelp logo

sfeu / kakuteru Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dominiek/kakuteru

2.0 3.0 0.0 28.6 MB

Semantic-web enabled Lifestreamer built on RubyOnRails

Home Page: http://dominiek.com/

kakuteru's Introduction

Urgent note: the Kakuteru trunk is at the moment way behind the Kakuteru.com - it needs syncing up!

= Kakuteru

Is a Web 3.0 enabled Lifestreamer.

== Background

For my blog, I have been using Mephisto for several years now. It's a fine piece of Ruby, but I found it extremely difficult to customize (has everything to do with their Liquid templating engine). For a while now I've been meaning to write my own hackable blogging software. Kakuteru is however much more than just blogging software.

Luckily I started mashing this together after witnessing an awesome presentation by Yongfook. He developed Sweetcron, an open source Lifestreamer written in PHP. Sweetcron beautifully combines online micro activity with editorial blogging content. As you will notice, I ripped off Yongfook's design almost completely (hence the attribution in the footer). Although greatly inspired by, Kakuteru is not just the Rails version of Sweetcron. Kakuteru is focussed on:
- integrating Semantic and intelligent services
- improving Machine readability by supporting micro- and nanoformats
- keeping in mind SEO by conforming to web standards, pinging blog aggregators and inviting social bookmarking

Basic Features:
- Uses friendfeed.com as a core lifestream backend (tweets, video, photo and bookmarks currently supported)
- Uses Disqus.com to support comments on articles & stream updates
- Articles can be written using Textile, Markdown or HTML
- Published articles will display Tweet-this, Digg and Addthis.com if voting is enabled
- "Me on other sites" are automatically gathered from Friendfeed

Semantic Features
- Autotagging of tweets and articles using Zemanta.com
- Related articles & tweets are shown for each entry

Microformats supported:

Nanoformats supported:

== Dependencies

sudo gem install will_paginate
sudo gem install xml-simple
sudo gem install mechanize
sudo gem install BlueCloth
sudo gem install mofo
sudo gem install icalendar

== Installation

1. Configure your config/database.yml.
2. Start the rails server.
3. Go to: http://url/dashboard/
4. Make sure to configure your friendfeed_url
5. Make sure to register a Zemanta API key @ http://developer.zemanta.com/ and set it in config/environment.rb:

  ZEMENTA_API_KEY = 'your key'
  
6. To update the lifestream run: ./script/runner Post.fetch_from_friendfeed

== Migrate from Mephisto

Yes, Mephisto is dead baby!

Setup your mephisto database in config/database.yml:

migrate_from_mephisto:
  adapter: mysql
  database: mephisto_database
  
Run:

# Make backup first
./script/runner db/migrate/from_mephisto.rb # Dump all mephisto articles to ./articles.yml
./script/runner db/migrate/from_mephisto.rb load_dump
  
== LICENSE

All Kakuteru code is licensed under Creative Commons Attribution 3.0 (the Netherlands jurist diction): http://creativecommons.org/licenses/by/3.0/nl/deed.en 

kakuteru's People

Contributors

dominiek avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.