|
| 1 | + |
| 2 | + |
| 3 | +<?php |
| 4 | +//ini_set("display_errors", "true"); |
| 5 | +//error_reporting (E_ALL); |
| 6 | +require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); |
| 7 | +require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); |
| 8 | +require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); |
| 9 | +$App = new App(); |
| 10 | +$Nav = new Nav(); |
| 11 | +$Menu = new Menu(); |
| 12 | +$right_nav = FALSE; |
| 13 | +$keyword = 'eclipse, 4.34, 2024-12, acknowledgements, acknowledgments, thanks'; |
| 14 | + |
| 15 | +include($App->getProjectCommon()); |
| 16 | +header('Content-type: text/plain; charset=utf-8'); |
| 17 | + |
| 18 | +#echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">'; |
| 19 | + |
| 20 | +#***************************************************************************** |
| 21 | +# |
| 22 | +# index.php |
| 23 | +# |
| 24 | +# Author: Rahul Mohanan and others on Eclipse Project |
| 25 | +# Date: 2024-11-19 |
| 26 | +# |
| 27 | +# Description: Eclipse project 2024-12 release acknowledgments page |
| 28 | +# |
| 29 | +# |
| 30 | +#**************************************************************************** |
| 31 | + |
| 32 | +# |
| 33 | +# Begin: page-specific settings. Change these. |
| 34 | +$pageTitle = "Eclipse 2024-12 Acknowledgements"; |
| 35 | +$pageKeywords = "eclipse, 4.34, 2024-12, acknowledgements, acknowledgments, thanks"; |
| 36 | +$pageAuthor = "Rahul Mohanan and the Eclipse Project Team"; |
| 37 | + |
| 38 | +# Add page-specific Nav bars here |
| 39 | +# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3) |
| 40 | +# $Nav->addNavSeparator("My Page Links", "downloads.php"); |
| 41 | +# $Nav->addCustomNav("My Link", "mypage.php", "_self", 3); |
| 42 | +# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3); |
| 43 | + |
| 44 | +# End: page-specific settings |
| 45 | +# |
| 46 | +# I could not find a place to put "style" element that was |
| 47 | +# "legal". I'm sure there is a way, if suspect the table will |
| 48 | +# look fine without it. |
| 49 | +# <style> |
| 50 | +# table.center { |
| 51 | +# width:92%; |
| 52 | +# margin-left:4%; |
| 53 | +# margin-right:4%; |
| 54 | +# } |
| 55 | +#</style> |
| 56 | + |
| 57 | +# Paste your HTML content between the markers! |
| 58 | +ob_start(); |
| 59 | +?> |
| 60 | + |
| 61 | +<div id="midcolumn"> |
| 62 | + |
| 63 | + <div class="homeitem3col"> |
| 64 | + |
| 65 | + |
| 66 | + <h3>Eclipse 2024-12 Acknowledgements</h3> |
| 67 | + |
| 68 | + <p>The entire Eclipse Project team would like to thank the Eclipse Foundation staff for their tireless efforts, including: Denis Roy, Matt Ward, Eric Poirier, Pawel Stankiewicz, Frederic Gurr and Mikaël Barbero for not only |
| 69 | + keeping all that infrastructure going, but also constantly improving it; Sharon Corbett for guiding us through the Eclipse legal process; Wayne Beaton for giving us process |
| 70 | + support and improved tools to simplify and manage our development process; and Mike Milinkovich for running the whole show. |
| 71 | + </p> |
| 72 | + <p> |
| 73 | + We would also like to thank the users and adopters who support our efforts, through a range of activities, including early testing, being a <a href="https://eclipse.org/donate/">Friend of |
| 74 | + Eclipse</a>, contracting special work, or outright employment. |
| 75 | + </p> |
| 76 | + |
| 77 | + <p> |
| 78 | + A special thanks goes to Holger Voormann for his Eclipse IDE promotion videos. |
| 79 | + </p> |
| 80 | + |
| 81 | + |
| 82 | + <p>The Platform team would like to thank |
| 83 | + everyone who has helped us to improve the quality by testing and reporting bugs and enhancement requests. And a special thanks to other Eclipse projects we build upon: EMF and ECF who |
| 84 | + also provide timely updates so that we can release on time. Special thanks to the following list of |
| 85 | + people, in alphabetical order, who contributed code to the project: |
| 86 | + |
| 87 | + Alexander Kurtakov, Alexander Manalad, Amartya Parijat, Andreas Koch, Andrey Loskutov, Bo YU, Christopher Hermann, Christoph Läubrich, Deepika Udayagiri, Denis Ungemach, Dietrich Travkin, |
| 88 | + Dirk Fauth, Ed Merks, Elsa Zacharia, Enda O Brien, Federico Jeanne, Feilim Breatnach, JannisCode, Hannes Wellmann, Heiko Klare, Howlger, Jörg Kubitz, Lars Vogel, Madhumitha M V, |
| 89 | + Matthias Becker, Maximilian Wittmer, Michael Keppler, Mickael Istria, Patrick Ziegler, Praveen S.K, Raghunandana, Rahul Mohanan, Sakura, Sebastian Ratz, Sergiy, ShadelessFox, Shahzaib Ibrahim, Simeon Andreev, |
| 90 | + Sougandh S, Stephan Herrmann, Suby S Surendran, Thomas Watson, Tobias Hahnen and Tobias Melcher. |
| 91 | + |
| 92 | + </p> |
| 93 | + |
| 94 | + <p> |
| 95 | + We also thank the other Eclipse projects that make up a part of the infrastructure we |
| 96 | + depend on: Tycho, Orbit, EGit, EMF, ECF for providing fixes and steady improvements. |
| 97 | + </p> |
| 98 | + |
| 99 | + <p>The JDT team would like to thank everyone who filed good enhancement requests, helped us improve quality by testing and filing good bug reports, and provided answers on JDT forums/newsgroups. Special thanks to the following list of |
| 100 | + people, in alphabetical order, who contributed code to the project: |
| 101 | + |
| 102 | + Andrey Loskutov, Alexander Kurtakov, Carsten Hammer, David Thompson, Ed Merks, Gayan Perera, Hannes Wellmann, hduelme, jannisCode, |
| 103 | + Jay Arthanareeswaran, Jeff Johnston, Jörg Kubitz, Manoj N Palat, Mateusz Matela, Michael Keppler, Mickael Istria, Noopur Gupta, Paul Pazderski, |
| 104 | + Nikifor Fedorov, Sougandh S, Srikanth Sankaran, Stephan Herrmann, Suby S Surendran, Tobias Gruetzmacher and Zsombor Gegesy. |
| 105 | + </p> |
| 106 | + |
| 107 | + <p>The Plug-in Development Environment team would like to thank the numerous contributors who continue to improve the component every release. |
| 108 | + Special thanks to those who contributed code: |
| 109 | + |
| 110 | + Anvi, Alexander Kurtakov, Deepika Udayagiri, Ed Merks, Eike Stepper, Hannes Wellmann, Jay Arthanareeswaran, Jörg Kubitz, Lars Vogel, Michael Keppler, |
| 111 | + Patrick Ziegler, Rahul Mohanan, Sebastian Ratz, and Khushboo Sharma. |
| 112 | + </p> |
| 113 | + |
| 114 | + <p>The Equinox team would like to thank all the contributors that helped improve the project by filing bug reports and enhancement requests. We also would like to thank the community of developers that have contributed to the Equinox code base this release: |
| 115 | + |
| 116 | + Andrey Loskutov, Alexander Kurtakov, Christoph Läubrich, Ed Merks, Elsa Zacharia, Hannes Wellmann, Heiko Klare, Jay Arthanareeswaran, Jörg Kubitz, |
| 117 | + Matthias Becker, Mickael Istria, Rahul Mohanan, Sebastian Ratz, Sergiy, Stephan Herrmann and Suby S Surendran. |
| 118 | + </p> |
| 119 | + |
| 120 | + </div> |
| 121 | + |
| 122 | +</div> |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | +<?php |
| 127 | +$html = ob_get_contents(); |
| 128 | +ob_end_clean(); |
| 129 | + |
| 130 | +# Generate the web page |
| 131 | +$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); |
| 132 | +?> |
| 133 | + |
0 commit comments