Indeed, it has a read-only mirror at https://github.com/apache/incubator-freemarker/tree/2.3-gae. I will add that to out web site.
You can fork that and send pull requests using the usual GitHub functions (I hope... haven't seen it in action yet). Regarding bug fixing. Older bugs are usually there because there's something tricky with them. But here's a newer one, which should be reproduced to star with: https://sourceforge.net/p/freemarker/bugs/434/. Or because the report wasn't understood (https://sourceforge.net/p/freemarker/bugs/369/). But pick whichever you like, of course. Please use the developer mailing list, not my address! -- Thanks, Daniel Dekany Saturday, October 10, 2015, 2:33:41 PM, Garvit Bansal wrote: > Thanks a lot. > Freemarker Source code can be downloaded from git hub right ? > I see some of open bugs on sourceforget.net. Will be grateful easy bug to > start with. > > Garvit Bansal, > Software Developer Intern at Flipkart > B.Tech in Computer Science and Engineering > The LNM Institute of Information Technology > Jaipur, Rajasthan-302001 > Mobile: 9610728532, 9886384276 > Website: garvitbansal244.appspot.com > > > > > On Sat, Oct 10, 2015 at 4:03 AM, Daniel Dekany <[email protected]> wrote: > Friday, October 9, 2015, 7:51:53 PM, Garvit Bansal wrote: > >> Link not working: >> https://git1-us-west.apache.org/repos/asf/incubator-freemarker-site/repo > > Where did you find that link? Anyway, the correct addresses are here: > http://freemarker.org/sourcecode.html > >> I gone through Readme file and did as per given in Readme still build is >> failing. >> >> Garvit Bansal, >> Software Developer Intern at Flipkart >> B.Tech in Computer Science and Engineering >> The LNM Institute of Information Technology >> Jaipur, Rajasthan-302001 >> Mobile: 9610728532, 9886384276 >> Website: garvitbansal244.appspot.com >> >> >> >> >> On Fri, Oct 9, 2015 at 11:03 PM, Daniel Dekany <[email protected]> wrote: >> Friday, October 9, 2015, 7:23:07 PM, Garvit Bansal wrote: >> >>> Hey Daniel, >>> >>> I am new in this project. I tried to open the project link given in your >>> mail but its not working. >> >> Which link? >> >>> Earlier I cloned the project from github repository of >>> incubator-freemarker and tried to build it but facing some issues. >> >> Be sure you have read the README.txt! >> >>> Cheers, >>> Garvit >>> >>> Garvit Bansal, >>> Software Developer Intern at Flipkart >>> B.Tech in Computer Science and Engineering >>> The LNM Institute of Information Technology >>> Jaipur, Rajasthan-302001 >>> Mobile: 9610728532, 9886384276 >>> Website: garvitbansal244.appspot.com >>> >>> >>> >>> >>> On Fri, Oct 9, 2015 at 10:39 PM, <[email protected]> wrote: >>> Repository: incubator-freemarker-site >>> Updated Branches: >>> refs/heads/master 699630fe6 -> 149fc6ad2 >>> >>> >>> More getting started info for new contributors. >>> >>> >>> Project: >>> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo >>> Commit: >>> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/149fc6ad >>> Tree: >>> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/149fc6ad >>> Diff: >>> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/149fc6ad >>> >>> Branch: refs/heads/master >>> Commit: 149fc6ad27b9cd475be5fa9d1d79fd8a7982c7e8 >>> Parents: 699630f >>> Author: ddekany <[email protected]> >>> Authored: Fri Oct 9 19:09:36 2015 +0200 >>> Committer: ddekany <[email protected]> >>> Committed: Fri Oct 9 19:09:36 2015 +0200 >>> >>> ---------------------------------------------------------------------- >>> src/main/docgen/book.xml | 6 ++++++ >>> 1 file changed, 6 insertions(+) >>> ---------------------------------------------------------------------- >>> >>> >>> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/149fc6ad/src/main/docgen/book.xml >>> ---------------------------------------------------------------------- >>> diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml >>> index 276e3fa..8b22688 100644 >>> --- a/src/main/docgen/book.xml >>> +++ b/src/main/docgen/book.xml >>> @@ -1156,6 +1156,12 @@ two freemarker.jar-s and unpredictable behavior! >>> >>> xlink:href="http://www.apache.org/dev/new-committers-guide.html#cla">Individual >>> Contributor License Agreement (ICLA) or Corporate CLA at the Apache >>> Software Foundation</link>.</para> >>> + >>> + <para>Of course, you will also want to check the project out from >>> the >>> + source code repository, and build it. See here <link >>> + linkend="sourcecode">what to check out</link>. After checking >>> + something out, see the <literal>README</literal> file in it for >>> more >>> + information about building and IDE setup.</para> >>> </simplesect> >>> </section> >>> </chapter> >>> >>> >> >> -- >> Thanks, >> Daniel Dekany >> > > -- > Thanks, > Daniel Dekany >
