[[glossary]]
 

Development Log

bixtep  Die Entwicklung von !bixtep nahm im !debianforum ihren Anfang: http://bit.ly/dcaMu0
About 5 months ago from bixtep (BIXTEP)

bixtep  bugfixes: 0.2-dev.r53 now available for download !bixtep
About 6 months, 1 week ago from bixtep (BIXTEP)

bixtep  CLI note-taking app: New development version available for download.Improvements of code, stability, and performance. www.bixtep.com !bixtep
About 6 months, 1 week ago from bixtep (BIXTEP)

bixtep  New .bxt file structure published. Allows for custom content types, tag relations and dynamic field relations. http://ur1.ca/nr4y !bixtep
About 6 months, 1 week ago from bixtep (BIXTEP)

bixtep  stabilizing 0.2: some features will be dropped from development version !bixtep
About 7 months, 1 week ago from bixtep (BIXTEP)

bixtep  new wiki-based project homepage is up: http://www.bixtep.com !bixtep
About 8 months ago from bixtep (BIXTEP)

bixtep  0.2 will be the last release written in bash. future versions will be developed in python. !bixtep
About 9 months ago from bixtep (BIXTEP)

bixtep  working on a stable version of the API to help separate development of core and UI, etc. !bixtep
About 11 months, 1 week ago from bixtep (BIXTEP)

bixtep  consistently separating bixtep core from ui. ui will become separate script that calls core functions !bixtep
About 11 months, 2 weeks ago from bixtep (BIXTEP)

bixtep  bugfixes, cleaned up code: try out the 0.1.1 release candidate http://www.bixtep.com/content/download !bixtep
About 11 months, 3 weeks ago from bixtep (BIXTEP)

bixtep  cleaning up the code of 0.1 !bixtep
About 12 months ago from bixtep (BIXTEP)


About BIXTEP terms

When you go through the documentation and start using BIXTEP, you will probably come across terms that have a special meaning in the BIXTEP context. The glossary on this page explains these terms.

Glossary

Bixtorage

Bixtorage (BXT) is the XML file format used by BIXTEP. As of version 0.2, BXT-files will include an item counter, description, the items as well as timestamps and hashes. The information-management part of the BIXTEP configuration will be stored in the BXT-file which also contains the notes. Thus BIXTEP will be configured on a per file basis. As a result, it is possible to have different content types and relations for different Bixtorage files.

Content type

With BIXTEP, you can use the three pre-defined content types notes, excerpts and sources (version 0.1) or you can define your own content types (> version 0.2). It's easy to use BIXTEP as a catalog for your CDs, DVDs, as an address book or anything else. It's up to you and the changes you make to the configuration file.

A content type consists of a unique typename and a fieldset.

Synonyms: content type, content types, Content types

Field

Fields are the smallest pieces of information used in BIXTEP. They are contained in items. Each Item consists of one or more fields of a fieldtype defined and labeled in the configuration file. Users can edit the content of fields.

Field relation

An automatic exchange of content between fields based on pre-defined conditions constitutes a dynamic field relation. Dynamic field relations can be defined in the configuration file.

Take the standard dynamic relation in the configuration file as an example: The condition is that content of the “source” field of an “excerpt” item is identical with the content of the “title” field of a “source” item.

If this condition is fulfilled, BIXTEP takes an action. It inserts the content of the source's “content”-field in the “source”-field of the excerpt-item.

Currently, BIXTEP supports the condition of two items being identical.

Synonyms: dynamic field

Field type

The field types currently supported by BIXTEP are

  • [1] one-line field
  • [2] multi-line fields
  • [3] comma-delimited fields

Fieldset

Fieldsets consist of the field labels (they have to be unique in a fieldset) and the pre-defined field types.

Be careful with the sequence of the fields defined in the fieldset of a content type. Both, the display of content and the relations rely on the sequence. If you change the sequence of the fields in your fieldset, you must also update the definitions of your relations.

If you already have content of a certain content type and later change the sequence of the fields in the definition of your content type's fieldset, then your content becomes unusable with BIXTEP until you revert to the former field sequence.

Item

An item consists of one or more fields which can be edited by the user. An item's content type is defined in the configuration file.

 
 
glossary.txt · Last modified: 2010/01/09 13:57 by kstep
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki