advanced.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Advanced Usage</title>
  6. <meta name="author" content="Jonny W">
  7. <!-- Enable responsive viewport -->
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
  10. <!--[if lt IE 9]>
  11. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  12. <![endif]-->
  13. <!-- Le styles -->
  14. <link href="/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  15. <link href="/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  16. <link href="/assets/resources/syntax/syntax.css" rel="stylesheet">
  17. <link href="/assets/css/style.css" rel="stylesheet">
  18. <!-- Le fav and touch icons -->
  19. <!-- Update these with your own images
  20. <link rel="shortcut icon" href="images/favicon.ico">
  21. <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
  22. <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
  23. <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
  24. -->
  25. <link rel="alternate" type="application/rss+xml" title="" href="/feed.xml">
  26. </head>
  27. <body>
  28. <nav class="navbar navbar-default visible-xs" role="navigation">
  29. <!-- Brand and toggle get grouped for better mobile display -->
  30. <div class="navbar-header">
  31. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  32. <span class="sr-only">Toggle navigation</span>
  33. <span class="icon-bar"></span>
  34. <span class="icon-bar"></span>
  35. <span class="icon-bar"></span>
  36. </button>
  37. <!--
  38. <a type="button" class="navbar-toggle nav-link" href="mailto:contact@jonnyw.me">
  39. <i class="fa fa-envelope"></i>
  40. </a>
  41. -->
  42. <a class="navbar-brand" href="/">
  43. <img src="/assets/media/phantomjs-small.png" class="img-circle" />
  44. PHP PhantomJs
  45. </a>
  46. </div>
  47. <!-- Collect the nav links, forms, and other content for toggling -->
  48. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  49. <ul class="nav navbar-nav">
  50. <li class="active"><a href="/">Home</a></li>
  51. <li><a href="/installation.html">Installation</a></li>
  52. <li><a href="/usage.html">Usage</a></li>
  53. <li><a href="/advanced.html">Advanced</a></li>
  54. <li><a href="/debugging.html">Debugging</a></li>
  55. <li><a href="/troubleshooting.html">Troubleshooting</a></li>
  56. </ul>
  57. </div><!-- /.navbar-collapse -->
  58. </nav>
  59. <!-- nav-menu-dropdown -->
  60. <div class="btn-group hidden-xs" id="nav-menu">
  61. <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
  62. <i class="fa fa-bars"></i>
  63. </button>
  64. <ul class="dropdown-menu" role="menu">
  65. <li><a href="/"><i class="fa fa-home"></i>Home</a></li>
  66. <li><a href="/installation.html"><i class="fa fa-folder"></i>Installation</a></li>
  67. <li><a href="/usage.html"><i class="fa fa-folder"></i>Usage</a></li>
  68. <li><a href="/advanced.html"><i class="fa fa-folder"></i>Advanced</a></li>
  69. <li><a href="/debugging.html"><i class="fa fa-folder"></i>Debugging</a></li>
  70. <li><a href="/troubleshooting.html"><i class="fa fa-folder"></i>Troubleshooting</a></li>
  71. <li class="divider"></li>
  72. <li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li>
  73. </ul>
  74. </div>
  75. <div class="col-sm-3 sidebar hidden-xs">
  76. <! -- sidebar.html -->
  77. <header class="sidebar-header" role="banner">
  78. <a href="/">
  79. <img src="/assets/media/phantomjs.png" class="img-circle" />
  80. </a>
  81. <h3 class="title">
  82. <a href="/">PHP PhantomJs</a>
  83. </h3>
  84. </header>
  85. <div id="bio" class="text-center">
  86. Run PhantomJS scripts through PHP
  87. </div>
  88. <div id="contact-list" class="text-center">
  89. <!--
  90. <ul class="list-unstyled list-inline">
  91. <li>
  92. <a class="btn btn-default btn-sm" href="mailto:contact@jonnyw.me">
  93. <i class="fa fa-envelope fa-lg"></i>
  94. </a>
  95. </li>
  96. </ul>
  97. <ul id="contact-list-secondary" class="list-unstyled list-inline">
  98. <li>
  99. <a class="btn btn-default btn-sm" href="/feed.xml">
  100. <i class="fa fa-rss fa-lg"></i>
  101. </a>
  102. </li>
  103. </ul>
  104. -->
  105. </div>
  106. <! -- sidebar.html end -->
  107. </div>
  108. <div class="col-sm-9 col-sm-offset-3">
  109. <div class="page-header">
  110. <h1>Advanced Usage </h1>
  111. </div>
  112. <article>
  113. <div class="col-sm-10">
  114. <div class="article_body">
  115. <p>This documentation page will be up in the next couple of days.</p>
  116. <p>In the meantime, check out the <a href="https://github.com/jonnnnyw/php-phantomjs/tree/master/examples">examples</a> in the Github repo.</p>
  117. </div>
  118. </div>
  119. <div class="clearfix"></div>
  120. <ul class="pager">
  121. <li class="previous"><a href="/debugging.html" title="Debugging">&larr; Debugging</a></li>
  122. <li class="next"><a href="/usage.html" title="Usage">Usage &rarr;</a></li>
  123. </ul>
  124. <hr>
  125. </div>
  126. <div class="col-sm-2 sidebar-2">
  127. </div>
  128. </article>
  129. <div class="clearfix"></div>
  130. <footer>
  131. <hr/>
  132. <p>
  133. &copy; 2014 PHP PhantomJs. Theme: Modified <a href="https://github.com/dbtek/dbyll">dbyll</a> by dbtek.
  134. </p>
  135. </footer>
  136. </div>
  137. <script type="text/javascript" src="/assets/resources/jquery/jquery.min.js"></script>
  138. <script type="text/javascript" src="/assets/resources/bootstrap/js/bootstrap.min.js"></script>
  139. <script type="text/javascript" src="/assets/js/app.js"></script>
  140. </body>
  141. </html>