Forums : The Ohcount Project

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Detecting Vexi Templates

There are numerous projects now using Vexi. Vexi files are XML/JS. Currently ohcount detects them as Perl files.

It is easy to know if it is a Vexi file:

  • All Vexi templates end in .t
  • All are JS encapsulated in XML
  • Root tag is always <vexi></vexi>

The only vexi-ism that would be worth noting is that not all textual content is JS. Anything inside the tag <meta:doc></meta:doc> should be considered comments - including further XML tags.

Charles Goodwin over 15 years ago