Changes between Version 276 and Version 277 of SummerOfCode


Ignore:
Timestamp:
May 2, 2017, 11:04:40 AM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Use https for macports.org links

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v276 v277  
    44#!comment
    55#!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!
     6Unfortunately, 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!
    77}}}
    88
     
    1010#!comment
    1111#!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!
     12We 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!
    1313}}}
    1414
     
    7777 - Get familiar with the MacPorts Project resources. Especially [GetMacPortsSource check out the code] and [https://guide.macports.org read the guide].
    7878 - 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.
    8080 - '''[#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.
    8181
     
    244244==== Implement a Trac plugin to auto-assign tickets to port maintainers ==== #trac-assigner
    245245
    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.
     246Write 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.
    247247
    248248* Difficulty: Easy