diff options
Diffstat (limited to 'transparency-report/index.html')
-rw-r--r-- | transparency-report/index.html | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/transparency-report/index.html b/transparency-report/index.html new file mode 100644 index 0000000..dd373ac --- /dev/null +++ b/transparency-report/index.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta content="java, gluegen, jogl, jocl, joal, opengl, opencl, openal, libraries" name="keywords"/> + <title>JogAmp.org - Java graphics, audio, media and processing libraries exposing OpenGL, OpenCL, OpenAL and OpenMAX</title> + <link href="/style.css" rel="stylesheet" type="text/css"/> + <link href="/style-alt1.css" rel="alternate stylesheet" title="default sans-serif font" type="text/css"/> + <link href="/SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/> + </head> + + <body> + <div id="container"> + <!-- header --> + <div id="header"> + <div id="slogan"><img src="/images/jogamp_symbols/website_final_sideslogan_jogamp_404x20pel.png" alt="graphics, audio, media and processing libraries"/></div> + <div id="logo"><a href="/"><img src="/images/jogamp_symbols/website_final_blue_jogamp_346x70pel.png" alt="JogAmp symbol"/></a></div> + </div> + + <div id="menu"> + <ul> + <li><a href="http://jogamp.org/">Home</a></li> + <li><a href="gluegen/www/">Gluegen</a></li> + <li><a href="joal/www/">JOAL</a></li> + <li><a href="jogl/www/">JOGL</a></li> + <li><a href="jocl/www/">JOCL</a></li> + <!-- <li><a href="demos/www/">Demos</a></li>--> + <li><a href="wiki/">Wiki</a></li> + <li><a href="blog/">Blogs</a></li> + <li><a href="stream/">Streams</a></li> + <li><a href="http://forum.jogamp.org/" target="_blank">Forum</a></li> + </ul> + </div> + <!--end header --> + <!-- main --> + <div id="main"> + + <div id="sidebar"> + <ul> + <li><a href="/">Homepage</a></li> + <li><a href="/privacy-policy/">Privace & Security Policy</a></li> + </ul> + </div> + + <div id="text"> + <div class="column"> + See our <a href="/privacy-policy/#privacy">privacy</a> and <a href="/privacy-policy/#security">security policy</a> + <h3><a href="https://en.wikipedia.org/wiki/Computer_security" target="_blank" rel="noopener noreferrer">Security</a> breaches</h3> + <ul> + <li>2019-05-06 Incidents: None</li> + <li>2019-06-06 <em>Next Report</em></li> + </ul> + <br/> + <br/> + <h3><a href="https://en.wikipedia.org/wiki/Warrant_canary" target="_blank" rel="noopener noreferrer">Warrant Canaries</a> regarding <a href="https://en.wikipedia.org/wiki/National_security_letter" target="_blank" rel="noopener noreferrer">national security letter (NSL)</a> alike forced data disclosures under <a href="https://en.wikipedia.org/wiki/Gag_order" target="_blank" rel="noopener noreferrer">gag order</a>.</h3> + <ul> + <li>2019-05-06 Incidents: None</li> + <li>2019-06-06 <em>Next Report</em></li> + </ul> + In case such incident would take place, we will not update this section of the transparency report. + + </div> <!-- column --> + </div> <!-- text --> + </div> <!-- main --> + + <!-- end main --> + <div id="footer"> + <div id="footer_left"> + <span>JogAmp.org</span> + by <a href="http://jogamp.org">http://jogamp.org</a> is licensed under a <br/> + <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>. + </div> + </div> <!-- footer --> + </div> <!-- container --> + </body> +</html> |