Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
10/21/2008 7:07:45 AM EDT
I thought I would pick the brains of all you tech guys that know more than I do on this subject.  

I'm looking for some type of software (database) that I can enter a whole bunch of information into, and be able to search it by keyword.

I guess I could always do it in HTML, and use Google search local on a local site, and it would be nice to publish it to the net so that I could access this info anywhere.

Is there any good software for such a purpose that you would recommend?  

I already have a place to host it, but am not sure the best way to enter/publish it...
Thanks

ETA:  The information will be a medical database about common conditions.  I would like to have it indexed by title, but also searchable as in Keyword.  (Kinda how HELP works in windows)  I would also like to be able to put in on the web, or at least have it so i can be opened in a web browser, thus not needing any Executable program.
10/21/2008 7:11:10 AM EDT
[#1]
Please be a bit more specific. You want a program that indexes web pages and then searches? You want to enter in information how? Search for it how? What type of data?


-Foxxz
10/21/2008 8:38:10 AM EDT
[#2]
PHP and MySQL
10/21/2008 1:11:24 PM EDT
[#3]
A wiki, like MediaWiki, would probably fit what you're trying to do. It sounds like you are building a knowledgebase, but really only need text searches of the information.

ETA: You can setup MediaWiki on a local server, or even on your desktop if you have the right stuff. You can control access to it as well, so it isn't available to everyone to view and edit.
10/21/2008 4:23:41 PM EDT
[#4]

Quoted:
A wiki, like MediaWiki, would probably fit what you're trying to do. It sounds like you are building a knowledgebase, but really only need text searches of the information.

ETA: You can setup MediaWiki on a local server, or even on your desktop if you have the right stuff. You can control access to it as well, so it isn't available to everyone to view and edit.


Thanks, that sounds exactly like what I need.  I have played with Wikis along time ago but kinda forgot about them.