#342: BibEdit: consider adding alternative Javascript-less, basic, BibEdit
-----------------------+----------------------------------------------------
Reporter: jcaffaro | Owner:
Type: task | Status: new
Priority: minor | Milestone:
Component: BibEdit | Version:
Resolution: | Keywords: BatchUploader
-----------------------+----------------------------------------------------
Comment (by simko):
@ppraczyk: I had mentioned the current BibEdit MARCXML copy/paste
capabilities to Jerome. This is very useful for one set of use cases.
(BTW you had mentioned in the past that people have to tweak their browser
security settings to allow cross-platform copy/paste; we should probably
document it in the BibEdit Admin Guide somewhere.) However, an alternative
textarea way of doing things would be very useful for other set of use
cases. I think both can co-exist. Modulo record locking that has to be in
common; probably best done via forthcoming record quarantine capabilities
developed by Pablo.
@arwagner: BTW, note that powerful users can use CLI, if they have access
to CLI.
Kind of like:
{{{
$ bibedit --list-revisions 1234567
1234567.20100124202721
1234567.20100123064941
1234567.20100122190313
1234567.20100122184901
$ bibedit --get-revision 1234567.20100122190313 > /tmp/z.xml
$ emacsclient /tmp/z.xml
$ bibupload -r /tmp/z.xml
}}}
Jerome's proposal makes this easier and quicker. BTW, I fully agree about
MARC vs MARCXML, we can easily support both.
--
Ticket URL: <http://invenio-software.org/ticket/342#comment:4>
Invenio <http://invenio-software.org>