Main > Free Download Search >

Free logbook software for linux

logbook

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 15
bLogbook 01

bLogbook 01


bLogbook is a shell script that makes it easy to keep notes. more>>
bLogbook is a shell script that makes it easy to keep notes. bLogbook project uses the file system to manage a hierarchical set of "folders" and files.

bLogbook is configurable and extensible. Extensions can be added using the available plugin infrastructure.

User Guide

logbook has to following command line parameters:

logbook [-v]
Where:
-v: Output the version of logbook and exit.

To launch logbook, enter the command name (bLogbook) with no parameters.

After initialization, you will be presented with the following screen:

bLogbook version 0.1, Copyright (C) 2006 Fernand Boudreau
bLogbook comes with ABSOLUTELY NO WARRANTY; for details type license.
This is free software, and you are welcome to redistribute it under certain conditions; type license for details.

[elogbook]
Number or Command (h for help):

The space between [elogbook] and Number or Command (h for help): normally contains the list of files and/or folders availabe at this level of the hierarchy. The first time you launch logbook, the hierarchy should be empty.

For a list of operation, you can enter h then press enter. You will be presented with a list of commands that are available.

The builtin list of commands are used for such operations as adding and deleting entries (files or folders) into the logbook.

In addition to the built in commands, plugin commands may also be available if plugins have been installed. Plugin commands appear after the list of builtin commands, in the section titled Plugin Commands.

logbook also allows you to specify commands that are available in your $PATH. Simply enter the command at the prompt. If the command is not a builtin and not a plugin command, logbook will passed it to the shell to be executed.

Plugins

Plugins are added to the plugins directory located in the logbook configuration directory (~/.blogbook/plugins)

A plugin is a bash script. The plugin should contain a function named Initialize. This function will be called by the script after all plugins have been loaded (sourced). In this function you may do things to initialize your plugin such as add a command to the user menu.

User Menu

There are two types of menus: builtin and plugin. The builtin menu contains items created that are built into the logbook script. The plugin menu contains items that are added by plugins.

To add an item to the plugin menu, the plugin developer must call AddMenuItem(< command_name > < function_to_invoke > < command description >).

