More Details on the MicroContentObjectModel are now at http://code.google.com/p/mcom/
- Extended ReadMe for Version 0.1 beta
[NOTE] A more comfortable presentation / version of this text ist to be found at
http://docs.google.com/Present?revision=_latest&fs=true&docID=dhfz8pq8_29dq2skkgz
Please righz-click and choose "open in new window!if the link doesn't work!!
In short, the interface will be reduced to BG server communication, (the "VT-100" part) while the peer-to-peer server part will be made fully functional (hope so...), including RPC commuication, store and forward as well as data encryption. Still BG requires only PHP4/5 and a SQL DB so no additional services or root installion are required.... read more
What is BlooGee?
Initially, Bloo Gee was developed as a proof-of-concept work for a simple object model concerning microcontent. Main target is to provide an instrument to establish semantic networks, based on communications between webservers. BlooGee is (for now) a kind of add-on for weblogs an content management systems; it works on any structured content which can be described by a simple model: identifyer, short description (or headline) and extended description (the main content). In this sense, almost any table with text data may be used by BlooGee. It is not intended as a replacement for existing systems, but as add-on for common blog systems to establish communcation based on semantics between different weblogs.... read more
If you decide to use this version:
- Copy all files and directories to your webserver.
- Edit the configuration values for your MySQL database (in this version, you will have to edit the fieldnames in the SQL statements by hand) which will work with nearly any basic CMS table with id, title, text structure.
- Many systems use a field like "pinged_urls" for remote blog messages - this is fine to be used as "relatives".
- Edit the stylesheets as you need and like.
- CAUTION: if you are running MovableType, check what you are doing if you execute the SQL.txt on your db server. If not:
- edit SQL.txt to your needs and execute on your db server.... read more
This is the first Version of BlooGee - still below 0.1 ;-) - which has the following capabilities:
- a full security layer, supporting an
- abstract layer of basic datbase commands.
- a full featured command shell to access the
- basic set of server-to-server protocoll functions; and
- an AJAX based desktop for blog-style display.
- Integration of ADODB.
- A widely open architecture for extensions and third party plugins.... read more