Changeset 1735
- Timestamp:
- 05/12/05 11:21:51 (4 years ago)
- Files:
-
- trunk/swish-e/COPYING (modified) (4 diffs)
- trunk/swish-e/TODO (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish-e/COPYING
r1716 r1735 18 18 As a special exception, the copyright holders of Swish-e give you 19 19 permission to link Swish-e with independent modules that communicate with 20 Swish-e solely through the libswish-e API interface, regardless of the license21 terms of these independent modules, and to copy and distribute the20 Swish-e solely through the libswish-e API interface, regardless of the 21 license terms of these independent modules, and to copy and distribute the 22 22 resulting combined work under terms of your choice, provided that 23 every copy of the combined work is accompanied by a complete copy of 24 the source code of Swish-e (the version of Swish-e used to produce the 25 combined work), being distributed under the terms of the GNU General 23 every copy of the combined work is accompanied by, or provides a URL link to, 24 a complete copy of the source code of Swish-e 25 (the version of Swish-e used to produce the combined work), 26 being distributed under the terms of the GNU General 26 27 Public License plus this exception. An independent module is a module 27 28 which is not derived from or based on Swish-e. … … 90 91 does not normally print such an announcement, your work based on 91 92 the Program is not required to print an announcement.) 92 ^L 93 93 94 These requirements apply to the modified work as a whole. If 94 95 identifiable sections of that work are not derived from the Program, … … 148 149 distribution of the source code, even though third parties are not 149 150 compelled to copy the source along with the object code. 150 ^L 151 151 152 4. You may not copy, modify, sublicense, or distribute the Program 152 153 except as expressly provided under this License. Any attempt … … 205 206 This section is intended to make thoroughly clear what is believed to 206 207 be a consequence of the rest of this License. 207 ^L 208 208 209 8. If the distribution and/or use of the Program is restricted in 209 210 certain countries either by patents or by copyrighted interfaces, the trunk/swish-e/TODO
r1650 r1735 4 4 we can remove them). 5 5 6 NOTE: This is not the same as the 3.0 planning document. See the pod/ dir for that. 7 8 ===================================================================== 9 6 10 7 11 ** Test USE_BTREE and the ARRAY code for both speed and accuracy. 8 12 Wed Feb 9 09:58:28 PST 2005 9 10 NOTE: This is not the same as the 3.0 planning document. See the pod/ dir for that.11 12 Mon Nov 8 15:02:02 CST 2004 - karman@cray.com13 -----------------------------------------------------------14 15 ** soundex routines - different languages...16 17 done?18 13 19 14 ** Go over config.h … … 34 29 - regexpr. serach: e.g.: [a-z][0-9]*abc$ 35 30 36 ** apache 2.0 module concept for swish-e 3.037 38 I don't really understand this one. did the 2.4 release accomplish the same thing?39 40 ** Prepend libexecdir in extprog.c41 42 done? I see that libexecdir prints with 'swish-e -h'43 31 44 32 ** Code cleanup... … … 48 36 ** Dealing with "and" "or: "not" "*" in searches 49 37 50 seems like part of your quest for a better query parser? read any non-sleep-inducing Bison lately? 38 seems like part of your quest for a better query parser? 39 read any non-sleep-inducing Bison lately? 51 40 52 ** remove duplicated data from the index file53 54 marked as 90% complete, but no mention of the remaining 10%55 41 56 42 ** Altavista like search 57 43 58 This is hard to track. Looks like rasc put it in there, but now it looks like it has been removed. Any ideas? It's marked as 95% complete. 44 This is hard to track. Looks like rasc put it in there, 45 but now it looks like it has been removed. Any ideas? It's marked as 95% complete. 59 46 60 ** Swish-e server61 47 62 Josh's server seems to fulfill this item. I haven't tried it yet. Do we want to endorse it? or just mention it on the website? 48 49 ** licensing issues 50 ------------------ 51 52 * files marked with karman note from 5.09.05 re: how original they are 53 * is httpserver.c still used? 54
