| View previous topic :: View next topic |
| Author |
Message |
mark_alec Administrator


Joined: 11 Sep 2004 Posts: 5864 Location: Melbourne, Australia
|
Posted: Sun Mar 09, 2008 4:35 am Post subject: Google Summer of Code 2008 |
|
|
Once again, Gentoo is applying for the Google Summer of Code!
A still rather short mentoring guide and a guide for students who wish to apply. Note to students, student applications aren't open yet (heck we haven't even been accepted!).
You may wish to peruse the current idea list.
We need mentors and we need project ideas. The hope here is to have three to five really strong projects and six to ten mentors.
Note that mentors need not be Gentoo developers. The mentor list will be reviewed and people that are deemed not a good fit will probably not be accepted as mentors.
If you have any ideas for projects that would be suitable for Gentoo in the SoC, post them here or to the gentoo-soc@lists.gentoo.org mailing list. _________________ www.gentoo.org.au || #gentoo-au |
|
| Back to top |
|
 |
alex.blackbit Veteran

Joined: 26 Jul 2005 Posts: 1146
|
Posted: Sun Mar 09, 2008 7:32 am Post subject: |
|
|
my idea is related to general unix-like os networking, not specifically gentoo, i am unsure if that is what you want to hear.
preamble:
net-firewall/nufw is some piece of very good software but requires additional software to be installed on client machines.
microsoft has a working solution for adjusting firewall settings on a per user basis without requiring additional client software (internet security and acceleration server).
idea:
a solution on base of samba and iptables should be possible to implement quite easily.
samba "knows" about the clients that are logged on to the domain(s) and knows the ip addresses of theses users.
a ruleset has to be made that decides which user is allowed to do what on the network.
a daemon ensures a (secure) connection between the domain controller(s) and the iptables enabled machine(s).
on each logon/logoff (or timeout) event on the domain(s) the according rulesets are parsed and the firewall tables are altered.
that's it.
all thoughts welcome. |
|
| Back to top |
|
 |
Joseph_sys l33t

Joined: 08 Jun 2004 Posts: 818 Location: Edmonton, AB
|
Posted: Fri Mar 28, 2008 10:52 pm Post subject: |
|
|
I think project "packages.gentoo.org" begs for a search function.
Without search function that page is not much of use. For example I've noticed that Asterisk was upgraded to ver. 1.2.27 and wanted look at the change log; it is impossible to find it.
Even if I sort by categories and go to net-misc the page displays only one page and it is impossible to advance to next page. _________________ #Joseph |
|
| Back to top |
|
 |
alex.blackbit Veteran

Joined: 26 Jul 2005 Posts: 1146
|
Posted: Sat Mar 29, 2008 6:20 am Post subject: |
|
|
the old p.g.o had such a search function. and you are right, that would be cool.
i know, that's not what you wanted, but when you know the category of a package, than you can manually enter the url, like http://packages.gentoo.org/package/app-portage/eix. |
|
| Back to top |
|
 |
yngwin Developer

Joined: 19 Dec 2002 Posts: 2596 Location: in the Dutch Mountains ;-)
|
Posted: Sat Mar 29, 2008 7:24 pm Post subject: |
|
|
I think the long overdue redesign of www.gentoo.org might be a nice project. I could mentor that. _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
| Back to top |
|
 |
alex.blackbit Veteran

Joined: 26 Jul 2005 Posts: 1146
|
Posted: Sat Mar 29, 2008 9:09 pm Post subject: |
|
|
| what exactly should be redesigned? |
|
| Back to top |
|
 |
g2boojum Developer


Joined: 15 Apr 2002 Posts: 21 Location: Houston, TX, USA
|
Posted: Wed Apr 02, 2008 8:51 am Post subject: |
|
|
| yngwin wrote: | | I think the long overdue redesign of www.gentoo.org might be a nice project. I could mentor that. |
Google requires that a project involves actual _code_ (and html/css doesn't count). If a site redesign were to involve using a webapp, then that would fly as a project, but we're really quite happy with static pages (or at least cached static pages, since the xml is rendered to html).
The major goal of a www.gentoo.org redesign would be to make the site more navigable. As it is now, it's often easier to use google to find Gentoo pages than to navigate from the front page. It's a project that anybody who wants to could work on and submit examples, and it would be incredibly useful to us, but it can't be part of SOC. |
|
| Back to top |
|
 |
alex.blackbit Veteran

Joined: 26 Jul 2005 Posts: 1146
|
Posted: Wed Apr 02, 2008 4:24 pm Post subject: |
|
|
| you are right, g2boojum, google is quite useful here, this could be improved. the search functionality of the forums is quite limited too, but i guess that's the fault of phpbb and cannot be easily changed... or is there a way to use a different search "module" or something? |
|
| Back to top |
|
 |
Naib Veteran


Joined: 21 May 2004 Posts: 2828 Location: UK - Birmingham
|
Posted: Wed Apr 02, 2008 5:28 pm Post subject: |
|
|
how abt nailing down EAPI-1
what it is, what is good, and implemented
too much talk abt it and not enough coding _________________ pkgcore, The way portage should be managed
| Quote: | | There is a forgotten, nay almost forbidden word, which means more to me than any other. That word is ENGLAND |
|
|
| Back to top |
|
 |
desultory Administrator

Joined: 04 Nov 2005 Posts: 3462
|
Posted: Wed Apr 02, 2008 6:22 pm Post subject: |
|
|
| The specification for EAPI "1" is well established, it is EAPI "0" with the addition of SLOT based dependencies, the ability to specify default USE settings in IUSE and the behavior of src_compile() can be modified by setting ECONF_SOURCE. Problems defining it stem from the fact that EAPI "0" is not presently fully and explicitly specified. There are existing efforts underway to complete the specification of EAPI "0". |
|
| Back to top |
|
 |
Naib Veteran


Joined: 21 May 2004 Posts: 2828 Location: UK - Birmingham
|
Posted: Thu Apr 03, 2008 6:33 am Post subject: |
|
|
Well EAPI-1 can't really be defined unless EAPI-0 is
so nail down EAPI-0 then _________________ pkgcore, The way portage should be managed
| Quote: | | There is a forgotten, nay almost forbidden word, which means more to me than any other. That word is ENGLAND |
|
|
| Back to top |
|
 |
gentoofan23 Developer


Joined: 11 Apr 2007 Posts: 133
|
Posted: Thu Apr 03, 2008 8:44 am Post subject: |
|
|
| Naib wrote: | Well EAPI-1 can't really be defined unless EAPI-0 is
so nail down EAPI-0 then |
See recent -dev postings. Ciaranm recently asked the council to give initial comments on PMS. Actually, the meeting is today so drop by in #gentoo-council! _________________ No Man is Just a Number!
--The Prisoner |
|
| Back to top |
|
 |
desultory Administrator

Joined: 04 Nov 2005 Posts: 3462
|
Posted: Thu Apr 03, 2008 9:43 pm Post subject: |
|
|
| Quote: | | Topic for #gentoo-council: Next meeting April 10th 2008 20:00 UTC | In case there was some confusion. |
|
| Back to top |
|
 |
|