LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Regarding modification of Eprints (https://www.linuxquestions.org/questions/linux-server-73/regarding-modification-of-eprints-845702/)

vijaysince89 11-21-2010 08:00 PM

Regarding modification of Eprints
 
Hello everyone,
I want to modify the "Advanced search" page in the eprints. But I could not able to locate the file in the eprint directory.
The advanced search webpage url is "http://localhost/cgi/search/advanced" but I dont find any file called advanced in the eprints directory. please help me.

Thank you,

With Kind Regards,
Vijay........

archtoad6 11-23-2010 06:44 AM

1st, I assume you're asking about EPrints, not eprints -- It's always helpful to provide a link, & please be precise when referring to the names of s/w.

My questions:
What local, as in localhost, searches have you done? -- Have you tried locate or find?

It may be logical to think so, but are you sure the "eprints directory" is the right place to look? After all,
Quote:

the url is "http://localhost/cgi/search/advanced"
& from EPrints:
Quote:

EPrints is a Web and command-line application based on the LAMP architecture
Both of these references say that you have a web server installed. You need to find out what the "localhost" in your URL means -- it's probably something like: /home/www, /var/www, or /var/apache -- then you will find the page you are looking for.

On the command line, try:
Code:

locate '/cgi/advanced'  | less -S


All times are GMT -5. The time now is 03:58 PM.