Skip to content

Commit 9f2ee5d

Browse files
committed
Corrected meeting/blog templates. Added content for meeting notes
1 parent 03d0c90 commit 9f2ee5d

File tree

17 files changed

+102
-542
lines changed

17 files changed

+102
-542
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2>Pune Pythonistas and their discussions and events.</h2>
2525
{{ content }}
2626
</section>
2727
<section id="footer">
28-
<p><em>Site maintained by <a href="https://github.com/dnene" class="user-mention">@dnene</a>. Contact him for corrections / comments / suggestions </em></p>
28+
<p><em>Site maintained by <a href="https://github.com/dnene" class="user-mention">@dnene</a> and <a href="https://github.com/palakmathur" class="user-mention">@palakmathur</a>. Contact them for corrections / comments / suggestions </em></p>
2929
</section>
3030
</div>
3131

_layouts/entry.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: default
33
---
4-
<h2 class="content">{{page.title}}</h2>
5-
<img src="{{ page.image }}" />
4+
<h2>{{page.title}}</h2>
65
{{ content }}

_posts/2012-12-07-meeting-notes.md

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,64 @@
11
---
2-
layout: default
2+
layout: entry
33
title: Kickoff Meeting December 7th, 2012
44
category: meeting-notes
55
---
6-
Meeting Notes for kickoff meeting on 7/12
6+
## Meeting Notes for kickoff meeting on 7/12
77

8+
`Note: This is just a place holder for the full notes to be updated later`
9+
10+
A number of initiatives were discussed during the meetings.
11+
12+
### Schedule :
13+
14+
It was decided regular meetups should be done third thursday of every month. The challenge of course was to ensure that there is reasonable content that could be presented to make it worthy of interest of people to attend the regular meetups. Ideas were elicited about what could be the nature of content people could present. Satyajit (and ???) were appointed the primary coordinators for the meetup scheduling and deciding on the content
15+
16+
### Content
17+
18+
<table>
19+
<tr><td>Presenter</td><td>Content</td></tr>
20+
<tr>
21+
<td>Navin Kabra</td>
22+
<td>Half an hours talk on various topics of interest discussed in python blogosphere, mailing lists, reddit etc. Perhaps 5 mins each on 5 posts</td>
23+
</tr>
24+
<tr>
25+
<td>Jaidev Deshpande</td>
26+
<td>Various topics related to numpy/scipy etc. </td>
27+
</tr>
28+
<tr>
29+
<td>Dhananjay Nene</td>
30+
<td>Volunteered to conduct talks every few meetups. When asked for candidate talks mentioned, metaprogramming and celery as possible topics </td>
31+
</tr>
32+
</table>
33+
34+
### Additional activities
35+
36+
In addition we decided to kick off some additional activities as follows
37+
38+
<table>
39+
<tr><td>Pythonista(s)</td><td>Task Initiative</td></tr>
40+
<tr>
41+
<td>_Many Many More_ </td>
42+
<td>_That I dont remember_</td>
43+
</tr>
44+
<tr>
45+
<td>Saager Mhatre &amp; Dhananjay Nene </td>
46+
<td>Will work to arrange a hackathon</td>
47+
</tr>
48+
<tr>
49+
<td>Palak Mathur &amp; Dhananjay Nene</td>
50+
<td>Create a basic website for the group</td>
51+
</tr>
52+
<tr>
53+
<td>Dhananjay Nene</td>
54+
<td>Work towards creating a day long event perhaps in March</td>
55+
</tr>
56+
</table>
57+
58+
### Group project
59+
60+
The group decided to start a project that various people could collectively work upon. Navin suggested creating a Pune Startups directory which was agreed upon as the first project to work on.
61+
62+
### Mailing List
63+
64+
It was decided to continue with the current [pythonpune google group](https://groups.google.com/forum/?fromgroups#!forum/pythonpune). There was some discussion on the current posting policy and we decided to continue with the existing policy. ie. some specific relevance to python was required. Also to not allow job postings or posting about other non python related events etc.
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
layout: default
3-
title: Launching website for pythonpune
2+
layout: entry
3+
title: Website for pythonpune
44
category: blog
55
---
6-
Website launch for pythonpune
6+
7+
We've created a website for pythonpune. Hope this helps put together various information about pythonpune and its activities and discussions in one place from where it can be referred to easily.
8+
79

_site/blog/2012/12/08/launching-website.html

Lines changed: 0 additions & 39 deletions
This file was deleted.

_site/images/bkg.png

-4.16 KB
Binary file not shown.

_site/images/blacktocat.png

-1.24 KB
Binary file not shown.

_site/index.html

Lines changed: 0 additions & 78 deletions
This file was deleted.

_site/javascripts/main.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)