Commit graph

108 commits

Author SHA1 Message Date
Tom Russo
b8651e066c Remove a line committed unintentionally
I initially didn't feel like renumbering all the entries and just
deleted some questions of no relevance in 2026.  Then the lists
were skipping numbers, and I thought it necessary to explain that by
adding another FAQ entry. Then I decided to just renumber the things
after all and delete that new entry.

I left a dropping of that confused mess in the file in my last commit,
and am removing it now.
2026-02-23 11:05:42 -07:00
Tom Russo
f7a5e31801 Clean out FAQ file
The FAQ had many entries that referred to ancient bugs in other
libraries that have long since stopped being the subject of frequently
asked questions.

Some entries had links to dead URLs or documented old solutions to
problems that have more modern answers.

Many entries referred to old issues with ImageMagick and how to fix
them, but there are so many NEW issues with ImageMagick that have
nothing to do with these FAQ entries that it is better to remove the
entries entirely.

All references to Lesstif have been removed.  Lesstif ended as a
project in 2012 when OpenMotif was open sourced.

All entries have been renumbered after deleting many of them.
2026-02-23 11:00:08 -07:00
Tom Russo
db523a33ee Update all copyright dates
Make all copyright notices include this year.

Most say "2000-2026" but some files created later had later start
dates, and some created last year only had the start date.  They now
all have "-2026" regardless.

Closes #340
2026-01-24 20:04:37 -07:00
Tom Russo
c0ab49aeda Rip out parts of README.MAPS that are documented elsewhere
README.MAPS is a mess of basic map help, advanced map tweaking, map
minutia, and outdated guidance, with a healthy dose of dead URLs.

I have been updating the Xastir wiki at Github to have all of this
information in updated form.  My intent is that README.MAPS will
ultimately be nothing but a link pointing at the Github wiki.

To this end, I'm ripping out all parts of the README.MAPS file that
have been migrated to the wiki and updated.

There's still a bit to go, and the wiki doesn't have *ANY* pointers to
updated URLs for finding maps yet.  But README.MAPS only had links
that are long gone.

While I was at it, I removed references to README.MAPS in the
testdbfawk man page, the FAQ, the INSTALL.md file, and a few other
places.

While I was at it, I removed some really ancient FAQ data --- like,
when someone asks "why is Xastir slow rendering maps," it is pointless
to tell them that the developers know that a 60MHz Pentium performs
pretty well.  If someone asks "Why is my new version of lesstif not
working?" the answer is "there is no new version of lesstif, this is
2025 and that project died in 2012."   And if someone complains that
Xastir doesn't work right on Redhat 9, the only right answer is to say
"don't run Redhat 9, it's 22 years old."

Part of my work on #285
2026-01-05 15:26:20 -07:00
Tom Russo
202259afc9 Expunge LSB-related hacks
Xastir went through a lot of work to make the code compatible with the
Linux Standard Build (LSB), but LSB is a dead project since 2015.

Keeping scripts and ifdefs and configure tests all over the place to
support a way of supporting LSB makes no sense and bloats the code and
repo.

Closes #324
2025-12-28 10:33:04 -07:00
Tom Russo
4363f31734 Update copyright dates on all files with Xastir copyright
It's not 2019 anymore.
2023-07-28 10:59:30 -06:00
Tom Russo
f23e4afb98 Fix up FAQ table of contents
Added a question/answer, but didn't add the question to the list at
the top.
2021-12-29 11:20:48 -07:00
Tom Russo
00157b8e7a Add autoreconf information
Bootstrap.sh is an ancient technique that used to be recommended in
documentation about "autoconfiscating" projects for portability.  It
was meant to run all the bits of the autotools (aclocal, autoheader,
autoconf, automake...) to create the configure script.

Some time much later than Xastir's bootstrap.sh was created, autotools
began to include a program called "autoreconf" that does basically the
same thing.  As it happens, this approach *does* work with Xastir,
although for a period of about two years it would not have.

Our bootstrap.sh got a few non-autoconf steps added to it in 2008,
which were then quietly superseded by changes to config/Makefile.am
that *should* have led to those steps being removed from our
bootstrap, but didn't.

Our bootstrap.sh *now* has ONLY autoconf stuff in it, and so is
now basically identical to running "autoreconf -i".

This commit adds a little information about using autoreconf instead
to several of the document files (README.developers.md, README.GIT,
INSTALL, and FAQ).
2021-12-29 11:13:15 -07:00
Daniele Forsi
af7986bfcf Fix typing errors
Found using codespell.
2021-11-06 17:31:28 +01:00
Tom Russo
8b888fd033 Update copyright date range everywhere where it appears 2019-05-04 14:52:21 -06:00
Tom Russo
1ef1e2d7cd Remove all vestiges of old tigermap code
The server that used to serve the census Tiger maps went down many
years ago, but all the code that enabled displaying it and configuring
the map features remained --- all of this code was unusable.

There is now a WMS server available that does the same thing, and it's
in the code base as a .geo file.  It does NOT use any of the
configuration that was enabled by the code base put in place for the
old server.

I am removing all vestiges of this old code to resolve issue #12.
2019-04-07 18:52:00 -06:00
Tom Russo
19eaa13274 Add Magick-config info to the FAQ
A user had a question today about Xastir building with ImageMagick
that appeared to be because he had Magick-config in /usr/local/bin,
but didn't have /usr/local/bin in his path.

The FAQ entry on "Why isn't ImageMagick recognized..." had a lot of
RPM-specific reasons why this might not happen, but nothing about this
extremely simple error.  Now it has the simple answer first.
2018-04-12 10:30:28 -06:00
Tom Russo
f13d2afd38 Update all copyrights, fix DOS-style files
I have replaced all the "Copyright (C) .* The Xastir Group" lines in
the entire source tree with identical text, "Copyright (C) 2000-2018
The Xastir Group."  By making every file have exactly the same text,
this simplifies the operation we have to perform in 2019 when we
update the copyrights.

I also found a few files with DOS-style CRLF line breaks.  I have replaced
them with plain LF line breaks.

Also fixed a few "whitespace errors" in db2APRS.c
2018-01-21 22:49:51 -07:00
Tom Russo
a2892f58b4 Fix build breakage, remove references to removed file
In commit 1d6e920 I removed "README.win32" because it was an ancient
relic that had ceased to be maintained -- and therefore ceased to be
correct.

I forgot to remove all the places that the build system makes
reference to it, and so Curt's Jenkins CI testing failed.

This should fix it all.  While I was fixing that, I cleaned out other
references to README.win32 that were scattered around.
2017-11-27 13:26:23 -07:00
Tom Russo
b93882890c Remove old CVS keywords
CVS keywords such as "$Id$" no longer serve any purpose now that we're
using git, and need to be removed.  This commit removes all of the
"$Id$" keywords, and a few other CVS keywords of no current value.

