[rsyslog] Suggestion for Documentation Reconstructure

Ryo Fujita rfujita at redhat.com
Fri Jul 18 09:50:28 CEST 2008


Fine!

I don't know how to publish git directory for web browser.
If I find the way to do, all you can access with browser :)

Best Rio.

On 2008/07/18, at 16:46, Rainer Gerhards wrote:

> Hi Rio-san,
>
> doh ;) Yes, I was after the web interface. I now pulled the repo with
> git and everything works fine :)
>
> Rainer
>> -----Original Message-----
>> From: rsyslog-bounces at lists.adiscon.com [mailto:rsyslog-
>> bounces at lists.adiscon.com] On Behalf Of Ryo Fujita
>> Sent: Friday, July 18, 2008 9:33 AM
>> To: rsyslog-users
>> Subject: Re: [rsyslog] Suggestion for Documentation Reconstructure
>>
>> Hi Rainer-san,
>>
>> Did you access with git?
>> Access with web browser may fail or get 404 not found.
>>
>> I succeeded as follows.
>>
>> $ git clone http://rio.tc/git/rsyslog
>> Initialized empty Git repository in /Users/rio/Desktop/rsyslog/.git/
>> Getting alternates list for http://rio.tc/git/rsyslog
>> Getting pack list for http://rio.tc/git/rsyslog
>> Getting index for pack 949f41e2e385b1cea225439a0353e07b12ce5b8b
>> Getting pack 949f41e2e385b1cea225439a0353e07b12ce5b8b
>>  which contains 1fd0d48dee4d10012a35a6005a5c9b9f973180b0
>> <snip>
>>
>> $ cd rsyslog
>> $ git branch -r
>>   origin/HEAD
>>   origin/beta
>>   origin/master
>>   origin/queuememleak
>>   origin/rfujita
>>   origin/rscript
>>   origin/tests
>>   origin/v1-stable
>>   origin/v2-stable
>>   origin/v3-stable
>>   origin/v3stable-klogbug
>>   origin/wall
>>
>> $ git-pull http://rio.tc/git/rsyslog rfujita
>> Fetching refs/heads/rfujita from http://rio.tc/git/rsyslog using http
>> Updating 37bac26..9d841de
>>
>> Fast forward
>>  man/Makefile.am                      |  101 ++++
>>  man/en/man5/rsyslog.conf.5           |  686 +++++++++++++++++++++++
>>  man/en/man8/rsyslogd.8               |  303 +++++++++++
>>  man/entities/xinclude.dtd            |   31 +
>>  man/ja/man8/rsyslogd.8               |  319 +++++++++++
>>  man/xml-source/en/rsyslog.conf.5.xml |  994
> +++++++++++++++++++++++++
>> ++++++++
>>  man/xml-source/en/rsyslogd.8.xml     |  685 +++++++++++++++++++++++
>>  man/xml-source/ja/rsyslog.conf.5.xml |  997
> +++++++++++++++++++++++++
>> +++++++++
>>  man/xml-source/ja/rsyslogd.8.xml     |  633 +++++++++++++++++++++
>>  man/xslt/docbook.xsl                 |  127 +++++
>>  man/xslt/expand-sambadoc.xsl         |  507 +++++++++++++++++
>>  man/xslt/man.xsl                     |   70 +++
>>  man/xslt/settings.xsl                |   11 +
>>  13 files changed, 5464 insertions(+), 0 deletions(-)
>>  create mode 100644 man/Makefile.am
>>  create mode 100644 man/en/man5/rsyslog.conf.5
>>  create mode 100644 man/en/man8/rsyslogd.8
>>  create mode 100644 man/entities/xinclude.dtd
>>  create mode 100644 man/ja/man8/rsyslogd.8
>>  create mode 100644 man/xml-source/en/rsyslog.conf.5.xml
>>  create mode 100644 man/xml-source/en/rsyslogd.8.xml
>>  create mode 100644 man/xml-source/ja/rsyslog.conf.5.xml
>>  create mode 100644 man/xml-source/ja/rsyslogd.8.xml
>>  create mode 100644 man/xslt/docbook.xsl
>>  create mode 100644 man/xslt/expand-sambadoc.xsl
>>  create mode 100644 man/xslt/man.xsl
>>  create mode 100644 man/xslt/settings.xsl
>>
>> On 2008/07/18, at 16:24, Rainer Gerhards wrote:
>>
>>> Hi Rio-san,
>>>
>>> I get a "file not found" error. Unfortunately, I am far from being a
>>> git-wizard, so I can not provide much advise :(
>>>
>>> Rainer
>>>
>>>> -----Original Message-----
>>>> From: rsyslog-bounces at lists.adiscon.com [mailto:rsyslog-
>>>> bounces at lists.adiscon.com] On Behalf Of Ryo Fujita
>>>> Sent: Friday, July 18, 2008 8:44 AM
>>>> To: rsyslog-users
>>>> Subject: Re: [rsyslog] Suggestion for Documentation Reconstructure
>>>>
>>>> Hi all,
>>>>
>>>> Please check the following git repo.
>>>> http://rio.tc/git/rsyslog
>>>> Can you see the repo named 'rfujita' and 'rsyslog/man/' directory?
>>>>
>>>> # It's my first time to build my own git repo :)
>>>>
>>>> On 2008/07/18, at 15:14, Rainer Gerhards wrote:
>>>>
>>>>> Hi Rio-san,
>>>>>
>>>>> I would really appreciate if you could build a git repro. I think
>>>> that
>>>>> would be a very valuable resource and help streamline the
>>> integration
>>>>> process :)
>>>>>
>>>>> Rainer
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: rsyslog-bounces at lists.adiscon.com [mailto:rsyslog-
>>>>>> bounces at lists.adiscon.com] On Behalf Of Ryo Fujita
>>>>>> Sent: Friday, July 18, 2008 5:18 AM
>>>>>> To: rsyslog-users
>>>>>> Subject: Re: [rsyslog] Suggestion for Documentation
> Reconstructure
>>>>>>
>>>>>> Hi Mike-san,
>>>>>>
>>>>>> I have no git repo now.
>>>>>> So, I sent the files I converted to Rainer-san directly.
>>>>>> But I recently feel a necessity to build a public repo.
>>>>>> If I have a time to do it this weekend, I'll try it :)
>>>>>>
>>>>>> Best Rio.
>>>>>>
>>>>>> On 2008/07/18, at 11:38, Michael Biebl wrote:
>>>>>>
>>>>>>> 2008/7/18 Ryo Fujita <rfujita at redhat.com>:
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> As I found an excellent template in the SRPM of docbook2X
>>> package,
>>>>>>>> I'm rewriting the two man pages, rsyslogd.8 and rsyslog.conf.5.
>>>>>>>
>>>>>>> Do you have a public git repo somewhere and a separate branch,
>>>> where
>>>>>>> you make these changes?
>>>>>>>
>>>>>>> It would be interesting to track the progress.
>>>>>>>
>>>>>>> Cheers,
>>>>>>> Michael
>>>>>>>
>>>>>>> --
>>>>>>> Why is it that all of the instruments seeking intelligent life
> in
>>>>> the
>>>>>>> universe are pointed away from Earth?
>>>>>>> _______________________________________________
>>>>>>> rsyslog mailing list
>>>>>>> http://lists.adiscon.net/mailman/listinfo/rsyslog
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> #######################################################################
>>>>>> #
>>>>>> Ryo Fujita <rfujita at redhat.com>
>>>>>> Senior Solution Architect, RHCE
>>>>>> Red Hat K.K.
>>>>>> TEL +81-3-5798-8500
>>>>>> FAX +81-3-5798-8599
>>>>>> Ebisu Neonato 8F
>>>>>> 4-1-18 Ebisu, Shibuya-ku,
>>>>>> Tokyo Japan 1500013
>>>>>>
>>>>>
>>>>
>>>
>>
> #######################################################################
>>>>>> #
>>>>>>
>>>>>> _______________________________________________
>>>>>> rsyslog mailing list
>>>>>> http://lists.adiscon.net/mailman/listinfo/rsyslog
>>>>> _______________________________________________
>>>>> rsyslog mailing list
>>>>> http://lists.adiscon.net/mailman/listinfo/rsyslog
>>>>
>>>>
>>>
>>
> #######################################################################
>>>> #
>>>> Ryo Fujita <rfujita at redhat.com>
>>>> Senior Solution Architect, RHCE
>>>> Red Hat K.K.
>>>> TEL +81-3-5798-8500
>>>> FAX +81-3-5798-8599
>>>> Ebisu Neonato 8F
>>>> 4-1-18 Ebisu, Shibuya-ku,
>>>> Tokyo Japan 1500013
>>>>
>>>
>>
> #######################################################################
>>>> #
>>>>
>>>> _______________________________________________
>>>> rsyslog mailing list
>>>> http://lists.adiscon.net/mailman/listinfo/rsyslog
>>> _______________________________________________
>>> rsyslog mailing list
>>> http://lists.adiscon.net/mailman/listinfo/rsyslog
>>
>>
> #######################################################################
>> #
>> Ryo Fujita <rfujita at redhat.com>
>> Senior Solution Architect, RHCE
>> Red Hat K.K.
>> TEL +81-3-5798-8500
>> FAX +81-3-5798-8599
>> Ebisu Neonato 8F
>> 4-1-18 Ebisu, Shibuya-ku,
>> Tokyo Japan 1500013
>>
> #######################################################################
>> #
>>
>> _______________________________________________
>> rsyslog mailing list
>> http://lists.adiscon.net/mailman/listinfo/rsyslog
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog

########################################################################
Ryo Fujita <rfujita at redhat.com>
Senior Solution Architect, RHCE
Red Hat K.K.
TEL +81-3-5798-8500
FAX +81-3-5798-8599
Ebisu Neonato 8F
4-1-18 Ebisu, Shibuya-ku,
Tokyo Japan 1500013
########################################################################



More information about the rsyslog mailing list