J-Pilot
J-Pilot is an open-source GTK+-based desktop organizer for Unix-like systems written by Judd Montgomery, designed to work with Palm OS-based handheld PDAs.[2] It uses the pilot-link libraries to communicate with Palm devices. It is released under the GNU GPL, version 2.[3]
Developer(s) | Judd Montgomery |
---|---|
Initial release | 0.90a – June 23, 1999[1] |
Stable release | 1.8.2
/ May 25, 2014 |
Repository | ![]() |
Written in | GTK+ |
Operating system | Unix-like, Linux |
Platform | Palm OS |
License | open source |
Website | http://www.jpilot.org/ |
Linux support
Palm does not provide a version of the software for Linux operating system, nor do they officially support the ones developed by third parties such as J-Pilot or Gnome-Pilot.[4]
Features
Requirements
- Before J-Pilot working, users should install Pilot-link and get the newest version available.
- Users must have GTK+version greater than 1.2.0 installed and also need to gtk-devel rpms, or packages installed to build from source.
gollark: > entire gigantic complex application
gollark: > C
gollark: ```rustextern crate mogwai;use mogwai::prelude::*;let (tx, rx) = txrx_fold( 0, |n:&mut i32, _:&Event| -> String { *n += 1; if *n == 1 { "Clicked 1 time".to_string() } else { format!("Clicked {} times", *n) } } );button() .rx_text("Clicked 0 times", rx) .tx_on("click", tx) .run().unwrap_throw()```I do not understand how this is meant to work.
gollark: I basically just want to improve my dice roller thing.
gollark: Hyperapp's 2KB, Mithril is 10KB.
See also
References
- J-Pilot – Changelog
- Judd Montgomery. "J-Pilot: Desktop Organizer Software for the Palm Pilot", October 22, 2005. Retrieved on May 13, 2008.
- Judd Montgomery. "J-Pilot User Manual: Copyright" Archived September 29, 2008, at the Wayback Machine, 1999. Retrieved on May 13, 2008.
- Synchronizing with a Linux Desktop – a note at the official technical support Web site of Palm.
- "J-Pilot Key Features". Archived from the original on September 18, 2008. Retrieved November 12, 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.