This is normally done in the Initialize function.
<<less
Download (0.021MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1199 downloads
SimpleLogBook 0.2

SimpleLogBook 0.2


SimpleLogBook is a simple (obviously) pilots logbook. more>>
SimpleLogBook is a simple (obviously) pilots logbook. SimpleLogBook is at a very early stage at the moment and can only record basic flight information (take a look at the screen shots below). The flight information is stored as an XML file and can currently be used to calculate total flight time across one or more flights.

Immediate plans for development include a greatly increased time calculating facility; allowing the calculation of total time spent flying each plane type, in each operating capability and under which conditions.

Longer term plans include the addition of filters, to limit the flights displayed, the ability to attach more complex data (e.g. photos) to each flight and a print function.

Usage:

To run the application either double click on its icon or run it from the command-line; the main flight window will be displayed upon startup. Logbooks can be created, loaded and saved via the File menu. The Flights menu contains the functionality for adding, deleting and editing flights. This menu also contains the total flying time calculation function.

Right-clicking on the flights table will duplicate the Flights menu.

The new/edit flight dialog contains all the fields found in a standard paper log book. Hitting OK will save any changes you have made, Cancel will abandon them.

<<less
Download (0.047MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
967 downloads
ELOG Electronic Web Logbook 2.6.5

ELOG Electronic Web Logbook 2.6.5


ELOG Electronic Web Logbook is an electronic logbook with a Web interface. more>>
ELOG is part of a family of applications known as weblogs. ELOG Electronic Web Logbook general purpose is :
1. to make it easy for people to put information online in a chronological fashion, in the form of short, time-stamped text messages ("entries") with optional HTML markup for presentation, and optional file attachments (images, archives, etc.)
2. to make it easy for other people to access this information through a Web interface, browse entries, search, download files, and optionally add, update, delete or comment on entries.
ELOG is a remarkable implementation of a weblog in at least two respects :
- its simplicity of use : you dont need to be a seasoned server operator and/or an experimented database administrator to run ELOG ; one executable file (under Unix or Windows), a simple configuration text file, and it works. No Web server or relational database required. It is also easy to translate the interface to the appropriate language for your users.
- its versatility : through its single configuration file, ELOG can be made to display an infinity of variants of the weblog concept. There are options for what to display, how to display it, what commands are available and to whom, access control, etc. Moreover, a single server can host several weblogs, and each weblog can be totally different from the rest.
Several logbooks can be served though a single ELOG server. Each logbook can use different attributes for its entries. The logbook can then be searched using these attributes. The right pane on the left image shows a search for all entries with attribute "Type" equal to "Configuration ", and the lower pane shows the search result. It is also possible to use full-text search in attributes and the entry body.
While logbook entries are usually displayed one entry per page, they can also be listed consecutively which makes it easy to produce a paper printout of a logbook.
Logbook pages can be edited or deleted. This feature can be turned off in the configuration file so that a logbook entries cannot be changed after being submitted.
An additional feature is the automatic generation of a notification email messages based on a certain type or category of a logbook entry.
Main features:
- Personal Logbooks. Personal notes can be written into ELOG and can then be retrieved from anywhere with a Web browser. This makes it handy for PC supporters who have to go around in companies or laboratories and dont want to carry their paper logbook with them. The same holds true for people traveling around a lot. The logbook database consists of plain ASCII files which can copied easily between different computers to have local access, for example on a notebook with no network connection.
- Shared Logbooks. Logbooks can be shared by several people, for reading and optionally for writing. This way workgroups can share and exchange information like in a (simplified) news group. This is supported by the Reply command in ELOG which creates "threads" of entries. Users can be notified by email when new entries are added to the logbook. Compared to that of a news server, the installation of ELOG is much simpler.
- Small Databases. Since arbitrary attributes can be defined for a logbook, it can be used as a small database with search facilities.
- Problem collections. A system can consist of two logbooks, in one of which users enter bugs or problems. If someone adds a problem, an email is automatically sent to the administrator, who can then copy the entry to the second logbook and add the solution to the problem. Users can then look up all fixed problems.
- Shift Logbooks. If the Allow delete and Allow edit flags are off, an entry cannot be modified once its been entered. This can be useful for shift logbooks for example in accelerator control rooms where each entry becomes a "document" with a time and author stamp. ELOG was originally developed as a shift logbook for the PiBeta and Muegamma particle experiments at PSI.
- File collections. Since files can be attached to ELOG entries, the system can be used to store and retrieve files. This can be used to store configuration files, which need to be accessible by several people over the web, or to store images. Since ELOG features an elaborate query facility, entries can be searched for by specifying several categories.
Enhancements:
- ELCode tags were improved with keyboard shortcuts, tables, and a date/time tag.
- Several small bugs were fixed.
<<less
Download (0.73MB)
Added: 2007-04-15 License: GPL (GNU General Public License) Price:
929 downloads
Notebook 0.4

Notebook 0.4


Notebook is a logbook manager for Gnome. more>>
Notebook is a logbook manager for Gnome.

It can store any kind of data (just text for the moment) in XML files, and makes it very easy to retrieve stored information.

It is integrated with Gnome (i.e uses Gnomes default browser). Future plans include files attachment (drag and drop), text formatting, note printing, and Epiphany/Mozilla integration (via a plugin).

<<less
Download (0.12MB)
Added: 2005-11-21 License: GPL (GNU General Public License) Price:
1593 downloads
LogPot 1.0.4

LogPot 1.0.4


LogPot provides a simple logging IRC bot that runs on a single server and on multiple channels. more>>
LogPot provides a simple logging IRC bot that runs on a single server and on multiple channels.

LogPot is a simple IRC logging bot. It supports logging multiple channels on a single server.

To log is a verbed derivative of the noun logbook; the verb form means to record in a logbook, and may have been coined in the 1820s. The term logbook itself stems from the practice of floating a stationary "log" (actually a wooden block attached to a reel via rope) to provide a fixed point of reference for the purpose of measuring a ships speed (see Knot (speed)). Computer scientists adopted the verb to log circa 1963 to describe the systematic recording of specific types of data processing events.

<<less
Download (0.005MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
912 downloads
JDiveLog 2.5

JDiveLog 2.5


JDiveLog is a logbook for scuba diving. more>>
JDiveLog is an open source divers logbook for logging scuba dives. JDiveLog project is written in Java (JRE 5.0 or later required). For transfer of dive profiles from a dive computer, the javax.comm package has to be installed and configured.
For Linux I recommend the RXTX implementation. Up to now some Suunto models are supported. I would appreciate feedback whether a dive computer model works or not.
The reason for writing this logbook was, because I couldnt find a logbook software for Linux which had all features i wished.
JDiveLog is licensed under the terms of the GPL. So anybody can use it and modify it as he wants.
Main features:
- Import of UDCF dive profile data
- Displaying dive profiles as nice graphs
- Recording all major dive data
- Managing pictures from the dive trip
- Generation of a simple web page with dive profile, dive data and pictures
- i18n: german and english available
- Units displayed metric or imperial
- Download of dive profiles from Suunto dive computers
- Download of dive profiles from Aladin computers
- Import of logbook data from WLog
- Import of logbook data from DataTrack / MemoMouse
- Statistics of dive partners, dives sites, countries, ...
- Search functionality
<<less
Download (4.2MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
863 downloads
Taglog 0.2.3

Taglog 0.2.3


taglog is a computerised logbook, reports time spent by project, todo manager. more>>
Taglog provides an electronic workbook, combining logging of time to projects with keeping a detailed diary of what you actually do. Individual work elements can be tagged by project, allowing you to produce, for example, a record of work on one particular project, even if your time is spread across a number of projects.

Work items can also be tagged by activity type - for example meeting, phone, programming etc - allowing you to analyse where your time is going by activity. Note that this activity type is orthogonal to the project axis, so that - for example - user support would be a project - in the larger sense WHAT you are doing - and phone calls to users - HOW you are doing it - would be the activity type.

<<less
Download (0.26MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1044 downloads
Bodington 2.8.0

Bodington 2.8.0


Bodington is a free open source Virtual Learning Environment/Learning Management System. more>>
Bodington is a free open source Virtual Learning Environment/Learning Management System in use at Universities and Colleges worldwide.

The Bodington project exists to provide an open source environment to support learning, teaching and research.

Bodington project is particularly suitable for complex, multi-disciplinary and large organisations and for inter institutional collaboration. It delivers controlled access using open standards.

Bodington can be used to support teaching and learning across the entire range of learning institutions in the UK and worldwide. Current installations include the Universities of Leeds, Oxford, Manchester; UHI Millennium Institute, Eton College, Yorkshire Coast College and St Andrews College Singapore.

Bodington enables users to upload lecture notes, host discussion fora, publish and manage external links, create interactive resources, e.g. customised logbooks, peer-reviewed reflective diaries/e-portfolios (for PDP), multiple choice tests (QTI), short-answer papers and online surveys. Students can also port work into secure pigeon-holes for marking.

Choose Bodington...

Put material on the web quickly and easily.
Control access to material quickly and easily.
Brand and customise for local look and feel.
Run servers on Microsoft, Linux, UNIX, or Mac OS X platforms.
Run a reliable and scalable service for end users.
Run services for tens of thousands of registered users.
Give access to users on any platform using standard browsers.
Be part of a growing, thriving development community.
Help shape future functionality.
Use software that is built specifically for Further and Higher Education.
Integrate access with partner organisations using built-in Shibboleth functionality.
Keep in line with the JISC e-learning framework.
Customise the source code to meet local needs.
Free up more funds to support staff development, customisation, help desk etc.

Choose other software...

Be tied down to a fixed pedagogy.
Fail in your obligation to support users with disabilities.
Pay an annual licence fee.
Pay for upgrades and support services.
Have little or no influence on future functionality
<<less
Download (13MB)
Added: 2006-09-26 License: The Apache License Price:
1125 downloads
phpDiveLog 0.2.7

phpDiveLog 0.2.7


phpDiveLog displays the information of your Aqua DiveLog LogBook. more>>
phpDiveLog project displays the information of your Aqua DiveLog LogBook based on CSV files you generate with the Java Conduit shipped with Aqua DiveLog.
These dynamic pages are nicely and lucidly formatted. phpDiveLog allows you to combine these data with additional information, such as pictures or other external data sources.
You can create your own skins (template sets) to change the look and feel to match your Web site.
Main features:
- ...the DiveLogBook. Here you browse through the list of your dives (in the config file, you may specify how many entries should be displayed per page). For detailed information, a click on the dive# brings you directly to the log books entry.
- ...the Dive Statistics show you some basic stats about your dives, such as max/avg depth and divetime etc.
- ...the Dive Sites Information provides you with a list of your dive sites. Again, a click on the site# brings you to the details page
Enhancements:
- Sorting functionality was added to logbook and sitelist.
- Some vulnerability checks were added.
<<less
Download (0.20MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1088 downloads
System Configuration Collector 1.7.38

System Configuration Collector 1.7.38


System Configuration Collector (SCC) is yet another configuration collector. more>>
System Configuration Collector in short SCC, collects configuration data of systems in snapshots. The structure of the snapshot allows SCC to compare a snapshot with the previous one and detect changes in the configuration.
Upon detecting changes, scc adds the differences to a logbook. The snapshot and the logbook are converted to HTML for local inspection. Optionally, the SCC-files can be send to a system running the SCC server software. On the server, summaries of the SCC-data are generated and search/compare operations on the snapshots and logbooks are available via a web-interface.
The logbook is a starting point in case a system "suddenly" does not work correctly and the administrator is wondering what he/she has changed in the last weeks or months. As most of us know by experience, configuration changes can have accidental side-effects on (other) systems.
By examining the entries in the logbooks and considering the consequences, the cause of an actual problem might be found more easily than by just trying to remember the changes that were performed.
The snapshots can be used to compare the configuration of two systems. Imagine systems, that are supposed to be identical, but behave differently. Comparing parts of the snapshots of the two systems can indicate the cause of the difference in behavior.
Enhancements:
- The DIV tags in the HTML was corrected.
- Directory data/transfer was created to avoid errors in scc-pull. cpu-speed for SunOS was added.
- The machinfo variable is now initialized.
- The determination of local filesystems on Linux was corrected.
- Squid classification was corrected.
<<less
Download (MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
836 downloads
COllaborative DEvelopment SHell 0.8.0

COllaborative DEvelopment SHell 0.8.0


COllaborative DEvelopment SHell is a project that provides an automatic persistent logbook for sessions of personal work. more>>
COllaborative DEvelopment SHell is a project that provides an automatic persistent logbook for sessions of personal command line work by recording what and how is being done, for private use/reuse and for sharing selected parts with collaborators.
COllaborative DEvelopment SHell is an intelligent shell that automatically logs a users command line (shell) session: commands, scripts executed, output produced, changes to environment variables, alias creation, and other information needed to recreate the session later.
Sessions are uniquely tagged and stored in local or distributed backend repositories and can be extracted and reproduced at any time by the user who created the session or by collaborators located anywhere in the world.
Enhancements:
- This release introduces a new persistent backend for virtual sessions, based just on flat (mostly ASCII) files, and the corresponding new module codeshbascii.py.
- Now the user has a clear choice between a CVS backend, a flat file (ASCII) backend (thus avoiding the CVS dependency), or no backend at all.
- The protection of repository commands has been improved.
- Now they are executed only after a check that the repository specified by the user is alive and operational.
- The verification of user-supplied command line parameters has been improved.
<<less
Download (0.024MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
864 downloads
System Configuration Collector Server 1.5.14

System Configuration Collector Server 1.5.14


System Configuration Collector Server generates summaries of scc-data sent by clients. more>>
System Configuration Collector Server generates summaries of scc-data sent by clients. System Configuration Collector Server offers a Web interface that supports searching the snapshots and the logbooks of the systems. It also supports comparing (parts of) the snapshots of systems.
Enhancements:
- This release uses CSS directives to indicate different colors when comparing data from systems.
- It handles the case of an empty log.html when sort is implemented by busybox.
- stdout and stderr are recorded from client runs in the log file when started by scc-pull.
- A puppylinux package has been added.
- style.css has been updated to show variable data in scc snapshots.
<<less
Download (0.12MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
861 downloads
Murdoc 1.4

Murdoc 1.4


Murdoc is a system for documenting system management departments. more>>
Murdoc project is a system for documenting system management departments.
All documents of a system management department can be put in Murdoc for convenient browsing and searching.
It comes with several tools for creating content, like a Unix documenter (for automatically documenting Unix servers on a daily basis), a Windows documenter (for automatically documenting Microsoft Windows servers on a daily basis), and a Logbook writer (for entering logbook entries by the system administrators). A searching feature is included.
Main features:
- UNIX documenter (for automatically documenting UNIX servers on a daily basis)
- Windows documenter (for automatically documenting Microsoft Windows servers on a daily basis)
- Logbook writer (for entering logbook entries by the system administrators)
<<less
Download (8.1MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 downloads
PHP Running Management 1.0.2

PHP Running Management 1.0.2


PHP Running Management or phpRunMan is a set of scripts for runners. more>>
PHP Running Management or phpRunMan is a set of scripts for runners. Users can enter intermediate times of their training or race performance for calculating various statistics (distance, avg speed, time/km, projection on different distance, etc.). In PHP Running Management you can enter comments for the whole run or every intermediate segment so the data can be used as a logbook.

Every run (training or competition) is entered as a list of segments and times. You can specify the number of laps and the "offset" (manual correction) of the distance.

Several views are proposed:

- Year view: displays all the runs with their distance, time, average speed, etc.
- Detail view: shows the profile of a run by segment (time, speed, cumulated distance and other indicators).
- Month view: aggregates runs per month over the selected year, shows every months distance, time, average speed.

All the scripts are written in PHP (requires GD lib activated too) and the data is stored in MySQL database.

<<less
Download (0.49MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 downloads
XEphem 3.7.2

XEphem 3.7.2


XEphem is a free interactive astronomy program for UNIX systems with X & Motif. more>>
XEphem project is a scientific-grade interactive astronomical ephemeris package.
Main features:
- computes heliocentric, geocentric and topocentric information for all objects;
- has built-in support for all planets; the moons of Mars, Jupiter, Saturn, Uranus and Earth; central meridian longitude of Mars and Jupiter; Saturns rings; and Jupiters Great Red Spot;
- allows user-defined objects including stars, deepsky objects, asteroids, comets and Earth satellites.
- provides special efficient handling of large catalogs including Tycho, Hipparcos, GSC.
- displays data in configurable tabular formats in conjunction with several interactive graphical views;
- displays a night-at-a-glance 24 hour graphic showing when any selected objects are up;
- displays 3-D stereo Solar System views that are particularly well suited for visualizing comet trajectories;
- quickly finds all close pairs of objects in the sky;
- sorts and prints all catalogs with very flexible criteria for creating custom observing lists;
- creates plots of any pairs of all data fields throughout the program;
- downloads and displays AAVSO light curves directly online;
- downloads current asteroid and comets ephemerides from Lowell Observatory and Minor Planet Center;
- downloads timely Earth satellite orbital TLE parameters;
- plots true binary system orbits;
- downloads Digitized Sky Survey FITS files from STScI or ESO;
- displays seti@home client progress and plots position being processed on Sky View map;
- provides a handy coordinates spreadsheet for converting among equatorial, ecliptic, horizon and galactic frames ;
- displays live SOHO images of the Sun;
- includes a compiler for entering and solving user-written functions using any data fields;
- serves as the control point for GOTO telescopes such as Meade LX200 or other external applications;
- displays FITS files images overlaid with database symbols and other graphical information;
- performs automatic star pattern matching to automatically solve for World Coordinate System on any image;
- performs 1-click 2D Gaussian relative and absolute photometry;
- defines and saves any number of Eyepieces to use in sky maps;
- captures, displays and clips to any number of local horizon profiles;
- stores sets of all Sky View options in history sets for easy playback later;
- prints using high quality Postscript;
- allows you to assign any number of objects as Favorites for special fast access throughout the program, and makes them available even when their original databases are no longer loaded;
- provides an extensible image gallery initialized with over 300 beautiful and informative color images of deep sky objects;
- provides an observing logbook which is automatically filled in with observing circumstances, with searching on most fields;
- displays magnetic deviation for any location.
<<less
Download (10.5MB)
Added: 2006-11-22 License: Free for non-commercial use Price:
1071 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1