On August 13, 2006 4:51 PM C Y wrote: > > Bill, sorry for being such a dork - I'm looking at AldorForAxiom, > and I don't quite see why it's not letting me save the change. It > looks like most of the links are using the "link text":http... > method, so I'm not quite sure what it's objecting to. >
Cliff, the problem is not you - it's those dork spam artists who insist on abusing our web site... :( The reason your edit to AldorForAxiom was being rejected is because the page contained at least one (actually there were several) occurrences of http:// Since the very aggressive link spam attach of last week that actually caused the wiki software to crash at one point, this common prefix for links has been banned on Axiom Wiki. Unfortunately this applies to both any new text you enter as well as any pre-existing source text on that page. You can still enter links however they must be written using WebSite: instead of http://, for example do not write: http://abc.com/help.html instead write: WebSite:abc.com/help.html Right now this also applies to "link text":http://... which must be written like this: "link text" WebSite:... although I will try to make the banned_links more flexible to allow the latter form. The reason for all this is to make it unattractive for people who run spam robots to target our website. I have updated the text of AldorForAxiom to remove the http's so now you should be able to edit it. I am very sorry for the trouble. I need to think about some way of making the reason for the rejection and the way to get around it more obvious for people who want to post to the wiki. Regards, Bill Page. > > --- C Y <[EMAIL PROTECTED]> wrote: > > > Hmm - I just tried to update AldorForAxiom with this info, and it > > won't > > let me. My preferences are set up - guess I need to go re-read the > > anti-spam changes, I must be missing something. Thanks Vanuxem! > > > > Cheers, > > CY > > > > --- Vanuxem Grégory <[EMAIL PROTECTED]> wrote: > > > > > Le dimanche 13 août 2006 à 08:22 -0700, C Y a écrit : > > > [...] > > > > Please add new attributes to /attrib.as.head > > > > > > [...] > > > > > > > Has anybody seen anything like this before? > > > > > > Yes I faced the same problem, I commented out (dirty hack) the > > > "@false", > > > ligne 68 of src/aldor/libaxiom.mk : > > > > > > $(MID)/as/attrib.as:: $(INT)/algebra/ATTREG.spad > > > @echo "Please add new attributes to > > $(Ax0Dir)/attrib.as.head" > > > # @false > > > > > > You can probably "touch" src/aldor/as/attrib.as.head as well. See > > > > > > http://lists.gnu.org/archive/html/axiom-developer/2006-04/msg0 > 0285.html > > > > > > > > > Greg > > > > > > > > > > > > > Cheers, > > > > CY _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
