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)


As of version 0.2, you can customize the the content types as well as the tag relations and dynamic field relations. The customization is done in the “conf” section of the .bxt file.

The exact location of the customized settings can be found in bxt_file_structure. The variables $cype_set, $tagrel_set and $dfield_set in the example bxt file should be replaced by values of the structure given below.

Content Types

ctype_set=“title”:1,”body”:2,”tags”:3

The first field is labeled “title”. It is of field type 1 (one-line text). The second field is labeled “body”. It is of field type 2 (multi-line text). The third field is labeled “tags”. It is of field type 3 (comma-delimited text).

Wiring

tagrel_set=“note”:3,”excerpt”:4

This establishes a tag relation between field 3 of ctype “note” and field 4 of ctype “excerpt”. Note that the linked fields have to be of type 3 (comma-delimited text).

dfield_set=“excerpt”,3,”source”,1,2

Field 3 of any item of ctype “excerpt” is compared to field 1 of any item of ctype “source”. If there is a match between the content of the two compared fields, field 3 of the matching excerpt will be replaced by field 2 of the matching source.

 
 
customization_0.2.txt · Last modified: 2010/02/27 09:27 by kstep
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki