v0.6 Base
Pre-releasebestrew
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:
- What have you written? ("manuscripts")
- title
- type
- status
- publication date
- publication venue
- a copy of the manuscript(s), as submitted
- Where have you submitted? ("venues")
- title
- type
- contact info.
- submission guideline details
- 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.
- Writer's Database by Dmitri Popov, part of The Writer's Tools Extension for OpenOffice.org and LibreOffice
- Uses Split_HSQLDB_Wizard_v3c.odb for Base
- My notes about submission tracking tools for writers, overview of existing methods, feature wish list, etc.
Here are some useful other links:
- a write-up of the database design
- ongoing conversation about the development of this database
- other applications and scripts designed for submission tracking
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