Re: knowledge base stuff

2007-02-28 Thread kinkie
> Something I've been meaning to do for a while is assemble a knowledge base
> of
> common specific problems. Kind of like the FAQ, but less "how do I do
> this?"
> and more "It broke like X, how do I fix it?"
>
> The first article:
>
> http://wiki.squid-cache.org/KnowledgeBase/NoNTLMGroupAuth
>
> It might get merged into the FAQ, I'm not sure at this stage.
>
> I'll start populating it as I see squid-users posts w/ solutions that I
> think
> merit recording.

It overlaps with parts of the FAQ, but it seems like a good idea to me.
I'll try and add to it.
I suggest we use the "one topic-one page" approach, and then let the wiki
engine add the glue.

   Kinkie



Re: knowledge base stuff

2007-03-01 Thread Adrian Chadd
On Thu, Mar 01, 2007, kinkie wrote:
> > Something I've been meaning to do for a while is assemble a knowledge base
> > of
> > common specific problems. Kind of like the FAQ, but less "how do I do
> > this?"
> > and more "It broke like X, how do I fix it?"
> >
> > The first article:
> >
> > http://wiki.squid-cache.org/KnowledgeBase/NoNTLMGroupAuth
> >
> > It might get merged into the FAQ, I'm not sure at this stage.
> >
> > I'll start populating it as I see squid-users posts w/ solutions that I
> > think
> > merit recording.
> 
> It overlaps with parts of the FAQ, but it seems like a good idea to me.
> I'll try and add to it.
> I suggest we use the "one topic-one page" approach, and then let the wiki
> engine add the glue.

Ideally what would be nice is to let people be able to submit Wiki pages
and let us "approve" them before they show up as live and accessible by all.
Can the wiki software do that?

I don't mind if people create new pages as long as they don't show up
without approval.



Re: knowledge base stuff

2007-03-01 Thread kinkie
> On Thu, Mar 01, 2007, kinkie wrote:
>> > Something I've been meaning to do for a while is assemble a knowledge
>> base
>> > of
>> > common specific problems. Kind of like the FAQ, but less "how do I do
>> > this?"
>> > and more "It broke like X, how do I fix it?"
>> >
>> > The first article:
>> >
>> > http://wiki.squid-cache.org/KnowledgeBase/NoNTLMGroupAuth
>> >
>> > It might get merged into the FAQ, I'm not sure at this stage.
>> >
>> > I'll start populating it as I see squid-users posts w/ solutions that
>> I
>> > think
>> > merit recording.
>>
>> It overlaps with parts of the FAQ, but it seems like a good idea to me.
>> I'll try and add to it.
>> I suggest we use the "one topic-one page" approach, and then let the
>> wiki
>> engine add the glue.
>
> Ideally what would be nice is to let people be able to submit Wiki pages
> and let us "approve" them before they show up as live and accessible by
> all.
> Can the wiki software do that?
>
> I don't mind if people create new pages as long as they don't show up
> without approval.

Not that I know of; that would reqire a full-blown CMS engine.
I'll do some research, but I'm skeptic.

It's probably also overkill: the current policy (write-access requires
easily-given approval), together with the wiki's versioning capabilities
(to roll back unapproved changes) and page change monitoring, should be
adequate already.
We could promote contributions in the KB pages themselves (i.e. a standard
footer or something like that); maybe that'd help attract help.

   kinkie



Re: knowledge base stuff

2007-03-01 Thread Adrian Chadd
On Thu, Mar 01, 2007, kinkie wrote:

> Not that I know of; that would reqire a full-blown CMS engine.
> I'll do some research, but I'm skeptic.
> 
> It's probably also overkill: the current policy (write-access requires
> easily-given approval), together with the wiki's versioning capabilities
> (to roll back unapproved changes) and page change monitoring, should be
> adequate already.
> We could promote contributions in the KB pages themselves (i.e. a standard
> footer or something like that); maybe that'd help attract help.

Its not all that important to start with. Lets get the bugs and kinks worked
out of the new website and get that thing live first. I'll then put feelers
into the Squid community and see if we can find ourselves one or two interested
people to start fleshing out the Wiki and website with various articles.

Whats missing/broken @ http://new.squid-cache.org/ besides the downloads?




Adrian



Re: knowledge base stuff

