You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rb...@apache.org on 2017/10/27 09:41:07 UTC

svn commit: r1813493 - /comdev/tools/meetups.py

Author: rbowen
Date: Fri Oct 27 09:41:07 2017
New Revision: 1813493

URL: http://svn.apache.org/viewvc?rev=1813493&view=rev
Log:
Generate the entire file, rather than just part of it, in order to
facilitate further automation

Modified:
    comdev/tools/meetups.py

Modified: comdev/tools/meetups.py
URL: http://svn.apache.org/viewvc/comdev/tools/meetups.py?rev=1813493&r1=1813492&r2=1813493&view=diff
==============================================================================
--- comdev/tools/meetups.py (original)
+++ comdev/tools/meetups.py Fri Oct 27 09:41:07 2017
@@ -110,6 +110,38 @@ def createFiles():
     tweets = io. open('meetups.tweets', 'w', encoding='utf-8')
     mlist = io.open('meetups.mlist', 'w', encoding='utf-8')
     website = io.open('meetups.mdtext', 'w', encoding='utf-8')
+
+    # Standard header for website page:
+    website.write( unicode('''Title: Upcoming Apache-related Meetups
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+----------
+
+
+# Upcoming Apache-related Meetups
+
+The following are Meetups that we're aware of in the coming two weeks.
+We also [list the major Apache-related conferences](http://community.apache.org/calendars/) coming up separately.
+
+Please feel free to notify us (dev@community.apache.org) if you're
+aware of events that are missing, Thanks. Also, the instructions for updating this page are in the [README](/events/README.txt) file in this directory.
+
+'''))
     
     # Standard intro to mailing list post
     mlist.write( unicode('''The following are the meetups I'm aware of in the coming week where