Main > Free Download Search >

Free bloo 1.00 rc2 software for linux

bloo 1.00 rc2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 207
Bloo 1.00 RC2

Bloo 1.00 RC2


Bloo is a free, public-domain, object-oriented implementation of full-featured blog software, based on the Phoo Phramework. more>>
Bloo is a free, public-domain, object-oriented implementation of full-featured blog software, based on the Phoo Phramework. Both Phoo and Bloo are PHP systems. This projects are both covered under the Gnu Public License.
Main features:
- Role-based security at the object level (in other words, security is pervasive)
- Those with posting privileges can create and edit posts
- Readers can comment on posts
- Posts can receive trackbacks
- Comment and trackback moderation, spam and troll destruction, etc.
- Administrators have full control over the look and feel of the blog, via the overlay editor. All visual element templates can be edited on the fly, with a non-destructive edit.
- Themes control the look and feel. Administrators can create themes on the fly, cascade themes from other themes, and select the default theme.
- Optional theme-selector for blog readers to pick their favorite theme
- Bloo-administered Blogroll ("Bloogroll")
- Configurable blogroll categories
- Multiple Spam Control Extension SnapOns
- Multiple users
- Multiple post categories per post.
- Post keyword searches
- Easy to use installation and upgrade programs
- Developers can create new Extension SnapOns to add functionality to the blog
- All input and output components of the system are XML-based and separate from the code
- New functionality can be added via Bloo Extension SnapOns
Enhancements:
- New features in this release include support for multiple post categories, IP blacklist and comments-flood protection, an enhanced theme selector, RSS fixes, among others.
<<less
Download (MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
809 downloads
 
Other version of Bloo
Bloo 1.20bill - Bloo is professionally designed as a free, public-domain, object-oriented implementation
Price: FREE
License:GPL
Download
1 downloads
Added: 2009-01-20
XCB 1.0 RC2

XCB 1.0 RC2


XCB (X protocol C-language Binding) is a replacement for Xlib. more>>
XCB (X protocol C-language Binding) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility.

It has several advantages over Xlib, including size (small library and lower memory footprint), latency hiding (batch several requests and wait for the replies later), direct protocol access (one-to-one mapping between interface and protocol), thread support (access XCB from multiple threads, with no explicit locking), and easy creation of new extensions (automatically generates its interface from machine-parsable XML protocol descriptions).

Xlib can also use XCB as a transport layer, allowing software to make requests and receive responses with both, which eases porting to XCB. However, client programs, libraries, and toolkits will gain the most benefit from a native XCB port.

<<less
Download (0.41MB)
Added: 2006-10-08 License: MIT/X Consortium License Price:
1113 downloads
RSStool 1.0.0 RC2

RSStool 1.0.0 RC2


rsstool is a software to read, parse, merge and write RSS (and Atom) feeds. more>>
RSStool is a software to read, parse, merge and write RSS (and Atom) feeds.

Lately a new technology called "RSS feeds" has caught my attention I decided to make it successful by writing this small tool.

Usage:

rsstool [OPTION] FILE|URL...

Read, parse, merge and write RSS (and ATOM) feeds

Supports: RSS 0.9x, 1.0, 2.0 and ATOM 0.1, 0.2, 0.3

The RSS (or ATOM) feeds will be merged and re-sorted if you enter more than
one URL or FILEname

Options:
--version output version information and exit
--help display this help and exit
-q be quiet/less verbose
-s strip HTML code from RSS (or Atom) feeds
-r sort reverse
--html output as html (using -q will result in single line)
--txt output as plain text (using -q will result in single line)
-1 output as single line

--template=FILE|URL parse template file and replace tags with content
Tags: "< rsstool:url item=NUM >" url/link of item NUM
"< rsstool:title item=NUM >" title of item NUM
"< rsstool:desc item=NUM >" description of item
with NUM
"< rsstool:date item=NUM >" date of item NUM
"< rsstool:site item=NUM >" site where item with
NUM came from
Thats right, you could use/replace these custom tags in HTML
pages and upload them to a server who does only static HTML
"< rsstool:start item=NUM >" start of item NUM
"< rsstool:end item=NUM >" end of item NUM
These tags will be replaced with a "< !--" and a "-- >" if
the item NUM is empty
"< rsstool:updated >" rsstool notice (Thank You!)

--property=FILENAME output feed(s) into a property file
Layout: NAME_NUM=VALUE
NAME is "title", "url", etc..
NUM is an integer counting the items
VALUE is the content

<<less
Download (0.032MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
824 downloads
xcb-proto 1.0 RC2

xcb-proto 1.0 RC2


xcb-proto contains descriptions of the X Window System core protocol and selected extensions in an XML-based data format. more>>
The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility.
xcb-proto project contains descriptions of the X Window System core protocol and selected extensions in an XML-based data format.
They are used by the X C Binding (XCB) library to generate much of its code, but you can also use these descriptions for other purposes, such as decoding the X protocol or building X Window System bindings for other languages.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type sh ./configure instead to prevent `csh from trying to execute configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- < import >xproto< /import > was explicitly added to extensions that use xproto. "union" was changed to "xidunion" for XID unions like DRAWABLE and FONTABLE, so that the code generator can more easily declare these XID unions as integer typedefs rather than unions.
- Structures attempting to provide C type safety were replaced with CARD32 typedefs.
- render.xml now describes CompositeGlyphs* as taking lists of BYTE, rather than lists of unions of structures of lists.
- The caller must construct an appropriate sequence of glyph elements.
- XCB didnt properly handle the previous definition.
<<less
Download (0.080MB)
Added: 2006-10-08 License: MIT/X Consortium License Price:
1113 downloads
Gloster 1.0 RC2

Gloster 1.0 RC2


Gloster is a secure and decentralized p2p program for small communities. more>>
Gloster is a secure and decentralized p2p program for small communities.
With Gloster you can easily share files on the Internet without depending on a server.
You can search files on the network and browser users shared files. Multi-sourcing is also supported. You can even create channels or chat with the users.
Gloster is a p2p software working without server designed for small comunities. You can create chan and do pv chat. On a Gloster network, the communications are crypted between the nodes (users).
Enhancements:
- The first configuration wizard was enhanced.
- Translations can be added easily.
- Translation problems were corrected.
- Hashing speed was improved.
- Timestamps and color were added in chat/chan windows.
- MD5 hashing is used instead of MD4.
- Some bugfixes were made.
<<less
Download (0.48MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1418 downloads
prc 1.0 RC2

prc 1.0 RC2


prc project utilises a pioneer control out port and a soundcard to make the keypresses on a pioneer remote control available. more>>
prc project utilises a pioneer control out port and a soundcard to make the keypresses on a pioneer remote control available for the computer. With additional scripts or programmes it is possible to control your computer without additional hardware, like infrared receivers. It features automatic noise level detection and it is independent from the used sound architecture.

<<less
Download (0.021MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1074 downloads
omniORB 4.1.0 RC2

omniORB 4.1.0 RC2


omniORB is an Object Request Broker (ORB) which implements version 2.6 of the Common Object Request Broker Architecture (CORBA). more>>
omniORB is an Object Request Broker (ORB) which implements version 2.6 of the Common Object Request Broker Architecture (CORBA).
omniORB project supports the C++ and Python language bindings, is fully multithreaded, uses IIOP as the native transport, and comes complete with a COS Naming Service. omniORB is one of the fastest available C++ ORBs.
Main features:
- C++ and Python language bindings.
- Adheres to the CORBA 2.6 specification.
- Support for GIOP and IIOP 1.0, 1.1 and 1.2.
- Fully multithreaded runtime.
- TypeCode and type Any.
- CORBA 2.6 DynAny interfaces.
- Dynamic Invocation and Dynamic Skeleton interfaces.
- Complete Naming Service, omniNames.
- Support for wchar, wstring and code set negotiation.
- Full long long, long double, fixed point support.
- PortableServer::Current.
- Unix domain socket transport.
- Bidirectional GIOP.
- Interoperable Secure Socket Layer transport.
- Flexible thread management.
- Interceptors.
- The following platforms are supported (although some have only been tested with earlier releases):
- Windows NT / XP / 9x with Visual C++ version 5.0 and above
- Linux / EGCS 2.91 or GCC 2.95 and above
- Solaris 2.{5,6,7,8} / Sun C++ version 4.2 and above, or GCC 2.95 and above
- HPUX 11.00/ aC++
- SGI Irix 6.x/ SGI C++ compiler 7.2
- Digital Unix 4.0D/ DEC C++ compiler version 6.0
- IBM AIX 4.2/ IBM C Set++ 3.1.4 and xlC 5.0 (Visual Age C++ 5.0)
- IBM AIX 4.3/ IBM C Set++ 3.6.6 and xlC 5.0 (Visual Age C++ 5.0)
- HPUX 10.20/ aC++ (B3910 A.01.04)
- OpenVMS Alpha 6.2/ DEC C++ compiler 6.2/5.5 (UCX 4.1 ECO 8)
- OpenVMS Vax 6.1/ DEC C++ compiler 5.5 (UCX 4.0 ECO 1)
- NextStep 3.3/ gcc-2.7.2
- Reliant Unix 5.43/CDS++
- Phar Laps Real Time ETS Kernel
- SCO Unixware 7
- Mac OS X
- Fujitsu Siemens BS2000 (with patch in the distribution)
- ...and many others.
- Fully interoperable with other CORBA ORBs.
<<less
Download (2.9MB)
Added: 2006-11-10 License: LGPL (GNU Lesser General Public License) Price:
1083 downloads
Code::Blocks 1.0 RC2

Code::Blocks 1.0 RC2


Code::Blocks is a C/C++ IDE built with configurability and extensibility in mind. more>>
Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. The Code::Blocks project was designed, right from the start, to be extensible and configurable.
Built around a plugin framework, Code::Blocks can be extended with plugin DLLs. It includes a plugin wizard so you can compile your own plugins! (Free SDK downloaded separately)
Main features:
- Open Source! GPL2, no hidden costs.
- Cross-platform. Runs on Linux or Windows (uses wxWidgets).
- Made in GNU C++. No interpreted languages or proprietary libs needed.
- Comes in two presentations: Standalone, and MinGW bundle
- Devpack support (optional)
- Extensible thru plugins (SDK available in the downloads section)
- Multiple compiler support:
- GCC (MingW / Linux GCC)
- MSVC++
- Digital Mars
- Borland C++ 5.5
- Open Watcom
- Compiles directly or with makefiles
- Predefined project templates
- Custom template support
- Uses XML format for project files.
- Multi-target projects
- Workspaces support
- Imports MSVC projects and workspaces (NOTE: assembly code and inter-project dependencies not supported yet)
- Imports Dev-C++ projects
- Integrates with GDB for debugging
- Syntax highlighting, customizable and extensible
- Code folding for C++ and XML files.
- Tabbed interface
- Code completion plugin
- Class Browser
- Smart indent
- One-key swap between .h and .c/.cpp files
- Open files list for quick switching between files (optional)
- External customizable "Tools"
- To-do list management with different users
<<less
Download (2.6MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1591 downloads
SiNotes 1.0 RC2

SiNotes 1.0 RC2


SiNotes is a simple desktop notes manager that allows you to create electronic desktop notes. more>>
SiNotes project is a simple desktop notes manager that allows you to create electronic desktop notes, search them in very convenient way, and display them.

<<less
Download (0.094MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1039 downloads
Kimboot 1.00

Kimboot 1.00


Kimboot is a sick and addictive arcade game. more>>
Kimboot is a sick and addictive arcade game.

You control a hand holding some very heavy ball on a rope (physics simulation included), and there are a lot of enemies trying to eat your hand. You wont let them! Crushem all with the ball!

<<less
Download (1.9MB)
Added: 2007-03-12 License: zlib/libpng License Price:
959 downloads
BongoSurfer 2.0 RC2

BongoSurfer 2.0 RC2


BongoSurfer is a least-cost router for Linux, like the Smartsurfer program for Windows. more>>
BongoSurfer is a least-cost router for Linux, like the Smartsurfer program for Windows.

It allows you to connect to the Internet with a 56k modem or ISDN, and chooses the cheapest provider for you.

The tariff database is updated every day from http://www.billiger-surfen.de/. Since the tariffs only apply within Germany, the program is of little use in other countries.

BongoSurfer features a traffic monitor, a cost calculator, an online timer, and more.

<<less
Download (0.34MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
934 downloads
LipstikLF 1.0 RC2

LipstikLF 1.0 RC2


LipstikLF is intended to be a Swing counterpart for the Lipstik KDE theme engine. more>>
LipstikLF is intended to be a Swing counterpart for the Lipstik KDE theme engine. It was written to be fast, clean, and as similar to original Lipstik look as possible.

LipstikLF should run both on Java 1.4 and 1.5.

<<less
Download (0.17MB)
Added: 2006-11-29 License: GPL (GNU General Public License) Price:
1060 downloads
Chrootbin 3.0 RC2

Chrootbin 3.0 RC2


Chrootbin is a tool which will help you make basic chroot environment. more>>
Chrootbin is a tool which will help you make basic chroot environment. The project will also help skipping the boring parts of making a chroot from scratch.
Since version 2.0.0, rpm based systems and slackware packages are supported.
Main features:
- Creating basic chroot env
- Installing relevant files from rpm, slackware packages
NOTE: Its tested on Linux Slackware,SuSE,RedHat,Gentoo,Fedora. Probably works on others too.
Enhancements:
- Installation fixup
- Minor process fixes
<<less
Download (0.005MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
975 downloads
MirrorMed 1.0 RC2

MirrorMed 1.0 RC2


MirrorMed is a friendly fork of ClearHealth. more>>
MirrorMed is a friendly fork of ClearHealth. MirrorMed project uses the same codebase with slower releases, further testing, and additional forms, reports, and other small improvements. As with ClearHealth, MirrorMed also borrows from FreeMed and OpenEMR.
Installation:
The installation of mirrormed is now accomplished through a graphical installer.
Untar the mirrormed tgz file into your web directory and rename it to "mirrormed". Then point your browser to the mirrormed directory.
The installer will check your dependancies, what directory permissions need to be changed, create the configuration files and install the database.
Enhancements:
- Changes allow for the correct printing of the HCFA 1500 (CMS 1500) medical billing form.
<<less
Download (7.0MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1395 downloads
ispCP Omega 1.0.0 RC2

ispCP Omega 1.0.0 RC2


ispCP Omega is a powerful Web hosting control panel. more>>
ispCP project was founded to build a Multi Server Control and Administration Panel without limits. Until there is an usable version a lot of time will pass by. This Control Panel should be usable by any Internet Service Provider (isp). To develop such a tool, we need a lot of time.

To gain your interest, we decided to support the dying VHCS project. VHCS means Virtual Hosting Control Panel. It is a powerful tool to administrate your webhosting services. Our fork of VHCS is called the ispCP Omega.

The ispCP Omega release is based on the original VHCS, an open source project. As core members of the former VHCS developing team, we - Malte aka ephigenie and Benedikt aka RatS - had the wish to create a real open development of VHCS. On this platform it is possible.

Since we cannot change the copyright of the parts were using out of the VHCS project which is licensed under the Mozilla Public License, were looking forward to make all new parts available under the Gnu Public License (V2).
<<less
Download (18.1MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
913 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5