Skip to content

Commit 9e7d507

Browse files
committed
Added welcome message page
1 parent abea24b commit 9e7d507

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
---
44
<h1>PythonPune</h1>
55

6+
<ul>
7+
<li><a href="/pages/welcome.html">Message</a> for first time visitors to the site</li>
8+
</ul>
9+
610
<h2>Projects</h2>
711

812
<ul>

pages/welcome.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: entry
3+
title: Welcome to PythonPune
4+
---
5+
Welcome to PythonPune, the community of python programmers in pune and beyond. Our primary mechanism of interactions is via the [PythonPune google group](http://groups.google.com/group/PythonPune) (forum). Here is where we have all our primary interactions, and it has discussions of meetings being planned, various tech Q&A about python, meeting minutes, discussions about the community itself etc. We encourage python programmers to join the group.
6+
7+
The [PythonPune website](http://pune.python.org.in) is a place to get an overall idea about the group. It has a blog, recent meeting minutes and even a member catalog. The website is community managed by people forking and issuing pull requests to the [Github Repository](https://github.com/pythonpune/pythonpune.github.com) for the website. If managing common content via pull requests is something you have not worked with we welcome you to try it out. More information on the same is available at [Overview of git and pull requests](/pages/git-and-pull-requests.html). Its a exciting and efficient way to manage not just a website but even community or group projects. We also welcome you to add your profile at the [members list](http://pune.python.org.in/members/) and your company information at the [companies catalog](http://pune.python.org.in/companies) _(this is currently under construction)_.
8+
9+
Should you be new to python do check out our [python resources](http://pune.python.org.in/pages/python-resources.html) page. It lists out a number of helpful tips and online resources that can help you in your journey towards becoming an ever more enthusiastic and contributing pythonista. Finally if you want to review some of the past happenings of significance do check out the [meeting notes](http://pune.python.org.in/meetings) and [blog](http://pune.python.org.in/meetings) pages.
10+
11+
You are very welcome to participate and hope to see you on the forum, but please ensure your contributions are consistent with our [posting policy](http://pune.python.org.in/pages/posting-policy.html). To summarise it, - no posts not related to python in some shape or form (even if of interest to other programming languages) and no job posts. Thanks for joining, and we hope you learn a lot and we do as well interacting with you.

0 commit comments

Comments
 (0)