Changes between Version 276 and Version 277 of SummerOfCode
- Timestamp:
- May 2, 2017, 11:04:40 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode
v276 v277 4 4 #!comment 5 5 #!div style="clear:left; display:block; width:100%; margin:0; padding:0;" 6 Unfortunately, we have not been accepted for GSoC 2017. However, any contributions and enhancement proposals are welcome! Please see [http ://guide.macports.org/#development the guide] and subscribe to the MailingLists!6 Unfortunately, we have not been accepted for GSoC 2017. However, any contributions and enhancement proposals are welcome! Please see [https://guide.macports.org/#development the guide] and subscribe to the MailingLists! 7 7 }}} 8 8 … … 10 10 #!comment 11 11 #!div style="clear:left; display:block; width:100%; margin:0; padding:0;" 12 We have been accepted for GSoC 2017. Further contributions and enhancement proposals are welcome! Please see [http ://guide.macports.org/#development the guide] and subscribe to the MailingLists!12 We have been accepted for GSoC 2017. Further contributions and enhancement proposals are welcome! Please see [https://guide.macports.org/#development the guide] and subscribe to the MailingLists! 13 13 }}} 14 14 … … 77 77 - Get familiar with the MacPorts Project resources. Especially [GetMacPortsSource check out the code] and [https://guide.macports.org read the guide]. 78 78 - Read the [http://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html Tcl Tutorial]. 79 - Subscribe to the [MailingLists mailing list] [http ://lists.macports.org/mailman/listinfo/macports-dev macports-dev] if you do not already read it. Don't be too shy to post.79 - Subscribe to the [MailingLists mailing list] [https://lists.macports.org/mailman/listinfo/macports-dev macports-dev] if you do not already read it. Don't be too shy to post. 80 80 - '''[#contact Get in contact!]''' Most important is to discuss your ideas with potential mentors via private email, the MacPorts development list, or the IRC channel before applying. 81 81 … … 244 244 ==== Implement a Trac plugin to auto-assign tickets to port maintainers ==== #trac-assigner 245 245 246 Write a Trac plugin that uses an existing PostgreSQL database of ports and their maintainers (used for http ://www.macports.org/ports.php) and [wiki:SummerOfCode#Tasks automatically assigns new tickets] that have the `port` field set to the maintainer(s) of the ports listed in the field.246 Write a Trac plugin that uses an existing PostgreSQL database of ports and their maintainers (used for https://www.macports.org/ports.php) and [wiki:SummerOfCode#Tasks automatically assigns new tickets] that have the `port` field set to the maintainer(s) of the ports listed in the field. 247 247 248 248 * Difficulty: Easy