2007-03-07 Thread squid3
> On Thu, Mar 01, 2007, kinkie wrote:
>
>> Not that I know of; that would reqire a full-blown CMS engine.
>> I'll do some research, but I'm skeptic.
>>
>> It's probably also overkill: the current policy (write-access requires
>> easily-given approval), together with the wiki's versioning capabilities
>> (to roll back unapproved changes) and page change monitoring, should be
>> adequate already.
>> We could promote contributions in the KB pages themselves (i.e. a
>> standard
>> footer or something like that); maybe that'd help attract help.
>
> Its not all that important to start with. Lets get the bugs and kinks
> worked
> out of the new website and get that thing live first. I'll then put
> feelers
> into the Squid community and see if we can find ourselves one or two
> interested
> people to start fleshing out the Wiki and website with various articles.
>

A non-squid problem here has led me down an Idea path that I think may
apply here to the KnowledgeBase concept you two are/were throwing around.

I occurs to me that any kind of KB needs real-life problems and solution,
must be user-driven, and have some form of unique problem identification.

It seems to me that we already have a form of this in the squid-users
mailing list. But that one is very cluttered with non-problem messages and
with failed solution attempts. So it needs a bit of cleaning.

What I am thinking of in a rough way is a KB which uses the squid-users
msg-IDs as the unique ID for a problem (after all the original problem has
been posted right?), and may in fact use the message itself from the
archive to describe the problem. Where a solution has been found,
references to the msg describin the solution could be used.
(By 'references' I mean either a web link by msg-ID or a PHP include to
show the archive content, descision to be made by the KB designer).

Msg can continue to be posted to squid-users as normal, but the KB
sumbission 'authorization' being to link the posts to the KB. Rather than
ading an extra submission on part of the users, which is not that likely
to get used anyway.

That would leverage an enourmous pile existing problem-solutions and
provide a framework for seamless and easy future additions. Might
even drop the clutter of repeated problem requests.


>
> Whats missing/broken @ http://new.squid-cache.org/ besides the downloads?
>

I noticed the Advisories section showing a 404 last night.


Amos



Re: knowledge base stuff

2007-03-16 Thread Adrian Chadd
On Thu, Mar 08, 2007, [EMAIL PROTECTED] wrote:

> I occurs to me that any kind of KB needs real-life problems and solution,
> must be user-driven, and have some form of unique problem identification.
> 
> It seems to me that we already have a form of this in the squid-users
> mailing list. But that one is very cluttered with non-problem messages and
> with failed solution attempts. So it needs a bit of cleaning.
> 
> What I am thinking of in a rough way is a KB which uses the squid-users
> msg-IDs as the unique ID for a problem (after all the original problem has
> been posted right?), and may in fact use the message itself from the
> archive to describe the problem. Where a solution has been found,
> references to the msg describin the solution could be used.
> (By 'references' I mean either a web link by msg-ID or a PHP include to
> show the archive content, descision to be made by the KB designer).
> 
> Msg can continue to be posted to squid-users as normal, but the KB
> sumbission 'authorization' being to link the posts to the KB. Rather than
> ading an extra submission on part of the users, which is not that likely
> to get used anyway.
> 
> That would leverage an enourmous pile existing problem-solutions and
> provide a framework for seamless and easy future additions. Might
> even drop the clutter of repeated problem requests.

Thats not a bad idea - linking mailing list discussions back into KB articles -
but the KB article does need to be a good summary of everything.

Just needs a couple of warm bodies to watch the mailing list, jump on "problem
situations" which crop up and could do with some documentation, and writing
said KB article. I've made a start but we all know what my time availability
is like..



adrian



Re: knowledge base stuff

2007-03-16 Thread Vinod Patel

On Thu, Mar 08, 2007, [EMAIL PROTECTED] wrote:


I occurs to me that any kind of KB needs real-life problems and solution,
must be user-driven, and have some form of unique problem identification.

It seems to me that we already have a form of this in the squid-users
mailing list. But that one is very cluttered with non-problem messages and
with failed solution attempts. So it needs a bit of cleaning.

What I am thinking of in a rough way is a KB which uses the squid-users
msg-IDs as the unique ID for a problem (after all the original problem has
been posted right?), and may in fact use the message itself from the
archive to describe the problem. Where a solution has been found,
references to the msg describin the solution could be used.
(By 'references' I mean either a web link by msg-ID or a PHP include to
show the archive content, descision to be made by the KB designer).

Msg can continue to be posted to squid-users as normal, but the KB
sumbission 'authorization' being to link the posts to the KB. Rather than
ading an extra submission on part of the users, which is not that likely
to get used anyway.

That would leverage an enourmous pile existing problem-solutions and
provide a framework for seamless and easy future additions. Might
even drop the clutter of repeated problem requests.


Thats not a bad idea - linking mailing list discussions back into KB articles -
but the KB article does need to be a good summary of everything.

Just needs a couple of warm bodies to watch the mailing list, jump on "problem
situations" which crop up and could do with some documentation, and writing
said KB article. I've made a start but we all know what my time availability
is like..



adrian