Search found 370 matches
- Wed Mar 19, 2014 4:46 am
- Forum: BETA Talk
- Topic: forum failure
- Replies: 4
- Views: 5935
forum failure
I posted two message about autoload. Neither took.
- Wed Mar 19, 2014 4:44 am
- Forum: BETA Talk
- Topic: parallelism
- Replies: 3
- Views: 5407
parallelism
It would be nice if all error messages were treated the same way in turns of turning them off or downgrading them to message.
Sometimes you don't deal with a certain class of error just yet.
Sometimes you don't deal with a certain class of error just yet.
Re: Wish list
Albert Wiersch wrote:Code: Select all
function onTargetProcessed() [/code[/quote] This works most of the time. But sometime is gets into a snit and does not load any of the error files.
- Wed Mar 19, 2014 4:41 am
- Forum: Technical Support
- Topic: <!--cseignore-->
- Replies: 1
- Views: 2131
<!--cseignore-->
cseignore no longer works inside <hx> or <p>
What are you supposed to do?
What are you supposed to do?
- Wed Mar 19, 2014 2:27 am
- Forum: Technical Support
- Topic: </body> problems
- Replies: 7
- Views: 6130
</body> problems
I reported a problem with </body> completion earlier. Now there is a new problem. Validator does not notice if </body></html> is missing. here is some code: <!-- macro JglossHead "PASV" --><!-- generated --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/lo...
Re: Wish list
Albert Wiersch wrote:Code: Select all
function onTargetProcessed() [/code>[/quote] Works great! thanks.
- Wed Mar 19, 2014 1:56 am
- Forum: Technical Support
- Topic: refresh error
- Replies: 1
- Views: 2119
refresh error
I have some markup like this: <meta http-equiv="refresh" content="5; URL=bgloss.html"> 14.02 complains: When http-equiv="refresh", the content attribute must be 1) a valid non-negative integer or 2) a valid non-negative integer, followed by a ";" character, followed by one or more space characters, ...
Re: Copyright
I added tags like this: <meta name="dcterms.dateCopyrighted" content="2008"> <meta name="dcterms.rightsHolder" content="Canadian Mind Products"> <link rel="schema.dcterms" href="http://purl.org/dc/terms/"> It now passes. In the explanation I would use "ABC Corp" instead of descriptive wording. IT al...
Re: Wish list
>Would you be able to help test this? I could perhaps implement this with a custom user function by adding the documents you want to open in the editor to a variable array. Oh yes. Everything you can do will same me hours. Also, are your Batch Wizard jobs just checking local files? all local, though...
- Mon Mar 10, 2014 12:33 am
- Forum: Technical Support
- Topic: missing tag fix
- Replies: 1
- Views: 2002
missing tag fix
If I have a document with a missing </body></html> at the end (TIDY often does this).
then when I type </ at the end of the document, it fills in with </div> even though there is no open <div>
then when I type </ at the end of the document, it fills in with </div> even though there is no open <div>
Re: Wish list
I gather you have two different methods of spell checking, like batch and editor validation. I could not find any way to trigger the "engine" checking.Albert Wiersch wrote:
1 & 2 should work in v14 if you're talking about the validator engine spelling message.
- Tue Mar 04, 2014 6:11 pm
- Forum: BETA Talk
- Topic: Faster Validate
- Replies: 2
- Views: 5342
Faster Validate
If Validator execed three copies of itself and handed each one 1/3 of the list of files, it might complete 3 times faster on a machine with multi-cpus and SSDs.
Copyright
I got a message saying meta copyright is no longer kosher
It said to use dcterms.rights and dcterms.copyrighted
I looked at htmlvalidator.com pages for examples on how to use them, but you do not use them.
I googled without satisfaction. One example is worth a paragraph of description.
It said to use dcterms.rights and dcterms.copyrighted
I looked at htmlvalidator.com pages for examples on how to use them, but you do not use them.
I googled without satisfaction. One example is worth a paragraph of description.
Re: Wish list
>4. Way to load documents with problems in a batch validate with a single button push to be edited. The easiest way to implement this would be a configuration switch. ON means load up all failed documents in the editor at the end of a batch run automatically. It is a real pain to have to find and lo...
Re: Wish list
>3. tracking last successful scan timestamp so can avoid revalidating most of the time. Any time you validate a document in batch or editor and save you have a little database where you store the file name and the timestamp it was found good. Then at any time in future, when you are asked to validat...