Code Monkey home page Code Monkey logo

adium_theme_exerciser's Introduction

Adium Theme Exerciser

There are some great chat themes out there designed for Adium.

This project focuses on giving the developer the ability to exercise these themes

Overview

A chat system is cut up into a few components:

  1. Receive user input and translate into events
  2. Send user's events to the chat server
    • send chat server request for information like users in a channel
    • send chat server a message to a channel or another user
  3. Receive events from the chat server
    • receive chat message from a user
    • receive a list of users in a channel
    • receive a list of channels
  4. Display chat server events to the user
    • display user chat message in a channel
    • display list of users in a channel
    • display list of channels. (allowing someone to join - see step 1)

Focus of this project

This project focuses on letting the developer mimic the events received in 3 and leveraging Adium Message Styles to display them in a browser.

More information about Adium

Message Styles have a good reference and tutorial. Contact List Styles also have There are some great reference articles about [Message Styles][] and [Contact List Styles][] [adium files][]. [tutorial 1]

[Contact List Styles]: [adium files]: https://adium.im/help/pgs/Miscellaneous-LocationsAdiumFiles.html

Events

The event system in irc is currently string based, but they are striving to make it more json centric.

The event system in adiumis can be sumarized by the Template file, other projects are Psi are leveraging this template file and driving it using javascript

Disclaimer

I am not affiliate with Adium, and I have not dived into their code. This is based upon the information I have read from the theme creation articles on Adium Xtras.

adium_theme_exerciser's People

Contributors

kbrock 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.