https://bonnefon.org/

ID de l'analyse :
159e7265-6642-4dbe-9ba3-64ac1d965cc6Terminée
URL soumise :
https://bonnefon.org/
Fin du rapport :

Liens : 1 trouvé(s)

Liens sortants identifiés à partir de la page

Lientexte
http://github.com/nickbnf/glogg/commits/masterhttp://github.com/nickbnf/glogg/commits/master

Variables JavaScript : 3 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messages de journal de console : 0 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<html><head>
    <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
    <title>glogg — glogg - the fast, smart log explorer</title>
    <style type="text/css">
      @import '/css/default.css';
    </style>
    <meta content="Home of the glogg log viewer" name="subject">
    <link href="/images/favicon.png" rel="shortcut icon">
  </head>
  <body>
    <div id="wrap">
      <div id="header">
        <a href="http://glogg.bonnefon.org/" title="glogg"><img alt="glogg" src="/images/glogg.png"></a>
        <div class="tagline">the fast, smart log explorer</div>
      </div>
      <div id="pages">
        <ol class="toc">
          <li>Getting Started
            <ol class="toc">
              <li><a href="/index.html">Welcome</a></li>
              <li><a href="/description.html">Description</a></li>
              <li><a href="/screenshots.html">Screenshots</a></li>
            </ol>
          </li>
          <li>Using glogg
            <ol class="toc">
              <li><a href="/documentation.html">Documentation</a></li>
            </ol>
          </li>
          <li>Getting Involved
            <ol class="toc">
              <li><a href="/download.html">Download</a></li>
              <li><a href="/mailing_list.html">Mailing List</a></li>
              <li><a href="/contributing.html">Contributing</a></li>
            </ol>
          </li>
          <li>
            <ol class="toc">
              <li><a href="/legal.html">Legal Notice</a></li>
            </ol>
          </li>
        </ol>
      </div>
      <div id="content">
        <h1 id="glogg_-_the_fast,_smart_log_explorer">glogg - the fast, smart log explorer</h1>
        <p><em>glogg</em> is a multi-platform GUI application to browse and search through long
or complex log files. It is designed with programmers and system administrators
in mind. <em>glogg</em> can be seen as a graphical, interactive combination of <em>grep</em>
and <em>less</em>.</p>

<h2 id="latest-news">Latest News</h2>

<p>Older news is available in the <a href="/archive.html">archive</a> section.</p>

<h3 id="a-href20170518glogg-v114-releasedhtmlglogg-version-v114-releaseda"><a href="/2017/05/18/glogg-v1.1.4-released.html">glogg version v1.1.4 released</a></h3>

<div id="post-content">
<p>This is a hotfix for one serious bug.</p>

<p>Main changes from v1.1.3:</p>

<ul>
  <li>Fix a race condition whereby a changing file can crash glogg in
certain conditions (observed on Windows).</li>
</ul>

<p>Please see the git log at <a href="http://github.com/nickbnf/glogg/commits/master">http://github.com/nickbnf/glogg/commits/master</a> for the detailed changelog.</p>

</div>

<p class="signoff">
    —18 May 2017
</p>

<h3 id="a-href20170322glogg-v113-releasedhtmlglogg-version-v113-releaseda"><a href="/2017/03/22/glogg-v1.1.3-released.html">glogg version v1.1.3 released</a></h3>

<div id="post-content">
<p>This is a further bugfix release for 1.1.x to fix a few important issues.</p>

<p>Main changes from v1.1.2:</p>

<ul>
  <li>Improve auto-reload of files produced by some applications (such as
putty) on Windows.</li>
  <li>Fix a display bug when in following mode.</li>
  <li>Fix two (rare but important) crashes when loading a file.</li>
  <li>Add support for multiple files on the command line.</li>
</ul>

<p>Please see the git log at <a href="http://github.com/nickbnf/glogg/commits/master">http://github.com/nickbnf/glogg/commits/master</a> for the detailed changelog.</p>

</div>

<p class="signoff">
    —22 Mar 2017
</p>

<h3 id="a-href20161101official-osx-installershtmlofficial-mac-osx--macos-installersa"><a href="/2016/11/01/official-osx-installers.html">official Mac OSX / macOS installers</a></h3>

<div id="post-content">
<p>Thanks to several contributors on github, many people (including yours truly)
have been running glogg on Mac for a few months already.</p>

<p>Now that the main blocking issues have been fixed, please enjoy regular
official glogg <a href="/download.html">builds</a> from v1.1.2 for Mac OSX (now macOS)!</p>

<p>Enjoy glogg on Mac and please report any problem you might find.</p>

<p><em>Update 8/11/2016</em>: The initial macOS build for 1.1.2 had a problem and
was linked to a local library not available on most systems, and therefore
failed to run. This is now fixed and a new installer
(glogg_1.1.2-1_installer.dmg) can be <a href="/download.html">downloaded</a>.</p>

</div>

<p class="signoff">
    —01 Nov 2016
</p>

<h3 id="a-href20161101glogg-v112-releasedhtmlglogg-version-v112-releaseda"><a href="/2016/11/01/glogg-v1.1.2-released.html">glogg version v1.1.2 released</a></h3>

<div id="post-content">
<p>This is a bugfix release to polish a few rough edges and annoyances on
1.1.x. And to introduce full macOS support.</p>

<p>Main changes from v1.1.1:</p>

<ul>
  <li>Allow case insensitive filters.</li>
  <li>Scrolling with j/k in filtered view now scroll the main view too.</li>
  <li>Full support for macOS.</li>
  <li>Various minor fixes.</li>
</ul>

<p>Please see the git log at <a href="http://github.com/nickbnf/glogg/commits/master">http://github.com/nickbnf/glogg/commits/master</a> for the detailed changelog.</p>

</div>

<p class="signoff">
    —01 Nov 2016
</p>

<h3 id="a-href20160426glogg-v111-releasedhtmlglogg-version-v111-releaseda"><a href="/2016/04/26/glogg-v1.1.1-released.html">glogg version v1.1.1 released</a></h3>

<div id="post-content">
<p>This version introduces a few new major features, most notably support for
multiple encodings. Only UTF-8, in addition to the usual 8 bits ISO-8859-1, is
supported in this version, but more will be added later.</p>

<p>Main changes from v1.0.3:</p>

<ul>
  <li>Support for UTF-8 file, in addition to ISO-8859-1.</li>
  <li>New icons!</li>
  <li>A new icon on each tab shows whether new data have been detected.</li>
  <li>Pulling the file beyond its end with the mouse triggers following.</li>
</ul>

<p>Please see the git log at <a href="http://github.com/nickbnf/glogg/commits/master">http://github.com/nickbnf/glogg/commits/master</a> for the detailed changelog.</p>

</div>

<p class="signoff">
    —26 Apr 2016
</p>


      </div>
      <div id="footer">Copyright © 2017 <a href="http://blog.bonnefon.org/">Nicolas Bonnefon</a></div>
    </div>
  

</body></html>