mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Drop useless comment block now that CVS Id tags are gone
... also drop comment about hacking.txt being extended gradually. AsciiDoc burps on it and it really is kind of a boot message.
This commit is contained in:
parent
50183bf5d8
commit
0a844e6534
@ -220,6 +220,3 @@ in the future. So far, we have had no reports from our users that anyone wants
|
||||
to switch their bookmarks format frequently, so this is not too high on our
|
||||
TODO list. So be sure to tell us if you would like this process to be
|
||||
simplified rather sooner than later.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -120,6 +120,3 @@ that there are no SpiderMonkey references outside of
|
||||
ECMAScript backend, go ahead - you will just need to write an autoconf
|
||||
detection for it and tie it to `src/ecmascript/ecmascript.c`, which should be
|
||||
easy. We await your patches eagerly.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -99,6 +99,3 @@ Also, perhaps wider scale of commands should be implemented in ex-mode. The
|
||||
code is extremely flexible and it is very trivial to make another ex-mode
|
||||
command handler, it's just that no one has done it yet ;-). Also, more actions
|
||||
should be able to take arguments.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -150,7 +150,3 @@ The new ELinks versions (from 0.9.0 on) send:
|
||||
You should therefore check against something like /^ELinks[\/ ]/, since more
|
||||
fields can be added inside the parenthesis in subsequent versions. Note that
|
||||
users can change their User-Agent through the options system.
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -31,8 +31,3 @@ pizza, some close location of yourself recommended), we accept drinks, nice
|
||||
books, CDs with interesting things, computer equipment and accessories, PDAs,
|
||||
pens + pencils + erasers, and last but not least money. Contact the maintainer,
|
||||
he'll split the stuff properly amongst himself and other developers >:).
|
||||
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -5,8 +5,6 @@ Welcome, mere mortal, to the realm of evil unindented code, heaps of one or
|
||||
two-letter variables, seas of gotos accompanied with 30-letters labels in Czech
|
||||
language with absolutely no meaning, welcome to the realm of ELinks code!
|
||||
|
||||
[We're going to extend this file slowly, basing on daily practice ;]
|
||||
|
||||
Don't take this file as a law. We may or may not be right in these issues.
|
||||
|
||||
Motto: I didn't expect someone to look at the source, so it's unreadable.
|
||||
@ -681,6 +679,3 @@ to compile or execute in one of these modes, then rework it.
|
||||
|
||||
|
||||
Happy hacking!
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -74,6 +74,3 @@ include::ecmascript.txt[]
|
||||
include::txt/import-features.conf.txt[]
|
||||
|
||||
endif::installation-webpage[]
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -359,7 +359,3 @@ everything is marked TODO!
|
||||
- Insert mode in text-input form-fields.
|
||||
|
||||
- Menu searching.
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -559,6 +559,3 @@ More ideas
|
||||
- More things are possible, I'm sure. If you have an idea that requires
|
||||
another hook or function, contact me (Peter Wang) and I'll see what I can
|
||||
do.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -124,6 +124,3 @@ audio/mpeg; xmms '%s'; test=test -n "$DISPLAY";
|
||||
application/pdf; xpdf '%s'; test=test -n "$DISPLAY";
|
||||
application/postscript; ps2ascii %s ; copiousoutput
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -84,6 +84,3 @@ did not quit your ELinks _completely_ --- if you run multiple ELinks
|
||||
instances under a single user on a single system, they "join" together and
|
||||
you must quit (or kill) them all to get rid of the damn thing. But that's a
|
||||
different story.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -178,6 +178,3 @@ Just enter set mime.type.class.name = "handler", replacing class with the
|
||||
class for the mime type, name with the specific name within that class, and
|
||||
handler with the name for the handler you want to assign to the MIME type.
|
||||
E.g. you may want to have set mime.type.image.jpeg = "image_viewer".
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -83,6 +83,3 @@ example, by running:
|
||||
|
||||
new tabs containing `slashdot.org`, `freshmeat.net` and a Google search of elinks
|
||||
will be opened.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -90,6 +90,3 @@ Whow ! Around 200kb :)
|
||||
- it disables fastfind feature, reducing performance, but also reducing a lot
|
||||
memory usage, and a bit the executable size.
|
||||
==============================================================================
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -110,6 +110,3 @@ bookmark therein the currently displayed document of each tab:
|
||||
- As a mean of crash protection, tabs can periodically be saved so that it is
|
||||
later possible to reconstruct opened tabs. In case of a clean shutdown
|
||||
periodically saved tabs will be removed.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -163,6 +163,3 @@ GNU Screen is VT100-compatible, so select 'VT 100 frames'. GNU Screen also
|
||||
supports colors just fine, so select '16 colors', or, if you are running Screen
|
||||
within a terminal emulator that supports 256 colors and you have compiled both
|
||||
Screen and ELinks to support it, choose '256 colors'.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -87,6 +87,3 @@ advanced CVSweb and Debian package database URI prefixes implemented in the
|
||||
sample Lua hooks file. The one disadvantage to this is that you must have Lua
|
||||
scripting enabled in order to make use of it, and many users don't have Lua
|
||||
installed.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user