Giter Club home page Giter Club logo

xchatazure's Introduction

X-Chat Azure

XChat Azure is a fork from X-Chat Aqua, the Mac OS X native XChat front-end.

Why has X-Chat Aqua been renamed?

Mac App Store is very useful place to distribute applications for non-geek users. Most of Debian/Ubuntu users do not want to search applications on broad Internet world, if you can access alternative (or even the same) applications on Aptitude. So Mac OS X users got the Mac App Store.

But I should keep Mac App Store guidelines to submit X-Chat Aqua. There were some issues.

Main Reason: Any application on Mac App Store may not use names that include 'Mac', 'OS X', 'Aqua' or any other of Apples trademarks.

There was no way. So I dropped the name. Also, where was several other issues because I didn't want to change X-Chat Aqua developement policy.

  • We should remove whole ppc/ppc64 support
  • We should support osx10.6 only
  • We should remove update module (Sparkle, in this case)
  • We should not work on ~/.xchat2 the traditional configutaion directory.

It should be annoying job to keep these on X-Chat Aqua.

Move Aqua to Azure

If you are now using XChat GTK or X-Chat Aqua, and now you want to move to XChat Azure, you should do some work.

Unlike XChat GTK and X-Chat Aqua, XChat Azure do not share the traditional configuration direcotry ~/.xchat2 because of Mac App Store guideline.

So if you want to keep your configuration, you should move it, copy it, or make hard link.

  1. Open Terminal.app to do this job. You can find it on Spotlight
  2. Did you run XChat Azure already? Remove its configuration to do other job
  • rm -rf ~/Library/Application\ Support/XChat\ Azure
  1. Move, if you will not use XChat GTK or X-Chat Aqua again
  • mv ~/.xchat2 ~/Library/Application\ Support/XChat\ Azure
  1. Copy, if you will use different configuration on Aqua and Azure, or you want to test Azure and get back to original X-Chat Aqua.
  • cp -R ~/.xchat2 ~/Library/Application\ Support/XChat\ Azure
  1. Hard-/Soft-Link, if you want to share configurations
  • ln ~/.xchat2 ~/Library/Application\ Support/XChat\ Azure
  • or
  • ln -s ~/.xchat2 ~/Library/Application\ Support/XChat\ Azure

For developers

Please visit https://github.com/xchataqua/xchatazure

xchatazure's People

Contributors

hexa2k9 avatar xover avatar youknowone avatar tycho avatar iphary avatar libc avatar raimue avatar

Stargazers

 avatar  avatar

Watchers

 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.