Verzeichnisstruktur phpBB-3.2.0
- Veröffentlicht
- 06.01.2017
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
copyright.html
001 <!DOCTYPE html>
002 <html class="no-js" id="top">
003 <head>
004 <title>ProxyManager</title>
005
006 <meta name="description" content="A proxyManager write in php" />
007 <meta name="keywords" content="ProxyManager, proxy, manager, ocramius, Marco Pivetta, php" />
008 <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
009 <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600' rel='stylesheet' type='text/css'>
010 <link href="css/styles.css" rel="stylesheet" />
011
012 <link rel="shortcut icon" href="favicon.ico">
013 </head>
014 <body>
015
016 <header class="site-header">
017 <div class="container">
018 <h1><a href="index.html"><img alt="ProxyManager" src="img/block.png" /></a></h1>
019
020 <nav class="main-nav" role="navigation">
021 <ul>
022 <li><a href="https://github.com/Ocramius/ProxyManager" target="_blank">Github</a>
023 <div class="bcms-clearfix"></div>
024 </li>
025 </ul>
026 </nav>
027 </div>
028 </header>
029 <main role="main">
030 <section class="component-content">
031
032 <div class="component-demo" id="live-demo">
033 <div class="container">
034 <div class="main-wrapper" style="text-align: right">
035 <iframe src="http://ghbtns.com/github-btn.html?user=ocramius&repo=ProxyManager&type=fork&count=true&size=large"
036 allowtransparency="true" frameborder="0" scrolling="0" width="310" height="40"></iframe>
037
038 <iframe src="http://ghbtns.com/github-btn.html?user=ocramius&repo=ProxyManager&type=watch&count=true&size=large"
039 allowtransparency="true" frameborder="0" scrolling="0" width="200" height="40"></iframe>
040
041 </div>
042 <div class="bcms-clearfix bcms-clearfix"></div>
043 </div>
044 </div>
045 <div class="component-info">
046 <div class="container">
047 <aside class="sidebar">
048 <nav class="spy-nav">
049 <ul>
050 <li><a href="index.html">Intro</a></li>
051 <li><a href="virtual-proxy.html">Virtual Proxy</a></li>
052 <li><a href="null-object.html">Null Objects</a></li>
053 <li><a href="ghost-object.html">Ghost Objects</a></li>
054 <li><a href="remote-object.html">Remote Object</a></li>
055 <li><a href="contributing.html">Contributing</a></li>
056 <li><a href="credits.html">Credits</a></li>
057 <li><a href="copyright.html">Copyright</a></li>
058 </ul>
059 </nav>
060 <div class="bcms-clearfix bcms-clearfix"></div>
061 <a class="btn btn-action btn-full download-component"
062 href="download.html">Download</a>
063 <div class="bcms-clearfix"></div>
064 </aside>
065
066 <div class="content">
067 <div class="bcms-clearfix"></div>
068 <h3 class="section-title">License</h3>
069 <p>Copyright (c) 2013 Marco Pivetta</p>
070
071 <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
072
073 <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
074
075 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
076 <hr />
077
078 </main>
079
080 <footer class="site-footer" role="contentinfo">
081 <div class="container">
082 <div class="footer-logos">
083 <ul>
084 <li><a href="index.html">Intro</a> | </li>
085 <li><a href="virtual-proxy.html">Virtual Proxy</a> | </li>
086 <li><a href="null-object.html">Null Objects</a> | </li>
087 <li><a href="ghost-object.html">Ghost Objects</a> | </li>
088 <li><a href="remote-object.html">Remote Object</a> | </li>
089 <li><a href="contributing.html">Contributing</a> | </li>
090 <li><a href="credits.html">Credits</a> | </li>
091 <li><a href="copyright.html">Copyright</a></li>
092 </ul>
093 </div>
094 </div>
095
096 <div class="bcms-clearfix"></div>
097 </footer>
098 <div class="bcms-clearfix"></div>
099 </body>
100 </html>
101