|
|
|
Ubuntu Customization Kit is a tool that helps you
to customize official Ubuntu Live CDs (including
Kubuntu/Xubuntu and Edubuntu) to your needs. You
can add any package to the live system, including
language packs and applications.
License: GNU General Public License (GPL)
Changes:
Hardy support was added. The license was changed to the GPLv3.
Tofu provides an easy and very lightweight way to
manage your todo list(s). It stores each of your
todo lists in a directory where tasks are
individually detailed in plain text files. Then
you can assign these tasks a level of priority and
some markers to retrieve and manipulate (list,
view, edit, delete, etc.) them easily.
License: MIT/X Consortium License
Changes:
A new clean action was added that allows you to wipe out all of the markers set on the selected tasks at once. You can also strictly define which markers are allowed in a given stack by specifying them in a dedicated "markers" file. This release comes with a new "-verbose" option and DESTDIR-like "-root=dir" options in the install.sh script.
melkjug is the software running melkjug.com, a Web
application that allows users to aggregate, mix,
and sort articles from feeds based on a variety of
factors.
License: GNU General Public License v2
Changes:
This release includes many small enhancements and fixes based on user feedback, and introduces a new article picking algorithm that should (hopefully) choose a more satisfying mix of articles.
Libecc is a C++ elliptic curve cryptography library that supports
fixed-size keys for maximum speed. The goal of this project is to
become the first free Open Source library providing the means to
generate safe elliptic curves, and to provide an important source of
information for anyone with general interest in ECC.
License: GNU General Public License (GPL)
Changes:
The chapter "Cracking parameter b of the elliptic curve" has been extended. A formula is presented to calculate the number of points on y^2+xy=x^3+1 over GF(2^m) in O(m) time.
Trackfs is a small program that tracks file system
changes made by another program (or group of
programs). It is similar to "installwatch", but
works quite differently. While installwatch uses
LD_PRELOAD to intercept library functions like
open() and unlink(), trackfs runs the child
program(s) with tracing enabled and tracks the
system calls they make.
License: GNU General Public License (GPL)
Changes:
This release adds a new "trexec" program. It has improved execve() handling, in particular in biarch (32/64-bit) environments.
check_oracle_health is a plugin for the Nagios
monitoring software that allows you to monitor
various metrics of an Oracle database. It includes
connection time, SGA data buffer hit ratio, SGA
library cache hit ratio, SGA dictionary cache hit
ratio, SGA shared pool free, PGA in memory sort
ratio, tablespace usage, tablespace fragmentation,
tablespace I/O balance, invalid objects, and many
more.
The Mylyn Connector for Origo integrates the Origo
issue tracker into Eclipse. It features issue
creation and editing directly inside Eclipse, task
list integration with filtering support, rich
editing features (including content assist for
tags and a preview for wiki formatted text),
support for custom queries (e.g. "my open bugs" or
"wiki related bugs"), and issue change
notifications. This is achieved by providing a
connector for the extensible Mylyn framework.
MPICH is a robust and flexible implementation of
the MPI (Message Passing Interface). MPI is often
used with parallel or distributed computing
projects. MPICH is a multi-platform, configurable
system (development, execution, libraries, etc)
for MPI. It can acheive parallelism using
networked machines or using mulitasking on a
single machine.
License: Freely Distributable
Changes:
This release adds an initial ROMIO device for BlueGene/P. It has major cleanup for the propagation of user-defined and other MPICH2 flags throughout the code. It adds support for the STI Cell Broadband Engine. It adds datatype free hooks to be used by devices independently. It adds device-specific timer support. "make uninstall" works cleanly now. Support has been added to take hints from a config file. There are more tests and bugfixes for non-blocking I/O. Support has been added for using the PMI Clique functionality for process managers that support it.
Weblog is a blog publisher. It takes structured
text files as input and outputs static HTML and
RSS files. It aims to be simple and robust.
License: BSD License (revised)
Changes:
The command line interface has been reworked; publish is now a command of the weblog executable. A date command has been added to set a post's file date. The documentation has been edited and updated. There are more unit tests. Installation using easy_install has been fixed. This release has consistent error messages.
The National Library of Medicine Insight
Segmentation and Registration Toolkit (ITK) is a
software system to support the Visible Human
Project. Segmentation is the process of
identifying and classifying data found in a
digitally sampled representation. Registration is
the task of aligning or developing correspondences
between data. For example, in the medical
environment, a CT scan may be aligned with an MRI
scan in order to combine the information contained
in both.
License: BSD License (revised)
Changes:
This release supports a policy framework in CMake. It adds checks to see how different C++ compilers handle invalid flags. It supports gcc 4.2 on Mac OS X. It supports LibXML2. The license has changed to the OSI-approved BSD license. Baseline images have been updated to account for correct sparse field level set surface interpolation. Support for isotropic and anisotropic image spacings has been added to all level sets functions and filters, including serial and parallel sparse field level sets and CurvatureFlowFunction.
Himerge is a GUI for emerge (Gentoo's Portage
system) written in Haskell using gtk2hs. The main
idea is to simplify browsing the entire portage
tree, and allow running the most basic and common
options from the emerge command. It also offers
several handy tools, like global and local use
flags browsers, inspired by UFED (the Gentoo Linux
USE flags editor). It also uses eix (a small
utility for searching ebuilds with indexing for
fast results) as a back-end command to show
package information in HTML/CSS format, so you can
access a package's Web site for a quick glance.
License: GNU General Public License (GPL)
Changes:
The queue operation 'add' is now available through a right-click from the browser version view for each package. The queue operations 'remove/clear' are now available from each of the control panel package queue through a right-click. A backup of all the system files used by himerge will be created inside the ~/.himerge/ directory. The USE flag browser is highly improved. A new browser construction mechanism speeds up the launch of the browser and shows a more organized and coherent framework, listing only the necessary flags boxes available for a package or the whole system use flags.
OSSEC HIDS is a host-based intrusion detection
system. It performs log analysis, integrity
checking, rootkit detection, time-based alerting,
and active response.
License: GNU General Public License v3
Changes:
This release comes with numerous new features, including new LIDS (log-based IDS) support for Solaris BSM, Asterisk, Checkpoint, Postfix SASL, Smart Defense, Debian package, and Shorewall logs. It also comes with support for localized Pure-FTPd log messages (in more than 12 different languages) and DJB multilog. Installation was translated to Greek, and the agent_control tool was added to better manage the agents directly from the server.
Halyard is a scriptable multimedia engine with
support for video, audio, graphics, and user
interaction. It currently runs on Windows, and
has a preliminary Macintosh port. It is based on
PLT Scheme, wxWidgets, and the Quake 2 Engine. It
includes a rudimentary IDE based on Scintilla.
VFSJFileChooser is a Java Swing component that
allows you to browse both remote and local
filesystems. It is based on the Apache Commons VFS
library. It can replace the standard Java
JFileChooser in applications that need to access
remote files. It supports all the protocols
available in Commons VFS: FTP, FTPS, SFTP to
access files using SSH, SMB to browse
Windows/Samba shares, HTTP, and HTTPS.
License: The Apache License 2.0
Changes:
A patch was submitted to sort files by name. The "home" button will no longer bring you back to your local home folder if you're browsing a remote directory. A details view is being added as a complement to the existing list view. A right-click popup has been added to the file name textbox.
Qtractor is an Audio/MIDI multi-track sequencer
application. The initial target platform is Linux,
using the infrastructure of the Jack Audio
Connection Kit (JACK) for audio and the Advanced
Linux Sound Architecture (ALSA) for MIDI. It is
meant to be a fairly-featured Linux desktop audio
workstation GUI, specially dedicated to the
personal home studio.
License: GNU General Public License (GPL)
Changes:
Audio clip pitch-shifting has been introduced. Meter colors are now user configurable. A new track state option for record monitoring is accessible. Automatic audio/MIDI drift correction is back. Note randomization has been added to the MIDI tool set. Many internal changes and fixes were made, most affecting the rendering at the audio clip and loop boundaries.
Votorola is software for hosting open elections.
It implements an electoral system that sits
outside of government and beyond the control of
parties. Its voter lists are backed by a trust
network that is rooted in local neighborhoods. It
enables communities to advance their own
candidates for public office, their own policies
for executive action, and their own legislative
bills for statutory law.
License: MIT/X Consortium License
Changes:
An 'altin' facility was added to the voter interface. It enables the user to log in under the identities of other users (with limited privileges) in order to see who they are voting for, how they are registered, and so on. The naming of electoral services was simplified on the administrative side.
Augeas is a configuration API and editing tool. It
parses common configuration files like /etc/hosts
or /etc/grub.conf in their native formats and
transforms them into a tree. Configuration changes
are made by manipulating this tree and saving it
back into native configuration files.
License: GNU Lesser General Public License (LGPL)
Changes:
Various changes to the public API to clean it up and make it supportable. The public API is now stable, and existing calls will be supported without further changes. New schema for /etc/sysconfig/network-scripts/ifcfg-* and assorted other files /etc/sysconfig, and for /etc/apt/sources.list and /etc/apt/sources.list.d/*
PaperBox is a document browser. It lets you nicely
view your ebooks, office and text documents and
organize them by tags. Relying on Tracker, it is
able to instantly discover all documents on your
desktop and present them in a convenient way. Tags
and other metadata are shared across all
Tracker-based applications.
License: GNU General Public License v2
Changes:
Additional MIME types are included in the index: all previously missing OpenDocument formats with text, AbiWord, Microsoft Office, PostScript, and plain text files. Tags can be bundled into categories for easier organising. A simple editor is included. All communication with Tracker is asynchronous, preventing the program from hanging while Tracker is busy. This release responds to external tag changes. If you tag a document in tracker-search-tool, PaperBox will immediately show or hide the tag(s). There are important bugfixes and many translations.
The Linux Test Project is a joint project with SGI, IBM, OSDL, Bull, and Wipro Technologies with a goal to deliver test suites to the open source community that validate the reliability, robustness, and stability of Linux. The project consists of well over 2000 individual testcases and a test driver to automate execution of the tests.
License: GNU General Public License (GPL)
Changes:
This release adds LTP Development RPMs (enabling
Kernel developers
to create standalone LTP unit test cases), an
initial set of MEMORY
CONTROLLER test cases, cleanups for existing CPU
CONTROLLER test cases,
continuing work for concurrency fixes,
cleanup/updates to LTP Real
Time test cases and LTP SELinux test cases, an SGI
Common Criteria
CAPP/LSPP EAL4+ certification test suite, and
gcov-kernel patches for
Linux 2.6.25.
Edyuk is a fully-featured, highly flexible IDE for Qt 4. It features management of qmake projects (.pro files), and supports the full complexity of the file format. It offers a very efficient editing framework with syntax highlighting, parenthesis matching, text folding, and auto indentation. It also features class browsing, Qt Designer integration, Qt Assistant integration, a widget dedicated to QRC file editing, a perspective-based GUI with dynamic menus, a plugin-oriented architecture, and more.
License: GNU General Public License (GPL)
Changes:
Apart from bugfixes, this second release candidate
features a new plugin
system, a text editing layer, a completion data
backend, and a GDB
driver. These changes lead to much-reduced memory
consumption and huge
speed improvements. C++ code completion has been
dramatically improved.
Drag-and-drop, inline editing, and a detailed view
mode have been added
to the project management side. Assistant
integration has been given an
inline search panel. Designer integration is now
able to create previews
of edited forms.
MPICH is a robust and flexible implementation of
the MPI (Message Passing Interface). MPI is often
used with parallel or distributed computing
projects. MPICH is a multi-platform, configurable
system (development, execution, libraries, etc)
for MPI. It can acheive parallelism using
networked machines or using mulitasking on a
single machine.
License: BSD License (revised)
Changes:
This release adds RDMA CM-based on-demand
connection management for
OpenFabrics Gen2-* interfaces, uDAPL on-demand
connection management,
message coalescing support to enable reduction of
per Queue-pair
send queues, a Hot-Spot Avoidance Mechanism (HSAM)
for alleviating
network-congestion in large scale clusters, RDMA
Read utilization for
increased overlap of computation and communication
for OpenFabrics
devices, and support for an OpenFabrics Gen2-iWARP
interface and RDMA
CM.
EDFbrowser is a multi-platform viewer for EEG, EMG, and ECG storage files. It supports the EDF, EDF+, BDF, and Nihon Kohden file formats. It supports montages, annotations, precise measurements by using crosshairs, and a zoom function by drawing a rectangle with the mouse. It shows signals from different files at the same time. It includes a built-in EDF/EDF+/BDF to ASCII converter, a built-in Nihon Kohden to EDF+ converter (including annotations), and a built-in EDF/EDF+/BDF compatibility checker. It is available for Linux and Windows.
License: GNU General Public License v2
Changes:
This release adds an ASCII-to-EDF format converter.
The Origo Eclipse Plug-In allows you to manage
releases and workitems of an Origo project
directly from within Eclipse.
License: MIT/X Consortium License
Changes:
It is now possible to refresh work items manually.
The Origo commandline
client is no longer required. The release dialog
has been replaced with
a more intuitive wizard. Usability has improved on
the first start or if
an invalid user key has been specified. The menu
structure has slightly
changed; the release wizard can be started from
the toolbar button
or from the File-New-Other menu. Preference
changes are now applied
immediately, and issues are correctly parsed.
Minicomputer is a standalone Linux realtime
software synthesizer for creating experimental
electronic sounds as they are often used in but
not limited to industrial music, IDM, EBM, Glitch,
sound design, and minimal electronic. It is
monophonic but can produce up to 8 different
sounds at the same time, so its good e.g. for drum
synthesis. It uses JACK as a real-time audio
infrastructure and can be controlled via MIDI. The
synthesis is advanced subtractive: two oscillators
generate complex waveforms going into a morphing
formant filter. An additional oscillator, 7
envelopes, a delay line, and flexible modulation
routing for each sound voice gives the sound
designer possibilities like a modular synthesizer
without the hassle. Instant recall with 512 sound
programs and 128 multi sets make it a good
companion for the next laptop gig.
License: GNU General Public License v3
Changes:
This release adds an installer/uninstaller, an
installer script for
presets, improved MIDI handling while using less
CPU cycles, and fixes
to make backup of memory files work.
LibRaw is a library for reading RAW files obtained
from digital photo cameras (CRW/CR2, NEF, RAF,
DNG, and others). LibRaw is based on the source
codes of the dcraw utility, though some of the
drawbacks of dcraw have been eliminated. The users
of the library are provided with an API to be used
when writing their software programs.
License: GNU General Public License v3
Changes:
This release adds small bugfixes, imported from
dcraw 1.403.
The OpenDBX libraries provide a unified and
consistent API for software developers to
different database management systems. The C and
C++ libraries aim to implement access to the
native database interfaces efficiently via a thin
abstraction layer. They consist of a basic set of
functions that are part of all vendor database
libraries and can be extended by additional
function blocks. Currently, Firebird/Interbase, MS
SQL Server, MySQL, Oracle, PostgreSQL, SQLite 2
and 3, and Sybase ASE are supported.
License: GNU Lesser General Public License (LGPL)
Changes:
The ODBC backend is now completely functional and
ready for
extensive testing. The OpenDBX C++ library has
been extended by the
Result::columnPos() method to be able to use
column names instead of
numbers, and the methods in the Result class were
generally shortened.
odbx_escape() has been fixed (it didn't work after
the change in release
1.3.7). The sqlite3 and sqlite backends had a few
bugs in their result
function which are corrected now.
The Zindus Thunderbird addon synchronizes your
Thunderbird addressbook
with Google/Gmail and Zimbra. Google users can use
it to access their
Gmail, Google Reader, or Google Calendar contacts
in Thunderbird.
Zimbra users can synchronize the Personal Address
Book, other selected
addressbooks, and the Global Address List (GAL).
AngelDust is an Xchat script with over 60 commands
including Google and Yahoo! search (with more than
just the URLs), a Babelfish translater, and more.
License: BSD License (revised)
Changes:
This release adds a Bash tweak and an Untinyurl
feature.
EJBCA is a fully functional Certificate Authority in Java using J2EE technology. It builds on the J2EE platform to create a robust, high performance, platform independent, flexible, and component-based CA to be used standalone or integrated in any J2EE app. EJBCA comes with a flexible and powerful Web-based admin GUI.
License: GNU Lesser General Public License (LGPL)
Changes:
This release adds a new activation page in the
admin-GUI for effective
activation of multiple CAs, lets users exclude
(test) CAs from being
monitored by HealthCheckServlet, improves CRL
generation with very large
databases, and fixes problems related to hard
token issuing, hiding
entered passwords using nCipherHSM.sh, other minor
bugs.
MDS (Mandriva Directory Server), along with the Mandriva Management Console (MMC), is a powerful system that allows developers, system administrators, and other software vendors to manage users, groups, and their associated policies in both OpenLDAP server and Fedora Directory Server which allows multi-master replication. Its highly ergonomic interface design makes it very easy to use, and delegation of administration enables medium size organization to adopt MDS.
License: GNU General Public License (GPL)
Changes:
This bugfix release features a Russian
translation, a Spanish
translation, a Brazilian Portuguese translation
update, and obfuscated
passwords support in configuration files.
Florence is a scalable on-screen virtual keyboard for GNOME that stays out of your way when you don't need it. It is useful if you can't use a real keyboard either because of a handicap, disease, broken keyboard, or tablet PC but you can use a pointing device.
It aims at being easy and pretty.
License: GNU General Public License (GPL)
Changes:
This release adds a Function keys extension,
defaults to no auto-clicks
(as it seems most users don't use it), initializes
the keyboard with
the state of the real keyboard (locking keys),
gets the modifier keys
from XKB instead of hard coding them, adds a hack
for the Alt key so it
doesn't move the window when it is activated, and
adds many comments to
the code.
Wiki2Beamer is a small tool to create LaTeX Beamer
presentations from text files with a wiki-like
syntax. Thus, it enables the user to create beamer
presentations in a less time-consuming way.
License: GNU General Public License (GPL)
Changes:
Generation of colored text has been fixed.
Rsyslog is an enhanced multi-threaded syslogd.
Among others, it offers support for on-demand disk
buffering, reliable syslog over TCP, writing to
databases (MySQL, PostgreSQL, Oracle, and many
more), email alerting, fully configurable output
formats (including high-precision timestamps), the
ability to filter on any part of the syslog
message, on-the-wire message compression, and the
ability to convert text files to syslog. It is a
drop-in replacement for stock syslogd and able to
work with the same configuration file syntax.
License: GNU General Public License v3
Changes:
This release adds one important bugfix. The imklog
input plugin did
not correctly start up in some environments, and
could even cause
a segfault. This is now corrected. Upgrading to
3.16.1 is strongly
recommended for all users of the v3-stable branch
who use imklog.
Mozilla Thunderbird is a total redesign of the
Mozilla mail component to produce a
cross-platform, stand-alone mail application using
the XUL user interface language. It has many new
features, among them the ability to customize
your toolbars the way you want them. a new look
and feel with a large number of downloadable
themes which alter the appearance of the client,
and the ability to add UI extensions.
License: Mozilla Public License (MPL)
Changes:
Two moderate security vulnerabilities have been
fixed.
The Amahi Home Server is a "Home Digital
Assistant," or HDA. It's a server targeted for
home and home office environments. It provides
calendaring, a wiki, shared network storage,
network backups, a printer server, remote access,
and more.
License: GNU General Public License v2
Changes:
This release improves the out-of-the box
experience and the overall
stability and features.
Pen is a load balancer for "simple" TCP-based protocols such as HTTP or SMTP.
It allows several servers to appear as one to the outside. It automatically
detects servers that are down and distributes clients among the available
servers. This gives high availability and scalable performance.
License: GNU General Public License (GPL)
Changes:
When pen writes its configuration file, weight
information is now
included. Weight-based server selection now works
better for small
numbers of connections.
Bazaar is a simple decentralized revision control system. Decentralized revision control systems give users the ability to branch remote repositories to a local context. Users can commit to local branches without requiring special permission from the branches that they branched from.
License: GNU General Public License (GPL)
Changes:
This release of Bazaar includes handy improvements
to the speed of log
and status, new options for several commands,
improved documentation,
and better hooks, including initial code for
server-side hooks. A number
of bugs have been fixed, particularly in
interoperability between
different formats or different releases of Bazaar
over a network.
There's been substantial internal work in both the
repository and
network code to enable new features and faster
performance.
HDF (Hierarchical Data Format) is a general
purpose library and file format for storing
scientific data. It arranges data into datasets
(multidimensional arrays) and groups (a structure
for organizing objects).
License: BSD License (original)
Changes:
This release fixes a bug that caused segfaults in
Attribute::read and
fixes a bug in PropList::getClassName to use the
portable HDfree instead
of free.
segatex is a tool to configure SELinux policy with
the help of a GUI. At the push of buttons, it can
generate a .te file in the /root/segatex
directory. You can then edit your .te file, make a
module, and install. You can make any module name
and also edit present modules. You can install,
update, and remove modules. Also, you can semanage
list and semanage login, fcontext, and port. You
can download SELinux related RPMs, including
xguest and sepostgresql.
License: GNU General Public License (GPL)
Changes:
This release copies the new refpolicy to
/root/segatex and adds a
restorecon tab.
Cosmo is the OSAF calendar sharing server. With
your favorite calendar program (Chandler, Apple
iCal, Mozilla Sunbird, or any other WebDAV or
CalDAV enabled client), you can share your
calendar with other people by publishing it to
Cosmo. Your shared calendars can be subscribed to
and updated by anyone, even if they don't have an
account on your server. Cosmo provides Atom feeds
for shared calendars, so you can track updates in
your favorite feed reader and integrate your
calendar into your Web site or blog.
License: The Apache License 2.0
Changes:
This is a bugfix release to update the visual
treatment on the login
page and add a new widget-specific Javascript
build.
Deluge is a full-featured BitTorrent client. It
features a rich plugin collection and was created
with the intention of being lightweight and
unobtrusive. It works well under any desktop
environment.
License: GNU General Public License (GPL)
Changes:
This release fixes a ratio display bug and some
fastresume saving fixes.
libgee is a collection library providing
GObject-based interfaces and classes for commonly
used data structures. It provides Collection,
Iterable, Iterator, List, Map, and Set interfaces
and ArrayList, HashMap, and HashSet implementations.
License: GNU Lesser General Public License (LGPL)
Changes:
This release adds more unit tests and is updated to work with the new nullable type support in Vala 0.3.1.
msn-pecan is an alternative MSN protocol plug-in
for libpurple. The goal is to provide much faster
development than in the official libpurple
(Pidgin) plug-in.
License: GNU General Public License v2
Changes:
OS X support, a fix for a nasty Win32 bug, and many other bugfixes.
Social Networks Visualiser (SocNetV) imports and exports various network
file formats (pajek, sociomatrix, dot) and displays the network on
screen. It can create random networks (lattice, same degree, etc.). The
user can visually modify an existing network or draw a new one using the
mouse. Network and actor properties, such as distances, centralities,
diameter, etc., can easily be computed.
License: GNU General Public License v3
Changes:
The license has changed to the GPLv3. This release is a complete code rewrite built on Qt 4.x. It has an improved GUI with docks, threaded loading of networks, and a new Shortest Path algorithm (BFS/dijkstra). Centralities are calculated much faster. It has a real-time Spring Embedder layout, and layout in circles and levels by centrality. Simple zoom in/out on the networks, better graphics and antialiasing, and a new centrality index (Eccentricity) are included.
JerkLib is a NIO-based object oriented Java IRC
library.
License: BSD License (revised)
Changes:
This update provides new features, bugfixes, and more control.
Pioneers is a faithful Gtk2 translation of the
excellent board game "Settlers of Catan", with
server-client multiplayer, computer players, and
support for the changes made in the Seafarers of
Catan expansion to the original board game.
License: GNU General Public License (GPL)
Changes:
This release fixes bugs that could cause the server to crash when malformed messages were sent. A Czech translation was added. Various cosmetic changes and bugfixes were applied. An OpenBSD port has been added.
PAPFIP (Python And PGPLOT-based FITS Image
Plotter) is a FITS image plotter based on the
Python bindings to the pgplot graphics library. It
is intended as a non-interactive (command line or
script-driven) astronomical image plotter intended
for the automated or repeated production of
finalized publication-quality Postscipt files,
rather than a method of inspecting or visualizing
the data.
Lynkeos processes astronomical webcam images. By
stacking the best images, the signal to noise
ratio is increased, and details lost in the noise
of individual images become visible in the
resulting image. This software accepts, as input,
QuickTime sequences or still images, in any image
format supported by its active plugins and Cocoa.
It generates a 16-bit RGB TIFF image as output, to
be further processed with some all-purpose image
processing application.
License: GNU General Public License (GPL)
Changes:
This release add tools to correct the chromatic dispersion and tune the color balance of the resulting image. It also fixes some bugs.
The PPPOE with Bandwidth Management for OpenBSD
Howto is a document which explains how to build an
OpenBSD based router for a small flat-sharing
community with four residents. The router should
manage the available bandwidth fairly between the
paying users and their guests. For the residents,
it should be possible to use incoming ports for
services like Skype or Emule. The howto basically
addresses IT professionals with a rough idea of
what OpenBSD is about.
License: Free To Use But Restricted
Changes:
The document has been updated to OpenBSD 4.3.
piglet jotter is a tree data store, in the thread
of kjots but using GTK. It stores an arbitrarily
deep tree, with data stored in the same hierarchy
in a single directory as plain text. It can handle
exporting to HTML. It is simple to use, install,
and modify.
License: GNU General Public License (GPL)
Changes:
This release deals with directories better. It has better HTML output. TeX output [currently not active] has been added. There is some code cleanup and minor bugfixes.
|
|
|
|