Commit c9b9c6bf authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Ditch references to the old trac/wiki

parent e2b45691
...@@ -6,9 +6,11 @@ Getting hold of the gang behind Varnish is pretty straight forward, ...@@ -6,9 +6,11 @@ Getting hold of the gang behind Varnish is pretty straight forward,
we try to help out as much as time permits and have tried to streamline we try to help out as much as time permits and have tried to streamline
this process as much as possible. this process as much as possible.
But before you grab hold of us, spend a moment composing your thoughts and But before you grab hold of us, spend a moment composing your
formulate your question. From our perspective there is nothing as pointless as simply telling thoughts and formulate your question. From our perspective there
us "Varnish does not work for me" with no further information. This does not give us any relevant information to use when trying to figure out whats wrong. is nothing as pointless as simply telling us "Varnish does not work
for me" with no further information. This does not give us any
relevant information to use when trying to figure out whats wrong.
And before you even do that, do a couple of searches to see if your And before you even do that, do a couple of searches to see if your
question is already answered, if it has been, you will get your answer question is already answered, if it has been, you will get your answer
...@@ -33,7 +35,7 @@ families and jobs to deal with also. ...@@ -33,7 +35,7 @@ families and jobs to deal with also.
You are more than welcome to just hang out, and while we don't mind You are more than welcome to just hang out, and while we don't mind
the occasional intrusion from the real world into our flow, we try and keep the occasional intrusion from the real world into our flow, we try and keep
it mostly on topic, and please don't paste random links unless they are it mostly on topic, and please don't paste random links unless they are
*really* spectacular and intelligent. *really* funny, spectacular and intelligent.
Mailing Lists Mailing Lists
============= =============
...@@ -46,7 +48,6 @@ people spend some time getting Varnish running, and then more or less ...@@ -46,7 +48,6 @@ people spend some time getting Varnish running, and then more or less
forget about it. Therefore the announce list is a good way to be forget about it. Therefore the announce list is a good way to be
reminded about new releases, bugs or potential (security) vulnerabilities. reminded about new releases, bugs or potential (security) vulnerabilities.
The `varnish-misc` mailing list is for general banter, questions, The `varnish-misc` mailing list is for general banter, questions,
suggestions, ideas and so on. If you are new to Varnish it may pay suggestions, ideas and so on. If you are new to Varnish it may pay
off to subscribe to it, simply to have an ear to the telegraph-pole off to subscribe to it, simply to have an ear to the telegraph-pole
...@@ -59,46 +60,32 @@ thread changes, please change the subject to match, some of us deal ...@@ -59,46 +60,32 @@ thread changes, please change the subject to match, some of us deal
with hundreds of emails per day, after spam-filters, and we need all with hundreds of emails per day, after spam-filters, and we need all
the help we can get to pick the interesting ones. the help we can get to pick the interesting ones.
The `varnish-dev` mailing list is used by the developers and is The `varnish-dev` mailing list is used by the developers and is
usually quite focused on source-code and such. Everybody on usually quite focused on source-code and such. Everybody on the
the `-dev` list is also on `-misc`, so cross-posting only serves to annoy `-dev` list is also on `-misc`, so cross-posting only serves to
those people. annoy those people.
We also maintain a community wiki_ for Varnish, there you will find information on planned events, meetings, current backlog, trouble tickets , and links to resources and documentation.
.. XXX: we should introduce the wiki (if we care about it) before
.. we start referring to it (below). Make a wiki chapter?
Trouble Tickets Trouble Tickets
=============== ===============
Please do not open a trouble ticket, unless you have spotted an actual Our bugtracker lives on Github, but please do not open a trouble
bug in Varnish. Ask on IRC first if you are in doubt. ticket, unless you have spotted an actual bug in Varnish. Ask on
IRC first if you are in doubt.
The reason for this policy, is to avoid bugs being drowned in a The reason for this policy, is to avoid bugs being drowned in a
pile of other `issues`, feature suggestions for future releases, and double postings of calls for help pile of other `issues`, feature suggestions for future releases,
from people who forgot to check back on already opened Tickets. and double postings of calls for help from people who forgot to
check back on already opened Tickets.
.. XXX: Not sure what you want with the last sentence above. benc New ideas may get parked in our Github wiki, until we have time
for them, or until we have thought out a good design.
We instead track suggestions and feature ideas in our `"Future_Feature" wiki page`_,
and through user support via email and IRC.
Commercial Support Commercial Support
================== ==================
The following companies offer commercial Varnish support, and are listed If you need commercial support, there are companies which offer that
here for your convenience. If you want your company listed here, drop and you can find a `list on our homepage. <http://varnish-cache.org/business/>`_.
an email to phk@FreeBSD.org.
Varnish Software
sales@varnish-software.com
UPLEX
info@uplex.de
.. _mailman: https://www.varnish-cache.org/lists/mailman/listinfo .. _mailman: https://www.varnish-cache.org/lists/mailman/listinfo
.. _pastebin: https://gist.github.com/ .. _pastebin: https://gist.github.com/
.. _"Future_Feature" wiki page: https://www.varnish-cache.org/trac/wiki/Future_Feature
.. _wiki: https://www.varnish-cache.org/trac
...@@ -53,28 +53,3 @@ Varnish is written to run on modern versions of Linux and FreeBSD and the ...@@ -53,28 +53,3 @@ Varnish is written to run on modern versions of Linux and FreeBSD and the
best experience is had on those platforms. Thanks to our contributors best experience is had on those platforms. Thanks to our contributors
it also runs on NetBSD, OpenBSD, OS X and various Solaris-descendants it also runs on NetBSD, OpenBSD, OS X and various Solaris-descendants
like Oracle Solaris, OmniOS and SmartOS. like Oracle Solaris, OmniOS and SmartOS.
About the Varnish development process
-------------------------------------
Varnish is a community driven project. The development is overseen by
the Varnish Governing Board which currently consists of Poul-Henning Kamp
(Architect), Rogier Mulhuijzen (Fastly) and Lasse Karstensen (Independent).
Please see https://www.varnish-cache.org/trac/wiki/Contributing as a
starting point if you would like to contribute to Varnish.
Getting in touch
----------------
You can get in touch with us through many channels. For real time chat
you can reach us on IRC through the server irc.linpro.net on the #varnish
and #varnish-hacking channels.
There are two mailing lists available: one for user questions and one
for development discussions. See https://www.varnish-cache.org/lists
for information and signup. There is also a web forum on the same site.
Now that you have a vague idea on what Varnish Cache is, let's see if we
can get it up and running.
.. XXX:The above three paragraphs are repetitive this is already handled in previous chapters. The only new information is Governing Board which could be moved to the introduction and the paragraphs scrapped. benc
...@@ -41,9 +41,6 @@ requests coming from the client matching `/foo/bar`. ...@@ -41,9 +41,6 @@ requests coming from the client matching `/foo/bar`.
For more information on how :ref:`varnishlog(1)` works please see For more information on how :ref:`varnishlog(1)` works please see
:ref:`users-guide-logging` or then man page. :ref:`users-guide-logging` or then man page.
For extended diagnostics headers, see
https://www.varnish-cache.org/trac/wiki/VCLExampleHitMissHeader
Tool: lwp-request Tool: lwp-request
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment