Alfanous-team / alfanous

Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces...
http://www.alfanous.org/
GNU Affero General Public License v3.0
254 stars 89 forks source link

Remove any hard-coded site name/link from the templates #475

Open sneetsher opened 7 years ago

sneetsher commented 7 years ago

Alfanous is an open-source project for anyone, it's code should be generic that anyone can easily run his own copy.

Some Django templates of WUI contain hard-coded links to www.alfanous.org . We should get rid of them and use the variable instead.

assem-ch commented 6 years ago

For me, the web UI is just a showcase, the product is the search library with its API ... so I prefere not to focus on this unlees we intend to make a generic Django app for search in Quran

sneetsher commented 6 years ago

@assem-ch No high priority but it will allow us to host a development for testing before production deployment.

The current state does not stop us from doing so, but we will not be able to test all broken links.