mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- "Website:" -> "WWW:", and make the www link a little better, too.
- Don't list the MAINTAINER as Brandon anymore, since it is ports@FreeBSD.org nowadays. - Reformat one line to fit a little better on an 80-char wide screen and also a slight touchup to the English.
This commit is contained in:
parent
10082f0310
commit
00816fc749
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81771
1 changed files with 6 additions and 10 deletions
|
@ -1,16 +1,16 @@
|
||||||
Enlightenment Database Library
|
Enlightenment Database Library
|
||||||
|
|
||||||
Edb is intended to provide a stable API and file format for archiving
|
Edb is intended to provide a stable API and file format for archiving
|
||||||
configuration, theme and other data available all the time for access at
|
configuration, theme, and other data available all the time for access at
|
||||||
random really fast. Edb can store any kind of data in key-value pair format.
|
random really fast. Edb can store any kind of data in key-value pair format.
|
||||||
Random access reading and writing is FAST as the core of Edb used a berkley.
|
Random access reading and writing is FAST as the core of Edb uses a berkley.
|
||||||
Edb provides a convenience API designed to make access fast AND improves access
|
Edb provides a convenience API designed to make access fast AND improve access
|
||||||
speed by caching open db's until a flush and providing conveience macros too.
|
speed by caching open db's until a flush and providing conveience macros too.
|
||||||
It also will be used to store image data and geometry data for theme files so
|
It also will be used to store image data and geometry data for theme files so
|
||||||
the information can be accessed without needing to unarchive files and can be
|
the information can be accessed without needing to unarchive files and can be
|
||||||
edited without having to unarchive and re-archive, and still be accesses at
|
edited without having to unarchive and re-archive, and still be accesses at
|
||||||
random really quickly. Documentation is provided as comments in the Edb.h header
|
random really quickly. Documentation is provided as comments in the Edb.h
|
||||||
file.
|
header file.
|
||||||
|
|
||||||
Edb will be used for all config theme and meta data stroage for E17/EFM
|
Edb will be used for all config theme and meta data stroage for E17/EFM
|
||||||
etc. sine it provides FAST random-access read/write of any data wanted
|
etc. sine it provides FAST random-access read/write of any data wanted
|
||||||
|
@ -18,8 +18,4 @@ etc. sine it provides FAST random-access read/write of any data wanted
|
||||||
unpack/repack files - data can be etxracted and put back at whim with a
|
unpack/repack files - data can be etxracted and put back at whim with a
|
||||||
simple API from which simple or complex tools can be built.
|
simple API from which simple or complex tools can be built.
|
||||||
|
|
||||||
--Raster
|
WWW: http://www.enlightenment.org/pages/edb.html
|
||||||
raster@rasterman.com
|
|
||||||
|
|
||||||
Website: http://www.enlightenment.org/
|
|
||||||
Maintainer: Brandon Fosdick <bfoz@glue.umd.edu>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue