On Tue, Mar 21, 2017 at 10:58:57AM +0100, Tim Ruehsen wrote: > Hi Didik, > > please, don't start coding yet. The application period is not over (deadline > 3rd April). During 3-24 April we (the mentors) will review all applications > and then decide who will be accepted. > > Work on a proposal about the plugin feature - feel free to discuss details or > ask questions.
My proposal plan: - Implement libltdl (part of libtool) to main program. For now, I still need to learn the code base of Wget2, in order to find which files I need to change to implement this feature. - Create data structure and an API to provide an access to all the details of a connection so it could be used by the plugins. - Write some plugins or use external program so it could be loaded by Wget2 to do custom request. > Give us a good impression by starting small works on the code base / testing > / > create issues / whatever (see also the answers to Avinash's questions about > what to do). Prove your skills. You gave some valuable clue about how the unit test works and how to write it. I'll try to write the new one.
