NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Tags (Score:1)
Hi!
>And the data/tags_count contains a simple
serialized hash which keeps track of the number of occurrences of each tag on the page.
>As far as I can see, this file does not reflect the actual number of tags on the wiki in the repository right now — most likely, it's only for testing purposes at this stage.
Ouch. No, it is reflect the actual number of tags. All tags stuff works now.
And you miss tags_index.
By the way I think: put that post to our git rep, I think it is useful for newcomers.
Reply to This
Re: (Score:1)
Ouch. No, it is reflect the actual number of tags. All tags stuff works now.
Then how come when I look in
p5w/data/page_tagsI see only one file, yettags_countcontains the numbers 2 or 3?Or did you mean "All tags stuff works now in p6w"? *grin*
And you miss tags_index.
By the way I think: put that post to our git rep, I think it is useful for newcomers.
Good idea. I added the contents to
docs/COMMITTERS. Please make the changes to that file you deem necessary, and I will check it and update this blog post accordingly. kthxbai.