I also had to change some lines of the scripts/lang*.pl files that were
looking for $Id$ tags in their input and replacing them with comments.
The entire intent of this was to add two lines of comments to the top of
the output, and now it just does that, instead of depending on the
presence of the $Id$ keyword.
2016-07-28 17:00:29 -06:00
Curt Mills
961bd1042f Changing pointers from Sourceforge bug-tracker over to GitHub 2016-07-20 06:46:29 -07:00
Curt
44ac995756 Updating the build instructions to build in a separate directory. 2016-07-08 11:59:12 -07:00
Curt
e59463f8ce Moving more stuff from cvs to git. 2016-07-08 11:07:04 -07:00
we7u
1e88480f6b Updating from cvs to git in instructions and scripts. 2016-07-08 08:03:08 -07:00
Curt Mills
475854a61c Updating the Copyright notices. Bumping revision to 2.0.2 in preparation
for stable release.
2012-11-01 18:57:19 +00:00
Curt Mills
ffa2d00884 Adding 4.34 question/answer from the web-based FAQ, and 4.35 from a question
answered by Tom Russo on the mailing list (added with permission).
2012-03-01 18:11:14 +00:00
Curt Mills
6d10b5817b Changed the "Can I run multiple Xastir's at once" answer to incorporate use
of the new(er) "-c" command-line flag.
2010-12-31 12:41:39 +00:00
Curt Mills
486bc19cea Adding more info to the Fedora 12 right-click bug problem/solution. 2010-03-06 05:52:31 +00:00
Curt Mills
ea4f01c6c1 Tweaked the Fedora 12 right-click answer to point to "yum update". 2010-02-17 01:47:40 +00:00
Curt Mills
21c93617ba Added Kevin K1KWP's note about getting right-click menus working in Fedora
12.
2010-02-03 17:37:47 +00:00
Curt Mills
80a32b24a5 Updating Copyright notice for 2010. 2010-01-31 02:12:25 +00:00
Tom Russo
205afc06b2 Update FAQ to include updated answer to the "black images from imagemagick"
question, and add a FAQ about compilation woes due to use of ImageMagick with
HDRI support.
2009-12-08 00:34:52 +00:00
Curt Mills
a16d146020 Adding a blurb regarding "compiz" and cigar-shaped windows in Xastir.
Thanks to Tom R. for this text which I modified somewhat.
2009-08-12 18:14:05 +00:00
Curt Mills
e7625dad69 Updating copyright notices for 2009. 2009-01-02 08:16:37 +00:00
Curt Mills
211f88c845 Adding notes about having to subscribe to the mailing lists before posting. 2008-12-09 16:10:21 +00:00
Curt Mills
66d6a5b3d3 Updating some of the PATH wording. 2008-05-29 17:15:25 +00:00
Curt Mills
5032d37382 Updating the copyright notices for 2008. 2008-01-16 19:34:03 +00:00
Curt Mills
f67e6685d1 Adding a section to the Map Problems/Solutions question about deleting the
Xastir user directory and starting over when all else fails.
2007-07-02 22:08:09 +00:00
Curt Mills
bc2a3181f7 Added some debugging instructions for maps not working. 2007-07-02 21:34:27 +00:00
Curt Mills
03708991b5 Updating the version number where "APX" is quoted. 2007-07-02 21:19:54 +00:00
Curt Mills
4a1a82dab6 Added a question/answer about how to solve the problem: station trail not
displaying.
2007-07-02 19:34:13 +00:00
Curt Mills
b09fbaf117 Added some debugging instructions for the missing "xastir.rgb" file and/or
other files upon Xastir startup.
2007-04-20 17:03:07 +00:00
Curt Mills
f5adc52ba5 Adding a link to the timing slider dialog screen capture. 2007-04-12 15:40:51 +00:00
Curt Mills
38d980429c Added section 4.28 describing the problem with missing labels on the
Configure->Timing dialog.  It also describes what the labels should be.
2007-04-11 17:33:40 +00:00
Curt Mills
83a0856b60 Updating Copyright info. 2007-01-03 19:41:07 +00:00
Curt Mills
006c983659 Added another bit to the "remote restart" section. 2006-08-14 18:01:15 +00:00
Curt Mills
a932d42435 Added "socat" to the FAQ. 2006-06-12 16:17:48 +00:00
Tom Russo
8b6cfb4297 Update pointer to latest version of the FAQ. The URLs that were here were
very outdated.
2006-06-07 14:03:32 +00:00
Tom Russo
bcb15893d2 Add command for converting Root files to new scheme.
Of course, if someone could check this file out to see the commands, they've
already done the conversion...
2006-05-12 20:32:04 +00:00
Curt Mills
97dac5164d Updating the CVS instructions to correspond to the changes implemented
today on SourceForge.
2006-05-12 19:44:51 +00:00
Curt Mills
a5ec09d621 Updating/Adding instructions for snagging NWS files via new script. 2006-03-08 00:41:13 +00:00
Curt Mills
29ff5fa40d Adding some VNC configuration info. 2006-01-18 17:10:42 +00:00
Curt Mills
77284aa1f6 Updating copyright info. 2006-01-17 21:08:55 +00:00
Curt Mills
f8f42710ba Tweaked the "restart Xastir" paragraph to keep it up-to-date. 2005-10-25 03:36:07 +00:00
Curt Mills
1cd251a499 Reworded text for SIGHUP. 2005-10-21 19:33:46 +00:00