Tag editor on Alioth web frontend seems to be broken:
http://debtags.alioth.debian.org/cgi-bin/edit.cgi?pkg=kid

I think following lines in edit.cgi output

<script src="vocabulary.js"></script>
<script src="widgets.js"></script>

should be changed to

<script 
src="http://debtags.alioth.debian.org/packagebrowser/vocabulary.js";></script>
<script 
src="http://debtags.alioth.debian.org/packagebrowser/widgets.js";></script>

as in search.cgi, but I have no idea how to do that. edit.cgi tries to load
/cgi-bin/vocabulary.js and receives 404.

Seo Sanghyeon

_______________________________________________
Debtags-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debtags-devel

Reply via email to