Skip to content

v0.6 Base

Pre-release
Pre-release
Compare
Choose a tag to compare
@dylan-k dylan-k released this 30 Mar 23:15
· 36 commits to master since this release

bestrew

bestrew
verb (literary) to cover or partly cover with scattered objects

Welcome to Bestrew, a tool for writers to keep track of what they've written, where they've sent their writings and what they've published. I called it "bestrew" because it's a funny literary word, rarely used, but which means "to spread around."

This version database tool is designed to be free and to run on multiple platforms, so (at least at the moment) it relies on LibreOffice Base, which is also free to install. It is also compatible with OpenOffice Base. Install one of those two applications and then open the .odb file to begin. Be sure to enable macros.

Currently, the database is implemented using LibreOffice Base, although I'm considering a shift to TiddlyWiki5, since it is more lightweight and portable.

Features

This simple database is designed to help writers track three things, and details about them:

  1. What have you written? ("manuscripts")
    • title
    • type
    • status
    • publication date
    • publication venue
    • a copy of the manuscript(s), as submitted
  2. Where have you submitted? ("venues")
    • title
    • type
    • contact info.
    • submission guideline details
  3. What is the status of those submissions?
    • how long have they been out?
    • which manuscripts have been sent to which venues?
    • (poets) include multiple manuscripts as part of a single submission?

Usage

This database tool is designed to be free and to run on multiple platforms, so (at least at the moment) it relies on LibreOffice Base, which is also free to install. It is also compatible with OpenOffice Base. Install one of those two applications and then open the .odb file to begin. Be sure to enable macros.

License

This database is licensed under the GNU GPL, as was the source it is derived from.

Links

This project is based on several sources.

Here are some useful other links:

Changelog

v 0.6 changelog:

  • added ability to store local filepaths to describe the file(s) that were submitted

v 0.5 changelog:

  • fixed a glitch related to portability to Windows
  • created "bestrew" project @ github for hosting and version control

v 0.4 changelog:

  • changed sub_file data field. It now only stores filenames rather than the complete binary file. This was done to reduce risk of bloat/instability.
  • added buttons to the submissions form. These buttons should help the sub-forms to add new entries for manuscript or venue as needed.
  • cosmetic changes, particularly to the submissions form.

v 0.3 changelog:

  • additional fields added to 'venues' table
  • submissions form adjusted for adding new manuscripts and venues