├── _config.yml ├── Projects.md └── README.md /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-hacker -------------------------------------------------------------------------------- /Projects.md: -------------------------------------------------------------------------------- 1 | # We are currently working on. 2 | 3 | 1. [Hack in the north](http://www.hackinthenorth.com/) website. 4 | 2. [P2P](https://github.com/fossiiita/P2P-Chat) Chat : A peer to peer chat client made using node.js. 5 | 6 | # How to help 7 | 8 | 1. Check under the issues to find out tasks you can help on. 9 | 2. If you have any ideas submit an issue. 10 | 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Ideas 2 | 3 | 4 | 5 | > Any student of iiita can suggest a project please submit an [issue](https://github.com/fossiiita/Projects-and-Events/issues/new) under the name and add label idea. 6 | 7 | `if ` 8 | ![alt text](http://i.imgsafe.org/0d2089c50d.gif) 9 | 10 | `then` 11 | `Issue under idea` 12 | 13 | # Need help 14 | 15 | 16 | > If anyone wants help from foss IIITA for contribtuions please make an [issue](https://github.com/fossiiita/Projects-and-Events/issues/new) under the label Projects 17 | 18 | `if you == `![alt text](http://i.imgsafe.org/0d278accf3.gif) 19 | 20 | ` then issue under projects` 21 | 22 | 23 | # Want to be a of [help](https://github.com/fossiiita/Projects/subscription)? 24 | 25 | Then Help out on projects check out the [issue](https://github.com/fossiiita/Projects-and-Events/issues) and our current [projects](https://github.com/fossiiita/Projects/blob/master/Projects.md) . 26 | 27 | > Anyone from IIITA could do so. Even if you are not in FOSS or a freshmen. 28 | 29 | # Contact us 30 | 31 | ## IRC channel 32 | 33 | 1. Change your proxy settings to http://172.31.1.6:8080. Sadly, IRC doesn't work on http://172.31.1.4:8080. 34 | 35 | 2. For linux users, install a irc client such as pidgin(GUI), xchat(GUI), weechat(CLI). 36 | 37 | 3. For windows users (don't worry, you will become a linux user soon), you can use http://webchat.freenode.net/ Also, for linux users whose above clients don't work, you can use this. 38 | 39 | 4. Use a nickname. It is better if you register one. Remember, this nickname will become your identity in open source world wide. So select wisely. 40 | 41 | 5. Go to channel #iiita-dev 42 | 43 | 6. Welcome to the world of Open Source 44 | 45 | > Or message us on facebook. 46 | --------------------------------------------------------------------------------