📄 change~1
字号:
/usr/local/cvsroot/bk2site2000-12-15 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/ChangeLog, /cvsroot/bk2site/bk2site/bk2site.C: updated. * /cvsroot/bk2site/bk2site/configure.in, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H, /cvsroot/bk2site/bk2site/AUTHORS, /cvsroot/bk2site/bk2site/Makefile.am, /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/bk2site.C: Applied patch by Oliver Obst which, as he states: I've made following changes / additions: - Directory aliases can have names different from the folder they are pointing to (ALIAS Other Folder) - bk2site now uses the global config file given at configuration time - [JS]FSCOMMENT skips a single letter with a period when looking for the end of a sentence. (To get the first sentences of paragraphs like "bk2site by Jose M. Vidal is cool. Download on sourceforge.") - The man page gets installed automatically - the default place for the global config file for the bk2site package is /etc/bk2site/dot.bk2siterc; but configure gets an option "--enable-standard-datadir" to put it into $(prefix)/share/bk2site/dot.bk2siterc . (The advantage of this solution over changing the Makefile.am directly is that one doesn't have to have automake et al. to change the installation directory).2000-11-30 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/search.pl: Applied patch from Michael Schmitz <mschmitz@sema.de> that supports all the functions and special tags from bk2site.2000-11-26 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/bk2site.C, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H, /cvsroot/bk2site/bk2site/Makefile.am: -xbel filename will output the bookmarks to filename using the XML Bookmark Exchange Language (XBEL).2000-10-22 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/ChangeLog: changes. * /cvsroot/bk2site/bk2site/.cvsignore: too much junk in this file...need to clean up. * /cvsroot/bk2site/bk2site/Makefile.am: Fixed typo. * /cvsroot/bk2site/bk2site/configure.in: New version. * /cvsroot/bk2site/bk2site/bk2site.C: Fixed Bug #116957, where I was assigning a bool to a string. I have no idea why this was compiling before. The bug prevented the new g++ compiler in RedHat 7.0 from compiling bk2site.2000-08-16 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/redirect.pl: Fixed bug with url's that have + in them. The CGI module seems to turn + into space, so I turned spaces back into +.2000-08-01 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/Makefile.am: Changed "CXXFLAGS=..." to "CXXFLAGS?=..." so as to enable custom CXXFLAGS at configure time. Thanks to Alexander Leidinger.2000-06-07 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/AUTHORS, /cvsroot/bk2site/bk2site/redirect.pl: Michael Schmitz sent in this fix which adds a logfile parameter to support multiple users, along with some debug code.2000-06-01 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/configure.in, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H: Added "sort hits normal" and "sort hits inverse" which sort urls based on the number of hits they get.2000-05-24 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/iwebstream.C: It will work even if the webserver at the other end does not supply a Content-Length tag, which the Wired News channel was doing often. * /cvsroot/bk2site/bk2site/search.pl: bug fix.2000-05-13 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/search.pl: Closed major security hole. thanks to Dan Riley for pointing it out. * /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H: Applied patch to handle japanese and other 16-bit character sets; also adds DIRNAME <foldername> comment feature to write folders in a name different from the title of the folder; also lets URLs have " character in them. * /cvsroot/bk2site/bk2site/AUTHORS, /cvsroot/bk2site/bk2site/configure.in, /cvsroot/bk2site/bk2site/reference.C: name2url() escapes accents when generating a url.2000-04-26 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/reference.C: small bug fix, someone sent it in. It fixes the NOACCENTURL directive.2000-04-21 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/bk2site.C: Reading of the urllog file does not brake if file is missing urls. Fixed some bugs (lack of initialization) which might have resulted in garbage being written to urllog file.2000-04-11 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/iwebstream.C: Report version in User-Agent. * /cvsroot/bk2site/bk2site/check-meta.pl: (Now without extra characters): New version sent by August Horandl: i have done some hacking - new features: - use LWP::Parallel::UserAgent to get many url in parallel: this speeds up things a lot remarks: this was the hard part - but after a lot of testing it should work the most problems were caused by url redirections there may slip some entries into meta database which will be discarded on the next run - added sorting to dump_errordata_html Gustl2000-04-10 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/check-meta.pl: New version sent by August Horandl: i have done some hacking - new features: - use LWP::Parallel::UserAgent to get many url in parallel: this speeds up things a lot remarks: this was the hard part - but after a lot of testing it should work the most problems were caused by url redirections there may slip some entries into meta database which will be discarded on the next run - added sorting to dump_errordata_html Gustl2000-02-15 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/iwebstream.C: cleaning up. * /cvsroot/bk2site/bk2site/iwebstream.C: webpage fetching is more robust. * /cvsroot/bk2site/bk2site/configure.in, /cvsroot/bk2site/bk2site/iwebstream.C: If webpage does not return result code 200 (OK) fail gracefully.2000-02-14 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/iwebstream.C: never return a partial page. * /cvsroot/bk2site/bk2site/configure.in, /cvsroot/bk2site/bk2site/iwebstream.C, /cvsroot/bk2site/bk2site/iwebstream.H, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/search.pl: does not crash when it gets truncated RSS file. iwebstream now tries to dowload 5 times before giving up (in case of reading error such as "Connection reset by peer").2000-02-08 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/indexbase.html, /cvsroot/bk2site/bk2site/newbase.html, /cvsroot/bk2site/bk2site/otherbase.html, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/search.pl: %COMMENT now preserves <BR>s (except in search.pl, where it replaces them with space...fix this in the future).2000-02-06 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/Makefile.am, /cvsroot/bk2site/bk2site/funstring.C, /cvsroot/bk2site/bk2site/funstring.H: Added &RSS[] function which does a &CUT[&NOACCENTS[&NOHTML[s]]|450] ...used for RSS channels.2000-02-01 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/Makefile.am, /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/bk2site.C, /cvsroot/bk2site/bk2site/configure.in, /cvsroot/bk2site/bk2site/dot.bk2siterc, /cvsroot/bk2site/bk2site/funstring.C, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H: Added support for functions, such as &CUT[], &NOHTML[arg], &FILL[arg|cols], etc. * /cvsroot/bk2site/bk2site/funstring.C, /cvsroot/bk2site/bk2site/funstring.H: First check in, seems to work.2000-01-31 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/reference.C: Addend ".\t", etc. to %FSCOMMENT et.al.2000-01-30 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/reference.C: %FSCOMMENT and %JSFSCOMMENT now look for sentence to end in ". " or "? " or "! ".2000-01-27 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/configure.in: new version. * /cvsroot/bk2site/bk2site/reference.C: " is replaced by \' in the %JSCOMMENT2000-01-25 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/reference.C: Added \n \t \r to %JSCOMMENT and %JSFSCOMMENT list of escapes. * /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H: Added %JSCOMMENT and %JSFSCOMMENT. * /cvsroot/bk2site/bk2site/reference.C: Replace \n,\t,\r with a space. * /cvsroot/bk2site/bk2site/redirect.pl: Needed to close urllog. * /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H: Added %LONGCOMMENT. * /cvsroot/bk2site/bk2site/configure.in: New version. * /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H: Added %FSCOMMENT. Changed %SHORTCOMMENT() so it does not autofill the parragrah.2000-01-23 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/bk2site.C, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H: Merging of various bookmark files, using PUBLISH, now works. * /cvsroot/bk2site/bk2site/bk2site.C: Does not stop when it gets an empty urllogfile, tries to write to it anyway.2000-01-20 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/Makefile.am, /cvsroot/bk2site/bk2site/bk2site.1: fixed spelling.2000-01-16 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/Makefile.am, /cvsroot/bk2site/bk2site/configure.in: new version.2000-01-15 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/bk2site.1: Changed my email to mailing list address. * /cvsroot/bk2site/bk2site/spec: Compiling the source rpm now installs in a temp directory and then erases all the files (as it should be). Thanks to "Steven W. Orr" <steveo@world.std.com> for pointing this out. * /cvsroot/bk2site/bk2site/AUTHORS, /cvsroot/bk2site/bk2site/bk2site.1: Changed the email to the new mailing list. * /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H: The -o switch now writes out the "sort" commands also. It should now preserve all the information in the original bookmark file (altough it still changes the order of the bookmarks). * /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H: Added %NOACCENTTITLE %NOACCENTCOMMENT %NOACCENTURL which replace accented characters (and other weird characters) with similar but more standard characters. It gets rid of all accents since this was confusing some browsers.2000-01-07 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/Makefile.am, /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/dot.bk2siterc, /cvsroot/bk2site/bk2site/indexbase.html, /cvsroot/bk2site/bk2site/newbase.html, /cvsroot/bk2site/bk2site/otherbase.html: Changed urls to point to bk2site.sourceforge.net. * /cvsroot/bk2site/bk2site/INSTALL: added note about creating "configure" and friends. * /cvsroot/bk2site/bk2site/search.pl: fixed y2k bugs, added support for %YEARFxxx. * /cvsroot/bk2site/bk2site/configure.in: Got rid of const, new version. * /cvsroot/bk2site/bk2site/TODO: New ideas. * /cvsroot/bk2site/bk2site/Makefile.am: Added publish to sourceforge.2000-01-05 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/TODO: new.2000-01-04 Jose M. Vidal <jmvidal@dali> * /cvsroot/bk2site/bk2site/channel.C, /cvsroot/bk2site/bk2site/reference.C: We now trim whitespace from channel comments and titles. * /cvsroot/bk2site/bk2site/reference.C, /cvsroot/bk2site/bk2site/reference.H, /cvsroot/bk2site/bk2site/bk2site.1, /cvsroot/bk2site/bk2site/bk2site.C, /cvsroot/bk2site/bk2site/configure.in, /cvsroot/bk2site/bk2site/dot.bk2siterc, /cvsroot/bk2site/bk2site/element.C: Added tophitsincludenews variable.2000-01-03 Jose M. Vidal <jmvidal@dali>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -